@font-face {
  font-family: "NotoSans";
  src: url(../webfonts/NotoSansJP-Black.otf);
  src: url(../webfonts/NotoSansJP-Bold.otf);
  src: url(../webfonts/NotoSansJP-Regular.otf);
}
/* =========================================

break point

========================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 16px;
  letter-spacing: 0.05rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    font-size: 14px;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  font-family: "Zen Kaku Gothic New", sans-serif;
  list-style: none;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

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

a {
  color: #36280C;
}

a:hover {
  text-decoration: none;
}

.text-sp {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-sp {
    text-align: left;
  }
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}
.flex figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex figure {
    width: 100%;
  }
}
.flex figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex .flex-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex .flex-right {
    width: 100%;
  }
}

.mod-center {
  text-align: center;
}

.mod-hd {
  color: #604A39;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
}

.mod-hd__h2-top {
  font-size: 0.8rem;
  position: relative;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2-top {
    margin-bottom: 23px;
  }
}
.mod-hd__h2-top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: linear-gradient(to right, #42a0ab, #2f368d);
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2-top:after {
    bottom: -15px;
  }
}

.mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
  color: #A72C25;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2, .page-kv .page-kv__hd .page-kv__hd__h2 {
    font-size: 1.4rem;
  }
}

.mod-hd__h2__under {
  color: #88E6D5;
  font-size: 0.9rem;
}

.mod-hd__txt {
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mod-hd__txt {
    font-size: 1rem;
  }
}

.btn__contact {
  background: #A72C25;
  max-width: 400px;
  width: 100%;
  padding: 4px 0;
  border-radius: 60px;
  margin-right: 20px;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn__contact {
    padding: 10px 0;
    margin-right: 10px;
  }
}
.btn__contact a {
  padding: 4px 40px 4px 60px;
  white-space: nowrap;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn__contact a {
    font-size: 0.8rem;
    padding: 4px 20px 4px 30px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact a {
    padding: 4px 14px 4px 30px;
    font-size: 0.75rem;
  }
}
.btn__contact a:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 11px;
  background-image: url(../img/common/contact_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .btn__contact a:after {
    top: -2px;
    left: 18px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact a:after {
    left: 15px;
  }
}
.btn__contact a p {
  color: #fff;
  font-weight: 300;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .btn__contact a p {
    display: none;
  }
}
.btn__contact:hover {
  opacity: 0.8;
}

.btn__contact.mail a:after {
  background-image: url(../img/common/contact_mail.png);
  top: 12px;
}
@media screen and (max-width: 767px) {
  .btn__contact.mail a:after {
    top: -1px;
    left: 17px;
  }
}
@media screen and (max-width: 345px) {
  .btn__contact.mail a:after {
    left: 15px;
  }
}

.link-btn {
  background: #A72C25;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  transition: 0.3s all;
}
.link-btn a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  padding: 14px 40px;
  display: block;
}
.link-btn:hover {
  opacity: 0.8;
}

.link-btn__more a {
  position: relative;
  color: #fff;
  font-size: 0.8rem;
}
.link-btn__more a:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  top: 41%;
  right: -68px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
}

.link-btn__contact {
  background: #fff;
  border: 2px solid #A72C25;
  max-width: 280px;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 60px;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s all;
  cursor: pointer;
}
.link-btn__contact:hover {
  background: #A72C25;
  color: #fff;
}
.link-btn__contact a {
  color: .link-btn__contact a color-main;
  font-weight: 600;
}

.link-btn__contact_rtn {
  font-size: 1rem;
  background: none;
  border: none;
  text-decoration: underline;
  margin: 40px 0 0px;
}

.page-kv {
  padding-top: 100px;
  background: #545454;
  background-position: center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page-kv {
    padding-top: 70px;
    height: 270px;
  }
}
.page-kv .page-kv__hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-kv .page-kv__hd .page-kv__hd__txt {
  color: #fff;
  font-weight: 300;
}
.page-kv .page-kv__hd .page-kv__hd__h2 {
  color: #fff;
  line-height: 1.8;
}

.page-kv__about {
  background-image: url("../img/about/header-bg.jpg");
}

.page-kv__interview {
  background-image: url("../img/interview/header-bg.jpg");
}

.page-kv__qanda {
  background: #267f7f;
}

.page-kv__c-contact {
  background: #fcbe56;
}

.page__txt {
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
}
.page__txt .bold {
  color: #A72C25;
  font-weight: 600;
}

.page-contents {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.fade_in {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 1000ms;
}

.fade_on {
  opacity: 1;
  transform: translate(0, 0);
}

* {
  box-sizing: border-box;
  color: #36280C;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.header {
  align-items: center;
  display: flex;
  height: 90px;
  background: #fff;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    background: #fff;
  }
}
.header .header-inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-logo {
  align-items: center;
  background: #ffffff;
  display: flex;
  height: 100%;
  transition: 0.4s;
}
.header .header-logo a {
  display: block;
}
.header .header-logo .logo__img {
  max-width: 270px;
  width: 100%;
  width: 250px;
  padding: 0px 20px 0px 0px;
}
@media screen and (max-width: 767px) {
  .header .header-logo .logo__img {
    max-width: 192px;
  }
}
@media screen and (max-width: 345px) {
  .header .header-logo .logo__img {
    max-width: 155px;
  }
}
.header .nav {
  display: flex;
  align-items: center;
}

.header-page {
  background: #fff;
}

#fixed-header.is-show {
  top: 0;
  position: fixed;
}

.container {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.section-padding {
  padding: 90px 10px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 50px 10px;
  }
}

.page-section-padding {
  padding: 60px 10px 70px;
}
@media screen and (max-width: 767px) {
  .page-section-padding {
    padding: 40px 10px 50px;
  }
}

.section-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.footer {
  background: #A72C25;
  padding: 64px 0px;
}
.footer .footer-logo {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo {
    margin-bottom: 32px;
  }
}
.footer .footer-logo .footer-logo__img {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer-logo .footer-logo__img {
    max-width: 230px;
  }
}
.footer .footer-contact .footer-contact__tel a {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  padding-left: 20px;
}
.footer .footer-contact .footer-contact__tel a:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 11px;
  background-image: url(../img/common/contact_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.footer .footer-contact .footer-contact__mail {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .footer-contact .footer-contact__mail a {
  position: relative;
  color: #fff;
  font-size: 1.1rem;
  padding: 4px 8px 4px 27px;
  border: 1px solid #fff;
}
.footer .footer-contact .footer-contact__mail a:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  background-image: url(../img/common/contact_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.footer .footer-contact p.footer-content__info {
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-link {
  text-align: center;
}
.footer .footer-link a {
  font-size: 0.8rem;
  color: #fff;
}
.footer .footer-copyright {
  margin-top: 10px;
  text-align: center;
}
.footer .footer-copyright .address .footer-copyright__txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .footer-copyright .address .footer-copyright__txt {
    font-size: 0.7rem;
  }
}

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(8, 10, 41, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .spnav {
    max-width: 300px;
  }
}

.open .spnav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.spnav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 30px 20px 8vw;
  max-width: 900px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .spnav-inner {
    flex-direction: column;
    padding: 80px 20px 20px;
  }
}
.spnav-inner .spnav-inner-left {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left {
    max-width: 210px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list {
  margin-top: 20px;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li {
    margin: 0 0 20px 0;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  position: relative;
  max-width: 600px;
  width: 100%;
  color: #fff;
  letter-spacing: 6px;
  font-weight: 400;
  padding: 1.3em 0.5em;
  text-decoration: none;
  transition-duration: 0.2s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a {
    font-size: 1.1rem;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:hover {
  transition: 0.4s;
  background: #2e3b44;
}
.spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
  position: absolute;
  right: 110px;
  color: #bbbbbb;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__list li a:after {
    font-size: 0.8rem;
    top: 0;
    left: 10px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu {
    margin-top: 0px;
    margin-left: 9px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul {
  display: flex;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul {
    margin-bottom: 50px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
  position: relative;
  padding-left: 20px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li:not(:first-child) {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li {
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
  font-size: 0.84rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-left .spnav-inner__menu ul li a {
    font-size: 1.1rem;
  }
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-left .spnav-inner__menu ul li:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer_info.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
}
.spnav-inner .spnav-inner-right {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right {
    margin-top: 50px;
    max-width: 280px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__logo img {
  width: 100%;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns {
    margin-top: 50px;
    flex-direction: column;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a {
  transition: 0.4s;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:hover {
  opacity: 0.7;
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
.spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .spnav-inner .spnav-inner-right .spnav-inner-right__sns a img {
    height: 21px;
  }
}

.spnav-inner__menu {
  display: flex;
  flex-wrap: wrap;
}
.spnav-inner__menu .spnav-inner__menu__item {
  margin-top: 12px;
  width: 100%;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col {
  margin-top: 8px;
  text-align: center;
  padding: 20px 20px;
  width: 100%;
  background: #f2a039;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a {
  color: #fff;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle_btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1002;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #A72C25;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
}

.toggle_btn span:nth-child(3) {
  bottom: 7px;
}

.open .toggle_btn {
  position: fixed;
  top: 26px;
  right: 30px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
  background: #fff;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
  background: #fff;
  bottom: 6px;
}

.toggle_btn__txt {
  position: relative;
  top: 27px;
  color: blue;
  font-size: 0.66rem;
  font-weight: 800;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
  cursor: pointer;
}

.page-top {
  position: fixed;
  display: block;
  bottom: -100px;
  right: 20px;
  transition: 0.6s;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #A72C25;
  opacity: 0.6;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}
.page-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: #A72C25 3px solid;
  border-right: #A72C25 3px solid;
  transform: rotate(-45deg);
  position: absolute;
  top: 44%;
  margin: auto;
  right: 0;
  left: 0;
}
.page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.page-top.is-show {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-top.is-show {
    bottom: 10px;
  }
}

.news-arcive.section-padding {
  padding-top: 30px;
}

.news-items__item {
  border-bottom: 1px solid #A72C25;
  padding: 40px 0px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.news-items__item:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-items__item {
    padding: 20px 0px 14px;
    flex-wrap: wrap;
  }
}
.news-items__item .news-items__item--mod {
  margin-right: 110px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-items__item .news-items__item--mod {
    margin-bottom: 4px;
  }
}
.news-items__item .news-items__item--mod .news-items__item--mod__day {
  color: #939393;
}
.news-items__item .news-items__item__title {
  line-height: 1.6;
  font-weight: 400;
}

.news-items__item:first-child {
  padding-top: 0px;
}

.single-col__title {
  border-bottom: 1px dashed #e2e2e2;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-col__title {
    padding: 0px 0px 20px;
  }
}

.single-col__title--mod {
  text-align: right;
  padding: 20px 120px;
}
@media screen and (max-width: 767px) {
  .single-col__title--mod {
    padding: 20px 10px;
  }
}

.single-col__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .single-col__content {
    padding: 20px 0px;
  }
}
.single-col__content p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-col__content p {
    line-height: 1.8;
  }
}

.single-link {
  display: flex;
  justify-content: space-between;
  margin: 140px 0px 0px;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .single-link {
    margin-top: 90px;
  }
  .single-link div {
    width: 43%;
  }
}

.container-pagenavi {
  margin-top: 30px !important;
  max-width: 1300px;
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .container-pagenavi {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi .page {
  width: auto;
  max-width: 0;
  display: flex;
  justify-content: center;
}
.wp-pagenavi .current {
  padding: 10px 18px !important;
  color: #fff;
  border: 1px solid #A72C25 !important;
  background: #A72C25;
  margin: 0 6px;
}
.wp-pagenavi a {
  padding: 10px 18px !important;
  color: #A72C25;
  border: 1px solid #A72C25 !important;
  margin: 0 6px;
}

.header-under {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .header-under {
    padding-top: 44px;
  }
}
.header-under .section-padding {
  padding: 80px 10px 0px;
}
@media screen and (max-width: 767px) {
  .header-under .section-padding {
    padding: 30px 10px 0px;
  }
}

.contact-col {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.contact-col table {
  width: 100%;
}
.contact-col tr {
  width: 100%;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-col tr {
    flex-direction: column;
  }
}
.contact-col tr th {
  width: 100%;
  text-align: left;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-col tr th {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
  }
}
.contact-col tr td {
  width: 100%;
}
.contact-col input[type=text],
.contact-col input[type=email],
.contact-col input[type=number],
.contact-col input[type=url],
.contact-col input[type=password],
.contact-col input[type=date],
.contact-col textarea,
.contact-col select {
  width: 100%;
  display: block;
  padding: 12px;
  font-size: 16px;
  background: #f4f4f4;
  border: none;
  width: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  transition: all 0.4s;
}
.contact-col .emphasis {
  margin-left: auto;
  font-weight: 600;
  color: #fc5f60;
}
.contact-col .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.contact-col .checkbox label {
  margin: 0 14px 0 0;
}
.contact-col .checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 165px;
  position: relative;
  top: 2px;
}
.contact-col .checkbox a {
  position: absolute;
  bottom: 2px;
  margin-left: -54px;
  color: #A72C25;
  text-decoration: underline;
}
.contact-col .checkbox .error {
  position: absolute;
  top: 29px;
}

.error {
  color: #fc5f60;
}

.contact__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__text {
    margin-bottom: 40px;
  }
}

body {
  background: #fff;
}

.container-560 {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container-560 {
    max-width: 400px;
  }
}

.container-800 {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.box-shadow, .cta-fixed, .section-7 table, .section-voice .item-col .item, .section-choice .choice-items .item, .section-2 .item-col .item, .section-1 .section-1-col .section-1-col-item {
  box-shadow: 2px 0px 10px rgba(54, 40, 12, 0.3882352941);
  border-radius: 4px;
  background: #fff;
}

header .header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px 40px;
}
@media screen and (max-width: 767px) {
  header .header-inner {
    max-width: 570px;
    padding: 22px 10px;
  }
}
header .header-inner .header-logo {
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  header .header-inner .header-logo {
    max-width: 180px;
  }
}
header .header-inner p {
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 3px 3px 0 #a3251d, -3px 3px 0 #a3251d, -3px -3px 0 #a3251d, 3px -3px 0 #a3251d;
}

.fv {
  padding-bottom: 200px;
  position: relative;
  background-image: url(../img/fv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}
@media screen and (max-width: 767px) {
  .fv {
    background-image: url(../img/fv_bg_sp.jpg);
    padding-bottom: 20px;
  }
}
.fv .fv-inner {
  display: flex;
  max-width: 1030px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv .fv-inner {
    max-width: 500px;
  }
}
.fv .fv-inner .fv-left {
  max-width: 570px;
  z-index: 1;
  position: relative;
}
.fv .fv-inner .fv-left .fv-img1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .fv .fv-inner .fv-left .fv-img1 {
    max-width: 85%;
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv-inner .fv-left .sp {
    max-width: 234px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 358px) {
  .fv .fv-inner .fv-left .sp {
    max-width: 214px;
  }
}
.fv .fv-inner .fv-right {
  display: flex;
  align-items: flex-start;
  position: absolute;
  right: 0px;
  bottom: -80px;
  max-width: 480px;
  z-index: 0;
}
.fv-sp-inner {
  display: none;
}
@media screen and (max-width: 767px) {
  .fv-sp-inner {
    display: block;
    max-width: 580px;
    margin: 0 auto;
    padding: 14px 4px 10px;
  }
}
.fv-sp-inner .header-logo {
  margin-bottom: 18px;
  max-width: 180px;
}

.img-under-sp {
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  max-width: 410px;
}

.fv-bnr {
  position: relative;
  top: -100px;
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: -200px;
}
@media screen and (max-width: 767px) {
  .fv-bnr {
    top: 20px;
    margin-bottom: -60px;
  }
}
.fv-bnr:before {
  content: "";
  background-image: url("../img/fv_bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: -70px;
  max-height: 105px;
}
.fv-bnr figure {
  text-align: center;
  position: relative;
  top: -90px;
  z-index: 100;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv-bnr figure {
    top: -50px;
    max-width: 340px;
  }
}

.bnr {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bnr {
    margin-top: 24px;
  }
}

.section-1 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-1 {
    margin-top: 30px;
  }
}
.section-1 .section-1-col {
  margin-top: 20px;
}
.section-1 .section-1-col .section-1-col-item:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .section-1-col-item:not(:last-child) {
    margin-bottom: 26px;
  }
}
.section-1 .section-1-col .section-1-col-item .hd {
  display: flex;
  background: #A87704;
  padding: 12px 32px;
  line-height: 1.2;
  align-items: center;
  position: relative;
  justify-content: center;
  border-radius: 4px 4px 0px 0px;
}
.section-1 .section-1-col .section-1-col-item .hd span {
  color: #A87704;
  background: #fff;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 20px;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .section-1-col-item .hd span {
    left: 10px;
    width: 24px;
    height: 24px;
  }
}
.section-1 .section-1-col .section-1-col-item .hd h3 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .section-1-col-item .hd h3 {
    font-size: 1.4rem;
  }
}
.section-1 .section-1-col .disc {
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc {
    padding: 16px;
  }
}
.section-1 .section-1-col .disc .disc-hd {
  color: #604A39;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .disc-hd {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.section-1 .section-1-col .disc .disc-hd span {
  color: #CB4836;
}
.section-1 .section-1-col .disc .disc-hd span.big {
  font-size: 2.2rem;
}
.section-1 .section-1-col .disc .disc-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 4px;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .disc-img {
    flex-direction: column;
  }
}
.section-1 .section-1-col .disc .disc-img div {
  width: calc(50% - 10px);
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .disc-img div {
    width: 100%;
    margin-top: 0px;
  }
  .section-1 .section-1-col .disc .disc-img div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.section-1 .section-1-col .disc .disc-img div p {
  padding: 2px 4px;
  background: #E7E6E1;
  font-size: 0.8rem;
  text-align: right;
  border-radius: 0px 0px 4px 4px;
}
.section-1 .section-1-col .disc .disc-img div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px 4px 0px 0px;
}
.section-1 .section-1-col .disc .item-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-1 .section-1-col .disc .item-col .item {
  width: calc(25% - 6px);
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .item-col .item {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
}
.section-1 .section-1-col .disc .erea {
  max-width: 560px;
  margin: 0 auto;
  border: 1px solid #604A39;
  border-radius: 4px;
}
.section-1 .section-1-col .disc .erea h4 {
  background: #604A39;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  padding: 8px;
}
.section-1 .section-1-col .disc .erea figure {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-1 .section-1-col .disc .erea figure {
    max-width: 240px;
  }
}

.hd-under {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hd-under {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-center {
    text-align: left;
  }
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../img/bg_red.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .section-2 {
    padding-top: 40px;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.section-2 .item-col {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col {
    margin-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .section-2 .item-col {
    flex-direction: column;
  }
}
.section-2 .item-col .item {
  width: calc(33.33% - 14px);
  margin-bottom: 24px;
  border-radius: 20px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item {
    padding: 8px;
    margin-bottom: 14px;
    max-width: 350px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section-2 .item-col .item figure {
  height: 200px;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item figure {
    height: 210px;
  }
}
.section-2 .item-col .item figure img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-2 .item-col .item .disc {
  padding: 16px 0px 0px;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item .disc {
    padding: 12px 0px 0px;
  }
}
.section-2 .item-col .item .disc h3 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item .disc h3 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item .disc h3 {
    font-size: 1.1rem;
  }
}
.section-2 .item-col .item .disc .price {
  padding: 8px 8px 2px 8px;
  margin-top: 18px;
  border-radius: 4px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-2 .item-col .item .disc .price {
    margin-top: 0px;
  }
}
.section-2 .item-col .item .disc .price span {
  color: #A72C25;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0px 4px 9px 4px;
}
@media screen and (max-width: 600px) {
  .section-2 .item-col .item .disc .price span {
    font-size: 1.5rem;
    margin: 0px 4px 6px 4px;
  }
}
.section-2 .item-col .item .disc .price span.en {
  color: #A72C25;
  font-weight: 500;
  font-size: 1.1rem;
  margin-left: -5px;
  position: relative;
  bottom: 1px;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 30px;
  background-image: url("../img/bg_yellow.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .section-3 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.section-3 .item-col {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-3 .item-col {
    margin-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .section-3 .item-col {
    flex-direction: column;
  }
}
.section-3 .item-col .item {
  width: calc(33.33% - 14px);
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 16px;
  background: none;
}
@media screen and (max-width: 767px) {
  .section-3 .item-col .item {
    padding: 12px 12px 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  .section-3 .item-col .item {
    width: 100%;
    margin-bottom: 0px;
  }
}
.section-3 .item-col .item figure {
  height: 200px;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .section-3 .item-col .item figure {
    height: 200px;
  }
}
.section-3 .item-col .item figure img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-3 .item-col .item .disc {
  padding: 16px 0px 0px;
}
@media screen and (max-width: 767px) {
  .section-3 .item-col .item .disc {
    padding: 12px 0px 0px;
  }
}
.section-3 .item-col .item .disc h3 {
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-3 .item-col .item .disc h3 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .section-3 .item-col .item .disc h3 {
    font-size: 1.1rem;
  }
}
.section-3 .item-col .item .disc .price {
  padding: 8px 8px 2px 8px;
  margin-top: 18px;
  border-radius: 4px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-3 .item-col .item .disc .price {
    margin-top: 0px;
  }
}
.section-3 .item-col .item .disc .price span {
  color: #A72C25;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0px 4px 9px 4px;
}
@media screen and (max-width: 600px) {
  .section-3 .item-col .item .disc .price span {
    font-size: 1.5rem;
    margin: 0px 4px 6px 4px;
  }
}
.section-3 .item-col .item .disc .price span.en {
  color: #A72C25;
  font-weight: 500;
  font-size: 1.1rem;
  margin-left: -5px;
  position: relative;
  bottom: 1px;
}
.section-3 .no-kaitori-sec {
  padding: 0 14px;
}
.section-3 .no-kaitori-sec .no-kaitori {
  background: rgba(129, 114, 29, 0.4509803922);
  border-radius: 10px;
  margin-bottom: 0px;
  padding: 10px 12px;
}
@media screen and (max-width: 767px) {
  .section-3 .no-kaitori-sec .no-kaitori {
    font-size: 0.8rem;
  }
}
.section-3 .no-kaitori-sec .no-kaitori b {
  font-weight: bold;
  color: #fff;
  font-size: 1.06rem;
}
.section-3 .no-kaitori-sec .no-kaitori-item .item .disc h3 {
  font-size: 1rem;
  font-weight: normal;
}

.cta-outline {
  padding: 0 12px;
}

.cta {
  position: relative;
  max-width: 800px;
  margin: 80px auto 60px;
  background: #FDEFED;
  border: 4px solid #A72C25;
  border-radius: 18px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 30px;
    margin: 50px auto 30px;
  }
}
.cta::before {
  content: "";
  background-image: url(../img/cta_pop.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
  display: block;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .cta::before {
    width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .cta .container-560 {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 310px;
  }
}
.cta .container-560 figure {
  position: relative;
}
.cta .container-560 figure::before {
  content: "";
  background-image: url(../img/cta_item_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -130px;
  width: 146px;
  height: 85px;
}
@media screen and (max-width: 767px) {
  .cta .container-560 figure::before {
    background-image: url(../img/cta_item_1_sp.png);
    top: -29px;
    right: -31px;
    width: 55px;
    height: 55px;
  }
}
.cta .container-560 figure::after {
  content: "";
  background-image: url(../img/cta_item_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -23px;
  left: -117px;
  width: 113px;
  height: 128px;
}
@media screen and (max-width: 767px) {
  .cta .container-560 figure::after {
    top: -57px;
    left: -38px;
    width: 79px;
    height: 80px;
  }
}
.cta .bnr {
  margin-top: 10px;
}
.cta .item-col {
  padding: 26px 0px 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  max-width: 680px;
  margin: 14px auto;
}
@media screen and (max-width: 767px) {
  .cta .item-col {
    padding: 8px 0px 0px;
    flex-direction: column;
    max-width: 290px;
  }
}
.cta .item-col figure {
  width: calc(50% - 3px);
}
@media screen and (max-width: 767px) {
  .cta .item-col figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cta .item-col figure:not(:last-child) {
    margin-bottom: 12px;
  }
}
.cta .cta_under {
  background: #A72C25;
  padding: 8px 12px;
  border-radius: 0px 0px 10px 10px;
}
@media screen and (max-width: 767px) {
  .cta .cta_under {
    padding: 4px 20px;
    border-radius: 0px 0px 10px 10px;
  }
}
.cta .cta_under figure {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta .cta_under figure {
    max-width: 400px;
  }
}

.section-4 {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-4 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.section-4 .hd-under {
  color: #36280C;
}
.section-4 .item-col {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-4 .item-col {
    flex-wrap: wrap;
    margin: 30px auto;
  }
}
.section-4 .item-col .item {
  width: calc(25% - 20px);
}
@media screen and (max-width: 767px) {
  .section-4 .item-col .item {
    width: calc(50% - 10px);
    margin-bottom: 26px;
  }
}
.section-4 .item-col .item figure {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 8px;
}
.section-4 .item-col .item .disc h3 {
  text-align: center;
  line-height: 1.2;
}

.section-choice {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../img/bg_red.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .section-choice {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-choice .choice-hd {
    max-width: 240px;
    margin: 0 auto 40px;
  }
}
.section-choice .choice-items {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .section-choice .choice-items {
    margin-top: 40px;
  }
}
.section-choice .choice-items .item {
  background: #fff;
  position: relative;
  padding: 10px 10px 10px 80px;
  display: flex;
  justify-content: flex-end;
}
.section-choice .choice-items .item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-choice .choice-items .item {
    padding: 16px 12px 12px 12px;
    flex-direction: column;
  }
}
.section-choice .choice-items .item figure {
  border-radius: 8px;
}
.section-choice .choice-items .item figure img {
  border-radius: 8px;
}
.section-choice .choice-items .item .disc {
  max-width: 600px;
  width: 70%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-choice .choice-items .item .disc {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.section-choice .choice-items .item .disc h3 {
  color: #A72C25;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #f4e1ad;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .section-choice .choice-items .item .disc h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-choice .choice-items .item .disc p {
    font-size: 0.9rem;
  }
}
.section-choice .choice-items .item .disc p span {
  color: #A72C25;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-choice .choice-items .item figure {
    display: flex;
    justify-content: center;
  }
}
.section-choice .choice-items .item::before {
  content: "";
  background-image: url("../img/section_choice_point_1.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .section-choice .choice-items .item::before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -16px;
  }
}
.section-choice .choice-items .item:nth-child(2)::before {
  background-image: url("../img/section_choice_point_2.png");
}
.section-choice .choice-items .item:nth-child(3)::before {
  background-image: url("../img/section_choice_point_3.png");
}
.section-choice .choice-items .item:nth-child(4)::before {
  background-image: url("../img/section_choice_point_4.png");
}
.section-choice .choice-items .item:nth-child(5)::before {
  background-image: url("../img/section_choice_point_5.png");
}

.section-kougaku {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .section-kougaku {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-kougaku .container-800 {
  padding-left: 10px;
  padding-right: 10px;
}
.section-kougaku .container-800 figure {
  border-radius: 10px;
}
.section-kougaku .container-800 figure img {
  border-radius: 10px;
}
.section-kougaku .section-kougaku-hd {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.section-kougaku .section-kougaku-hd h3 {
  font-size: 1.5rem;
  margin: 10px 0px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .section-kougaku .section-kougaku-hd h3 {
    font-size: 1.1rem;
  }
}
.section-kougaku .item-col {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-kougaku .item-col {
    margin-top: 22px;
  }
}
.section-kougaku .item-col .item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-kougaku .item-col .item {
    flex-direction: column;
    margin: 0 auto;
  }
}
.section-kougaku .item-col .item figure {
  margin-right: 30px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .section-kougaku .item-col .item figure {
    margin-right: 0px;
  }
}
.section-kougaku .item-col .item figure img {
  border-radius: 8px;
}
.section-kougaku .item-col .item .disc h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .section-kougaku .item-col .item .disc h3 {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
.section-kougaku .item-col .item .disc span {
  color: #A72C25;
  font-weight: bold;
}
.section-kougaku .item-col .item .disc span b {
  color: #A72C25;
  margin-left: 4px;
  margin-right: 2px;
  font-size: 1.3rem;
}
.section-kougaku .item-col .item .disc p {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .section-kougaku .item-col .item .disc p {
    margin-top: 8px;
    margin-bottom: 12px;
  }
}

.section-flow {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FDEFED;
}
@media screen and (max-width: 767px) {
  .section-flow {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-flow .flex-center {
    max-width: 300px;
    margin: 0 auto;
  }
}
.section-flow .flow-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-flow .flow-items {
    flex-direction: column;
    margin-top: 30px;
  }
}
.section-flow .flow-items .item {
  box-shadow: 2px 0px 10px rgba(54, 40, 12, 0.0705882353);
  border-radius: 4px;
  background: #fff;
  padding: 10px 14px;
  width: calc(25% - 10px);
}
@media screen and (max-width: 767px) {
  .section-flow .flow-items .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.section-flow .flow-items .item h3 {
  color: #A72C25;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .section-flow .flow-items .item h3 {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.section-flow .flow-items .item h3 span {
  color: #F6E5B8;
  margin-right: 4px;
  font-size: 3rem;
}
.section-flow .flow-items .item figure {
  max-width: 60px;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-flow .flow-items .item figure {
    max-width: 50px;
    margin: 0 auto 20px;
  }
}
.section-flow .flow-items .item figure img {
  width: 100%;
}
.section-flow .flow-items .item p {
  font-size: 0.9rem;
}

.section-voice {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../img/bg_yellow.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .section-voice {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.section-voice .sp.hd {
  max-width: 300px;
}
.section-voice .item-col {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-voice .item-col {
    margin-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .section-voice .item-col {
    flex-direction: column;
  }
}
.section-voice .item-col .item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 16px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .section-voice .item-col .item {
    padding: 12px;
    width: 100%;
    margin-bottom: 18px;
  }
}
.section-voice .item-col .item .item-title {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px dotted #999999;
}
@media screen and (max-width: 767px) {
  .section-voice .item-col .item .item-title {
    padding-bottom: 8px;
  }
}
.section-voice .item-col .item .item-title .item-title-left {
  margin-right: 12px;
}
.section-voice .item-col .item .item-title .item-title-left figure {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .section-voice .item-col .item .item-title .item-title-left figure {
    width: 60px;
    height: 60px;
  }
}
.section-voice .item-col .item .item-title .item-title-right span {
  color: #999999;
  font-size: 0.9rem;
}
.section-voice .item-col .item .item-title .item-title-right h4 {
  color: #A72C25;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .section-voice .item-col .item .item-title .item-title-right h4 {
    font-size: 1.1rem;
    margin-top: 4px;
  }
}
.section-voice .item-col .item .item-coment {
  margin-top: 8px;
}
.section-voice .item-col .item .item-coment span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fbedc5;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .section-voice .item-col .item .item-coment p {
    font-size: 0.9rem;
  }
}

.section-faq {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../img/bg_red.jpg");
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  .section-faq {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.section-faq .mod-hd {
  color: #fff;
}
.section-faq .container-800 {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .section-faq .container-800 {
    background: none;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-faq .item-col {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col {
    margin-top: 10px;
  }
}
.section-faq .item-col .item {
  border: 2px solid #FDEFED;
  border-radius: 10px;
  background: #fff;
}
.section-faq .item-col .item:not(:last-child) {
  margin-bottom: 20px;
}
.section-faq .item-col .item .flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .flex {
    flex-direction: inherit;
  }
}
.section-faq .item-col .item .flex span {
  background: #A72C25;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .flex span {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
}
.section-faq .item-col .item .flex span.icon-a:after {
  content: "A";
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .flex span.icon-a:after {
    top: 5px;
  }
}
.section-faq .item-col .item .flex span.icon-q:after {
  content: "Q";
  position: absolute;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .flex span.icon-q:after {
    top: 5px;
  }
}
.section-faq .item-col .item .question {
  padding: 14px 24px;
  background: #FDEFED;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .question {
    padding: 10px 4px 10px 10px;
  }
}
.section-faq .item-col .item .question p {
  width: calc(100% - 50px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .question p {
    width: calc(100% - 20px);
  }
}
.section-faq .item-col .item .answer {
  padding: 14px 4px 14px 24px;
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .answer {
    padding: 10px 4px 10px 10px;
  }
}
.section-faq .item-col .item .answer p {
  width: calc(100% - 50px);
}
@media screen and (max-width: 767px) {
  .section-faq .item-col .item .answer p {
    width: calc(100% - 20px);
  }
}

.section-7 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-7 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-7 .container-800 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-7 table {
  margin-top: 30px;
  width: 100%;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .section-7 table {
    padding: 4px 14px;
  }
}
.section-7 table tr {
  padding: 24px 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-7 table tr {
    flex-direction: column;
    padding: 12px 0px;
  }
}
.section-7 table tr:not(:last-child) {
  border-bottom: 1px solid #E7E6E1;
}
.section-7 table tr th {
  text-align: left;
  width: 120px;
  font-weight: 500;
  color: #A87704;
  vertical-align: top;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-7 table tr th {
    margin-bottom: 4px;
  }
}
.section-7 table tr td {
  width: calc(100% - 100px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-7 table tr td {
    width: 100%;
  }
}
.section-7 table tr iframe {
  margin-top: 20px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .section-7 table tr iframe {
    margin-top: 10px;
    height: 200px;
  }
}

footer {
  margin-top: 40px;
  padding: 30px 0px;
  background: #E7E6E1;
}
footer .footer-logo {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    margin: 0 auto;
    text-align: center;
  }
}
footer .footer-cta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  footer .footer-cta {
    flex-direction: column;
    max-width: 280px;
    margin: 20px auto 0;
  }
}
footer .footer-cta figure {
  width: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  footer .footer-cta figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .footer-cta figure:not(:last-child) {
    margin-bottom: 12px;
  }
}
footer .footer-menu .item:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer-menu .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
footer .footer-menu .item .hd {
  font-size: 0.9rem;
  margin-bottom: 12px;
  font-weight: 500;
  color: #604A39;
}
footer .footer-menu .item p {
  font-size: 0.9rem;
}
footer .footer-menu .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-menu .flex {
    flex-direction: inherit;
  }
}
footer .footer-menu .item-left p {
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  footer .footer-menu .item-right {
    max-width: 140px;
  }
}

.footer-copy {
  background: #604A39;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    padding: 4px 0;
  }
}
.footer-copy p {
  text-align: center;
  color: #fff;
  font-size: 0.86rem;
}
@media screen and (max-width: 767px) {
  .footer-copy p {
    font-size: 0.7rem;
  }
}

.cta-fixed {
  background: #fff;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  padding: 4px 20px;
  max-width: 580px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .cta-fixed {
    padding: 4px 15px 10px 17px;
    background: rgba(0, 0, 0, 0.631372549);
    bottom: 0px;
    right: inherit;
    border-radius: 0px;
    box-shadow: none;
  }
}
.cta-fixed .cta-fixed-img {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta-fixed .cta-fixed-img {
    max-width: 270px;
    margin: 0 auto 4px;
  }
}
.cta-fixed .footer-cta {
  display: flex;
}
@media screen and (max-width: 767px) {
  .cta-fixed .footer-cta {
    justify-content: space-between;
  }
  .cta-fixed .footer-cta figure {
    max-width: 200px;
    width: calc(50% - 3px);
  }
}

.cta-fixed2 {
  position: fixed;
  z-index: 999;
  right: 0px;
  bottom: 30%;
}
@media screen and (max-width: 767px) {
  .cta-fixed2 {
    left: 0;
    bottom: 0px;
    padding: 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .cta-fixed2 .footer-cta {
    display: flex;
    justify-content: end;
  }
}
.cta-fixed2 .footer-cta figure {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .cta-fixed2 .footer-cta figure {
    width: 100%;
  }
}

.cta-bnr {
  margin-top: 40px;
}

.top-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 40px;
  background: #d2a223;
  z-index: 99999;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .top-btn {
    top: 10px;
    right: 8px;
    padding: 14px 30px;
  }
}
.top-btn a {
  color: #fff;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */