@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html:focus {
  outline: none;
}

body {
  font-weight: normal;
  line-height: 1.6;
  color: #222222;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  display: block;
  overflow: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in 0.1s;
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: 970px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 750px;
  }
}

#wpadminbar {
  display: none;
}

/* ----------------------------------- */
/* #header
/* ----------------------------------- */
#header {
  height: 104px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 44px;
  background-color: transparent;
  z-index: 99;
}
#header #headerCnt {
  padding: 0 48px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: ease-in 0.1s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header #headerCnt #logoArea {
  flex-basis: 220px;
  width: 220px;
  align-self: center;
}
#header #headerCnt #logoArea #logo {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
#header #headerCnt #logoArea #logo a {
  width: 100%;
  height: 100%;
  display: block;
}
#header #headerCnt #logoArea #logo a img {
  max-width: 220px;
  height: auto;
}
#header #headerCnt #headerContact {
  flex-basis: auto;
  width: auto;
  margin-left: auto;
}
#header #headerCnt #headerContact .inr {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
#header #headerCnt #headerContact .inr #nav ul {
  gap: 0 32px;
}
#header #headerCnt #headerContact .inr #nav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
  padding: 0;
}
#header #headerCnt #headerContact .inr .header_contact {
  width: 188px;
  height: 48px;
  border-radius: 60px;
  background-color: #142F66;
}
#header #headerCnt #headerContact .inr .header_contact a {
  padding-top: 12px;
  padding-right: 32px;
  padding-bottom: 12px;
  padding-left: 56px;
  border-width: 2px;
  opacity: 1;
  gap: 4px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  position: relative;
}
#header #headerCnt #headerContact .inr .header_contact a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  background: url(images/svg/mail_icon.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #header #headerCnt {
    max-width: 970px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  #header #headerCnt #headerContact .inr {
    gap: 0 16px;
  }
  #header #headerCnt #headerContact .inr #nav .c-gnav {
    gap: 0 16px;
  }
}
@media screen and (max-width: 920px) {
  #header #headerCnt {
    padding: 0 20px;
  }
  #header #headerCnt #headerContact .inr #nav .c-gnav li a span {
    font-size: 12px;
  }
  #header #headerCnt #headerContact .inr .header_contact {
    width: 150px;
    height: 40px;
  }
  #header #headerCnt #headerContact .inr .header_contact a {
    font-size: 12px;
    padding-left: 40px;
  }
  #header #headerCnt #headerContact .inr .header_contact a::before {
    background: url(images/svg/mail_icon.svg) no-repeat;
    background-position: center;
    background-size: 20px;
    left: 18px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding-top: 29px;
    height: 69px;
  }
  #header #headerCnt {
    max-width: 750px;
    padding: 0 24px;
    align-items: flex-start;
  }
  #header #headerCnt #logoArea {
    flex-basis: 148px;
    width: 148px;
    align-self: center;
  }
  #header #headerCnt #logoArea #logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #header #headerCnt #logoArea #logo a img {
    max-width: 148px;
    height: auto;
  }
  #header #headerCnt #headerContact {
    margin-right: 43px;
  }
  #header #headerCnt #headerContact .inr #nav {
    display: none;
  }
  #header #headerCnt #headerContact .inr .header_contact {
    width: 104px;
    height: 28px;
  }
  #header #headerCnt #headerContact .inr .header_contact a {
    font-size: 12px;
    padding: 8px 16px;
  }
  #header #headerCnt #headerContact .inr .header_contact a::before {
    display: none;
  }
}

.c-gnav > .menu-item > a:after {
  display: none !important;
}

.l-footer__nav a:hover {
  text-decoration: none;
}

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
.openSpNavi {
  width: 100%;
  height: 100%;
}

#drawerNaviWrap {
  position: absolute;
  width: 32px;
  height: 33px;
  top: 28px;
  right: 24px;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn:after {
  content: "MENU";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.34px;
  text-align: center;
  vertical-align: middle;
  color: #1A1311;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1A1311;
  border-radius: 2px;
  transition: all 0.5s;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 7px;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: 0;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -390px;
  bottom: 0;
  width: 390px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 10;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 166px 28px 24px;
}
#drawerNaviWrap .drawer-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  margin-bottom: 127px;
  display: block;
  overflow-x: hidden;
}
#drawerNaviWrap .drawer-nav ul li {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-bottom: 32px;
}
#drawerNaviWrap .drawer-nav ul li:last-child {
  padding-bottom: 0;
}
#drawerNaviWrap .drawer-nav ul li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  color: #252525;
  font-size: 16px;
  transition-duration: 0.2s;
  font-weight: 400;
  text-align: center;
  position: relative;
}
#drawerNaviWrap .drawer-nav ul li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("images/home/svg/link_arrow_hober.svg") no-repeat;
  background-position: center;
  background-size: 10px;
  display: block;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
#drawerNaviWrap .drawer-nav ul li.children {
  overflow: hidden;
}
#drawerNaviWrap .drawer-nav ul li.children > a {
  position: relative;
  width: calc(100% - 40px);
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
}
#drawerNaviWrap .drawer-nav ul li.children .childrenToggle:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  display: block;
  margin: 4px 15px 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu {
  display: none;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  padding: 8px 15px 8px 27px;
}
#drawerNaviWrap .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}
#drawerNaviWrap .drawer-nav ul li .fa-external-link {
  padding-left: 5px;
}
#drawerNaviWrap .drawer-nav .drawer_adress .drawer_logo {
  width: 260px;
  height: 51px;
  margin: 0 auto 16px;
}
#drawerNaviWrap .drawer-nav .drawer_adress .drawer_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawerNaviWrap .drawer-nav .drawer_adress .drawer_logo a img {
  max-width: 260px;
}
#drawerNaviWrap .drawer-nav .drawer_adress .drawertxt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 128%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}
#drawerNaviWrap .drawer-nav .drawer_adress .drawer_copy {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-top: 16px;
  text-align: center;
  border-top: #EAEAEA solid 1px;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open#drawerNaviWrap {
  position: fixed;
}
#drawerNaviWrap.open .drawerNaviBtnWrap {
  z-index: 11;
}
#drawerNaviWrap.open .drawerNaviBtnWrap .drawerNaviBtn {
  background: url("images/svg/close.svg") no-repeat;
  background-size: 15px;
  background-position: center;
}
#drawerNaviWrap.open .drawerNaviBtnWrap .drawerNaviBtn span {
  display: none;
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  background: #fff;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  display: none;
}

@media screen and (max-width: 768px) {
  #drawerNaviWrap {
    display: block;
  }
}
/* ---------------------------------------------------------------- */
/* フッターメニュー */
/* ---------------------------------------------------------------- */
.l-footer__foot {
  padding: 80px 0 64px;
}
.l-footer__foot .l-footer__nav {
  padding: 0;
  gap: 0 32px;
  margin-bottom: 48px;
}
.l-footer__foot .l-footer__nav li:first-child a {
  border-left: none;
}
.l-footer__foot .l-footer__nav a {
  border-right: none;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
}
.l-footer__foot .footer_logo {
  width: 300px;
  height: 59px;
  margin: 0 auto 16px;
  display: block;
}
.l-footer__foot .footer_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.l-footer__foot .footer_logo a img {
  max-width: 300px;
}
.l-footer__foot .f_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
  text-align: center;
}

#copyright {
  padding: 16px 0;
  border-top: #EAEAEA solid 1px;
}
#copyright p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__foot {
    padding: 48px 0;
  }
  .l-footer__foot .l-footer__nav {
    padding: 0;
    gap: 32px 38px;
    display: grid;
    max-width: 290px;
    margin: 0 auto 72px;
    grid-template-columns: repeat(2, 1fr);
  }
  .l-footer__foot .footer_logo {
    width: 280px;
    height: 55px;
  }
  .l-footer__foot .footer_logo a img {
    max-width: 280px;
  }
  .l-footer__foot .f_txt {
    line-height: 128%;
  }
}
/* ----------------------------------- */
/* #fvArea
/* ----------------------------------- */
.page-id-10 .top_title_area {
  display: none;
}

#fvArea {
  height: calc(100vh - 24px);
  width: 100%;
  padding: 24px;
  position: relative;
  z-index: 0;
}
#fvArea::before {
  content: "";
  width: 100%;
  height: 25px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
#fvArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(120px);
          backdrop-filter: blur(120px);
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#fvArea .fvimg {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
#fvArea .fvimg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
}
#fvArea .fvimg .mask-image-box {
  position: relative;
  width: 100%;
  height: 100%;
}
#fvArea .fvimg .mask-image-box::after {
  content: "";
  width: 25px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: -24px;
  top: 0;
  display: block;
}
#fvArea .fvimg .mask-image-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
}
#fvArea .fvimg .mask-image-box video.mask-image {
  position: absolute;
  width: 65%;
  height: 100%;
  left: auto;
  top: auto;
  bottom: -80px;
  right: -50px;
  mask-image: url("images/svg/fv_logo_clip.svg");
  mask-repeat: no-repeat;
  mask-position: right bottom;
  mask-size: 85%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("images/svg/fv_logo_clip.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
  -webkit-mask-size: 85%;
}
#fvArea .fvtxtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12% 72px 48px;
}
#fvArea .fvtxtbox .fvtxt1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #142F66;
}
#fvArea .fvtxtbox .fvtxt1 span {
  font-family: Noto Serif JP;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0%;
}
#fvArea .fvtxtbox .fvtxt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #142F66;
  position: relative;
  padding-left: 160px;
  margin-bottom: 32px;
}
#fvArea .fvtxtbox .fvtxt2::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 2px;
  background-image: linear-gradient(88.15deg, #142F66 0%, #2E6FD8 41.19%, #8061DF 65.91%, #FF6B6B 92.68%, #FF9A3C 102.98%);
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
#fvArea .fvtxtbox .fvtxt2 span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0%;
}
#fvArea .fvtxtbox .fvtxt3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
  margin-bottom: 12px;
}
#fvArea .fvtxtbox .fvtxt4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #252525;
}

.scroll {
  position: absolute;
  left: 64px;
  bottom: 139px;
  writing-mode: vertical-rl;
}
.scroll span {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #142F66;
  top: 77px;
  left: 14px;
  position: relative;
}

.scroll::before {
  animation: scroll 2s infinite;
  background-color: #142F66;
  bottom: -115px;
  content: "";
  height: 120px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2;
}

.scroll::after {
  background-color: #CFCFCF;
  bottom: -115px;
  content: "";
  height: 120px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
  #fvArea {
    height: 560px;
    padding: 12px 12px 40px;
  }
  #fvArea::before {
    height: 40px;
  }
  #fvArea .fvimg .mask-image-box::after {
    width: 13px;
    right: -12px;
  }
  #fvArea .fvimg .mask-image-box video {
    right: 0;
  }
  #fvArea .fvimg .mask-image-box video.mask-image {
    width: 312px;
    right: -12px;
    bottom: auto;
    right: -12px;
    top: 50%;
    margin-top: 50px;
    mask-position: right top;
    -webkit-mask-position: right top;
  }
  #fvArea .fvtxtbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 121px 24px 0;
  }
  #fvArea .fvtxtbox .fvtxt1 {
    font-size: 38px;
  }
  #fvArea .fvtxtbox .fvtxt1 span {
    font-size: 34px;
  }
  #fvArea .fvtxtbox .fvtxt2 {
    font-size: 38px;
    margin-bottom: 16px;
    padding-left: 100px;
  }
  #fvArea .fvtxtbox .fvtxt2::before {
    width: 80px;
  }
  #fvArea .fvtxtbox .fvtxt2 span {
    font-size: 34px;
  }
  #fvArea .fvtxtbox .fvtxt3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
  #fvArea .fvtxtbox .fvtxt4 {
    font-size: 14px;
  }
  .scroll {
    left: 24px;
    bottom: 155px;
  }
  .scroll::before {
    height: 100px;
  }
  .scroll::after {
    height: 100px;
  }
  .scroll span {
    font-size: 12px;
    top: 86px;
  }
}
/* ----------------------------------- */
/* #breadcrumb
/* ----------------------------------- */
/* ----------------------------------- */
/* .top_title_area
/* ----------------------------------- */
.single #breadcrumb {
  margin-top: 110px;
}
.single .top_title_area {
  display: none;
}

@media screen and (max-width: 768px) {
  .single #breadcrumb {
    margin-top: 75px;
  }
}
.top_title_area {
  margin-top: 104px;
  min-height: 240px;
  background-image: linear-gradient(88.15deg, #142F66 0%, #2E6FD8 41.19%, #8061DF 65.91%, #FF6B6B 92.68%, hsl(29, 100%, 62%) 102.98%);
}
.top_title_area .inr {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top_title_area .inr p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 148%;
  letter-spacing: 0%;
}
.top_title_area .inr p.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .top_title_area {
    margin-top: 69px;
    min-height: 150px;
  }
  .top_title_area .inr {
    min-height: 150px;
  }
  .top_title_area .inr p {
    font-size: 28px;
  }
  .top_title_area .inr p.en {
    font-size: 18px;
  }
}
/* ----------------------------------- */
/* #fvinformationWrap
/* ----------------------------------- */
#fvinformationWrap {
  position: absolute;
  width: 552px;
  height: 90px;
  bottom: 0;
  right: 16px;
  gap: 40px;
  box-shadow: 0px 0px 8px 0px rgba(20, 47, 102, 0.08);
  opacity: 1;
  z-index: 2;
  border-radius: 4px;
  border-width: 1px;
  padding: 24px 88px 24px 24px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid #EAEAEA;
}
#fvinformationWrap::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(images/svg/arrow_blue.svg) no-repeat;
  background-position: center;
  background-size: 24px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#fvinformationWrap .fv-information-postListWrap {
  width: 100%;
  height: 100%;
  display: block;
}
#fvinformationWrap .fv-information-postListWrap .postBox {
  width: 100%;
  height: 100%;
  display: block;
}
#fvinformationWrap .fv-information-postListWrap .postBox a {
  width: 100%;
  height: 100%;
  display: block;
}
#fvinformationWrap .fv-information-postListWrap .postBox a time {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #142F66;
  margin-bottom: 8px;
  display: block;
}
#fvinformationWrap .fv-information-postListWrap .postBox a p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #252525;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #fvinformationWrap {
    position: absolute;
    width: 311px;
    height: 84px;
    right: 0;
    padding: 12px 52px 12px 12px;
  }
  #fvinformationWrap::after {
    right: 12px;
  }
  #fvinformationWrap .fv-information-postListWrap .postBox a time {
    margin-bottom: 4px;
  }
  #fvinformationWrap .fv-information-postListWrap .postBox a p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #252525;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
/* ----------------------------------- */
/* .content
/* ----------------------------------- */
.content {
  padding: 120px 0;
}
.content .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
  position: relative;
  padding-left: 56px;
  display: block;
  margin-bottom: 16px;
}
.content .en::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 2px;
  display: block;
  background-image: linear-gradient(88.15deg, #142F66 0%, #2E6FD8 41.19%, #8061DF 65.91%, #FF6B6B 92.68%, #FF9A3C 102.98%);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
}
.content .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  line-height: 148%;
  letter-spacing: 0%;
  color: #252525;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 100px 0;
  }
  .content .en {
    font-size: 18px;
  }
  .content .title {
    font-size: 32px;
  }
}
/* ----------------------------------- */
/* #content01
/* ----------------------------------- */
#content01 {
  padding: 0 24px;
  position: relative;
  background-color: #fff;
}
#content01 .inr {
  padding: 160px 0 120px;
  border-radius: 24px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8F8F8 50.05%);
}
#content01 .inr .Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 72px;
  margin-bottom: 64px;
}
#content01 .inr .Wrap .right p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #252525;
  padding-top: 38px;
}
#content01 .inr .con1txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 30px;
  line-height: 148%;
  letter-spacing: 0%;
  color: #252525;
  margin-bottom: 24px;
}
#content01 .swiper-wrapper-cont1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 29px;
  margin-bottom: 104px;
}
#content01 .swiper-wrapper-cont1 .box {
  height: 100%;
  background-color: #fff;
  padding: 40px 24px;
  border: #EAEAEA solid 1px;
  border-radius: 8px;
}
#content01 .swiper-wrapper-cont1 .box img {
  margin: 0 auto 24px;
  display: block;
  text-align: center;
}
#content01 .swiper-wrapper-cont1 .box .con1txt2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 80%;
  letter-spacing: 0%;
  text-align: center;
  color: #142F66;
  margin-bottom: 6px;
}
#content01 .swiper-wrapper-cont1 .box .con1txt3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #252525;
  margin-bottom: 12px;
}
#content01 .swiper-wrapper-cont1 .box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #252525;
  margin-bottom: 12px;
}
#content01 .swiper-wrapper-cont1 .box .con1txt4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #252525;
}
#content01 .swiper-wrapper-cont1 .box:nth-child(2) {
  margin-top: 32px;
}
#content01 .swiper-wrapper-cont1 .box:nth-child(3) {
  margin-top: 64px;
}

@media screen and (max-width: 980px) {
  #content01 .con01fvSwiper {
    padding-bottom: 24px;
  }
  #content01 .swiper-wrapper-cont1 {
    margin-bottom: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 29px 0;
  }
  #content01 .swiper-wrapper-cont1 .box h3 {
    font-size: 20px;
  }
  #content01 .swiper-wrapper-cont1 .box:nth-child(2) {
    margin-top: 0;
  }
  #content01 .swiper-wrapper-cont1 .box:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #content01 {
    padding: 0 12px;
  }
  #content01 .inr {
    padding: 120px 0 100px;
  }
  #content01 .inr .Wrap {
    gap: 24px 0;
    margin-bottom: 56px;
  }
  #content01 .inr .Wrap .right p {
    padding-top: 0;
  }
}
/* ----------------------------------- */
/* .btn
/* ----------------------------------- */
.btn {
  width: 280px;
  height: 64px;
  gap: 10px;
  opacity: 1;
  border-radius: 40px;
  padding-top: 24px;
  padding-right: 8px;
  padding-bottom: 24px;
  padding-left: 8px;
  border-width: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  background-image: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border: #D4D4D4 solid 1px;
  color: #252525;
  transition: 0.5s all;
}
.btn:hover, .btn:focus {
  background-image: linear-gradient(88.15deg, #142F66 0%, #2E6FD8 41.19%, #8061DF 65.91%, #FF6B6B 92.68%, hsl(29, 100%, 62%) 102.98%);
  color: #fff;
}

.btn.btnCenter {
  margin: 0 auto;
}

.btn.btnLeft {
  margin-left: 0;
  margin-right: auto;
}

.btn.btnRight {
  margin-left: auto;
  margin-right: 0;
}

.btn.arrow {
  position: relative;
}
.btn.arrow::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(images/svg/btn_arrow.svg) no-repeat;
  background-position: center;
  background-size: 32px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.btn.arrow:hover::after, .btn.arrow:focus::after {
  background: url(images/svg/btn_arrow_hover.svg) no-repeat;
  background-position: center;
  background-size: 32px;
}

/* ----------------------------------- */
/* #content02
/* ----------------------------------- */
#content02 .title {
  margin-bottom: 40px;
}
#content02 .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 72px;
}
#content02 .con2wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 24px;
  margin-bottom: 56px;
  margin-left: 24px;
}
#content02 .con2wrap .col {
  position: relative;
}
#content02 .con2wrap .col::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: url(images/svg/01.svg) no-repeat;
  background-position: center;
  background-size: 66px;
  display: block;
  top: -33px;
  left: 16px;
  z-index: 1;
}
#content02 .con2wrap .col .imgbox {
  width: 88%;
  position: relative;
  padding-bottom: 224px;
  overflow: hidden;
  border-radius: 8px;
  top: 113px;
  margin-top: -113px;
}
#content02 .con2wrap .col .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#content02 .con2wrap .col .txtbox {
  background-color: #F8F8F8;
  width: 90%;
  padding: 136px 40px 40px;
  margin-left: 24px;
  min-height: 288px;
  border-radius: 4px;
}
#content02 .con2wrap .col .txtbox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
  margin-bottom: 16px;
}
#content02 .con2wrap .col .txtbox ul li {
  position: relative;
  padding-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 12px;
}
#content02 .con2wrap .col .txtbox ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2E6FD8;
  display: block;
  left: 0;
  top: 3px;
}
#content02 .con2wrap .col:nth-child(2)::before {
  background: url(images/svg/02.svg) no-repeat;
  background-position: center;
  background-size: 79px;
  width: 79px;
}
#content02 .con2wrap .col:nth-child(3)::before {
  background: url(images/svg/03.svg) no-repeat;
  background-position: center;
  background-size: 78px;
  width: 78px;
}
#content02 .con2wrap .col:nth-child(4)::before {
  background: url(images/svg/04.svg) no-repeat;
  background-position: center;
  background-size: 85px;
  width: 85px;
}

@media screen and (max-width: 768px) {
  #content02 .title {
    margin-bottom: 24px;
  }
  #content02 .txt {
    margin-bottom: 48px;
    line-height: 180%;
  }
  #content02 .con2wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px 0;
    margin-bottom: 24px;
    margin-left: 16px;
  }
  #content02 .con2wrap .col {
    position: relative;
  }
  #content02 .con2wrap .col::before {
    width: 50px;
    height: 48px;
    background-size: 50px;
    top: -25px;
    left: 9px;
  }
  #content02 .con2wrap .col .imgbox {
    width: 88%;
    position: relative;
    padding-bottom: 113px;
    overflow: hidden;
    border-radius: 8px;
    top: 56.6px;
    margin-top: -56.6px;
  }
  #content02 .con2wrap .col .txtbox {
    background-color: #F8F8F8;
    width: 90%;
    padding: 86px 16px 16px;
    margin-left: 16px;
    min-height: 230px;
  }
  #content02 .con2wrap .col .txtbox h3 {
    line-height: 120%;
  }
  #content02 .con2wrap .col:nth-child(2)::before {
    background-size: 60px;
    width: 60px;
  }
  #content02 .con2wrap .col:nth-child(3)::before {
    background-size: 59px;
    width: 59px;
  }
  #content02 .con2wrap .col:nth-child(4)::before {
    background-size: 64px;
    width: 64px;
  }
}
/* ----------------------------------- */
/* #content03
/* ----------------------------------- */
#content03 {
  padding: 0;
}
#content03 .inr {
  padding: 120px 0;
  background: #F8F8F8;
  margin-left: 24px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
#content03 .inr .title {
  margin-bottom: 40px;
}
#content03 .swiper-wrapper-cont3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
  margin-bottom: 56px;
}
#content03 .swiper-wrapper-cont3 .swiper-slide {
  height: auto;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box {
  cursor: pointer;
  height: 100%;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .imgbox {
  margin-bottom: 16px;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .imgbox img {
  border-radius: 4px;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .imgbox .cont3on {
  display: none;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox {
  position: relative;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-image: linear-gradient(88.15deg, #142F66 0%, #2E6FD8 41.19%, #8061DF 65.91%, #FF6B6B 92.68%, #FF9A3C 102.98%);
  bottom: 0;
  left: 0;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .txt1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  gap: 0 3px;
  margin-bottom: 9px;
  color: #252525;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .cont3wrap {
  display: grid;
  grid-template-columns: 1fr 32px;
  padding-bottom: 16px;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .cont3wrap .col h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
  margin-bottom: 8px;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .cont3wrap .col .txt2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .cont3wrap .cont3check {
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .cont3wrap .cont3check.open {
  transform: rotate(180deg);
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .cont3txt {
  display: none;
  padding-bottom: 16px;
}
#content03 .swiper-wrapper-cont3 .swiper-slide .box .txtbox .cont3txt .txt3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
  color: #252525;
}
#content03 .cont3-button-next, #content03 .cont3-button-prev, #content03 .cont3-pagination {
  display: none;
}

@media screen and (max-width: 980px) {
  #content03 .swiper-wrapper-cont3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #content03 .inr {
    padding: 100px 0;
    background: #F8F8F8;
    margin-left: 14px;
  }
  #content03 .inr .title {
    margin-bottom: 24px;
  }
  #content03 .con03fvSwiper {
    padding-bottom: 90px;
  }
  #content03 .swiper-wrapper-cont3 {
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
  #content03 .cont3-button-next, #content03 .cont3-button-prev, #content03 .cont3-pagination {
    display: block;
  }
  #content03 .cont3-button-next, #content03 .cont3-button-prev {
    width: 32px;
    height: 32px;
    top: auto;
    margin-top: 0;
    bottom: 10px;
  }
  #content03 .cont3-button-next::after, #content03 .cont3-button-prev::after {
    display: none;
  }
  #content03 .cont3-button-next {
    background: url(images/svg/next.svg) no-repeat;
    background-position: center;
    background-size: 32px;
    right: auto;
    left: 50%;
    margin-left: 80px;
  }
  #content03 .cont3-button-prev {
    background: url(images/svg/prev.svg) no-repeat;
    background-position: center;
    background-size: 32px;
    left: 50%;
    margin-left: -120px;
  }
  #content03 .cont3-pagination {
    bottom: 32px;
    z-index: 5;
  }
  #content03 .cont3-pagination .swiper-pagination-bullet {
    background: #EAEAEA;
    opacity: 1;
    margin: 0 8px;
  }
  #content03 .cont3-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #142F66;
  }
}
/* ----------------------------------- */
/* #content04
/* ----------------------------------- */
#content04 {
  border-bottom: 1px solid #D4D4D4;
}
#content04 .title {
  margin-bottom: 40px;
}
#content04 .inr {
  display: grid;
  gap: 0 32px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 56px;
}
#content04 .inr .cont4txtbox .box {
  margin-bottom: 48px;
}
#content04 .inr .cont4txtbox .box p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  gap: 0 4px;
  margin-bottom: 17px;
  color: #252525;
}
#content04 .inr .cont4txtbox .box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #252525;
}
#content04 .inr .cont4txtbox .box:last-child {
  margin-bottom: 0;
}
#content04 .inr .cont4txtbox .box:last-child h3 {
  border-bottom: #D4D4D4 solid 1px;
  padding: 24px 0;
}
#content04 .inr .cont4txtbox .box:last-child h3.first {
  padding-top: 0;
}
#content04 .inr .cont4imgbox {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #content04 .title {
    margin-bottom: 32px;
  }
  #content04 .inr {
    display: grid;
    gap: 32px 0;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 32px;
  }
  #content04 .inr .cont4txtbox .box {
    margin-bottom: 32px;
  }
  #content04 .inr .cont4txtbox .box p {
    margin-bottom: 9px;
  }
  #content04 .inr .cont4txtbox .box h3 {
    font-size: 20px;
    line-height: 140%;
  }
  #content04 .inr .cont4txtbox .box:last-child h3 {
    padding: 8px 0;
  }
  #content04 .inr .cont4imgbox {
    padding-top: 0;
  }
}
/* ----------------------------------- */
/* #NewsArea
/* ----------------------------------- */
#newsArea .title {
  margin-bottom: 40px;
}
#newsArea .information-postListWrap {
  margin-bottom: 40px;
}
#newsArea .information-postListWrap .postBox {
  border-bottom: #EAEAEA solid 1px;
  position: relative;
  transition: 0.5s all;
}
#newsArea .information-postListWrap .postBox::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(images/svg/news_icon.svg) no-repeat;
  background-position: center;
  background-size: 32px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 16px;
}
#newsArea .information-postListWrap .postBox a {
  display: flex;
  flex-wrap: wrap;
  gap: 0 48px;
  padding: 31px 0;
  text-decoration: none;
  color: #252525;
}
#newsArea .information-postListWrap .postBox a time {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#newsArea .information-postListWrap .postBox a p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#newsArea .information-postListWrap .postBox:hover, #newsArea .information-postListWrap .postBox:focus {
  background-color: #F8F8F8;
}
#newsArea .information-postListWrap .postBox:hover a, #newsArea .information-postListWrap .postBox:focus a {
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  #newsArea .title {
    margin-bottom: 24px;
  }
  #newsArea .information-postListWrap {
    margin-bottom: 24px;
  }
  #newsArea .information-postListWrap .postBox::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/svg/news_icon.svg) no-repeat;
    background-position: center;
    background-size: 24px;
    right: 0;
  }
  #newsArea .information-postListWrap .postBox a {
    gap: 12px 0;
    padding: 24px 40px 24px 0;
  }
}
/* ----------------------------------- */
/* #ctacontact
/* ----------------------------------- */
#ctacontact {
  background: linear-gradient(74.16deg, #142F66 0%, #2E6FD8 100%);
  border-radius: 24px;
  margin: 0 24px;
  padding: 80px 100px;
}
#ctacontact .inr {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0 36px;
  align-items: center;
}
#ctacontact .inr .left .en, #ctacontact .inr .left .title, #ctacontact .inr .left p {
  color: #fff;
}
#ctacontact .inr .left .title {
  margin-bottom: 16px;
}
#ctacontact .inr .left p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
}
#ctacontact .inr .right .btn {
  background-color: #fff;
  border: #142F66 solid 1px;
}
#ctacontact .inr .right .btn:hover, #ctacontact .inr .right .btn:focus {
  background-color: #142F66;
  background-image: none;
  color: #fff;
}
#ctacontact .inr .right .btn.arrow::after {
  background: url(images/svg/cta_arrow.svg) no-repeat;
  background-position: center;
  background-size: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #ctacontact {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ctacontact {
    margin: 0 15px;
    padding: 64px 24px;
  }
  #ctacontact .inr {
    display: grid;
    grid-template-columns: 1fr;
    gap: 37px;
  }
  #ctacontact .inr .left .en, #ctacontact .inr .left .title, #ctacontact .inr .left p {
    color: #fff;
  }
  #ctacontact .inr .left .title {
    font-size: 30px;
  }
  #ctacontact .inr .left p {
    font-size: 14px;
  }
}
/* ---------------------------------------------------------------- */
/* ページ内リンク */
/* ---------------------------------------------------------------- */
#member, #mvv, #news, #service, #what {
  height: 1px;
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

/* ---------------------------------------------------------------- */
/*　フォーム */
/* ---------------------------------------------------------------- */
.att {
  width: 58px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E20000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.att._02 {
  background-color: #C8C8C8;
}

.formwrap {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 0 40px;
  margin-bottom: 40px;
}
.formwrap .leftbox p {
  display: flex;
  gap: 0 10px;
  align-items: center;
}

.wpcf7-form-control {
  margin: 0;
  background: #F8F8F8;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE;
}
.wpcf7-form-control:focus {
  background: #fff;
}
.wpcf7-form-control:hover {
  background: #fff;
}
.wpcf7-form-control + input {
  margin-top: 10px;
}

[type=submit] {
  width: 280px;
  height: 64px;
  gap: 10px;
  opacity: 1;
  border-radius: 40px;
  padding-top: 24px;
  padding-right: 8px;
  padding-bottom: 24px;
  padding-left: 8px;
  border-width: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: Medium;
  background-image: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  border: #D4D4D4 solid 1px;
  color: #252525;
  transition: 0.5s all;
  margin: 0 auto;
}
[type=submit]:hover, [type=submit]:focus {
  background-image: linear-gradient(88.15deg, #142F66 0%, #2E6FD8 41.19%, #8061DF 65.91%, #FF6B6B 92.68%, hsl(29, 100%, 62%) 102.98%);
  color: #fff;
}

.wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7-form-control {
  border: none;
}

@media screen and (max-width: 768px) {
  .formwrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 960px) {
  .-sidebar-on .l-mainContent {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */