@charset "UTF-8";
/* CSS Document */
.inner,
.container, .pagetop p, .head--02 {
  zoom: 1;
}

.inner:after,
.container:after, .pagetop p:after, .head--02:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .inner:after,
  .container:after, .pagetop p:after, .head--02:after {
    color: #fff;
    content: '';
  }
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}

/*----------------------------------------
	mediaquery.scss
----------------------------------------*/
@media (max-width: 640px) {
  .pc-only,
  .tabpc-only {
    display: none;
  }
}

@media (min-width: 641px) and (max-width: 959px) {
  .sp-only,
  .pc-only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-only,
  .tabpc-only {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 959px) {
  .sptab-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

@media (min-width: 960px) {
  .sp-only,
  .sptab-only {
    display: none;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, address, img, small, strong, sub, sup, 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, menu, nav, output, section, summary, time, mark, audio, video, main {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, figure, article, section {
  display: block;
}

* {
  line-height: 1;
  margin: 0;
  padding: 0;
  zoom: 1;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #48423b;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  width: 100%;
  zoom: 1;
}

/*IE用の記述*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

a {
  -webkit-transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
  transition: all 0.3s linear;
}

a:link, a:visited {
  color: #48423b;
}

a:hover, a:active {
  color: #00a0e9;
}

a img:hover {
  -webkit-transition: all 0.3s linear;
  opacity: 0.7;
  transition: all 0.3s linear;
}

a:focus, *:focus {
  outline: none;
}

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

.wrapper {
  position: relative;
  width: 100%;
}

.inner,
.container {
  margin: 0 auto;
  position: relative;
}

/*	mediaqueries
-------------------*/
@media (max-width: 640px) {
  body {
    font-size: 1.4rem;
    min-width: 100%;
    width: 100%;
  }
  a img:hover {
    -webkit-transition: all 0.3s linear;
    opacity: 1;
    transition: all 0.3s linear;
  }
  .container {
    box-sizing: border-box;
    padding: 10.66667% 4% 0;
  }
}

@media (min-width: 641px) and (max-width: 959px) {
  body {
    min-width: 100%;
    width: 100%;
  }
  .container {
    box-sizing: border-box;
    padding: 4% 4%;
  }
}

@media (min-width: 960px) {
  body {
    min-width: 1020px;
  }
  .container {
    padding: 30px 0;
    width: 960px;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/*----------------------------------------
	header.scss
----------------------------------------*/
.header {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 10;
}

.header__logo {
  text-align: left;
}

.header__gnav li {
  list-style: none;
}

/*	sptab-only
-------------------*/
@media (max-width: 959px) {
  .header {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 0 4%;
  }
  .header__logo {
    text-align: left;
  }
  .header__logo img {
    height: auto;
    max-height: 44px;
    width: auto;
  }
  .header__tel {
    margin-right: 54px;
  }
  .header__tel .tel.sptab-only {
    display: block !important;
  }
  .header__tel img {
    box-sizing: border-box;
    height: 44px;
    width: 44px;
  }
  .header__gnav {
    font-size: 1.8rem;
    position: absolute;
    right: 4%;
    top: 8px;
  }
  .header__gnav ul {
    border-top: 1px #f0f0f0 solid;
  }
  .header__gnav li a {
    border-bottom: 1px #f0f0f0 solid;
    box-sizing: border-box;
    color: #48423b;
    display: block;
    font-size: 1.6rem;
    height: 60px;
    padding: 22px 4% 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }
  .header__gnav li a::after {
    -webkit-transform: rotate(45deg);
    border-right: 2px solid #00a0e9;
    border-top: 2px solid #00a0e9;
    bottom: 0;
    content: "";
    height: 10px;
    margin: auto;
    position: absolute;
    right: 5.33333%;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
  }
  .nav-bar {
    position: relative;
    z-index: 1000;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  .nav-toggle {
    background-color: #007bc7;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    position: relative;
    vertical-align: middle;
    width: 44px;
    z-index: 1;
  }
  .nav-toggle span {
    background: #fff;
    border-radius: 3px;
    content: '';
    cursor: pointer;
    display: block;
    height: 3px;
    margin-left: 7px;
    margin-top: 6px;
    position: absolute;
    transition: all 0.4s;
    width: 30px;
    z-index: 9999;
  }
  .nav-toggle span:before, .nav-toggle span:after {
    background: #fff;
    border-radius: 3px;
    content: '';
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    transition: all 0.4s;
    width: 30px;
    z-index: 9999;
  }
  .nav-toggle span:before {
    bottom: -8px;
  }
  .nav-toggle span:after {
    bottom: -16px;
  }
  .nav-text {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
  }
  /*三本線を動かす*/
  .active span {
    transform: translateY(8px) rotate(-45deg);
  }
  .active span:before {
    opacity: 0;
    transform: translateY(-8px) rotate(45deg);
  }
  .active span:after {
    transform: translateY(-16px) rotate(90deg);
  }
  /*中身*/
  #nav-content {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: .2s ease-in-out;
    width: 100%;
    /*チェックが入ったら表示する内容*/
  }
  #nav-content.open {
    background: rgba(255, 255, 255, 0.95);
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: auto;
    overflow: hidden;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 9998;
    /*:beforeにぼかし効果を設定する*/
  }
  #nav-content.open:before {
    content: '';
    filter: blur(10px);
    overflow: hidden;
    z-index: -1;
    /*重なり順序を一番下にしておく*/
  }
  #nav-content .menu {
    height: 70px;
  }
  /*コンテンツをスクロールさせない*/
  .scroll-prevent {
    height: 100%;
    overflow: hidden;
  }
  .scroll-prevent .header {
    position: fixed;
    top: 0;
  }
}

/*	pc-only
-------------------*/
@media (min-width: 960px) {
  .header {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 960px;
  }
  .header .inner {
    width: 960px;
  }
  .header .nav-bar {
    display: none;
  }
  .header__logo {
    padding: 14px 0 18px;
    width: 311px;
  }
  .header__logo img {
    margin-top: -12px;
  }
  .header__tel {
    bottom: 8px;
    left: 84px;
    position: absolute;
    width: 194px;
  }
  .header__gnav ul {
    display: flex;
  }
  .header__gnav .menu li {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .header__gnav .menu li:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    z-index: 1;
  }
  .header__gnav .menu li:nth-child(1) a {
    background: #00a0e9 url(../images/common/gnav01.png) center center no-repeat;
    background-size: auto 17px;
  }
  .header__gnav .menu li:nth-child(2) a {
    background: #00a0e9 url(../images/common/gnav02.png) center center no-repeat;
    background-size: auto 17px;
  }
  .header__gnav .menu li:nth-child(3) a {
    background: #00a0e9 url(../images/common/gnav03.png) center center no-repeat;
    background-size: auto 17px;
  }
  .header__gnav .menu li:nth-child(4) a {
    background: #00a0e9 url(../images/common/gnav04.png) center center no-repeat;
    background-size: auto 17px;
  }
  .header__gnav .menu li:nth-child(5) a {
    background: #00a0e9 url(../images/common/gnav05.png) center center no-repeat;
    background-size: auto 17px;
  }
  .header__gnav .menu li:nth-child(6) a {
    background: #00a0e9 url(../images/common/gnav06.png) center center no-repeat;
    background-size: auto 17px;
  }
  .header__gnav .menu li:nth-child(6):after {
    content: none;
  }
  .header__gnav .menu li a {
    box-sizing: content-box;
    color: #fff;
    display: block;
    padding: 15px 18px;
    width: 68px;
  }
  .header__gnav .menu li a:hover {
    background-color: #007bc7;
  }
}

/*----------------------------------------
	footer.sass
----------------------------------------*/
/*	pagetop
-------------------*/
.pagetop a {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 2.66667% 0;
  width: 100%;
}

.pagetop a img {
  height: auto;
  width: 32%;
}

@media (min-width: 769px) {
  .pagetop {
    margin: 0 auto;
  }
  .pagetop a {
    float: right;
    padding: 20px 0;
    width: auto;
  }
  .pagetop a img {
    width: 89px;
  }
}

@media (min-width: 960px) {
  .pagetop {
    width: 1020px;
  }
}

/*	footer
-------------------*/
.footer {
  background-color: #00a0e9;
  color: #fff;
}

.footer .inner {
  box-sizing: border-box;
  padding: 2.66667% !important;
}

.copyright {
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  .footer .inner {
    padding: 40px 0 0 !important;
  }
  .copyright {
    padding: 20px 0 15px;
  }
}

@media (min-width: 769px) {
  .footer a {
    color: #fff;
  }
  .footer a:hover, .footer a:active {
    color: #fff347;
  }
  .footer__guide {
    margin: 0 auto;
    width: 960px;
  }
  .footer__link {
    border-bottom: 2px #fff solid;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 12px;
    padding: 0 60px 15px;
  }
  .footer__link li {
    display: inline-block;
    padding-right: 20px;
  }
  .footer__link li:last-child {
    padding-right: 0;
  }
  .footer__link li:before {
    background-color: #fff;
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 12px;
    margin-right: 2px;
    vertical-align: baseline;
    width: 12px;
  }
  .footer__text p {
    display: inline-block;
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .footer__text p:last-child {
    padding-right: 0;
  }
  .footer__text a[href^="tel:"] {
    pointer-events: none;
  }
  .copyright {
    font-size: 1.2rem;
  }
}

/*----------------------------------------
	module.scss
----------------------------------------*/
.image-switch {
  visibility: hidden;
}

.lead__inner {
  display: inline-block;
  margin: 0 auto;
}

.lead-title {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2.89855%;
  text-align: left;
}

@media (min-width: 769px) {
  .lead-title {
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}

.lead-text {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "meiryo", serif;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 8.69565%;
  text-align: left;
}

@media (min-width: 769px) {
  .lead-text {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}

.head__text {
  line-height: 1.5;
  margin: 0 auto 6.51042%;
}

@media (min-width: 769px) {
  .head__text {
    line-height: 1.7;
    margin: 0 auto 40px;
    width: 70%;
  }
}

.notes {
  text-align: left;
}

.notes li {
  line-height: 1.4;
  list-style: none;
}

.notes--asterisk li {
  font-size: 1.2rem;
  margin-left: 1em;
  text-indent: -1em;
}

.notes--asterisk li:before {
  content: '※';
  display: inline;
}

@media (min-width: 769px) {
  .notes--asterisk li {
    font-size: 1.4rem;
  }
}

.mv {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .mv img {
    width: 100%;
  }
}

@media (min-width: 1020px) {
  .mv img {
    max-width: 1020px;
  }
}

/*----------------------------------------
	text.scss
----------------------------------------*/
.text--01 {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 769px) {
  .text--01 {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

/*----------------------------------------
	button.scss
----------------------------------------*/
.button {
  display: inline-block;
}

.button a {
  display: block;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.button--01 {
  width: 80%;
}

.button--01 a {
  border: 2px #00a0e9 solid;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 16px 10px;
  width: 100%;
}

.button--01 a:hover {
  -webkit-transition: all 0.2 ease;
  background-color: #00a0e9;
  color: #fff;
  transition: all 0.2 ease;
}

.button--01 a:hover span::before {
  border-right: 2px #fff solid;
  border-top: 2px #fff solid;
}

.button--01 a:hover span::after {
  border-left: 2px #fff solid;
}

.button--01 a span {
  display: inline-block;
  position: relative;
}

.button--01 a span::before {
  border-right: 2px #f39800 solid;
  border-top: 2px #f39800 solid;
  content: '';
  height: 10px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate(-20px, -50%) rotate(45deg);
  width: 10px;
}

.button--01 a span::after {
  border-left: 2px #f39800 solid;
  content: '';
  height: 18px;
  margin-top: -9px;
  position: absolute;
  right: -16px;
  top: 50%;
  width: 2px;
}

.button--02 {
  width: 80%;
}

.button--02 a {
  border: 2px #00a0e9 solid;
  border-radius: 6px;
  box-sizing: border-box;
  color: #2679be;
  padding: 16px 10px;
  position: relative;
  width: 100%;
}

.button--02 a::before {
  border-right: 2px #f39800 solid;
  border-top: 2px #f39800 solid;
  content: '';
  height: 10px;
  margin-top: -3px;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translate(-50px, -50%) rotate(135deg);
  width: 10px;
}

.button--02 a::after {
  border-top: 2px #f39800 solid;
  content: '';
  height: 2px;
  margin-top: -3px;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translate(-47px, -50%);
  width: 18px;
}

.button--02 a:hover {
  -webkit-transition: all 0.2 ease;
  background-color: #00a0e9;
  color: #fff;
  transition: all 0.2 ease;
}

.button--02 a:hover::before {
  border-right: 2px #fff solid;
  border-top: 2px #fff solid;
}

.button--02 a:hover::after {
  border-top: 2px #fff solid;
}

@media (min-width: 769px) {
  .button--01 {
    width: 100%;
  }
  .button--01 a {
    border: 3px #00a0e9 solid;
    padding: 10px;
    width: 210px;
  }
  .button--01 span::before {
    height: 10px;
    right: -40px;
    width: 10px;
  }
  .button--01 span::after {
    height: 18px;
    margin-top: -9px;
    right: -16px;
    width: 2px;
  }
  .button--02 {
    width: 100%;
  }
  .button--02 a {
    border: 3px #00a0e9 solid;
    padding: 10px;
    width: 210px;
  }
  .button--02 a::before {
    height: 10px;
    right: -40px;
    transform: translate(-50px, -50%) rotate(135deg);
    width: 10px;
  }
  .button--02 a::after {
    margin-top: -3px;
    right: -18px;
    transform: translate(-25px, -50%);
    width: 18px;
  }
}

/*----------------------------------------
	head.scss
----------------------------------------*/
.head--01 {
  color: #24845c;
  font-size: 1.6rem;
  margin-bottom: 3.90625%;
  text-align: left;
}

.head--02 {
  color: #fff;
  margin: 10.41667% 0 3.90625%;
}

.head--02 .head__title {
  background-color: #2679be;
  box-sizing: border-box;
  float: left;
  font-size: 4.26667vw;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 0;
  text-align: right;
  width: 30.66667%;
}

.head--02 .head__sub-title {
  background-color: #68cdf7;
  box-sizing: border-box;
  float: right;
  font-size: 2.93333vw;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
  text-align: left;
  width: 68.66667%;
}

.head--03 {
  border-bottom: 1px #00b6f3 solid;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 4.34783%;
  padding-bottom: 5px;
  text-align: left;
}

.head--04 {
  border: 1px #00a0e9 solid;
  border-radius: 100px;
  color: #24845c;
  display: inline-block;
  float: left;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2.89855% 0 4.34783%;
  padding: 5px 10px;
}

@media (min-width: 769px) {
  .head--01 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .head--02 {
    margin: 50px 0;
  }
  .head--02 .head__title {
    font-size: 2.6rem;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 0;
    width: 32.29167%;
  }
  .head--02 .head__sub-title {
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    width: 67.39583%;
  }
  .head--03 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .head--04 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}

@media (min-width: 641px) and (max-width: 769px) {
  .head--02 .head__title {
    font-size: 3.2vw;
    height: 50px;
    line-height: 50px;
  }
  .head--02 .head__sub-title {
    font-size: 2.4vw;
    height: 50px;
    line-height: 50px;
  }
}

/*----------------------------------------
	column.scss
----------------------------------------*/
.column {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 769px) {
  .column--02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .column--02 .item {
    width: 48%;
  }
  .column--03 {
    display: flex;
    justify-content: space-between;
  }
  .column--03 .item {
    width: 30%;
  }
}
