@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* Scss Document */
/* Scss Document */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2022                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* reset */
/* -------------------------------------------------- */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  color: #0B2521;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  color: #0B2521;
  font-weight: 500;
  letter-spacing: 0.025em;
}

button {
  color: #0B2521;
}

/* font */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media print, screen and (min-width: 560px) and (max-width: 1080px) {
  /* ---------------------tablet END----------------------------- */
}
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
    line-height: 2;
    font-weight: 500;
  }
  input,
  select,
  textarea {
    font-size: 14px;
    font-weight: 500;
  }
  /* -------------------------------------------------- */
}
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* link */
/* -------------------------------------------------- */
a {
  color: #0B2521;
}
a:link {
  text-decoration: none;
  word-break: break-all;
}
a:visited {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

/* ---------------全デバイス共通--------------------- */
.view01,
.view02,
.view03,
.view04 {
  opacity: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

/* ---------------全デバイス共通(sp)--------------------- */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
}
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/*　inview
----------------------------------------------- */
.view01 {
  transform: translateY(30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view01.view-on {
  transform: translateY(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view02 {
  transform: translateX(-30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view02.view-on {
  transform: translateX(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view03 {
  transform: translateX(30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view03.view-on {
  transform: translateX(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view04 {
  transform: translateY(-30px);
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view04.view-on {
  transform: translateY(0);
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

.view05 {
  position: relative;
  opacity: 0;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}
.view05.view-on {
  opacity: 1;
  transition: all 750ms ease;
  transition-delay: 0.6s;
}

/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/*============================
    header
  ============================*/
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.header {
  width: 95%;
  background: #fff;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  z-index: 21;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2%;
  height: 80px;
  padding: 10px 50px;
}

.header_logo {
  width: 25.47%;
}
.header_logo img {
  width: 100%;
}
.header_logo .logo {
  width: 50.12%;
}
.header_logo .logo_wrap {
  display: flex;
  align-items: center;
  gap: 0 3.7%;
}
.header_logo .sitename {
  width: 46.19%;
}

.header-sns_btn {
  display: none;
}

.header_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-menu {
  display: flex;
  gap: 0 30px;
}

.main-menu_item {
  position: relative;
}
.main-menu_item a {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(12px, 0.99vw, 16px);
  line-height: 1.3;
  letter-spacing: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 750px) {
  .main-menu_item a:hover {
    color: #137E63;
  }
}

.main-menu_sub {
  width: 270px;
  padding-top: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.main-menu_accordion {
  padding: 16px 20px;
  background: #7BBBFF;
  border-radius: 20px;
  position: relative;
}
.main-menu_accordion::before {
  content: "";
  width: 57px;
  height: 24px;
  line-height: 1;
  background: url(../img/accordion.svg) no-repeat center center/100% auto;
  display: block;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu_accordion .border-top {
  border-top: dotted 1px #fff;
  margin-top: 5px;
  padding-top: 5px;
}
.main-menu_accordion a {
  padding-left: 12px;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0;
  color: #FFF;
  display: block;
  position: relative;
}
.main-menu_accordion a::before {
  content: "";
  width: 5px;
  height: 8px;
  line-height: 1;
  background: url(../img/accordion_arrow.svg) no-repeat center center/100% auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 750px) {
  .main-menu_accordion a:hover {
    text-decoration: underline;
  }
}
.main-menu_accordion .main-menu_accordion_list li a::before {
  content: "-";
  width: inherit;
  height: inherit;
  background: inherit;
  position: inherit;
  transform: inherit;
  display: inline-block;
  margin-right: 7px;
}

.header_menu_r {
  display: none;
}

.header_sns {
  width: 30px;
  margin-right: 35px;
  line-height: 1;
}

.header_btns {
  margin-right: 20px;
  display: flex;
}

.header_btn {
  width: 90px;
  height: 100%;
  aspect-ratio: 3/2;
}
.header_btn-s {
  width: 60px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
.header_btn a {
  height: 100%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  color: #199778;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px;
  transition: 0.3s;
}

.header_btn--bd a {
  line-height: 1;
  color: #333333;
  background: #FFF;
  border: 1px solid #333333;
  border-radius: 10px;
}
@media screen and (min-width: 750px) {
  .header_btn--bd a:hover {
    background: #FDFFE5;
  }
}

.header_btn--green a {
  background: #3ECB3A;
}
@media screen and (min-width: 750px) {
  .header_btn--green a:hover {
    background: #008D47;
  }
}

.header_btn--white a {
  background: #fff;
  border-radius: 0 10px 10px 0;
  border: 1px solid #199778;
}
@media screen and (min-width: 750px) {
  .header_btn--white a:hover {
    background: #199778;
    color: #fff;
  }
}

.header_btn--yellow a {
  background: #EBFA3C;
  border: 1px solid #199778;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 750px) {
  .header_btn--yellow a:hover {
    background: #fff;
  }
}

.header-btn {
  display: none;
}

.header_menu-bg {
  display: none;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 890px) {
  .header {
    width: 100%;
    top: 0;
    border-radius: 0;
  }
  .header_inner {
    height: auto;
    padding: 10px 20px;
  }
  .header_logo {
    width: 77.29%;
  }
  .header-sns_btn {
    display: block;
  }
  .header_menu_r {
    position: relative;
    display: flex;
    align-items: center;
  }
  .main-menu {
    display: none;
  }
  .header-btn {
    position: relative;
    display: block;
    z-index: 23;
    width: 42px;
    height: 42px;
    background: #199778;
    border-radius: 5px;
  }
  .menu-trigger {
    position: relative;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    appearance: none;
  }
  .menu-trigger span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    transition: all 0.4s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 28px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 20px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    top: 20px;
    transform: translateX(-50%) rotate(45deg);
  }
  .header_menu-bg {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 70px;
  }
  .header_menu_inner {
    max-width: 100%;
    padding: 40px 32px;
  }
  .header_menu-item a {
    display: block;
    border-top: 1px dashed #E4E7E6;
    border-bottom: 1px dashed #E4E7E6;
    font-size: 18px;
    padding: 16px 0;
  }
  .header_menu-sns {
    margin-top: 32px;
  }
  .header_menu-sns-link {
    display: block;
    text-align: center;
  }
}
/* -------------------sp END------------------------------- */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2025                                      */
/* -------------------------------------------------- */
/*============================
    footer
  ============================*/
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.footer {
  position: relative;
}
.footer .footer_bottom {
  background: #0B2521;
  padding: 160px 96px;
}
.footer .footer_bottom .footer_bottom_list {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.footer .footer_bottom .footer_bottom_list .footer_address {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-top: 16px;
}
.footer .footer_bottom .footer_bottom_list .footer_r {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px 0;
}
.footer .footer_bottom .footer_bottom_list .footer_r .copy {
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .footer .footer_bottom {
    padding: 96px 0;
  }
  .footer .footer_bottom .footer_bottom_list {
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px 0;
  }
  .footer .footer_bottom .footer_bottom_list .footer_l {
    text-align: center;
  }
  .footer .footer_bottom .footer_bottom_list .footer_address {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-top: 16px;
  }
  .footer .footer_bottom .footer_bottom_list .footer_r {
    align-items: center;
  }
}
/* -------------------sp END------------------------------- */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* file   : common.css                                */
/* update : 2026                                      */
/* -------------------------------------------------- */
/*============================
    共通パーツ
  ============================*/
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
body {
  background: #F9F9F8;
}
body.js-on {
  overflow: hidden;
}

#container {
  background: #fff;
  overflow: hidden;
}

.inner {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

#breadCrumb {
  width: 100%;
  line-height: 1;
  margin-top: 32px;
}
#breadCrumb ul {
  display: flex;
  gap: 0 16px;
}
#breadCrumb li {
  padding-right: 16px;
  position: relative;
}
#breadCrumb li:last-child {
  padding-right: 0;
}
#breadCrumb li:last-child::after {
  display: none;
}
#breadCrumb li:last-child a.here span {
  text-decoration: none;
}
#breadCrumb li::after {
  content: "＞";
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: -8px;
  bottom: 0;
}
#breadCrumb li a,
#breadCrumb li span {
  font-size: 16px;
}
#breadCrumb li span {
  text-decoration: underline;
}

.note {
  font-size: 13px;
  line-height: 1.8;
}

.text_link {
  color: #199778;
  text-decoration: underline !important;
}

.btn_box {
  width: 40.32%;
  max-width: 500px;
}
.btn_box a {
  display: block;
  background: #199778;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding: 35px 10px;
  transition: all 0.3s;
}
@media screen and (min-width: 750px) {
  .btn_box:hover a {
    background: #0F775D;
  }
}

.page-mv {
  margin-top: 200px;
}

.mv_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.page_title_wrap h1 {
  display: block;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
}

.page_title_english {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #199778;
  margin-top: 8px;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1540px) {
  .inner {
    padding: 0 80px;
  }
  .inner-l {
    padding: 0 80px;
  }
}
@media screen and (max-width: 1377px) {
  #breadCrumb {
    top: 120px;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
@media screen and (max-width: 890px) {
  #breadCrumb {
    top: 90px;
  }
}
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .inner-l {
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  .contents-mt {
    margin-top: 43px;
  }
  #breadCrumb {
    margin-top: 24px;
  }
  #breadCrumb li::after {
    font-size: 14px;
    right: -3px;
  }
  #breadCrumb li a, #breadCrumb li span {
    font-size: 14px;
  }
  .btn_box {
    width: 100%;
    max-width: 100%;
  }
  .btn_box a {
    font-size: 16px;
    padding: 20px 5px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 750px) and (min-width: 750px) {
  .btn_box:hover a {
    background: #199778;
  }
}
@media screen and (max-width: 750px) {
  .page-mv {
    margin-top: 80px;
  }
  .mv_flex {
    justify-content: space-between;
    align-items: center;
    gap: 0 2%;
  }
  .mv_flex .mv_illust {
    width: 32.09%;
  }
  .mv_flex .mv_illust img {
    width: 100%;
  }
  .page_title_wrap h1 {
    font-size: 32px;
  }
  .page_title_english {
    font-size: 16px;
    margin-top: 8px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=common.css.map */