@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: #454B40;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin: 0;
  background-color: #fff;
  line-height: 170%;
  overflow-x: hidden;
}
@media screen and (min-width:640px) {
  html,
  body {
    font-size: 16px;
  }
}

body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.header h1 {
  margin-bottom: 0;
  position: absolute;
  top: 24px;
  left: 0;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .header h1 {
    top: 10px;
    width: 15vw;
  }
}
@media screen and (max-width:639px) {
  .header h1 {
    top: 8px;
    width: 21vw;
  }
}
.headerInner {
  display: flex;
  align-items: center;
  height: 64px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width:1025px) {
  .headerInner {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 1360px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}

section > div[class$=Inner] {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

section > div.narrow {
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
}

.contents #contact {
  padding-bottom: clamp(4rem, 3.422rem + 2.47vw, 5rem);
  background-color: #79CB37;
  margin-top: 0;
  background-image: url(../img/cmn/line_wave.svg);
  background-repeat: repeat-x;
  background-position: bottom -1px center;
}
@media screen and (max-width:639px) {
  .contents #contact {
    background-size: 400vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents #contact {
    background-size: 200vw;
  }
}
.contents #contact .contactInner {
  max-width: 960px;
}
.contents #contact .h2-style {
  color: #fff;
  margin-bottom: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
}
.contents #contact .h2-style::before {
  content: none;
}
.contents #contact .flex-between {
  gap: clamp(3rem, 2.711rem + 1.23vw, 3.5rem);
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents #contact .flex-between {
    gap: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem);
  }
}
@media screen and (max-width:639px) {
  .contents #contact .flex-between {
    gap: 24px;
  }
}
.contents #contact .flex-between a {
  background-color: #fff;
  border-radius: 4px;
  padding: clamp(1.125rem, 0.908rem + 0.92vw, 1.5rem) 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  border-radius: 100px;
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .contents #contact .flex-between a {
    height: 100px;
  }
}
.contents #contact .flex-between a .icon, .contents #contact .flex-between a .btn-burger .icon:after, .btn-burger .contents #contact .flex-between a .icon:after, .contents #contact .flex-between a .btn-burger .icon:before, .btn-burger .contents #contact .flex-between a .icon:before {
  width: 10%;
}
.contents #contact .flex-between a .icon img, .contents #contact .flex-between a .btn-burger .icon:after img, .btn-burger .contents #contact .flex-between a .icon:after img, .contents #contact .flex-between a .btn-burger .icon:before img, .btn-burger .contents #contact .flex-between a .icon:before img {
  margin-bottom: 0;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents #contact .flex-between a .icon, .contents #contact .flex-between a .btn-burger .icon:after, .btn-burger .contents #contact .flex-between a .icon:after, .contents #contact .flex-between a .btn-burger .icon:before, .btn-burger .contents #contact .flex-between a .icon:before {
    width: 14%;
  }
}
@media screen and (max-width:639px) {
  .contents #contact .flex-between a .txt br {
    display: none;
  }
}
@media screen and (min-width:1025px) {
  .contents #contact .flex-between a .txt br {
    display: none;
  }
}
.contents #contact .flex-between a .info {
  display: block;
  font-size: clamp(0.938rem, 0.901rem + 0.15vw, 1rem);
  margin-bottom: 3px;
}
.contents #contact .flex-between a .primary {
  display: block;
  font-size: clamp(1.313rem, 1.204rem + 0.46vw, 1.5rem);
  font-weight: bold;
}
.contents #contact .flex-between a .primary.tel {
  font-size: 28px;
  font-family: "Rubik", sans-serif;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents #contact .flex-between a .primary {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:639px) {
  .contents #contact .flex-between a .primary {
    font-size: 22px;
  }
}
.contents #contact .flex-between a small {
  color: #969696;
  font-weight: normal;
  font-size: 13px;
}
.contents #contact .flex-between a small span {
  font-size: 10px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .contents #contact .flex-between a small {
    font-size: 11px;
    white-space: nowrap;
    display: block;
    text-align: center;
  }
}

.footerNavi {
  padding-top: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
  padding-bottom: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
  display: none;
}
@media screen and (min-width:1025px) {
  .footerNavi {
    display: block;
  }
}
.footerNavi ul {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.footerNavi ul li:not(:last-child) {
  margin-right: 24px;
}

.footer {
  background-image: url(../img/cmn/line_wave_green.svg);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 2823px 23px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 28px;
  position: relative;
}
@media screen and (max-width:1024px) {
  .footer {
    background-image: none;
  }
}
@media screen and (min-width:640px) {
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:640px) {
  .footer {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media screen and (min-width:1025px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footerInner {
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
}
@media screen and (max-width:639px) {
  .footerInner {
    display: block;
  }
}
.footerInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footerInfo .flex-between {
  align-items: center;
}
@media screen and (max-width:639px) {
  .footerInfo .flex-between {
    margin-bottom: 0;
  }
}
.footerInfo .flex-between .footerLogo {
  width: 88px;
  height: auto;
}
@media screen and (min-width:640px) {
  .footerInfo .flex-between .footerLogo {
    margin-right: clamp(0.875rem, 0.803rem + 0.31vw, 1rem);
  }
}
.footerInfo p {
  font-size: clamp(0.875rem, 0.786rem + 0.38vw, 0.938rem);
  white-space: nowrap;
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .footerInfo p {
    text-align: center;
  }
}
.footerInfo h3 {
  font-size: 17px;
  margin-bottom: 4px;
}
@media screen and (max-width:639px) {
  .footerInfo h3 {
    text-align: center;
  }
}
.footerRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FDF9E4;
  border-radius: 12px;
}
@media screen and (max-width:639px) {
  .footerRight {
    margin-bottom: 60px;
    padding: 12px;
  }
}
.footerRight h4 {
  font-size: clamp(0.75rem, 0.678rem + 0.31vw, 0.875rem);
  margin-bottom: 12px;
}
.footerRight dl {
  font-size: clamp(0.625rem, 0.553rem + 0.31vw, 0.75rem);
  line-height: 12px;
  display: flex;
  margin-bottom: 4px;
}
.footerRight dl dt {
  width: 4em;
}
@media screen and (min-width:640px) {
  .footerRight {
    padding: 16px 32px;
  }
}
.footer .copyright {
  display: block;
  padding-bottom: 16px;
  color: #79CB37;
  margin-top: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer .copyright a {
  color: #79CB37;
}
@media screen and (max-width:639px) {
  .footer .copyright {
    position: absolute;
    bottom: 24px;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
  }
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-out;
  overflow: inherit;
}
@media screen and (min-width:1025px) {
  .gnav {
    height: 120px;
    position: relative;
    left: auto;
  }
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    display: flex;
  }
}

.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .gnav {
    background: transparent;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .gnav ul.nav-list {
    background-color: #fff;
    padding-top: 64px;
  }
  .gnav ul.nav-list li {
    border-top: 1px solid #BFC6B9;
    padding-left: 32px;
    padding-right: 32px;
  }
  .gnav ul.nav-list li:last-child {
    border-bottom: 1px solid #BFC6B9;
  }
  .gnav ul.nav-list li a {
    display: flex;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
  }
  .gnav ul.nav-list li a:after {
    content: url(../img/cmn/ico_arrow.svg);
    margin-left: auto;
    transform: scale(0.8);
  }
  .gnav ul.nav-list li li {
    border-top: 1px dashed #BFC6B9;
    padding-left: 24px;
    padding-right: 24px;
  }
  .gnav ul.nav-list li li:last-child {
    border-bottom: none;
  }
  .gnav ul.nav-list li li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .gnav ul.nav-list li.has-child > a:after {
    content: url(../img/cmn/ico_arrow.svg);
    margin-left: auto;
    rotatel: 90deg;
  }
  .icon-ig {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
  }
}
@media screen and (min-width:1025px) {
  .gnav {
    overflow: inherit;
  }
  .gnav ul.nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    /*hoverしたら表示*/
    /*ナビゲーションaタグの形状*/
  }
  .gnav ul.nav-list li {
    margin-left: 20px;
  }
  .gnav ul.nav-list li a {
    color: #FF4431;
    display: block;
    white-space: nowrap;
  }
  .gnav ul.nav-list .has-child {
    position: relative;
    padding-right: 16px;
    /*下の階層を持っているulの指定*/
  }
  .gnav ul.nav-list .has-child li {
    font-size: 0.9em;
    margin-left: 0;
  }
  .gnav ul.nav-list .has-child::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.6em;
    width: 8px;
    height: 8px;
    border-top: 3px solid #FF4431;
    border-right: 3px solid #FF4431;
    transform: rotate(135deg);
  }
  .gnav ul.nav-list .has-child ul {
    /*絶対配置で位置を指定*/
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 2.5em;
    z-index: 1000;
    /*形状を指定*/
    background: #FF4431;
    width: 140px;
    /*はじめは非表示*/
    visibility: hidden;
    opacity: 0;
    /*アニメーション設定*/
    transition: all 0.3s;
  }
  .gnav ul.nav-list .has-child:hover > ul,
  .gnav ul.nav-list .has-child:active > ul {
    visibility: visible;
    opacity: 1;
  }
  .gnav ul.nav-list .has-child ul li a {
    color: #ffffff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    padding: 8px 16px;
  }
  .gnav ul.nav-list .has-child ul li:last-child a {
    border-bottom: none;
  }
  .gnav ul.nav-list .gnavContact {
    margin-left: 32px;
  }
  .gnav ul.nav-list .gnavContact a {
    border-radius: 100px;
    background-color: #79CB37;
    padding: 12px 24px;
    color: #fff;
  }
  .gnav ul.nav-list .gnavContact a:after {
    content: url(../img/cmn/ico_arrow_w.svg);
    margin-left: 12px;
  }
  .icon-ig {
    margin-left: 16px;
  }
}
/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #FF4431;
  cursor: pointer;
  display: block;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999999;
  transition: 0.2s ease-out;
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 20px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
.btn-burger .icon:before {
  top: 8px;
  margin: 0;
}
.btn-burger .icon:after {
  top: -8px;
  margin: 0;
}
@media screen and (min-width:1025px) {
  .btn-burger {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: #FF4431;
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #FF4431;
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #FF4431;
  transform: rotate(45deg);
  top: 0;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

@media screen and (min-width:640px) {
  .flex-start {
    display: flex;
    justify-content: flex-start;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-reverse > div:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width:639px) {
  .flex-reverse > div:nth-child(odd) {
    flex-direction: column;
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.flex-grid .flex-item {
  width: calc((100% - 60px) / 3);
  background-color: #ccc;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }
}
h2, h3, h4 {
  line-height: 140%;
}

.h2-style {
  font-size: 32px;
  margin-bottom: 64px;
  color: #FF4431;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:639px) {
  .h2-style {
    font-size: 24px;
  }
}
.h2-style small {
  line-height: 1.3;
  font-size: 24px;
  display: block;
}
@media screen and (max-width:639px) {
  .h2-style small {
    font-size: 18px;
  }
}
.h2-style small {
  margin-bottom: 8px;
}
@media screen and (max-width:639px) {
  .h2-style {
    margin-bottom: 44.8px;
  }
  .h2-style small {
    margin-bottom: 5.6px;
  }
}
.h2-style:before {
  content: url(../img/cmn/ico_h2.svg);
  display: block;
  margin-bottom: 0.5vh;
}
@media screen and (max-width:639px) {
  .h2-style:before {
    transform: scale(0.7);
  }
}

.h3-style {
  font-size: 32px;
  margin-bottom: 24px;
  color: #FF4431;
  text-align: center;
  border-bottom: 4px dotted #FF4431;
  padding-bottom: 0.5em;
}
@media screen and (max-width:639px) {
  .h3-style {
    font-size: 25.6px;
    margin-bottom: 19.2px;
  }
}

.h4-style {
  margin-bottom: 16px;
  font-size: 18px;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
@media screen and (min-width:640px) {
  .h4-style {
    font-size: 20px;
    text-align: center;
  }
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #453E3E;
  text-decoration: none;
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover {
  color: #958181;
  opacity: 0.8;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

a.link-text {
  color: #FF4431;
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FF4431;
  border-right: 2px solid #FF4431;
  transform: rotate(45deg);
}

a[class^=btn] {
  box-sizing: content-box;
  background-color: #fff;
  color: #FF4431;
  border: 2px solid #FF4431;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
a[class^=btn]:hover {
  text-decoration: none;
}
@media screen and (max-width:639px) {
  a[class^=btn] {
    font-size: 13px;
  }
}
a[class^=btn].accent {
  background-color: #79CB37;
  border-color: #79CB37;
  color: #fff;
}
a[class^=btn].large {
  font-weight: bold;
  padding: 12px 56px;
  height: auto;
  line-height: auto;
}
a[class^=btn].large:before {
  background-position: right 24px center;
}

.btn {
  text-align: center;
  padding: 0 50px 0 40px;
}
.btn:before {
  background-image: url(../img/cmn/ico_arrow.svg);
  background-color: rgba(255, 255, 255, 0);
  background-position: right 20px center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width:639px) {
  .btn:before {
    background-size: 8px auto;
  }
}
.btn.accent:before {
  background-image: url(../img/cmn/ico_arrow_w.svg);
}
.btn.back {
  padding: 0 40px 0 50px;
}
.btn.back:before {
  transform: scale(-1, 1);
}
.btn.large.back {
  padding: 12px 56px;
}

.btnn {
  padding: 0 24px;
}
.btnn:after {
  display: inline-block;
  content: url(../img/cmn/ico_arrow.svg);
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.btnn.back:after {
  content: none;
}
.btnn.back:before {
  background-image: none;
  display: inline-block;
  content: url(../img/cmn/ico_arrow.svg);
  position: relative;
  transform: scale(-1, 1);
  top: 2px;
  margin-right: 8px;
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #FDF9E4;
  color: #FF4431;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: #ffffff;
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #79CB37;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  overflow-y: scroll;
}

.attention {
  color: #b54444;
  font-size: 13px;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bg-p {
  background-color: #FF4431;
}
.bg-p .h2-style {
  color: #fff;
}

.bg-s {
  background-color: #79CB37;
}

.bg-w {
  background-color: #fff;
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.red {
  color: #FF4431;
}

.marker {
  background: linear-gradient(transparent 60%, #f8f472 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #454B40;
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #FDF9E4;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #FF4431;
  padding: 32px;
  border-radius: 24px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #454B40;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*---------------------------------------
margin
---------------------------------------*/
.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.mt56 {
  margin-top: 56px;
}

.mt64 {
  margin-top: 64px;
}

.mt72 {
  margin-top: 72px;
}

.mt80 {
  margin-top: 80px;
}

.mt88 {
  margin-top: 88px;
}

.mt96 {
  margin-top: 96px;
}

.mt112 {
  margin-top: 112px;
}

.mt120 {
  margin-top: 120px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb72 {
  margin-bottom: 72px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb88 {
  margin-bottom: 88px;
}

.mb96 {
  margin-bottom: 96px;
}

.mb112 {
  margin-bottom: 112px;
}

.mb120 {
  margin-bottom: 120px;
}/*# sourceMappingURL=style.css.map */