@charset "UTF-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/* //reset */



body {
  font-family: YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
}
.pc-on {
  display: block;
}
.pc-on.inline {
  display: inline-block;
}
.sp-on {
  display: none;
}
a {
  transition: .3s;
}
a:hover {
  opacity: 0.7;
}
.header_inner {
  width: 960px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 20px auto 0;
}
.header_inner img {
  margin: 0 10px;
}
section.feature {
  width: 960px;
  margin: 80px auto 0;
}

section.feature h1 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin: 20px 0 40px;
  line-height: 1.6;
}
section.feature p.lead {
  text-align: center;
  font-size: 17px;
  margin: 20px 0 40px;
}
section.feature .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.feature .flexBox .parts {
  width: calc(( 100% / 2 ) - 20px);
}
section.feature .flexBox .parts h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px 30px;
  
}
section.feature .flexBox .flexBox .btn {
  width: calc( 100% / 2 );
}
section.feature .flexBox .flexBox .btn a {
  display: block;
  border-radius: 12px;
  border: 2px solid #5ac3ef;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
  color: #5ac3ef;
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
}

section.feature .flexBox .flexBox .btn2 {
  width: 356px;
}
section.feature .flexBox .flexBox .btn2 a {
  display: block;
  border-radius: 12px;
  border: 2px solid #5ac3ef;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
  color: #5ac3ef;
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
}


section.feature .flexBox2 {
  display: flex;
  justify-content: space-between;
}
section.feature .flexBox2 .btn {
  width: calc(( 100% / 4 ) - 20px);
}
section.feature .flexBox2 .btn a {
  display: block;
  border-radius: 12px;
  border: 2px solid #5ac3ef;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
  color: #5ac3ef;
  font-size: 22px;
  font-weight: bold;
  margin: 10px;
}



section.feature .contents {
  margin: 80px 0 40px;
}
section.feature .contents h2 {
  font-size: 30px;
  position: relative;
  padding-left: 40px;
  margin: 50px 0 30px;
}
section.feature .contents h2:before {
  content: "";
  position: absolute;
  background: #5ac3ef;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 0;
  left: 0;
}
section.feature .contents h3 {
  font-size: 26px;
  border-bottom: 2px solid #5ac3ef;
  padding: 0 0 10px 10px;
  margin: 50px 0 30px;
}
section.feature .contents h4 {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
  margin: 20px 0 0;
}
section.feature .contents p {
  padding: 0;
  margin: 0 0 30px;
}
section.feature .contents .new {
  font-size: 14px;
  color: red;
}

section.feature .contents .flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  margin: 0 0 50px 0;
}
section.feature .contents .flexBox .parts {
  width: 320px;
  display: inline-block;
  margin-right: 50px;
  border: 1px solid #5ac3ef;
  padding: 20px;
}
section.feature .contents .flexBox .parts h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 50px;
}
section.feature .contents .flexBox .parts h5 a {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
  color: #5ac3ef;
  text-decoration: none;
  display: block;
  position: relative;
  padding-right: 50px;
}
section.feature .contents .flexBox .parts h5 a:after {
  content: "〉";
  position: absolute;
  color: #5ac3ef;
  top: 0;
  right: 0;
  transition: all 0.2s;
}
section.feature .contents .flexBox .parts h5 a:hover:after {
  right: -6px;
}
section.feature .contents .listBox {
  display: inline-block;
}
section.feature .contents .flexBox .parts ul li a,
section.feature .contents .listBox li a {
  margin: 20px 0;
  color: #5ac3ef;
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  display: block;
  font-weight: bold;
}
section.feature .contents .flexBox .parts ul li a:after,
section.feature .contents .listBox li a:after {
  content: "〉";
  position: absolute;
  color: #5ac3ef;
  top: 0;
  right: 0;
  transition: all 0.2s;
}
section.feature .contents .flexBox .parts ul li a:hover:after,
section.feature .contents .listBox li a:hover:after {
  right: -10px;
}

section.feature .contents .pratomo {
  display: flex;
  margin: 100px 0;
}
section.feature .contents .pratomo .thum {
  margin: 0 50px 0 30px;
}
section.feature .contents .pratomo .thum img {
  border: 1px solid #ccc;
}

section.feature .contents .pratomo .btn a {
  display: block;
  border-radius: 12px;
  border: 2px solid #5ac3ef;
  padding: 16px 10px;
  text-align: center;
  text-decoration: none;
  color: #5ac3ef;
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 10px;
  width: 300px;
}


section.feature .contents .primaryBox {
  border: 1px solid #5ac3ef;
  padding: 20px 50px;
  margin: 30px 0;
}
section.feature .contents .primaryBox a {
  color: #5ac3ef;
  text-decoration: none;
  position: relative;
  padding-right: 35px;
  display: block;
  font-weight: bold;
}
section.feature .contents .primaryBox li.link2set {
  font-size: 18px;
  font-weight: bold;
}
section.feature .contents .primaryBox li.link2set a {
  color: #5ac3ef;
  text-align: right;
  text-decoration: none;
  position: relative;
  padding-right: 80px;
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}
section.feature .contents .primaryBox a:after {
  content: "〉";
  position: absolute;
  color: #5ac3ef;
  top: 0;
  right: 20px;
  transition: all 0.2s;
}
section.feature .contents .primaryBox a:hover:after {
  right: 10px;
}

section.feature .contents .primaryBox .text-small {
  font-size: 13px;
}
section.feature .contents .primaryBox .primaryBox_h4 {
  text-align: center;
  font-size: 24px;
}
section.feature .contents .primaryBox .primaryBox_h5 {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 0 0 6px 6px;
  font-weight: bold;
  border-bottom: 2px solid #5ac3ef;
}
section.feature .contents .primaryBox .primaryBoxFlex {
  display: flex;
}
section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexLeft {
  width: calc(( 100% / 2 ));
}
section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexRight {
  width: calc(( 100% / 2 ) - 20px);
  margin-left: 20px;
}

section.feature .contents .primaryBox .primaryBoxFlex ul li {
  margin: 20px 0;
}
/*section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexLeft ul li {
  padding-left: 110px;
  position: relative;
}
section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexLeft ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  display: inline-block;
  background: #5ac3ef;
  color: #fff;
  width: 100px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}*/

section.feature .contents .primaryBox .primaryBoxFlex .nowrap {
  white-space: nowrap;
}





.footer {
  background: #fff;
  padding: 38px 0 40px;
  width: 960px;
  margin: 0 auto;
  letter-spacing: 1px;
}
.footer__copyright {
  float: left;
  font-size: 10px;
  color: #333;
}
.footer__links {
  float: right;
  font-size: 12px;
  margin-right: -10px;
}
.footer__links a {
  color: #333;
  display: inline-block;
  background: url(../images/ico_newwindow.png.png)right center no-repeat;
  padding-right: 23px;
  margin-right: 10px;
}

@media screen and (max-width:767px) {
  body {
    margin: 0;
    font-family: YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
  }
  .pc-on {
    display: none !important;
  }
  .sp-on {
    display: block;
  }
  .sp-on.inline {
    display: inline-block;
  }
  a {
    transition: .3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .header_inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 10px auto 0;
  }
  .header_inner img {
    margin: 0 10px;
    max-width: 30vw;
  }
  section.feature {
    width: 95%;
    margin: 0 auto;
  }








  section.feature h1 {
    text-align: center;
    font-weight: bold;
    font-size: 6vw;
    margin: 20px 0 40px;
  }
  section.feature p.lead {
    text-align: center;
    font-size: 5vw;
    margin: 20px 0 40px;
  }
  section.feature .flexBox {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.feature .flexBox .parts {
    width: 100%;
  }
  section.feature .flexBox .parts h2 {
    font-size: 6vw;
    font-weight: bold;
    margin: 20px 0 10px 30px;
    
  }
  section.feature .flexBox .flexBox {
    display: flex;
  }
  section.feature .flexBox .flexBox .btn {
    width: calc( 100% / 2 );
  }
  section.feature .flexBox .flexBox .btn a {
    display: block;
    border-radius: 12px;
    border: 2px solid #5ac3ef;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none;
    color: #5ac3ef;
    font-size: 5vw;
    font-weight: bold;
    margin: 10px;
  }

  section.feature .flexBox .flexBox .btn2 {
    width: 356px;
  }
  section.feature .flexBox .flexBox .btn2 a {
    display: block;
    border-radius: 12px;
    border: 2px solid #5ac3ef;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none;
    color: #5ac3ef;
    font-size: 5vw;
    font-weight: bold;
    margin: 10px;
  }


  section.feature .flexBox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.feature .flexBox2 .btn {
    width: calc( 100% / 2 );
  }
  section.feature .flexBox2 .btn a {
    display: block;
    border-radius: 12px;
    border: 2px solid #5ac3ef;
    padding: 3vw 1vw;
    text-align: center;
    text-decoration: none;
    color: #5ac3ef;
    font-size: 5vw;
    font-weight: bold;
    margin: 1vw;
  }



  section.feature .contents {
    margin: 80px 0 40px;
  }
  section.feature .contents h2 {
    font-size: 8vw;
    position: relative;
    padding-left: 40px;
    margin: 50px 0 30px;
  }
  section.feature .contents h2:before {
    content: "";
    position: absolute;
    background: #5ac3ef;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    left: 0;
  }
  section.feature .contents h3 {
    font-size: 7vw;
    border-bottom: 2px solid #5ac3ef;
    padding: 0 0 10px 10px;
    margin: 50px 0 30px;
  }
  section.feature .contents h4 {
    font-size: 5.5vw;
    font-weight: bold;
    padding: 0;
    margin: 6vw 0 0 0;
  }
  section.feature .contents h4 span {
    font-size: 3vw;
  }
  section.feature .contents p {
    padding: 0;
    margin: 0 0 30px;
  }

  section.feature .contents .flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    margin: 0 0 50px 0;
  }
  section.feature .contents .flexBox .parts {
    width: 320px;
    display: inline-block;
    margin: 0 auto 20px;
    border: 1px solid #5ac3ef;
    padding: 20px;
  }
  section.feature .contents .flexBox .parts h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 50px;
  }
  section.feature .contents .flexBox .parts h5 a {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px;
    color: #5ac3ef;
    text-decoration: none;
    display: block;
    position: relative;
    padding-right: 50px;
  }
  section.feature .contents .flexBox .parts h5 a:after {
    content: "〉";
    position: absolute;
    color: #5ac3ef;
    top: 0;
    right: 0;
    transition: all 0.2s;
  }
  section.feature .contents .flexBox .parts h5 a:hover:after {
    right: -6px;
  }
  section.feature .contents .listBox {
    display: block;
    margin-bottom: 30px;
  }
  section.feature .contents .flexBox .parts ul li a,
  section.feature .contents .listBox li a {
    margin: 10px 0 24px;
    color: #5ac3ef;
    text-decoration: none;
    position: relative;
    padding-right: 10vw;
    display: block;
    font-weight: bold;
    font-size: 5vw;
  }
  section.feature .contents .flexBox .parts ul li a:after,
  section.feature .contents .listBox li a:after {
    content: "〉";
    position: absolute;
    color: #5ac3ef;
    top: 0;
    right: 0;
    transition: all 0.2s;
  }
  section.feature .contents .flexBox .parts ul li a:hover:after,
  section.feature .contents .listBox li a:hover:after {
    right: -10px;
  }

  section.feature .contents .pratomo {
    display: flex;
    margin: 100px 0;
  }
  section.feature .contents .pratomo .thum {
    margin: 0 3vw 0 0;
  }
  section.feature .contents .pratomo .thum img {
    border: 1px solid #ccc;
    max-width: 30vw;
  }

  section.feature .contents .pratomo .btn a {
    display: block;
    border-radius: 12px;
    border: 2px solid #5ac3ef;
    padding: 16px 10px;
    text-align: center;
    text-decoration: none;
    color: #5ac3ef;
    font-size: 4vw;
    font-weight: bold;
    margin: 20px 0 10px;
    width: 50vw;
  }



  section.feature .contents .primaryBox {
    border: 1px solid #5ac3ef;
    padding: 2vw 1vw 2vw 3vw;
    margin: 30px 0;
  }
  section.feature .contents .primaryBox a {
    color: #5ac3ef;
    text-decoration: none;
    position: relative;
    padding-right: 4vw;
    display: block;
    font-weight: bold;
  }

  section.feature .contents .primaryBox li.link2set {
    font-size: 5vw;
    font-weight: bold;
  }
  section.feature .contents .primaryBox li.link2set a {
    color: #5ac3ef;
    text-align: right;
    text-decoration: none;
    position: relative;
    padding-right: 10vw;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
  }


  section.feature .contents .primaryBox a:after {
    content: "〉";
    position: absolute;
    color: #5ac3ef;
    top: 0;
    right: 0;
    transition: all 0.2s;
  }
  section.feature .contents .primaryBox a:hover:after {
    right: 0;
  }

  section.feature .contents .primaryBox .text-small {
    font-size: 3vw;
  }
  section.feature .contents .primaryBox .primaryBox_h4 {
    text-align: center;
    font-size: 7vw;
  }
  section.feature .contents .primaryBox .primaryBox_h5 {
    font-size: 5.5vw;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-right: 3vw;
    font-weight: bold;
  }
  section.feature .contents .primaryBox .primaryBoxFlex {
    display: block;
  }
  section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexLeft {
    width: 100%;
  }
  section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexRight {
    width: 100%;
    margin-left: 0;
  }

  section.feature .contents .primaryBox .primaryBoxFlex ul li {
    margin: 20px 0;
  }
/*  section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexLeft ul li {
    padding-left: 110px;
    position: relative;
  }
  section.feature .contents .primaryBox .primaryBoxFlex .primaryBoxFlexLeft ul li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    display: inline-block;
    background: #5ac3ef;
    color: #fff;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
  }*/

  section.feature .contents .primaryBox .primaryBoxFlex .nowrap {
    white-space: nowrap;
  }


  .footer {
    background: #fff;
    padding: 10px 0 10px;
    width: 95%;
    margin: 0 auto;
  }
  .footer__copyright {
    margin-top: 15px;
    font-size: 6px;
    color: #333;
    text-align: center;
    float: none;
  }
  .footer__links {
    float: none;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    margin: 0;
  }
  .footer__links a {
    color: #333;
    background: url(../images/ico_newwindow.png.png)right center no-repeat;
    background-size: 14px;
    display: inline-block;
    padding: 4px 20px;
    margin: 0;
  }
}

