@charset "UTF-8";
/*******************************
Reset CSS (exclude "sup")
*******************************/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
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, 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;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

img {
  vertical-align: middle; }

/*******************************
Default Style
*******************************/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #222;
  line-height: 1.5;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0; }

input, button, textarea, select {
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1.6rem; }

textarea {
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  background: #F1F2F3;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #aaa; }

*:focus {
  outline: none; }

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

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
  width: 320px;
  margin-top: 40px;
  padding: 20px;
  background-color: #B9B9B9;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  border-radius: 40px; }

.wpcf7-form input[type="submit"]:hover {
  background-color: #3CA8E1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .wrapper {
      width: auto;
      padding: 0 20px; } }

.wrap {
  width: 1400px;
  margin: 0 auto; }
  @media only screen and (max-width: 1400px) {
    .wrap {
      width: 100%;
      padding: 0 20px; } }

.center {
  text-align: center; }

.hoverImg {
  transition: .3s; }
  @media only screen and (min-width: 769px) {
    .hoverImg:hover {
      opacity: 0.7; } }

.hoverTxt {
  text-decoration: none;
  color: inherit; }
  .hoverTxt:hover {
    text-decoration: underline; }

.require {
  display: inline-block;
  background-color: #069D6E;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 5px; }

@media only screen and (max-width: 1512px) {
  .mdHide {
    display: none; } }

.mB20 {
  margin-bottom: 20px; }

.mB40 {
  margin-bottom: 40px !important; }

.mB80 {
  margin-bottom: 80px !important; }

.mB120 {
  margin-bottom: 120px !important; }

.mB160 {
  margin-bottom: 160px !important; }

.mB180 {
  margin-bottom: 180px !important; }

.mB200 {
  margin-bottom: 200px !important; }

.mT120 {
  padding-top: 120px !important; }

@media only screen and (max-width: 768px) {
  .mB20 {
    margin-bottom: 10px; }

  .mB40 {
    margin-bottom: 20px !important; }

  .mB80 {
    margin-bottom: 40px !important; }

  .mB120 {
    margin-bottom: 60px !important; }

  .mB160 {
    margin-bottom: 80px !important; }

  .mB180 {
    margin-bottom: 90px !important; }

  .mB200 {
    margin-bottom: 100px !important; }

  .mT120 {
    padding-top: 60px !important; } }
.h2 {
  font-size: 2.25em;
  font-weight: bold;
  color: #4dd1f9;
  padding-left: 70px;
  border: 3px solid #4dd1f9; }
  @media only screen and (max-width: 768px) {
    .h2 {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 24px; } }

@media only screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.top-btn_more {
  position: absolute;
  bottom: -30px;
  z-index: 10; }

.top-btn_more,
.btn_more {
  width: 100%;
  text-align: center; }
  .top-btn_more a,
  .btn_more a {
    width: 70%;
    max-width: 320px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 20px;
    line-height: 1em;
    background: linear-gradient(90deg, #069D6E 0%, #3CA8E1 100%);
    background-size: 160% 100%;
    transition: .3s;
    border-radius: 30px;
    will-change: background; }
    .top-btn_more a:hover,
    .btn_more a:hover {
      background-position: 100% 0; }

.page_contact_mail a {
  width: 100%;
  color: #3CA8E1;
  display: inline-block;
  text-decoration: none;
  padding: 20px;
  line-height: 1em;
  background: #fff;
  background-size: 160% 100%;
  transition: .3s;
  border-radius: 30px;
  will-change: background;
  text-align: center; }
  .page_contact_mail a:hover {
    opacity: 0.9; }

@media only screen and (min-width: 769px) {
  .fadeIn {
    opacity: 0;
    transition: .6s; }

  .is-fadeIn {
    opacity: 1; }

  .fadeUpIn {
    opacity: 0;
    transform: translate(0, 50px);
    transition: .3s; }

  .is-fadeUpIn {
    opacity: 1;
    transform: translate(0, 0); }

  .fadeDownIn {
    opacity: 0;
    transform: translate(0, -50px);
    transition: .3s; }

  .is-fadeDownIn {
    opacity: 1;
    transform: translate(0, 0); }

  .fadeLeftIn {
    opacity: 0;
    transform: translate(50px, 0);
    transition: .3s; }

  .is-fadeLeftIn {
    opacity: 1;
    transform: translate(0, 0); } }
.delay_10 {
  transition-delay: .1s; }

.delay_20 {
  transition-delay: .2s; }

.delay_30 {
  transition-delay: .3s; }

/*---------------------------
HEADER
----------------------------*/
#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  transition: transform 0.3s ease; }

#header.hide {
  transform: translateY(-100%); }

.headInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 100px; }
  @media only screen and (max-width: 768px) {
    .headInner {
      height: 60px; } }

.logo {
  width: 400px; }

#logo {
  font-size: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 20px;
  width: 300px;
  height: 47px;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    #logo {
      height: 40px;
      top: 10px; } }

@supports (-webkit-background-clip: text) {
  #logo img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      #logo img {
        height: 40px; } }

  .circle {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e570ca, #e570ca, #6ABAE3, #d5d820, #09B17D, #09B17D);
    background-size: 400% 400%;
    animation: gradientAnimation 10s ease infinite;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .circle {
        width: 40px;
        height: 40px; } } }
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.header-right {
  display: flex;
  align-items: center;
  gap: 20px; }

.btn-contact {
  width: 180px;
  padding: 8px 40px 8px 30px;
  background-color: #4CB5F5;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  position: relative; }
  .btn-contact::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/cnotact-arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media only screen and (max-width: 768px) {
    .btn-contact {
      display: none; } }

@media only screen and (max-width: 768px) {
  .hamburger {
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1100; } }
.hamburger img {
  width: 92px;
  height: 92px;
  cursor: pointer;
  position: relative;
  z-index: 1050; }
  @media only screen and (max-width: 768px) {
    .hamburger img {
      width: 60px;
      height: 60px; } }

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.gNavi.pc-nav {
  display: flex;
  gap: 40px; }
  .gNavi.pc-nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .gNavi.pc-nav ul li {
      position: relative; }
      .gNavi.pc-nav ul li a {
        text-decoration: none;
        color: #000;
        font-weight: 500;
        display: block;
        text-align: center;
        padding: 10px 0;
        position: relative; }
        .gNavi.pc-nav ul li a:hover::before {
          content: '';
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background: #069D6E;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: -1; }
      .gNavi.pc-nav ul li .subNavi {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        width: max-content;
        white-space: nowrap;
        padding: 10px 0;
        left: 50%;
        transform: translateX(-50%); }
        .gNavi.pc-nav ul li .subNavi li a {
          display: block;
          padding: 5px 0;
          text-align: center;
          background: rgba(255, 255, 255, 0.6);
          border: 1px solid #eee; }
          .gNavi.pc-nav ul li .subNavi li a:hover {
            color: #069D6E; }
            .gNavi.pc-nav ul li .subNavi li a:hover::before {
              content: none; }
      .gNavi.pc-nav ul li:hover > .subNavi {
        display: block; }

.gNavi.sp-nav {
  padding: 100px 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(100%);
  transition: transform 0.2s ease;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .gNavi.sp-nav {
      width: 90%; } }
  .gNavi.sp-nav.active {
    transform: translateX(0); }
  .gNavi.sp-nav > ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .gNavi.sp-nav > ul > li {
      border-bottom: 1px solid #eee;
      position: relative; }
      .gNavi.sp-nav > ul > li:last-child {
        margin-bottom: 0; }
      .gNavi.sp-nav > ul > li a {
        display: block;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        color: #000; }
      .gNavi.sp-nav > ul > li .subNavi {
        display: none; }
        .gNavi.sp-nav > ul > li .subNavi li {
          border: none;
          background: #069D6E;
          margin-bottom: 1px; }
          .gNavi.sp-nav > ul > li .subNavi li::after {
            content: none; }
          .gNavi.sp-nav > ul > li .subNavi li a {
            color: #fff; }
      .gNavi.sp-nav > ul > li.open > .subNavi {
        display: block; }
    .gNavi.sp-nav > ul .has-child::after {
      content: "";
      position: absolute;
      right: 20px;
      top: 10px;
      width: 10px;
      height: 10px;
      border: 2px solid;
      border-color: transparent transparent #565656 #565656;
      transform: rotate(-45deg);
      pointer-events: none; }

@media only screen and (max-width: 1360px) {
  .gNavi.pc-nav {
    display: none; }

  .gNavi.sp-nav {
    display: block; } }
.sp-contact {
  width: 80%;
  padding: 8px 20px;
  background-color: #4CB5F5;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .sp-contact::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/cnotact-arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }

.sp_tel {
  display: block;
  margin: 30px auto; }

/*---------------------------
FOOTER
----------------------------*/
.footer {
  position: relative; }

.footerBannerArea {
  height: 159px; }
  .footerBannerArea__inner {
    height: 159px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    transform: translate(0, 200px);
    transition: .4s;
    transition-delay: .2s; }
    .footerBannerArea__inner.is-show-banner {
      transform: translate(0, 0); }
  @media only screen and (max-width: 1512px) {
    .footerBannerArea {
      height: 105px; }
      .footerBannerArea__inner {
        height: 105px; } }
  @media only screen and (max-width: 768px) {
    .footerBannerArea {
      height: 60px; }
      .footerBannerArea__inner {
        height: 60px; } }

.footerBanner__text {
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.075em;
  background-color: #069D6E;
  text-align: center;
  height: 54px;
  padding-top: 5px; }
  @media only screen and (max-width: 1512px) {
    .footerBanner__text {
      display: none; } }

.footerBanner__list {
  display: flex; }
  .footerBanner__list li {
    flex: 1;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9; }
    .footerBanner__list li:last-child {
      border-right-style: none; }
    @media only screen and (max-width: 768px) {
      .footerBanner__list li {
        padding: 10px;
        height: 60px; } }

.footerMiddle {
  width: 100%;
  padding: 80px 0;
  background: url("../img/footerMiddle.jpg") no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .footerMiddle {
      padding: 40px 20px; } }

.contactBox {
  width: 100%;
  padding: 80px;
  border-radius: 10px;
  box-shadow: 8px 6px 9px #00000029;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 1200px) {
    .contactBox {
      text-align: center; }
      .contactBox img {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 768px) {
    .contactBox {
      padding: 10px; }
      .contactBox img {
        display: block;
        margin: 0 auto 20px; }
      .contactBox a {
        display: block;
        margin: 0 auto; } }
  .contactBox__ttl {
    width: 280px; }
    @media only screen and (max-width: 1200px) {
      .contactBox__ttl {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .contactBox__ttl {
        width: 100%;
        margin-bottom: 10px; } }
  .contactBox__ttl-h {
    font-size: 40px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .contactBox__ttl-h {
        font-size: 24px; } }

.footer-contact {
  width: 300px;
  padding: 20px 40px 20px 30px;
  background-color: #4CB5F5;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .footer-contact {
      max-width: 300px;
      padding: 10px 20px 10px 15px;
      width: 80%;
      margin: 0 auto; } }
  .footer-contact::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url("../img/cnotact-arrow.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }

.footerBottom {
  background-color: #464646;
  padding: 80px 0 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .footerBottom {
      padding: 40px 0; } }
  .footerBottom a {
    color: #fff;
    text-decoration: none; }
    .footerBottom a:hover {
      text-decoration: underline; }

.footerBottomNavi {
  margin-bottom: 40px; }
  @media only screen and (min-width: 769px) {
    .footerBottomNavi {
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 768px) {
    .footerBottomNavi {
      display: none; } }
  .footerBottomNavi dl {
    padding-bottom: 60px;
    border-bottom: 1px solid #707070;
    flex: 1; }
    @media only screen and (min-width: 1361px) {
      .footerBottomNavi dl:first-child {
        padding-left: 0;
        flex: 1.2; }
      .footerBottomNavi dl:last-child {
        border-right-style: none; } }
    .footerBottomNavi dl dt {
      font-size: 24px;
      margin-bottom: 16px;
      color: #919191; }
    .footerBottomNavi dl dd {
      margin-bottom: 10px; }
      .footerBottomNavi dl dd::before {
        content: '';
        width: 1px;
        height: 16px;
        background: #fff;
        display: inline-block;
        transform: rotate(30deg);
        margin-right: 16px; }

.footerCompany {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #fff; }
  .footerCompany__box {
    margin-right: 80px; }
    @media only screen and (max-width: 768px) {
      .footerCompany__box {
        margin-right: 0; }
        .footerCompany__box:first-child {
          margin-bottom: 30px; } }
    .footerCompany__box a {
      background: #069D6E;
      padding: 0 10px;
      border-radius: 20px; }
  .footerCompany__ttl {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .footerCompany__ttl {
        margin-bottom: 10px;
        font-size: 18px; } }

.footer_mark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0; }

.copyRight {
  text-align: right;
  padding-top: 35px;
  color: #fff; }
  @media only screen and (max-width: 1512px) {
    .copyRight {
      text-align: center;
      padding-top: 0px; } }

.sideBtn {
  position: fixed;
  right: 0;
  z-index: 1000;
  transform: translate(100px, 0);
  transition: transform .3s; }
  .sideBtn li {
    text-align: center;
    margin-bottom: 0px; }
  .sideBtn.is-show {
    transform: translate(0, 0); }
  @media only screen and (max-width: 768px) {
    .sideBtn {
      width: 12%;
      max-width: 40px; } }

/*---------------------------
TOP
----------------------------*/
#canvas-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #DDEDF1;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    #canvas-wrap {
      height: 80vh; } }

.mainimage {
  width: 100%;
  height: auto;
  position: relative; }

.main_inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse; }
  @media only screen and (max-width: 1200px) {
    .main_inner {
      flex-wrap: wrap;
      flex-direction: row-reverse;
      top: 100px; } }
  @media only screen and (max-width: 768px) {
    .main_inner {
      top: 60px; } }

.pcsp {
  height: 70%;
  margin: 0 auto;
  max-height: 782px;
  width: auto;
  z-index: 3;
  position: relative; }
  @media only screen and (max-width: 1512px) {
    .pcsp {
      width: 40%;
      max-width: 1093px;
      height: auto; } }
  @media only screen and (max-width: 1200px) {
    .pcsp {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .pcsp {
      width: 90%; } }
  .pcsp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2; }
  .pcsp::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: white;
    border-radius: 50%;
    filter: blur(30px);
    z-index: 1; }
    @media only screen and (max-width: 1512px) {
      .pcsp::before {
        width: 400px;
        height: 400px; } }
    @media only screen and (max-width: 768px) {
      .pcsp::before {
        width: 240px;
        height: 240px; } }

.img-move {
  display: inline-block;
  opacity: 0;
  animation: dropIn 0.6s ease-out forwards, fuwafuwa 4s infinite ease-in-out 0.6s; }

@keyframes dropIn {
  0% {
    opacity: 0;
    transform: translateY(-50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fuwafuwa {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.main_catch {
  width: 50%;
  padding-left: 6%;
  height: 260px;
  color: #222; }
  @media only screen and (max-width: 1512px) {
    .main_catch {
      width: 55%;
      padding-left: 4%; } }
  @media only screen and (max-width: 1200px) {
    .main_catch {
      width: 100%; } }
  .main_catch p {
    font-size: 21px;
    font-weight: bold; }
    @media only screen and (max-width: 1512px) {
      .main_catch p {
        font-size: 16px; } }
    @media only screen and (max-width: 768px) {
      .main_catch p {
        font-size: 14px; } }

.main_text {
  margin-bottom: 24px;
  font-size: clamp(3rem, 5vw, 6.5rem);
  font-weight: bold;
  line-height: 1.1; }
  .main_text span {
    color: #069D6E; }

/*----------- mission ------------*/
.mission {
  width: 100%;
  padding: 120px 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .mission {
      padding: 60px 0 80px; } }
  .mission::after {
    content: 'OUR MISSION';
    letter-spacing: 3.82px;
    font-size: 150px;
    color: #F3F6F6;
    display: block;
    font-weight: bold;
    position: absolute;
    bottom: 120px;
    right: 0; }
    @media only screen and (max-width: 1512px) {
      .mission::after {
        font-size: 120px; } }
    @media only screen and (max-width: 1360px) {
      .mission::after {
        font-size: 100px; } }
    @media only screen and (max-width: 1200px) {
      .mission::after {
        font-size: 80px; } }
    @media only screen and (max-width: 768px) {
      .mission::after {
        font-size: 40px;
        bottom: 0; } }
  .mission__deco01 {
    content: '';
    width: 260px;
    height: 260px;
    border: 30px solid #069D6E;
    border-radius: 50%;
    opacity: 1;
    filter: blur(7px);
    display: block;
    position: absolute;
    left: 60px;
    top: -100px;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .mission__deco01 {
        width: 100px;
        height: 100px;
        left: 20px;
        top: -40px;
        border: 20px solid #069D6E; } }
  .mission__deco02 {
    content: '';
    width: 200px;
    height: 200px;
    border: 30px solid #3CA8E1;
    border-radius: 50%;
    opacity: 1;
    filter: blur(7px);
    display: block;
    position: absolute;
    right: 100px;
    bottom: -100px;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .mission__deco02 {
        width: 140px;
        height: 140px;
        bottom: -80px;
        right: 40px;
        border: 20px solid #3CA8E1; } }
  .mission__wrap {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .mission__wrap {
        flex-wrap: wrap; } }
  .mission__img {
    width: 540px;
    aspect-ratio: 540/750;
    background: url("../img/top/top_image.jpg") center/cover;
    border-radius: 10px; }
    @media only screen and (max-width: 1512px) {
      .mission__img {
        width: 40%; } }
    @media only screen and (max-width: 768px) {
      .mission__img {
        width: 90%;
        aspect-ratio: 540/400;
        margin: 0 auto; } }
  .mission__txt {
    width: calc(100% - 600px);
    position: relative;
    padding: 40px 0;
    font-weight: bold; }
    @media only screen and (max-width: 1512px) {
      .mission__txt {
        width: calc(100% - 45%); } }
    @media only screen and (max-width: 768px) {
      .mission__txt {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 10px;
        font-weight: normal; } }
    .mission__txt p {
      width: 100%;
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px) {
        .mission__txt p {
          margin-bottom: 20px; } }
  .mission__goal {
    font-size: 50px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1512px) {
      .mission__goal {
        font-size: 40px; } }
    @media only screen and (max-width: 1360px) {
      .mission__goal {
        font-size: 32px; } }
    @media only screen and (max-width: 768px) {
      .mission__goal {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: bold; } }

/*----------- homeWorks ------------*/
@media only screen and (min-width: 1401px) {
  .works_ttl {
    position: absolute;
    left: 20px;
    top: -40px; } }
@media only screen and (max-width: 1400px) {
  .works_ttl {
    position: relative;
    width: 100%;
    padding: 0 20px; } }

.h2_works {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  line-height: 1.2; }
  .h2_works__en {
    font-size: 120px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-bottom: 20px;
    font-weight: 600; }
  .h2_works__mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px; }
    .h2_works__mark::before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #009966;
      border-radius: 50%;
      margin-bottom: 8px; }
    .h2_works__mark::after {
      content: "";
      display: block;
      width: 1px;
      height: 90px;
      background: #222; }
  .h2_works__jp {
    font-size: 24px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin-top: 20px; }
  @media only screen and (max-width: 1400px) {
    .h2_works {
      flex-direction: row;
      justify-content: left;
      align-items: center;
      margin-bottom: 40px; }
      .h2_works__en {
        writing-mode: horizontal-tb;
        margin: 0 10px;
        font-size: 40px;
        font-weight: bold; }
      .h2_works__jp {
        writing-mode: horizontal-tb;
        margin: 0 10px;
        font-size: 18px;
        vertical-align: middle; }
      .h2_works__mark {
        flex-direction: row;
        align-items: center;
        margin: 0 10px; }
        .h2_works__mark::before {
          width: 20px;
          height: 20px;
          margin: 0 8px 0 0; }
        .h2_works__mark::after {
          width: 40px;
          height: 1px;
          margin: 0 0 0 8px; } }

.works {
  padding: 120px 0 80px;
  background: linear-gradient(to left, #EEF2F2 90%, transparent 90%);
  position: relative; }
  @media only screen and (max-width: 768px) {
    .works {
      padding: 60px 0 40px;
      background: linear-gradient(to left, #EEF2F2 95%, transparent 95%); } }

.worksList {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .worksList {
      justify-content: center; } }

.worksItem {
  width: 360px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1200px) {
    .worksItem {
      width: 30%; } }
  @media only screen and (max-width: 768px) {
    .worksItem {
      width: 45%;
      padding: 0 10px;
      height: auto;
      margin-bottom: 30px; } }
  .worksItem__thumb {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 16px -8px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 768px) {
      .worksItem__thumb {
        height: 260px; } }
  .worksItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s;
    transform-origin: top center; }
  a:hover .worksItem__thumb img {
    transform: scale(1.1); }
  .worksItem__title {
    margin-bottom: 16px; }
    @media only screen and (max-width: 768px) {
      .worksItem__title {
        margin-bottom: 10px; } }
    .worksItem__title span {
      border-bottom: 1px solid #222; }
  .worksItem__cate {
    font-size: 14px;
    margin: 10px 0; }
  .worksItem__tag {
    font-size: 14px;
    color: #9C9C9C; }

/*----------- service ------------*/
.service {
  padding: 180px 0 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .service {
      padding: 90px 0 0; } }
  .service__deco01 {
    content: '';
    width: 260px;
    height: 260px;
    border: 30px solid #069D6E;
    border-radius: 50%;
    opacity: 1;
    filter: blur(8px);
    display: block;
    position: absolute;
    left: -100px;
    top: -50px;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .service__deco01 {
        display: none; } }
  .service__deco02 {
    content: '';
    width: 220px;
    height: 220px;
    border: 25px solid #3CA8E1;
    border-radius: 50%;
    opacity: 1;
    filter: blur(3px);
    display: block;
    position: absolute;
    left: -20px;
    top: 80px;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .service__deco02 {
        display: none; } }

h2.h2_service {
  font-size: 120px;
  margin-bottom: 80px;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    h2.h2_service {
      font-size: 40px;
      margin-bottom: 40px; } }

.swiper {
  width: 100%;
  overflow: hidden; }

.swiper .swiper-wrapper {
  display: flex; }

.swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  padding: 20px; }

.swiper-button-prev {
  left: 0 !important; }

.swiper-button-next {
  right: 0 !important; }

.business {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }
  .business__wrap {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 16px -8px rgba(0, 0, 0, 0.4);
    border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .business__wrap {
        width: 100%; } }
  .business__box {
    width: 100%;
    flex: 1;
    padding: 40px 40px 40px 100px;
    position: relative;
    box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      .business__box {
        padding: 20px 20px 0; } }
    .business__box::before {
      content: '';
      width: 60px;
      height: 120px;
      border-radius: 0 60px 60px 0;
      background: #069D6E;
      display: block;
      position: absolute;
      left: 0;
      top: 20px; }
      @media only screen and (max-width: 768px) {
        .business__box::before {
          width: 20px;
          height: 40px; } }
    .business__box h2 {
      font-size: 40px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .business__box h2 {
          font-size: 24px; } }
    .business__box p {
      width: 100%;
      font-size: 16px;
      line-height: 1.8;
      margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .business__box p {
          font-size: 14px; } }
  .business__list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0; }
    @media only screen and (max-width: 768px) {
      .business__list {
        margin: 0 0 20px 0; } }
    .business__list li {
      font-size: 21px;
      margin-bottom: 10px;
      position: relative;
      padding-left: 28px;
      font-weight: 600; }
      @media only screen and (max-width: 768px) {
        .business__list li {
          font-size: 14px;
          margin-bottom: 5px; } }
      .business__list li::before {
        content: "〇";
        color: #00a050;
        font-size: 21px;
        position: absolute;
        left: 0;
        top: 0; }
  .business .more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    gap: 10px;
    float: right; }
    .business .more span {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #1da1f2;
      color: #fff;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      font-size: 18px;
      transition: 0.3s; }
    .business .more:hover span {
      background: #0077b6; }
  .business__img {
    flex: 0 0 650px;
    padding: 40px 100px 40px 0; }
    .business__img img {
      width: 650px;
      height: 510px;
      object-fit: cover;
      display: block;
      border-radius: 8px; }
  @media only screen and (max-width: 1400px) {
    .business__img {
      flex: 0 0 200px;
      padding: 40px 100px 40px 0; } }
  @media only screen and (max-width: 768px) {
    .business {
      flex-direction: column; }
      .business__img {
        width: 100%;
        height: 160px;
        flex: none;
        padding: 10px; }
        .business__img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .business__list li {
        text-align: left; } }

/*----------- Q&A ------------*/
.qa {
  padding: 160px 0 0; }
  @media only screen and (max-width: 768px) {
    .qa {
      padding: 80px 0 0; } }

.h2_qa {
  margin-bottom: 80px;
  position: relative;
  display: flex;
  color: #222;
  line-height: 1.2;
  justify-content: left;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .h2_qa {
      margin-bottom: 40px; } }
  .h2_qa__en {
    font-size: 54px;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px; }
  .h2_qa__mark {
    display: flex;
    align-items: center; }
    .h2_qa__mark::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background: #009966;
      border-radius: 50%;
      margin: 0 10px;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .h2_qa__mark::before {
          width: 20px;
          height: 20px; } }
    .h2_qa__mark::after {
      content: "";
      display: inline-block;
      width: 90px;
      height: 1px;
      background: #222;
      vertical-align: middle;
      margin-right: 10px; }
      @media only screen and (max-width: 768px) {
        .h2_qa__mark::after {
          width: 40px; } }
  .h2_qa__jp {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 768px) {
      .h2_qa__jp {
        font-size: 18px; } }

.faq {
  width: 100%;
  margin: 0 auto; }
  .faq .faq-item {
    margin-bottom: 20px;
    background: #EEF2F2;
    border-radius: 10px; }
    .faq .faq-item input[type="checkbox"] {
      display: none; }
    .faq .faq-item label {
      display: block;
      padding: 15px 30px 15px 50px;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      transition: background 0.3s; }
      @media only screen and (max-width: 768px) {
        .faq .faq-item label {
          padding: 10px 30px 10px 40px; } }
      .faq .faq-item label span {
        margin-right: 20px;
        font-size: 24px;
        color: #069D6E;
        display: block;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 1;
        height: 24px; }
      .faq .faq-item label::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 20px;
        transition: transform 0.3s;
        width: 20px;
        height: 20px;
        border-left: 2px solid #00b992;
        border-bottom: 2px solid #00b992;
        display: block;
        transform: rotate(-45deg); }
        @media only screen and (max-width: 768px) {
          .faq .faq-item label::after {
            width: 10px;
            height: 10px;
            right: 10px; } }
    .faq .faq-item .faq-answer {
      max-height: 0;
      margin-left: 30px;
      overflow: hidden;
      transition: max-height 0.5s ease, padding 0.3s ease;
      padding: 0 15px; }
      .faq .faq-item .faq-answer p {
        margin: 10px 0; }
    .faq .faq-item input[type="checkbox"]:checked + label::after {
      transform: rotate(135deg); }
    .faq .faq-item input[type="checkbox"]:checked + label + .faq-answer {
      max-height: 200px;
      padding: 10px 15px; }

/*----------- homeNews ------------*/
.homeNews {
  padding: 160px 0 100px; }
  @media only screen and (max-width: 768px) {
    .homeNews {
      padding: 80px 0 80px; } }

.newsList {
  width: 100%;
  background: linear-gradient(to right, #F6F6F6 0% 50%, #ffffff 50% 100%); }

.newsList .news {
  width: 100%;
  padding: 40px 0;
  background: #F6F6F6;
  border-radius: 0 160px 160px 0;
  position: relative; }

.page_news li {
  border-bottom: 1px solid #eee; }

.news li {
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    .news li {
      padding: 10px 0; } }
  .news li:last-child {
    margin-bottom: 0; }
.news a {
  color: #222;
  text-decoration: none; }
.news__date {
  margin-right: 20px; }
  @media only screen and (max-width: 768px) {
    .news__date {
      margin-right: 10px; } }
.news__cate {
  margin-right: 20px;
  padding: 0 20px;
  background: #3CA8E1;
  color: #fff;
  border-radius: 5px;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .news__cate {
      font-size: 12px;
      padding: 0 10px;
      margin-right: 10px; } }
.news__title {
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    .news__title {
      display: block; } }
.news__wrap {
  position: relative; }

.view_more {
  position: absolute;
  margin: auto;
  z-index: 1; }
  @media only screen and (min-width: 769px) {
    .view_more {
      top: 0;
      bottom: 0;
      right: 30px; } }
  @media only screen and (max-width: 768px) {
    .view_more {
      bottom: -70px;
      right: 20px; } }

/*----------- homeColumn ------------*/
.homeColumn {
  padding: 80px 0 120px;
  background: #069D6E;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .homeColumn {
      padding: 40px 0 60px; } }

h2.h2_column {
  margin-bottom: 60px;
  font-size: 46px;
  font-weight: bold;
  color: #fff; }
  @media only screen and (max-width: 768px) {
    h2.h2_column {
      margin-bottom: 30px;
      font-size: 32px; } }
  h2.h2_column span {
    font-size: 24px;
    display: block; }
    @media only screen and (max-width: 768px) {
      h2.h2_column span {
        font-size: 18px; } }

.swiper2 .swiper-wrapper {
  transition-timing-function: linear;
  display: flex;
  align-items: stretch; }

.swiper2 .swiper-slide {
  width: 350px;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .swiper2 .swiper-slide {
      width: 300px; } }

.column__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1; }
  .column__wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.column a {
  text-decoration: none;
  color: #222; }
.column__box {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 10px 16px -8px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .column__box {
      padding: 10px; } }
.column__thumb {
  width: 100%;
  height: 160px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .column__thumb {
      margin-bottom: 10px; } }
  .column__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.column__info {
  flex: 1;
  /* 可変領域 */
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.column__title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0; }
  @media only screen and (max-width: 768px) {
    .column__title {
      font-size: 18px; } }
.column__desc {
  flex: 1;
  /* 説明文を伸縮させる */
  margin-bottom: 10px; }
.column__tag {
  margin-top: auto;
  /* 一番下に固定 */
  font-size: 14px;
  color: #3CA8E1; }

/*# sourceMappingURL=style.css.map */
