@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
@font-face {
  font-family: "Shirotae";
  src: url("../../font/AP-OTF-ShirotaeStdN-M.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
.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,
font,
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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #000000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .075rem;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family:  YakuHanJP, "Noto Sans JP", sans-serif, "Bellota Text","Bowlby One", "Red Hat Display", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    width: 100%;
    min-width: 1025px;
    overflow-x: scroll;
    line-height: 2.2;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #f2f5f4;;
    letter-spacing: .075rem;
    font-size: 16px;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: .075rem;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
::-moz-selection {
    background-color: #2c8ec4;
    color: #fff;
  }
::selection {
    background-color: #2c8ec4;
    color: #fff;
  }
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
main {
    padding-top: 80px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
/* inviewContents関連
=======================*/
.inviewContents {
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: .95s;
  -o-transition: .95s;
  transition: .95s;
}
.fadein {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 共通 */
.maxwidth img {
    width: 100vw;
}
.ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}
.ttl span {
  font-weight: 800;
  background-color: #0eda99;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
.en {
  font-weight: 800;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.btn {
  max-width: 160px;
  margin: 0; 
}
.btn a {
  width: 100%;
  display: block;
  background-color: #22ac80;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
  line-height: 1.5;
  position: relative;
  text-align: center;
  border-radius: 30px;
}
.en02 {
  font-optical-sizing: auto;
  font-style: normal;
  color: #22ac80;
  font-size: 32px;
  font-family: "Shirotae";
  font-weight: 500;
}
.gr_txt {
  color: #22ac80;
}
.og_txt {
  color: #f77a1e;
}
/*======== header nav==========*/
header.nav_bg {
  background-color: unset;
}
.nav {
  width:100%;
  height: 80px;
  position: fixed;
  z-index: 99;
}
.nav_logo {
  width: 42%;
  max-width: 320px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_logo a {
  height: 100%;
}
.nav_logo img {
  width:100%;
}
.nav_bg {
  position: fixed;
  width: 100%;
  height: 120px;
  padding: 30px 5%;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav_bg.bg-color {
  background-color: rgba(255,255,255,.9);
}
header .menu_btn {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  top:25px;
  right: 5%;
  z-index: 99;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -o-linear-gradient(330deg, #22ac80, #0eda99);
  background: linear-gradient(120deg, #22ac80, #0eda99);
}
.open header .menu_btn{
  display: block;
  line-height: 30px;
  text-align: center;
  z-index: 999;
  background: transparent;
}
/* メニューが閉じている時のアイコン */
header .menu_btn span {
  display: block;
  width: 40px;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
          -webkit-transform: translateY(8px);
              -ms-transform: translateY(8px);
                  transform: translateY(8px);
}
header .menu_btn span.bottom {
  background: #fff;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
/* メニューが開いた時のアイコン */
.open header .menu_btn span.top {
  -webkit-transform: rotate(-45deg) translate(-11px, 13px);
      -ms-transform: rotate(-45deg) translate(-11px, 13px);
          transform: rotate(-45deg) translate(-11px, 13px);;
}
.open header .menu_btn span.bottom {
  -webkit-transform: rotate(45deg) translate(12px, 9px);
      -ms-transform: rotate(45deg) translate(12px, 9px);
          transform: rotate(45deg) translate(12px, 9px);
}
/* メニューが開いた時のメニューの中身 */
/* 開閉用ボタンがクリックされた時のスタイル */
.open header .menu_bg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  position: fixed;
  width: 50%;
  padding: 0 5%;
}
header .menu_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(330deg, #22ac80, #0eda99);
  background: linear-gradient(120deg, #22ac80, #0eda99);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header .menu {
  display: table;
  width: 100%;
  padding: 0;
  border: none;
}
header .menu .header_nav {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 0;
}
header .menu .header_nav li {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.nav_box {
  padding-top: 120px;
}
.nav_menu {
  text-align: left;
}
.nav_menu a {
  color: #fff;
}
.nav_menu_main {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 12px 4%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6em;
  color: #fff;
  position: relative;
  border-bottom: solid 0.5px #eeeeee;
}
.nav_btn_area {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.nav_btn_area a {
  width: 80%;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.nav_mail {
  background-color: #f2f5f4;
  color: #007d55;
  padding: 10px 0;
}
/* ==================================
footer
=====================================*/
footer {
  background-color: #007d55;
}
.footerCont p {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
/* ==================================
下層
=====================================*/
.c-page-title {
  position: relative;
  padding-top: 7rem;
}
.c-container {
  max-width: calc(120rem + 16.666vw);
  margin: 0 auto;
  padding: 0 8.333vw;
}
.c-page-title__container {
overflow: hidden;
}
.c-container {
width: 100%;
padding: 0 5%;
}
.c-page-title__title {
  font-weight: 700;
  position: relative;
  z-index: 50;
}
.c-page-title__container {
  position: relative;
  overflow: hidden;
}
.c-page-title__english {
  font-size: clamp(48px, 12vw, 160px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  color: #fff;
  letter-spacing: 0.2em;
  white-space: nowrap;
  pointer-events: none;
}
.submv_ttl {
  font-size: 58px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
}
.submv_ttl span {
  font-weight: 800;
  background-color: #0eda99;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: inline-block;
  padding: 5px 20px;
  font-size: 18px;
  line-height: 1;
}
.submv_txt {
  padding: 100px 5% 0;
  width: 60%;
  margin-bottom: 100px;
}
.submv_Box {
  position: relative;
}
.submv_Box::before {
  position: absolute;
  content: "";
  background: url(../img/bg_circle.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 470px;
  height: 470px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
        font-size: 15px;
    }
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    .flex {
        display: block;
    }
    /* main {
        padding-top: 70px;
    } */
    /* 共通 */
    .ttl {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 40px;
    }
    .ttl span {
      padding: 5px 10px;
      font-size: 15px;
      line-height: 1;
      margin-bottom: 20px;
    }
    .sns h2 {
      font-size: 24px;
      line-height: 1;
      margin-bottom: 20px;
    }
    .btn {
      max-width: 180px;
    }
    .btn a {
      font-size: 18px;
    }
/* --------------
header
---------------- */
.header_content .header_logo {
    max-width: 280px;
    width: 80%;
}
.header_content .header_logo a {
    display: block;
    width: 100%;
}
.header_menubtn {
    display: block;
    position: relative;
    width: 35px;
    height: 43px;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    cursor: pointer;
}
.header_menubtn span.top {
    top: 30%;
}
.header_menubtn span.bottom {
    bottom: 30%;
}
.open .header_menubtn {
    z-index: 999;
}
.open .header_menubtn span.top {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: calc(50% - 2px);
}
.open .header_menubtn span.bottom {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    bottom: 50%;
}
.nav_bg {
  height: 80px;
  padding: 20px 5%;
}
.nav_logo {
  width: 45%;
  max-width: 220px;
  height: 100%;
}
.nav_box {
  padding-top: 100px;
}
header .menu_btn {
  width: 50px;
  height: 50px;
  top: 14px;
  right: 5%;
  padding: 10px 10px;
}
header .menu_btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
header .menu_btn span.bottom {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
.open header .menu_btn span.bottom {
  -webkit-transform: rotate(45deg) translate(10px, 7px);
      -ms-transform: rotate(45deg) translate(10px, 7px);
          transform: rotate(45deg) translate(10px, 7px);
}
.open header .menu_btn span.top {
  -webkit-transform: rotate(-45deg) translate(-9px, 12px);
      -ms-transform: rotate(-45deg) translate(-9px, 12px);
          transform: rotate(-45deg) translate(-9px, 12px);
}
.open header .menu_bg {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
  position: fixed;
  width: 80%;
  padding: 0 5%;
}
/* ==================================
footer
=====================================*/
.footerCont p {
  font-size: 12px;
}
/* ==================================
下層
=====================================*/
.sub_ttl {
  font-size: 38px;
}
.sub_ttl span {
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}
.c-page-title {
  padding-top: 2rem;
}
.submv_ttl {
  font-size: 30px;
}
}
