/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  background: transparent;
  color: #000;
  width: 100%;
}

ul,
ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em,
strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  table-layout: fixed;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select,
option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

button {
  font: inherit;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/* IE
-----------------------------------------------------------------*/
main {
  display: block;
}

@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 959px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  min-width: 375px;
}
body.nav-open {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
}

.inner {
  width: 100%;
  max-width: calc(1200px + 40px);
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  --header-height: 100px;
  position: relative;
  width: 100%;
  height: var(--header-height);
  z-index: 10000;
}
.header__body {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: var(--header-height);
  background: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .header {
    --header-height: 65px;
  }
}

.header-logo {
  flex: 0 0 201px;
  height: 219px;
  background: #5aad31;
  transition: 0.2s linear;
}
.header-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.header-logo__img {
  display: block;
  width: 119px;
  max-width: 100%;
  height: auto;
  transition: 0.2s linear;
}
.header-logo__txt {
  margin-top: 10px;
  transition: 0.2s linear;
}
@media screen and (max-width: 959px) {
  .header-logo {
    flex: 0 0 90px;
    height: 98px;
  }
  .header-logo__img {
    width: 53px;
  }
  .header-logo__txt {
    width: 26px;
    margin-top: 5px;
  }
}

.fixed .header__body {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.fixed .header-logo,
.nav-open .header-logo {
  flex: 0 0 100px;
  height: var(--header-height);
}
.fixed .header-logo__img,
.nav-open .header-logo__img {
  width: 70px;
}
.fixed .header-logo__txt,
.nav-open .header-logo__txt {
  width: 34px;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .fixed .header-logo,
.nav-open .header-logo {
    flex: 0 0 60px;
  }
  .fixed .header-logo__img,
.nav-open .header-logo__img {
    width: 35.5px;
  }
  .fixed .header-logo__txt,
.nav-open .header-logo__txt {
    width: 18px;
    margin-top: 3px;
  }
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header-nav__list {
  display: flex;
  align-items: center;
  gap: 0 35px;
  height: 100%;
  padding: 0 0 4px 50px;
}
.header-nav__list > li > a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding: 10px;
  transition: 0.2s;
}
.header-nav__list > li > a:hover {
  color: #5aad31;
}
.header-nav .c-tel {
  padding-right: 25px;
}
.header-nav__logo {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header-nav__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 959px) {
  .header-nav {
    position: absolute;
    top: var(--header-height);
    right: -100%;
    width: 100vw;
    max-width: 600px;
    height: auto;
    max-height: calc(100vh - var(--header-height));
    max-height: calc(var(--vh) * 100 - var(--header-height));
    display: block;
    overflow-y: scroll;
    transition: 0.2s;
  }
  .header-nav__list {
    display: block;
    height: auto;
    background: #fbf9f6;
    padding: 0;
  }
  .header-nav__list > li {
    border-bottom: solid 1px rgba(90, 173, 49, 0.3);
  }
  .header-nav__list > li > a {
    position: relative;
    font-size: 16px;
    padding: 20px 20px;
  }
  .header-nav__list > li > a::after {
    content: "";
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    display: block;
    width: 15.5px;
    height: 15.5px;
    background: url(../img/common/btn-arrow_g.svg) center/contain no-repeat;
    margin: auto;
  }
  .header-nav .c-tel {
    display: none;
    margin: 62px auto 0;
    padding-right: 0;
  }
  .header-nav .c-tel__num {
    font-size: 35px;
  }
  .header-nav .c-tel__note {
    margin-top: 7px;
  }
  .header-nav__logo {
    display: none;
    margin-top: 43px;
    text-align: center;
  }
  .header-nav__logo img {
    width: 165px;
    height: 60px;
  }
}

.nav-open .header-nav {
  right: 0;
}

.header-overlay {
  display: none;
  position: absolute;
  top: var(--header-height);
  left: 0;
  display: block;
  width: 100vw;
  height: calc(100vh - var(--header-height));
  height: calc(var(--vh) * 100 - var(--header-height));
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 959px) {
  .header-overlay {
    display: block;
  }
}

.nav-open .header-overlay {
  opacity: 0.4;
  visibility: visible;
}

.header-tel {
  display: none;
  height: 100%;
  margin-left: auto;
}
.header-tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 14.5px;
}
.header-tel a > span {
  display: block;
  color: #5aad31;
  font-size: 14px;
  font-family: "Alata", sans-serif;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .header-tel {
    display: block;
  }
}

.header-hamburger {
  position: relative;
  display: none;
  flex: 0 0 65px;
  height: 100%;
  background: #5aad31;
}
.header-hamburger > span {
  position: absolute;
  left: 0;
  right: 0;
  width: 37px;
  height: 2px;
  background: #fff;
  margin: auto;
  transition: 0.2s;
}
.header-hamburger > span:nth-child(1) {
  top: 21px;
}
.header-hamburger > span:nth-child(2) {
  top: calc(50% - 1px);
  transform: scaleX(0.73);
  transform-origin: right;
}
.header-hamburger > span:nth-child(3) {
  bottom: 20px;
  transform: scaleX(0.46);
  transform-origin: right;
}
@media screen and (max-width: 959px) {
  .header-hamburger {
    display: block;
  }
}

.nav-open .header-hamburger > span:nth-child(1) {
  top: calc(50% - 1px);
  transform-origin: center;
  transform: rotate(45deg);
}
.nav-open .header-hamburger > span:nth-child(2) {
  opacity: 0;
}
.nav-open .header-hamburger > span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform-origin: center;
  transform: rotate(-45deg);
}

.footer {
  padding: 50px 0 100px;
}
.footer__nav > ul {
  display: flex;
  justify-content: center;
  gap: 0 48px;
}
.footer__nav > ul > li a {
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
}
.footer__nav > ul > li a:hover {
  color: #5aad31;
}
.footer__logo {
  margin-top: 90px;
  text-align: center;
}
.footer__copyright {
  margin-top: 15px;
  text-align: center;
}
.footer__copyright small {
  font-family: "Alata", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 50px 0 45px;
  }
  .footer__nav > ul {
    display: block;
    border-top: solid 1px rgba(90, 173, 49, 0.4);
  }
  .footer__nav > ul > li {
    border-bottom: solid 1px rgba(90, 173, 49, 0.4);
  }
  .footer__nav > ul > li a {
    position: relative;
    display: block;
    font-size: 15px;
    padding: 10px 0 14px 20px;
  }
  .footer__nav > ul > li a::after {
    content: "";
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 0;
    display: block;
    width: 15.5px;
    height: 15.5px;
    background: url(../img/common/btn-arrow_g.svg) center/contain no-repeat;
    margin: auto;
  }
  .footer__logo {
    margin-top: 50px;
  }
  .footer__logo img {
    width: 160;
  }
  .footer__copyright {
    margin-top: 0;
    text-align: center;
  }
}

.breadcrumbs {
  width: 100%;
}
.breadcrumbs ul {
  display: flex;
  padding: 10px 0;
}
.breadcrumbs ul > li {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.breadcrumbs ul > li + li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/common/bc-arrow.svg) center/contain no-repeat;
  margin: 0 15px;
  vertical-align: -2px;
}
.breadcrumbs ul > li a {
  color: #5aad31;
}
.breadcrumbs ul > li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 750px) {
  .breadcrumbs .inner {
    padding: 0 17.5px;
  }
  .breadcrumbs ul {
    overflow-x: scroll;
    padding: 7px 0;
  }
  .breadcrumbs ul > li {
    font-size: 12px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .breadcrumbs ul > li + li::before {
    width: 5px;
    height: 13px;
    margin: 0 14px;
  }
}

.c-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, Arial, "Noto Sans Japanese", sans-serif;
  line-height: 1;
}
.c-tel__num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.c-tel__num a {
  transition: opacity 0.2s ease;
}
.c-tel__num a:hover {
  opacity: 0.7;
}
.c-tel__num .icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: 0;
}
.c-tel__num .thin {
  font-weight: 400;
}
.c-tel__note {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-top: 5px;
}

.c-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background: url(../img/common/contact-bg.jpg) center/cover no-repeat;
  width: calc(100% - 40px);
  height: 460px;
  color: #fff;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.c-contact__ttl {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.c-contact__txt {
  font-weight: 500;
  line-height: 1.875;
  margin-top: 12px;
  text-align: center;
}
.c-contact__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
  margin-top: 32px;
}
.c-contact .c-tel__num {
  font-size: 40px;
  letter-spacing: 0.02em;
}
.c-contact .c-tel__note {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.c-contact__mail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 56px;
  border: solid 2px #fff;
  border-radius: 28px;
  color: #fff;
  font-size: 18px;
  transition: 0.2s;
}
.c-contact__mail .icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
}
.c-contact__mail .icon .cls-1 {
  fill: #fff;
  transition: 0.2s;
}
.c-contact__mail:hover {
  background-color: #fff;
  color: #5aad31;
}
.c-contact__mail:hover .cls-1 {
  fill: #5aad31;
}
@media screen and (max-width: 750px) {
  .c-contact {
    height: auto;
    background-image: url(../img/common/contact-bg_sp.jpg);
    border-radius: 15px;
    padding: 43px 15px 55px;
  }
  .c-contact__ttl {
    font-size: 19px;
    letter-spacing: 0.06em;
  }
  .c-contact__txt {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.8571428571;
    margin-top: 9px;
    text-align: left;
  }
  .c-contact__wrap {
    display: block;
    margin-top: 26px;
  }
  .c-contact .c-tel__num {
    font-size: 32px;
    letter-spacing: 0.02em;
  }
  .c-contact .c-tel__num .icon {
    width: 23.5px;
    height: 23.5px;
  }
  .c-contact .c-tel__note {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .c-contact__mail {
    width: 230px;
    height: 44px;
    font-size: 13.5px;
    letter-spacing: 0.08em;
    margin-top: 23px;
  }
  .c-contact__mail .icon {
    width: 17px;
    height: 13px;
    margin-right: 2px;
  }
}

.c-button {
  width: 300px;
}
.c-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 56px;
  background: #5aad31;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.c-button a::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn-arrow_w.svg) center/contain no-repeat;
  margin: auto;
  transition: 0.2s;
}
.c-button--reverse a::after {
  right: auto;
  left: 19px;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .c-button {
    width: 229px;
  }
  .c-button a {
    height: 43px;
    font-size: 14px;
  }
  .c-button a::after {
    right: 15px;
    width: 15.5px;
    height: 15.5px;
  }
  .c-button--reverse a::after {
    right: auto;
    left: 15px;
  }
}
@media screen and (min-width: 751px) {
  .c-button a:hover::after {
    right: 14px;
  }
  .c-button--reverse a:hover::after {
    right: auto;
    left: 14px;
  }
}

.c-sec-ttl {
  text-align: center;
}
.c-sec-ttl__en {
  color: #5aad31;
  font-family: "Alata", sans-serif;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 7px;
}
.c-sec-ttl__ja {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.c-sec-ttl--logo {
  padding-top: 80px;
  background: url(../img/common/logo.svg) center top/80px 64px no-repeat;
}
.c-sec-ttl--line {
  position: relative;
  padding-top: 120px;
}
.c-sec-ttl--line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100px;
  background: #5aad31;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .c-sec-ttl__en {
    font-size: 12px;
    letter-spacing: 0.18em;
    margin-bottom: 1px;
  }
  .c-sec-ttl__ja {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .c-sec-ttl--logo {
    background-size: 47px 38px;
    padding-top: 45px;
  }
  .c-sec-ttl--line {
    padding-top: 58px;
  }
  .c-sec-ttl--line::before {
    height: 50px;
  }
}

.c-sub-mv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  max-width: 1600px;
  height: 350px;
  background: center/cover no-repeat;
  border-radius: 40px;
  color: #fff;
  margin: 0 auto;
  padding: 0 0 10px;
  overflow: hidden;
  z-index: 0;
}
.c-sub-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #14485c;
  opacity: 0.3;
  z-index: 1;
}
.c-sub-mv__ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1;
  z-index: 2;
}
.c-sub-mv__ttl-en {
  font: 50px "Alata", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 20px;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .c-sub-mv {
    width: 100%;
    height: 175px;
    border-radius: 0;
  }
  .c-sub-mv__ttl {
    font-size: 14px;
  }
  .c-sub-mv__ttl-en {
    font-size: 32px;
    margin-top: 10px;
  }
}

.c-sec-layout {
  display: flex;
}
.c-sec-layout__txt {
  flex: 0 0 47.0588235294%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 80px 0 calc(50vw - 600px);
}
.c-sec-layout__img {
  flex: 0 0 52.9411764706%;
}
.c-sec-layout__img img {
  display: block;
  width: 100%;
  max-height: 500px;
  border-radius: 60px 0 0 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-sec-layout--reverse .c-sec-layout__txt {
  order: 1;
  padding: 12px calc(50vw - 600px) 0 80px;
}
.c-sec-layout--reverse .c-sec-layout__img {
  order: 0;
}
.c-sec-layout--reverse .c-sec-layout__img img {
  border-radius: 0 60px 60px 0;
}
@media screen and (min-width: 1701px) {
  .c-sec-layout {
    justify-content: flex-end;
  }
  .c-sec-layout--reverse {
    justify-content: flex-start;
  }
  .c-sec-layout__txt {
    flex: 0 0 550px;
    padding: 12px 80px 0 0;
  }
  .c-sec-layout--reverse .c-sec-layout__txt {
    padding: 12px 0 0 80px;
  }
}
@media screen and (max-width: 1240px) {
  .c-sec-layout__txt {
    padding: 12px 6.45% 0 20px;
  }
  .c-sec-layout--reverse .c-sec-layout__txt {
    padding: 12px 20px 0 6.45%;
  }
}
@media screen and (max-width: 959px) {
  .c-sec-layout {
    flex-direction: column;
    align-items: flex-end;
  }
  .c-sec-layout--reverse {
    align-items: flex-start;
  }
  .c-sec-layout__txt {
    order: 1;
    margin-top: 30px;
    padding: 0 20px;
  }
  .c-sec-layout--reverse .c-sec-layout__txt {
    padding: 0 20px;
  }
  .c-sec-layout__img {
    order: 0;
    width: calc(100% - 20px);
  }
  .c-sec-layout__img img {
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .c-sec-layout__img img {
    height: 200px;
    border-radius: 30px 0 0 30px;
  }
  .c-sec-layout--reverse .c-sec-layout__img img {
    border-radius: 0 30px 30px 0;
  }
}
