@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* -----------------------------------------
	common 
-----------------------------------------*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center; }

a {
  text-decoration: none; }

/*
a:hover{
	opacity:0.7;
}
*/
a[href^="tel:"] {
  cursor: default; }
  a[href^="tel:"]:hover {
    opacity: 1; }

.clear {
  overflow: hidden; }

.clear:after {
  clear: both; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin: auto; }

.alignleft {
  float: left; }

.txtcenter {
  text-align: center; }

.txtright {
  text-align: right; }

a {
  color: #030000; }

img {
  max-width: 100%;
  vertical-align: bottom; }

.pc {
  display: block; }

.sp {
  display: none; }

.cmn_w {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }

#header {
  text-align: left;
  padding: 15px 0; }

#footer {
  background-color: #90cde8;
  padding: 18px 0; }
  #footer .cmn_w {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    #footer .cmn_w .footer_nav ul li {
      color: #fff;
      font-size: 14px;
      font-size: 1.4rem;
      display: inline-block; }
      #footer .cmn_w .footer_nav ul li span {
        padding: 0 1em;
        display: inline-block; }
      #footer .cmn_w .footer_nav ul li a {
        color: #fff; }
    #footer .cmn_w .footer_nav small {
      color: #b7e9ff;
      font-size: 14px;
      font-size: 1.4rem;
      display: block;
      text-align: right;
      padding-top: 15px; }

#mv {
  position: relative; }
  #mv .bg {
    width: 100%; }
  #mv .cmn_w {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left; }
    #mv .cmn_w h2 {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.36;
      padding-bottom: 35px; }
    #mv .cmn_w a:hover {
      opacity: 0.7; }

#sec01 {
  padding: 100px 0 80px; }
  #sec01 h2 {
    margin-bottom: 30px;
    padding-bottom: 50px;
    background: url(../img/fukidashi.png) center bottom no-repeat;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #7ac5e4; }
    #sec01 h2 .h2_bottom {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
      #sec01 h2 .h2_bottom span {
        display: inline-flex; }
      #sec01 h2 .h2_bottom .txt {
        padding-left: 15px; }
  #sec01 p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
  #sec01 .in {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px; }
    #sec01 .in .photo {
      width: 50%; }
    #sec01 .in .txt {
      width: 50%;
      padding: 40px 20px; }
      #sec01 .in .txt p {
        text-align: left; }

#sec02 {
  background-color: #f5f8fb;
  padding: 30px 0;
  position: relative; }
  #sec02:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #f5f8fb transparent transparent transparent; }
  #sec02 ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #sec02 ul li + li {
      margin-left: 30px; }
    #sec02 ul img {
      cursor: pointer; }
    #sec02 ul img:hover {
      opacity: 0.7; }

#sec03 {
  padding-top: 60px;
  padding-bottom: 110px; }
  #sec03 .panel {
    display: none; }
    #sec03 .panel.is-show {
      display: block; }
  #sec03 h3 {
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #7ac5e4;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    #sec03 h3 span {
      display: inline-flex; }
    #sec03 h3 .txt {
      padding-left: 15px; }
  #sec03 h4 {
    text-align: center;
    padding-bottom: 30px; }
    #sec03 h4 span {
      display: block;
      color: #7ac5e4;
      font-size: 30px;
      font-size: 3.0rem;
      line-height: 1;
      padding-top: 30px; }
  #sec03 ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #sec03 ol li {
      text-align: left;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 16px;
      font-size: 1.6rem;
      color: #7ac5e4; }
      #sec03 ol li.arrow {
        padding-top: 10px; }
      #sec03 ol li .num {
        padding-bottom: 30px;
        display: inline-block; }

#sec04 {
  background-color: #f5f8fb;
  padding: 60px 0 85px 0; }
  #sec04 h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1;
    color: #7ac5e4;
    font-weight: bold;
    padding-bottom: 45px; }
  #sec04 .sec04_slide_in {
    width: 755px;
    text-align: left;
    padding: 15px 0; }
    #sec04 .sec04_slide_in .in {
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-wrap: wrap;
      padding: 50px; }
    #sec04 .sec04_slide_in .photo {
      width: 130px; }
    #sec04 .sec04_slide_in .txt {
      text-align: left;
      width: calc(100% - 130px);
      padding-left: 45px; }
      #sec04 .sec04_slide_in .txt p {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 30px; }
        #sec04 .sec04_slide_in .txt p:last-of-type {
          padding-bottom: 0px; }
  #sec04 .swiper-button-prev,
  #sec04 .swiper-button-next {
    background: none; }
    #sec04 .swiper-button-prev svg,
    #sec04 .swiper-button-next svg {
      fill: #7cc4e5;
      width: 21px; }

#sec05 {
  padding: 80px 0 75px 0; }
  #sec05 h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1;
    color: #7ac5e4;
    font-weight: bold;
    padding-bottom: 35px; }
  #sec05 .btn {
    padding-top: 55px;
    text-align: center; }
  #sec05 .swiper-button-prev,
  #sec05 .swiper-button-next {
    background: none; }
    #sec05 .swiper-button-prev svg,
    #sec05 .swiper-button-next svg {
      fill: #7cc4e5;
      width: 21px; }
  #sec05 .sec05_slide_in a {
    display: block;
    border-radius: 10px;
    position: relative;
    text-align: left; }
    #sec05 .sec05_slide_in a img {
      width: 100%;
      border-radius: 10px; }
    #sec05 .sec05_slide_in a .cover {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: url(../img/grade.png) 0 0 no-repeat;
      background-size: cover;
      border-radius: 0 0 10px 10px; }
      #sec05 .sec05_slide_in a .cover p {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 16px 0px 16px 25px; }
  #sec05 .sec05_slide_in .com {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.875;
    text-align: left;
    padding: 25px 20px 0 20px; }

#sec06 {
  background-color: #fafafa;
  padding: 50px 0 50px 0; }
  #sec06 h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1;
    color: #7ac5e4;
    font-weight: bold;
    padding-bottom: 35px; }
  #sec06 .tab-group {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px; }
    #sec06 .tab-group li {
      cursor: pointer; }
    #sec06 .tab-group li + li {
      margin-left: 30px; }
    #sec06 .tab-group .faq-tab .on {
      display: none; }
    #sec06 .tab-group .faq-tab.is-active .on {
      display: block; }
    #sec06 .tab-group .faq-tab.is-active .off {
      display: none; }
  #sec06 .faq-panel {
    display: none; }
    #sec06 .faq-panel.is-show {
      display: block; }
    #sec06 .faq-panel dl {
      border-bottom: 1px solid #fff;
      padding: 30px 0 25px;
      text-align: left; }
      #sec06 .faq-panel dl:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      #sec06 .faq-panel dl dt {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        background: url(../img/Q.png) left 0 no-repeat;
        padding-left: 45px;
        margin-bottom: 25px; }
      #sec06 .faq-panel dl dd {
        font-size: 14px;
        font-size: 1.4rem;
        font-style: italic;
        line-height: 1.875;
        background: url(../img/A.png) left 0 no-repeat;
        padding-left: 45px; }

#sec07 {
  background: url(../img/sec07_bg.png) 0 0 no-repeat;
  background-size: cover;
  position: relative; }
  #sec07 .sec07_in {
    background: url(../img/sec07_img.png) right bottom no-repeat;
    padding: 25px 0 20px; }
  #sec07 .human {
    position: absolute;
    bottom: 0;
    right: 20px; }
  #sec07 .cmn_w {
    display: flex; }
    #sec07 .cmn_w .txt {
      width: 63%;
      text-align: left;
      color: #fff; }
      #sec07 .cmn_w .txt h3 {
        font-size: 30px;
        font-size: 3.0rem;
        line-height: 1;
        font-weight: bold;
        padding-bottom: 25px; }
        #sec07 .cmn_w .txt h3 span {
          font-weight: normal;
          font-size: 16px;
          font-size: 1.6rem;
          padding-left: 1em; }
      #sec07 .cmn_w .txt p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.875;
        padding-bottom: 10px; }

@media screen and (max-width: 1472px) {
  #sec07 .sec07_in {
    background: url(../img/sec07_img.png) right bottom no-repeat;
    background-size: 1200px auto; } }
@media screen and (max-width: 1280px) {
  #sec07 .sec07_in {
    background: url(../img/sec07_img.png) right bottom no-repeat;
    background-size: 1000px auto; } }
@media screen and (max-width: 1060px) {
  #sec07 .sec07_in {
    background: url(../img/sec07_img.png) right bottom no-repeat;
    background-size: 800px auto; } }
#sec08 {
  padding: 100px 0 140px; }
  #sec08 h3 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1;
    padding-bottom: 30px;
    color: #7ac5e4; }

@media screen and (max-width: 1026px) {
  #header {
    padding-left: 10px; }

  #footer {
    padding-left: 10px;
    padding-right: 10px; }

  #mv .cmn_w {
    padding-left: 10px; }

  #sec01,
  #sec02,
  #sec03,
  #sec04,
  #sec05,
  #sec06,
  #sec07 {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #header {
    padding: 15px 10px; }
    #header img {
      width: 20%; }

  #footer {
    padding: 18px 0; }
    #footer .cmn_w {
      display: block; }
      #footer .cmn_w .footer_nav {
        padding-top: 25px; }
        #footer .cmn_w .footer_nav ul li {
          font-size: 1.2rem; }
          #footer .cmn_w .footer_nav ul li span {
            padding: 0 1em;
            display: inline-block; }
          #footer .cmn_w .footer_nav ul li a {
            color: #fff; }
        #footer .cmn_w .footer_nav small {
          font-size: 1.2rem;
          text-align: center;
          padding-top: 15px; }

  #mv {
    position: relative;
    height: calc(100vh - 110px);
    overflow: hidden; }
    #mv .bg {
      width: 100%;
      height: calc(100vh - 110px);
      object-fit: cover; }
    #mv .cmn_w {
      padding-left: 0px;
      top: auto;
      bottom: 20px;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      #mv .cmn_w h2 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.66;
        padding-bottom: 18px;
        padding-left: 20px;
        padding-right: 10px; }
      #mv .cmn_w p {
        padding: 0 20px; }
      #mv .cmn_w a img {
        width: 100%; }

  #sec01 {
    padding: 50px 10px 40px; }
    #sec01 h2 {
      margin-bottom: 15px;
      padding-bottom: 20px;
      background: url(../img/fukidashi.png) center bottom no-repeat;
      background-size: 180px auto;
      font-size: 18px;
      font-size: 1.8rem; }
      #sec01 h2 .h2_bottom {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        #sec01 h2 .h2_bottom span {
          display: inline-flex; }
          #sec01 h2 .h2_bottom span img {
            width: 100px; }
        #sec01 h2 .h2_bottom .txt {
          padding-left: 8px; }
    #sec01 p {
      font-size: 14px;
      font-size: 1.4rem;
      text-align: center; }
    #sec01 .in {
      padding-top: 20px; }
      #sec01 .in .photo {
        width: 100%; }
      #sec01 .in .txt {
        width: 100%;
        padding: 20px 0px; }
        #sec01 .in .txt p {
          text-align: left; }

  #sec02 {
    padding: 15px 10px;
    position: relative; }
    #sec02:before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #f5f8fb transparent transparent transparent; }
    #sec02 ul {
      flex-wrap: wrap; }
      #sec02 ul li + li {
        margin-left: 0px;
        margin-top: 0px; }
      #sec02 ul li {
        width: 100%; }
        #sec02 ul li img {
          width: 76.6%;
          margin: 0 auto; }
      #sec02 ul img {
        cursor: pointer; }

  #sec03 {
    padding: 30px 10px 55px; }
    #sec03 h3 {
      padding-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
      #sec03 h3 img {
        width: 100px; }
      #sec03 h3 .txt {
        padding-left: 8px; }
    #sec03 h4 {
      padding-bottom: 15px; }
      #sec03 h4 span {
        font-size: 15px;
        font-size: 1.5rem;
        padding-top: 15px; }
    #sec03 ol {
      display: block; }
      #sec03 ol li {
        text-align: left;
        -webkit-align-items: center;
        align-items: center;
        writing-mode: horizontal-tb;
        font-size: 16px;
        font-size: 1.6rem;
        color: #7ac5e4; }
        #sec03 ol li.arrow {
          padding-top: 10px;
          padding-bottom: 10px;
          padding-left: 10px; }
          #sec03 ol li.arrow img {
            transform: rotate(90deg);
            width: 20px; }
        #sec03 ol li .num {
          padding-bottom: 0px;
          display: inline-block;
          padding-right: 10px; }
          #sec03 ol li .num img {
            width: 30px; }

  #sec04 {
    padding: 15px 10px 40px 10px; }
    #sec04 h3 {
      font-size: 18px;
      font-size: 1.8rem;
      padding-bottom: 20px; }
    #sec04 .sec04_slide_in {
      width: 100%;
      padding: 10px 0; }
      #sec04 .sec04_slide_in .in {
        border-radius: 5px;
        padding: 25px; }
      #sec04 .sec04_slide_in .photo {
        width: 100%;
        text-align: center; }
      #sec04 .sec04_slide_in .txt {
        text-align: left;
        width: 100%;
        padding-left: 0px; }
        #sec04 .sec04_slide_in .txt p {
          font-size: 14px;
          font-size: 1.4rem;
          padding-bottom: 15px; }
          #sec04 .sec04_slide_in .txt p:last-of-type {
            padding-bottom: 0px; }
    #sec04 .swiper-button-prev,
    #sec04 .swiper-button-next {
      background: none; }
      #sec04 .swiper-button-prev svg,
      #sec04 .swiper-button-next svg {
        width: 16px; }

  #sec05 {
    padding: 40px 10px 35px; }
    #sec05 h3 {
      font-size: 18px;
      font-size: 1.8rem;
      padding-bottom: 15px; }
    #sec05 .btn {
      padding-top: 25px; }
    #sec05 .swiper-button-prev svg,
    #sec05 .swiper-button-next svg {
      width: 16px; }
    #sec05 .sec05_slide_in a {
      border-radius: 5px; }
      #sec05 .sec05_slide_in a img {
        border-radius: 5px; }
      #sec05 .sec05_slide_in a .cover {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: url(../img/grade.png) 0 0 no-repeat;
        background-size: cover;
        border-radius: 0 0 5px 5px; }
        #sec05 .sec05_slide_in a .cover p {
          font-size: 14px;
          padding: 8px 0px 8px 12px; }
    #sec05 .sec05_slide_in .com {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 15px 10px 0 10px; }

  #sec06 {
    padding: 25px 10px; }
    #sec06 h3 {
      font-size: 18px;
      font-size: 1.8rem;
      padding-bottom: 15px; }
    #sec06 .tab-group {
      padding-bottom: 10px;
      flex-wrap: wrap; }
      #sec06 .tab-group li {
        cursor: pointer; }
      #sec06 .tab-group li + li {
        margin-left: 0px;
        margin-top: 0px; }
      #sec06 .tab-group li {
        width: 100%; }
        #sec06 .tab-group li img {
          width: 76.6%;
          margin: 0 auto; }
    #sec06 .faq-panel dl {
      padding: 15px 0 10px; }
      #sec06 .faq-panel dl dt {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold;
        background: url(../img/Q.png) left 0 no-repeat;
        background-size: 20px auto;
        padding-left: 25px;
        margin-bottom: 15px; }
      #sec06 .faq-panel dl dd {
        font-size: 12px;
        font-size: 1.2rem;
        background: url(../img/A.png) left 0 no-repeat;
        background-size: 20px auto;
        padding-left: 25px; }

  #sec07 {
    padding: 25px 10px 0px; }
    #sec07 .sec07_in {
      background: none; }
    #sec07 .human {
      position: static;
      bottom: 0;
      right: 20px; }
    #sec07 .cmn_w {
      display: flex; }
      #sec07 .cmn_w .txt {
        width: 100%; }
        #sec07 .cmn_w .txt h3 {
          font-size: 18px;
          font-size: 1.8rem;
          padding-bottom: 15px;
          line-height: 1.5; }
          #sec07 .cmn_w .txt h3 span {
            font-size: 14px;
            font-size: 1.4rem; }
        #sec07 .cmn_w .txt p {
          font-size: 14px;
          font-size: 1.4rem;
          padding-bottom: 5px; }

  #sec08 {
    padding: 50px 0 70px; }
    #sec08 h3 {
      font-size: 18px;
      font-size: 1.8rem;
      padding-bottom: 15px; } }

/*# sourceMappingURL=style.css.map */
