@charset "UTF-8";
li {
  list-style: none;
}

/* Chrome、Safari以外 */
summary {
  display: block;
  list-style: none;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #1C1C1C;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  min-width: 1100px;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #1C1C1C;
}

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

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-center {
  text-align: center;
}

.margin-auto {
  margin: 0 auto;
}

.bold {
  font-weight: 500;
}

.bgblue {
  background-color: #014498;
  color: #fff;
}

.bgskyblue {
  background-color: #C1DAF8;
  color: #1C1C1C;
}

@media (max-width: 768px) {
  body {
    min-width: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.bl-btn {
  font-size: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  padding-left: 110px;
  position: relative;
  padding-top: 15px;
}
.bl-btn::after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  border: 3px solid #769AC7;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.bl-btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 32px;
  top: 32px;
}

.yoko .bl-bgwhitetable_list {
  max-width: 1063px;
	width:70%;
}

.bl-bgwhitetable_dd span.pc{
	display:inline-block;
}


@media (min-width: 769px) {
	.bl-btn:hover::after {
  border: 3px solid #fff;
  transition: 0.3s;
}
	.bl-btn:hover::before {
  background-color: transparent;
  content: "→";
  font-size: 23px;
  left: 30px;
  top: 19px;
}

}

.bl-grattl {
  background: linear-gradient(26deg, #ffffff 0%, #014498 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.bl-grattl_topttl {
  font-size: 41px;
  position: relative;
	letter-spacing:0.05em;
}

.t-instagram .bl-grattl_topttl {
	font-size:min(41px,2vw);
}
.bl-grattl_topttl::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 20px;
}
.bl-grattl_underfv {
  background: linear-gradient(54deg, #ffffff 0%, #014498 54%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.bl-ttl {
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}
.bl-ttl::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 0.8em;
}
.bl-ttl_blue {
  color: #014498;
}
.bl-ttl_blue::after {
  background-color: #014498;
}
.bl-ttl_center {
  text-align: center;
}
.bl-ttl_center::after {
  margin: 30px auto 0;
}

.bl-underline {
  color: #014498;
  font-size: 60px;
  position: relative;
  z-index: 1;
  margin-top: 0.3em;
  font-weight: bold;
}
.bl-underline::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.43);
  display: block;
  width: 100%;
  height: 0.7em;
  position: absolute;
  left: -10px;
  bottom: 10px;
  z-index: -1;
}

.bl-bgwhitetable {
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
}
.bl-bgwhitetable_inner {
  background-color: #fff;
  padding: 108px 20px 168px;
}
.bl-bgwhitetable_list {
  max-width: 882px;
  width: 90%;
  margin: 94px auto 0;
  color: #1C1C1C;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
.bl-bgwhitetable_dt, .bl-bgwhitetable_dd {
  border-bottom: 1px solid #014498;
  padding: 1em 0;
}
.bl-bgwhitetable_dt {
  width: 27%;
  font-weight: bold;
}
.bl-bgwhitetable_dd {
  font-weight: 400;
  width: 73%;
}

.bl-bgwhitetable_li {
  display: flex;
}
.bl-bgwhitetable_li::before {
  content: "・";
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 1440px) {
  .bl-bgwhitetable_list {
    font-size: 15px;
	      max-width: 762px;
  }
  .bl-grattl_topttl {
    font-size: 36px;
  }
  .bl-grattl_topttl::after {
    width: 32px;
  }
  .bl-btn {
    font-size: 26px;
    padding-top: 8px;
    padding-left: 92px;
  }
  .bl-btn::after {
    width: 53px;
    height: 53px;
  }
  .bl-btn::before {
    left: 25px;
    top: 25px;
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
	  .bl-btn:hover::before {
    left: 20px;
    top: 8px;
  }
}

@media (max-width: 1440px) {
  .bl-ttl {
    font-size: 30px;
  }
  .bl-ttl::after {
    width: 30px;
  }
  .bl-underline {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
	
		.bl-bgwhitetable_dd span.pc{
	display:none;
}
  .bl-btn {
    font-size: 20px;
    padding-top: 6px;
    padding-left: 62px;
  }
  .bl-btn::before {
    left: 17px;
    top: 17px;
    width: 8px;
    height: 8px;
  }
  .bl-btn::after {
    width: 36px;
    height: 36px;
  }
  .bl-grattl_topttl {
    font-size: 32px;
  }
  .bl-grattl_topttl::after {
    margin-top: 10px;
    width: 41px;
  }
  .bl-bgwhitetable {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bl-bgwhitetable_inner {
    padding: 80px 20px;
  }
  .bl-bgwhitetable_list,
  .yoko .bl-bgwhitetable_list {
    flex-direction: column;
    border-top: 1px solid #014498;
    margin-top: 30px;
	  width:100%;
  }
  .bl-bgwhitetable_dt, .bl-bgwhitetable_dd {
    width: 100%;
  }
  .bl-bgwhitetable_dt {
    border: none;
    padding-bottom: 0;
  }
  .bl-bgwhitetable_dd {
    padding-top: 5px;
  }
}
.fadein {
  transform: translateY(50px);
  opacity: 0;
}

.fadein.is-active {
  -webkit-animation: fadein 0.5s ease-out 0s forwards;
          animation: fadein 0.5s ease-out 0s forwards;
}

@-webkit-keyframes fadein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.fade {
  opacity: 0;
}

.fade.is-active {
  -webkit-animation: fade 0.5s ease-out 0.3s forwards;
          animation: fade 0.5s ease-out 0.3s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.faderight {
  transform: translateX(50px);
  opacity: 0;
}

.faderight.is-active {
  -webkit-animation: faderight 0.5s ease-out 0s forwards;
          animation: faderight 0.5s ease-out 0s forwards;
}

@-webkit-keyframes faderight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes faderight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.imgslideright {
  position: relative;
}
.imgslideright::after {
  content: "";
  background-color: #014498;
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  right: 0;
}
.imgslideright.is-active::after {
  -webkit-animation: imganime ease-out 0.8s forwards;
          animation: imganime ease-out 0.8s forwards;
}

@media (max-width: 768px) {
  .faderight {
    transform: translateX(0px);
    opacity: 0;
  }
  .faderight.is-active {
    -webkit-animation: fade 0.5s ease-out 0.3s forwards;
            animation: fade 0.5s ease-out 0.3s forwards;
  }
}
.head {
  position: fixed;
  display: flex;
  flex-direction: column-reverse;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.head_inner {
  background-color: #014498;
  padding-left: 5.3%;
  display: flex;
  border-bottom: 1px solid #fff;
/*   justify-content: space-between; */
	
	justify-content:flex-end;
	height:100px;
}
.head_logo {
  width: 16%;
  max-width: 465px;
  display: block;
/*   margin-top: 31px; */
  position: relative;
  margin-bottom: -1px;
	position:absolute;
	top:24px;
	left:5%;
}
.head_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head_logo__under {
  width: 15.2%;
  max-width: 465px;
  margin-left: 5.3%;
  padding-top: 9px;
}
.head_logo__sub {
  padding-bottom: 20px;
  width: 212px;
  margin-bottom: 0;
	transition:0.5s;
}

.head_logo__top{
	width:430px;
	top:35px;
	transition:0.5s;
}
.head_nav {
  display: flex;
  padding-right: 120px;
  max-width: 970px;
  width: 80%;
  justify-content: flex-end;
  padding-left: 30px;
}
.head_list {
  display: flex;
  font-size: 23px;
  width: 100%;
  justify-content: space-between;
  position: relative;
  align-items: center;
	letter-spacing: 0.05em;
}
.head_list::after {
  content: "";
  background-color: #fff;
  opacity: 0.5;
  display: block;
  width: 1px;
  height: 40px;
}
.head_item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head_link {
  color: #fff;
  display: block;
  position: relative;
}

.foot-nav_item{
	position:relative;
}

.head_link:hover::after,
.foot-nav_item:hover::after{
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.head_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.head_sns:first-of-type {
  width: 31px;
  margin-left: 30px;
}
.head_sns:last-of-type {
  width: 28px;
  margin-left: 30px;
}
.head_sns:hover {
  transform: rotate(20deg);
  transition: 0.3s;
}
.head_fixed {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100px;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(120, 156, 200) 0%, rgb(3, 69, 153) 100%);
	overflow:hidden;
}

.lottie{
	position:absolute;
	bottom:0;
	right:-6px;
}
.head_fixed__entry {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
	transition:0.2s;
}

.head_fixed__entry img:last-of-type {
	display:none;
}
.head_fixed__entry:hover {
  background: #fff;
  background: linear-gradient(180deg, rgb(234, 240, 246) 0%, rgb(6, 72, 154) 100%);
	color:#014498;
	transition:0.2s;
}

.head_fixed__entry:hover img:first-of-type {
	display:none;
}

.head_fixed__entry:hover img:last-of-type {
	display:block;
}
.head_fixed__entry img {
  display: block;
  width: 31px;
}
.head_fixed__entry span {
  transform: rotate(90deg);
  display: block;
  padding-left: 94px;
  font-size: 40px;
  padding-bottom: 5px;
}

.hamberger {
  background-color: #D1DEED;
  width: 100%;
  height: 100px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  color: #434343;
  padding-top: 30px;
  cursor: pointer;
}
.hamberger_ico {
  background-color: #434343;
  display: block;
  position: absolute;
}
.hamberger_ico__first {
  width: 43%;
  height: 2px;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hamberger_ico__second {
  width: 25%;
  height: 2px;
  right: 29%;
  top: 43px;
  transition: 0.3s;
}
.hamberger_back {
  display: none;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 100vh;
  background-color: #003271;
  overflow: scroll;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.menu_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: scroll;
}
.menu_inner {
  max-width: 648px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 100px auto 30px;
}
.menu_list {
  padding-bottom: 20px;
}
.menu_list:not(:first-of-type) {
  margin-top: 30px;
}
.menu_ttl {
  display: block;
  width: 185px;
  padding-bottom: 16px;
}

.menu_ttl label>a{
	display:block;
	width:fit-content;
}
.menu_content:first-of-type {
  border-top: 1px solid #fff;
  padding-top: 18px;
}
.menu_content a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transition: 0.3s;
}
.menu_content a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.menu_logo {
  opacity: 0.08;
  width: 100%;
}
.menu_small {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  display: block;
  width: 100%;
}
.menu-sp_switch {
  display: none;
}

.submenu {
  margin-top: auto;
  text-align: right;
  padding-bottom: 50px;
  max-width: 908px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.submenu a {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
  display: inline-block;
}
.submenu a::after {
  content: "";
  background-image: url(../images/gaibu_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}

.head.is-open{
	z-index:10000000;
}

.head.is-open .hamberger_menu {
  display: none;
}
.head.is-open .hamberger_back {
  display: block;
}
.head.is-open .hamberger_ico__first {
  transform: rotate(45deg) translateX(10px);
  transition: 0.3s;
  width: 16%;
}
.head.is-open .hamberger_ico__second {
  width: 50%;
}
.head.is-open .menu {
  visibility: inherit;
  opacity: 1;
  transition: 0.5s;
}

.head_fixed-sp {
  display: none;
}

@media (max-width: 1500px) {
	.head_inner{
		height:70px;
	}
  .head_list {
    font-size: 15px;
  }
  .head_list::after {
    height: 30px;
  }
  .head_nav {
    max-width: 760px;
  }
  .head_fixed {
    width: 78px;
  }
/*   .head_logo {
    width: 321px;
  } */
  .head_logo__sub {
    width: 176px;
    padding-bottom: 10px;
    margin-top: 20px;
	  top:-4px;
  }
	.head_logo__top{
		width: 290px;
    margin-top: 0;
    top: 26px;
	}
  .hamberger {
    width: 78px;
    height: 78px;
  }
  .menu {
    width: calc(100% - 78px);
  }
  .head_fixed__entry span {
    padding-left: 80px;
    font-size: 35px;
    padding-bottom: 6px;
  }
  .head_fixed__entry img {
    width: 32px;
  }
  .hamberger_ico__first {
    top: 24px;
  }
  .hamberger_ico__second {
    top: 34px;
  }
  .head.is-open .hamberger_ico__first {
    top: 23px;
  }
	
	.lottie{
		right:-22px;
	}
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  height: 40vw;
  min-height: 650px;
}
.marquee .splide__track {
  height: 100%;
}
.marquee .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marquee__inner picture {
  width: 70%;
  height: 621px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.marquee__inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.foot-entry {
  position: relative;
  transition: 0.3s;
}
.foot-entry_link {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(28, 28, 28, 0.64);
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.foot-entry_ttl {
  display: block;
  width: 548px;
  margin: 10% 0 0 5.3%;
}
.foot-entry_txt {
  font-size: 25px;
  margin-top: 48px;
  margin-left: 5.3%;
  letter-spacing: 0.03em;
}
.foot-entry_txt::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 62px;
  height: 1px;
  margin-bottom: 40px;
}
.foot-entry_en {
  display: block;
  width: 40vw;
  position: absolute;
  bottom: 0;
  right: 10%;
}
.foot-entry_en__hover {
  opacity: 0;
  transition: 0.3s;
}
.foot-entry_ico {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 91px;
}
.foot-entry_ico_hover {
  opacity: 0;
  transition: 0.3s;
}

.foot-entry_link:hover .foot-entry_en__hover, .foot-entry_link:hover .foot-entry_ico_hover {
  opacity: 1;
  transition: 0.3s;
}

.foot-content {
  background-color: #014498;
  color: #fff;
  padding-top: 95px;
  display: flex;
  justify-content: space-between;
  padding-left: 5.3%;
  padding-bottom: 50px;
  align-items: flex-end;
}

.foot_logo {
  max-width: 465px;
  width: 24vw;
  display: block;
}

.foot_companyname {
  margin-top: 30px;
  font-size: 22px;
}

.foot_address {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 10px;
  font-weight: 400;
}
.foot_address a {
  color: #fff;
}

.foot-nav {
  padding-right: 10%;
  font-size: 18px;
  max-width: 780px;
  width: 60%;
}
.foot-nav_list {
  display: flex;
  justify-content: space-between;
}
.foot-nav_list a {
  color: #fff;
}

.foot-sns {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.foot-submenu {
  font-weight: 400;
  padding-bottom: 0;
  margin-top: 39px;
}
.foot-submenu a {
  margin-right: 0;
  margin-left: 20px;
}

.foot-small_wrap {
  background-color: #014498;
}

.foot-small {
  border-top: 1px solid #fff;
  margin-left: 5.3%;
  margin-right: 10%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0 22px;
}

.underfv {
  padding-top: 166px;
}
.underfv_ttl {
  font-size: 45px;
  margin-bottom: 75px;
  padding-left: 5.3%;
}
.underfv_ttl::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 81px;
  height: 3px;
  margin-top: 30px;
}
.underfv_img {
  padding-left: 5.3%;
  aspect-ratio: 1780/580;
  padding-right: 100px;
  display: block;
}
.underfv_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.undermessage {
  padding-top: 84px;
  text-align: center;
  padding-bottom: 120px;
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
}
.undermessage_ttl {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.undermessage_txt {
  margin-top: 37px;
  font-size: 20px;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.undermessage_shaze {
  max-width: 1523px;
  width: 80%;
  margin: 72px auto 0;
}

@media (max-width: 1440px) {
	.foot-entry_txt {
		font-size:22px;
	}
  .underfv_img {
    padding-right: 78px;
  }
  .undermessage_shaze {
    width: 90%;
    margin-top: 32px;
  }
  .menu_content a {
    font-size: 15px;
  }
  .menu_ttl {
    width: 165px;
  }
  .head_logo__under {
    width: 216px;
  }
}

.splide-logo {
  box-sizing: border-box;
  position: relative;
}
.splide-logo::after, .splide-logo::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 0.7px;
  position: absolute;
  left: 0;
  opacity: 0.7;
}
.splide-logo::after {
  bottom: 1px;
}
.splide-logo::before {
  top: 1px;
}
.splide-logo .splide__track {
  height: 100%;
}
.splide-logo .splide__slide {
  width: 35% !important;
  height: auto;
  margin: 0 5%;
}
.splide-logo img {
  opacity: 0.3;
  display: block;
}

.foot-nav_sns-sp {
  display: none;
}

@media (max-width: 768px) {
  .head_nav {
    display: none;
  }
	
	.head_inner{
		height:52px;
	}
	
	.head_logo{
		width:152px;
		top:8px;
		margin-top:0;
	}
	
	.head_logo__top{
		width:220px;
		top:18px;
	}

  .head_fixed {
    height: 52px;
    width: 57px;
  }
  .head_fixed__entry {
    display: none;
  }

  .hamberger {
    height: 54px;
    font-size: 11px;
    width: 57px;
  }
  .top-head .hamberger {
    height: 52px;
  }
  .hamberger_ico__first {
    top: 17px;
  }
  .hamberger_ico__second {
    top: 25px;
  }
  .head.is-open .head_inner {
    background-color: #003271;
  }
  .head.is-open .hamberger_ico__first {
    top: 15px;
    left: 25px;
  }
  .menu {
    width: 100%;
    top: 52px;
    z-index: 10;
  }
  .menu_inner {
    flex-direction: column;
    position: static;
    transform: translateX(0);
    padding: 80px 20px;
    margin-top: 0;
  }
  .menu_list {
    margin-bottom: 40px;
  }
  .menu_content {
    display: inline-block;
    width: 48%;
    padding: 3px 0;
  }
  .menu_content:first-of-type {
    border: none;
  }
  .menu_ttl {
    display: flex;
    border-bottom: 1px solid #fff;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
  }
  .menu_ttl img {
    width: 155px;
    display: block;
  }
  .menu_ttl::after {
    content: "↓";
    background-color: #014498;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 16px;
  }
  .menu_ttl label {
    display: block;
    width: 100%;
  }
  .menu_ttl.is-active::after {
    content: "↑";
  }
  .menu_content-wrap__sp {
    display: none;
  }
  .menu_content-wrap__sp.is-active {
    display: block;
  }
  .menu-sp_switch:checked {
    display: none;
  }
  .menu-sp_switch:checked + .menu_content-wrap__sp {
    display: block;
  }
  .menu_content a {
    font-size: 14px;
  }
  .head_fixed-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .head_fixed-sp a {
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 20px;
    background-color: #014498;
    justify-content: center;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgb(120, 156, 201) 0%, rgb(6, 71, 154) 100% 100%);
    letter-spacing: 0.03em;
  }
  .head_fixed-sp a img {
    display: block;
    width: 29px;
    margin-right: 18px;
  }
  .underfv {
    padding-top: 85px;
  }
  .underfv_img {
    padding: 0 20px;
    aspect-ratio: 350/168;
  }
  .underfv_ttl {
    font-size: 30px;
    margin-bottom: 35px;
  }
  .underfv_ttl::after {
    width: 31px;
    height: 2px;
    margin-top: 20px;
  }
  footer {
    position: relative;
    z-index: 1000;
  }
  .foot-entry_ttl {
    width: 80vw;
    margin: 0 auto;
  }
  .foot-entry_link {
    text-align: center;
    padding-top: 130px;
  }
  .foot-entry_txt {
    font-size: 16px;
    margin-top: 22px;
  }
  .foot-entry_txt::before {
    width: 41px;
    margin: 0 auto 40px;
  }
  .foot-entry_ico {
    right: 50%;
    top: 390px;
    transform: translate(50%, 0);
    display: block;
    width: 51px;
  }
  .foot-entry_en {
    width: calc(100vw - 40px);
    right: 20px;
  }
  .marquee {
    height: 110vw;
  }
  .marquee__inner picture {
    height: 560px;
  }
  .foot-content {
    flex-direction: column;
    padding-top: 73px;
    padding-right: 20px;
    padding-left: 20px;
    align-items: flex-start;
  }
  .foot_logo {
    width: 206px;
  }
  .marquee {
    min-height: 580px;
  }
  .foot_companyname {
    font-size: 15px;
  }
  .foot_address {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  .foot-nav {
    font-size: 12px;
    margin-top: 30px;
    width: 100%;
    padding-right: 0;
  }
  .foot-nav_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .foot-nav_item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 33%;
    margin-top: 10px;
  }
  .foot-nav_item a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .foot-nav_item:nth-of-type(3n-1) a {
    margin: 0 auto;
  }
  .foot-nav_item:nth-of-type(3n) a {
    margin-left: auto;
  }
  .foot-nav_sns-sp {
    display: flex;
    justify-content: flex-end;
    width: 33%;
    padding-top: 11px;
  }
  .foot-sns {
    display: none;
  }
  .foot_sns-sp:first-of-type {
    width: 21px;
  }
  .foot_sns-sp:last-of-type {
    width: 18px;
  }
  .foot-submenu {
    display: flex;
    flex-direction: column;
  }
  .foot-submenu a {
	  font-size:10px;
    opacity: 0.8;
    display: block;
    margin-top: 3px;
        font-weight: 300;
  }
	.foot-submenu a::after{
		width: 10px;
    height: 10px;
    margin-left: 10px;
    vertical-align: -1px;
	}
  .foot-small {
    font-size: 10px;
    padding: 10px;
  }
  .splide-logo .splide__slide {
    width: 47% !important;
    margin: 0 5%;
  }
}
.fv {
  position: relative;
  height: 100vh;
  min-height: 50vw;
}
.fv_img, .fv_movie {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv_movie.sp{
	display:none;
}

@media (max-width: 768px) {
	.fv_movie.sp{
		display:block;
	}
	
	.fv_movie.pc{
		display:none;
	}
}

.fv_txt {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 5.3%;
  width: 70%;
}

.playvideo {
  position: absolute;
  top: 130px;
  right: 150px;
  width: 250px;
  display: block;
}
.playvideo_ico {
  width: 170px;
  display: block;
  margin: 36px 39px;
}
.playvideo_txt {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: playvideo linear 8s forwards infinite;
          animation: playvideo linear 8s forwards infinite;
}

@-webkit-keyframes playvideo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes playvideo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1440px) {
  .playvideo {
    width: 150px;
  }
  .playvideo_ico {
    width: 104px;
    margin: 21px 23px;
  }
}
.t-company {
  padding-left: 5.3%;
  display: flex;
  padding-top: 150px;
  padding-bottom: 153px;
  justify-content: space-between;
}
.t-company_imgarea {
  width: 36.25vw;
}
.t-company_img {
  display: block;
  margin-bottom: 30px;
  width: 78%;
}
.t-company_img:nth-of-type(2) {
  margin-left: auto;
}
.t-company_img:last-of-type {
  margin: 0 auto;
}
.t-company_content {
  width: 36.25vw;
  margin-right: 10%;
}
.t-company_ttl {
  font-size: 36px;
  margin-bottom: 50px;
  line-height: 1.5;
	letter-spacing:0.05em;
}
.t-company_txt {
  font-size: 18px;
  margin-bottom: 80px;
  letter-spacing: 0.025em;
}

.t-people {
  padding-left: 5.3%;
  padding-top: 225px;
  padding-bottom: 198px;
  display: flex;
  padding-right: calc(100px + 5%);
  flex-wrap: wrap;
}
.t-people_content {
  width: 40%;
}
.t-people_slide {
  width: 60%;
}
.t-people_slide .splide__slide a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 349/528;
  position: relative;
  padding: 0 5px;
}
.t-people_slide .splide__slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-people_txt {
  width: 100%;
    position: absolute;
    bottom: 35px;
    left: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.5;
    transform: translateX(-50%);
    justify-content: center;
}
.t-people_name {
  font-size: 45px;
  margin-right: 20px;
  letter-spacing: 0.2em;
}
.t-people_info {
  font-size: 16px;
}
.t-people_info span {
  font-size: 17px;
  display: block;
}

@media (max-width: 1600px) {
  .t-people_name {
    font-size: 25px;
    margin-right: 10px;
  }
  .t-people_info {
    font-size: 12px;
  }
  .t-people_info span {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .t-people {
    padding-top: 145px;
  }
}
.splide__pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 150px;
  left: auto;
  bottom: -70px;
}

.splide__pagination__page {
  margin: 9px;
  height: 10px;
  width: 10px;
}

.t-box_txt {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 67px;
}
.t-box_btn {
  margin-top: 67px;
  display: block;
}
.t-box_btn.sp {
  display: none;
}
.t-box_btn.pc {
  display: block;
}

@media (max-width: 1440px) {
  .t-box_txt {
    font-size: 15px;
    margin-top: 35px;
  }
}
.t-works {
  position: relative;
}
.t-works_bg {
  display: block;
  width: 100%;
  height: 750px;
}
.t-works_bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-works_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 154px;
	padding-left:5.3%;
	padding-right:calc(100px + 5%);
}
.t-works.is-active .t-works_content {
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
}
.t-works_ttl {
  text-align: center;
}
.t-works_ttl::after {
  margin: 20px auto 60px;
}
.t-works_txt {
  max-width: 861px;
  width: 100%;
  margin: 0 auto 50px;
}
.t-works_bottomtxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 100px);
  display: block;
}
.t-works_btn {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

@media (max-width: 1440px) {
  .t-works_bg {
    height: 635px;
  }
  .t-works_content {
    padding-top: 124px;
  }
  .t-works_txt {
    width: 45%;
  }
}
.t-en {
  padding-top: 225px;
  display: flex;
  padding-left: 5.3%;
}
.t-en_imgarea {
  width: 40%;
}
.t-en_content {
  padding-left: 9.6%;
  width: 41%;
}

@media (max-width: 1440px) {
  .t-en {
    padding-top: 125px;
  }
}
.splide__arrow--next, .splide__arrow--prev {
  top: auto;
  bottom: -110px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 26px;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.splide__arrow--prev {
  left: auto;
  right: 80px;
}

.t-instagram {
  display: flex;
  padding-left: 5.3%;
  padding-bottom: 232px;
  padding-top: 150px;
}
.t-instagram_iframe {
  width: 65%;
  display: block;
  margin-right: 10%;
  margin-left: 10%;
}
.t-instagram_content {
  width: 30%;
}
.t-instagram_btn {
  border: 2px solid #769AC7;
  padding: 6px 10px 11px;
  width: 337px;
  border-radius: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 30px;
  color: #fff;
  margin-top: 61px;
}
.t-instagram_btn img:first-of-type {
  display: block;
  width: 31px;
  position: absolute;
  top: 21px;
  left: 23px;
}
.t-instagram_btn img:last-of-type {
  display: block;
  width: 16px;
  padding-top: 10px;
  position: absolute;
  top: 20px;
  right: 43px;
}

@media (max-width: 1440px) {
  .t-instagram_btn {
    width: 257px;
    font-size: 18px;
  }
  .t-instagram_btn img:first-of-type {
    width: 25px;
    top: 13px;
    left: 23px;
  }
  .t-instagram_btn img:last-of-type {
    width: 13px;
    top: 9px;
    right: 43px;
  }
  .t-instagram_content {
    width: 41%;
  }
  .t-instagram_iframe {
    margin-left: 4%;
  }
  .t-instagram .bl-grattl_topttl {
    font-size: 31px;
  }
}

@media (max-width: 1180px) {
.t-instagram .bl-grattl_topttl {
    font-size: 26px;
  }
}

.company_shazettl::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 42px;
  height: 1px;
  margin: 15px auto 0;
}
.company_shazelogo {
  margin-top: 55px;
  opacity: 0.08;
}
.company_shaze{
	padding-left:0;
	padding-right:100px;
	padding-bottom:0;
}
.company_shaze_inner {
  padding-bottom: 0;
  padding-right: 100px;
}

.motto {
  display: flex;
  padding-right: 100px;
}
.motto_img {
  width: 30%;
}
.motto_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.motto_content {
  width: 70%;
  background-color: #C1DAF8;
  padding: 5% 0 5% 5%;
}
.motto_txt {
  font-size: 20px;
  color: #1C1C1C;
  margin-top: 1em;
  width: 84%;
}

.keiei_content {
  background-color: #E9EFF8;
  width: 60%;
}
.keiei_img {
  width: 40%;
}

@media (max-width: 1440px) {
  .company_shaze {
    padding-right: 78px;
  }
  .motto {
    padding-right: 78px;
  }
  .motto_txt {
    font-size: 15px;
  }
}
.recruit-movie {
  padding: 58px calc(100px + 5%) 220px 5.3%;
}
.recruit-movie .bl-ttl {
  text-align: center;
}
.recruit-movie .bl-ttl::after {
  margin: 0.8em auto 0;
}
.recruit-movie_iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1042/586;
  max-width: 1042px;
  margin: 0 auto;
  margin-top: 40px;
	position:relative;
}
.recruit-movie_iframe iframe {
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-movie_iframe .playvideo{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.recruit-movie_iframe .playvideo.hidden{
	display:none;
	
}


.interview {
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
  color: #1C1C1C;
  max-width: 1600px;
  margin: 0 auto 212px;
}
.interview_wrap {
  padding-bottom: 200px;
}
.interview:last-of-type {
  margin-bottom: 0;
}

.interview-container {
  padding: 3% 5%;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 0;
  justify-content: space-between;
}

.interview-header {
  position: relative;
  width: 50%;
  padding: 6% 20px calc(6% + 50px) 6%;
}

.interview-header_container{
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
	width:100%;
}

.interview-header h2 {
  font-size: 24px;
  margin: 0 0 10px;
  position: relative;
}

.interview-header .num {
  font-size: 32px;
  color: #014498;
  opacity: 0.17;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.interview-header .title {
  font-weight: 500;
  color: #014498;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1;
  position: absolute;
  top: 30px;
  left: 100px;
}

.interview-imagewrap {
  width: 51%;
  margin-top: -54px;
  margin-right: -62px;
  max-width: 624px;
}

.name {
  font-size: 33px;
  text-decoration: underline;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.meta {
  font-size: 20px;
  margin-top: 20px;
}

.qa-block {
  padding: 20px 0;
}

.question_num {
  color: #003f8f;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  margin-right: 26px;
  font-size: 56px;
  font-weight: 500;
}
.question_txt {
  font-weight: 500;
  font-size: 27px;
  position: relative;
}
.question_txt::after {
  content: "";
  background-color: #1C1C1C;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.answer {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.close-button {
  width: 100%;
  padding: 15px;
  background-color: #C1DAF8;
  color: #014498;
  border: none;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
	position:absolute;
	bottom:0;
	left:0;
}
.close-button .ham {
  position: relative;
  width: 30px;
  height: 21px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: -2px;
}
.close-button .ham span {
  position: absolute;
  background-color: #014498;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
}
.close-button .ham span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.close-button .ham span:last-of-type {
  top: auto;
  bottom: 0;
}
.close-button .open {
  display: block;
}
.close-button .close {
  display: none;
}
.close-button.open .open {
  display: none;
}
.close-button.open .ham {
  display: none;
}
.close-button.open .close {
  display: block;
}

.close-button.open {
  background-color: #959595;
  color: #fff;
}
.close-button.open::after, .close-button.open::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 42px;
  height: 1px;
}
.close-button.open::after {
  display: inline-block;
  transform: rotate(28deg) translate(2px, -2px);
  margin-left: 12px;
}
.close-button.open::before {
  position: absolute;
  top: 50%;
  right: calc(50% - 67px);
    transform: rotate(-28deg) translateY(calc(-50% - 1px));
}
.close-button.open .ham {
  display: none;
}

.interview-content {
	height:0;
  overflow: hidden;
  transition: max-height 0.1s ease;
}

.interview-content.open {
  height:auto;
  padding:0px 6% 30px;
}

@media (max-width: 1700px) {
  .name {
    font-size: 29px;
  }
}
@media (max-width: 1500px) {
  .interview-header .name {
    font-size: 24px;
  }
	.interview-header{
		padding: 6% 20px calc(6% + 70px) 6%;
	}
	.interview-imagewrap {
		width: 46%;
		margin-top: -2%;
		margin-right: -2%;
		max-width: 624px;
	}
}


@media (max-width: 768px) {
  .name {
	line-height: 1.7;
	}
}

.works-box {
  background: #C1DAF8;
  padding-right: calc(5% + 100px);
  padding-left: 5.3%;
  padding-top: 169px;
  padding-bottom: 169px;
}
.works-box_img {
  height: 26vw;
    align-items: flex-start;
    max-height: 410px;
    min-height: 300px;
	width:34%;
}

.works-box_img picture{
	width:100%;
	height:100%;
	display:block;
}
.works-box_img.sp {
	display:none;
}

.works-box_head .works-box_img{
	width:46%;
}

.works-box_head .works-box_text{
	width:45%;
	text-align:justify;
}

.works-box_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.works-box_text {
  width: 46%;
}

.works-box_ttl {
  font-size: 50px;
  font-weight: 600;
  color: #014498;
  margin: 0;
  line-height: 1.3;
}

.works-box_subttl {
  color: #fff;
  font-size: 17px;
  margin-bottom: 16px;
  margin-top: 0.5em;
}

.works-box_desc {
  font-size: 20px;
  line-height: 1.7;
  color: #014498;
}

.works-box_img img {
  height:100%;
  object-fit:cover;
  display: block;
}

.works-box_body {
  display: flex;
  background: #fff;
  padding: 3% 3%;
  justify-content: space-between;
}

.works-box_content {
  width: 62%;
}

.works-box_bggray {
  background-color: #E9EFF8;
}
.works-box_bggray .works-box_subttl {
  color: #969696;
}

.works-box_section-ttl {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  background: linear-gradient(158deg, #ffffff 0%, #014498 27%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 20px;
}
.works-box_section-ttl::after {
  content: "";
  background-color: #014498;
  width: 41px;
  height: 1px;
  margin-top: 5px;
  display: block;
}

.works-box_textblock {
  font-size: 18px;
  line-height: 1.5;
  color: #1C1C1C;
  margin-bottom: 35px;
}

.works-box_flex {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.works-box_person {
  background-color: #014498;
  color: #fff;
  padding: 3.5%;
  width: 40%;
}

.works-box_person_label {
  font-size: 20px;
  line-height: 1.2;
}

.works-box_label {
  display: inline-block;
  padding: 0.1em 1em;
  margin-bottom: 10px;
  border: 1px solid #014498;
  color: #014498;
  font-size: 19px;
  line-height: 1.4;
}

.works-box_label.-blue {
  background: #15468c;
  color: #fff;
}

.works-box_person_txt {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
}

.works-box_list ul,
.works-box_person ul {
  margin: 0;
  font-size: 16px;
  color: #1C1C1C;
}
.works-box_list ul span,
.works-box_person ul span {
  font-weight: 400;
}

.koudou {
  display: flex;
  padding-left: 5.3%;
  padding-right: 100px;
  padding-top: 225px;
  align-items: flex-start;
}
.koudou_side {
  width: 30%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.koudou_content {
  width: 70%;
  padding-left: 7%;
}
.koudou_list {
  font-size: 35px;
  margin-top: 71px;
}
.koudou_item {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.03em;
}
.koudou_item span:first-of-type {
  margin-right: 0.5em;
}
.koudou_logo {
  display: inline-block;
  width: auto;
  height: 0.9em;
  vertical-align: -0.02em;
  margin-right: 0.2em;
}
.koudou_topimg {
  width: 80%;
  display: block;
  position: relative;
}
.koudou_topimg img {
  display: block;
  width: 100%;
}
.koudou_imgswitch {
  margin-top: 33px;
  aspect-ratio: 331/259;
  margin-left: auto;
  width: 70%;
  position: relative;
}
.koudou_imgswitch img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.koudou_imgswitch__img01 {
  position: relative;
}
.koudou_imgswitch__img01.is-active::after {
  content: "";
  background-color: #014498;
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: imganime ease-out 0.8s forwards;
          animation: imganime ease-out 0.8s forwards;
}
.koudou_imgswitch__img02 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.koudou_imgswitch__img02::after {
  content: "";
  background-color: #014498;
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: imganime ease-out 0.8s forwards;
          animation: imganime ease-out 0.8s forwards;
}
.koudou_imgswitch__img02.is-active {
  display: block;
}

@-webkit-keyframes imganime {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes imganime {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@media (max-width: 1440px) {
  .koudou_list {
    font-size: 25px;
  }
}
.shishin {
  padding-top: 225px;
}

.companybox {
  display: flex;
  padding-left: 5.3%;
  padding-right: 100px;
  align-items: center;
}
.companybox_subttl {
  font-size: 2.5vw;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-top: 1.5em;
	width:fit-content;
}
.companybox_txt {
  font-size: 20px;
  margin-top: 3.5em;
  letter-spacing: 0.025em;
}
.companybox_underline {
  position: relative;
  z-index: 1;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.companybox_underline::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  display: block;
  width: calc(100% + 0.3em);
  height: 1em;
  position: absolute;
  bottom: -10px;
  left: -0.15em;
}

@media (max-width: 1440px) {
  .companybox_subttl {
    font-size: 31px;
  }
  .companybox_txt {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
    .companybox_subttl {
        font-size: 28px;
    }
}
.purpose {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 140px;
}
.purpose .companybox_underline:first-of-type {
  margin-bottom: 1em;
}
.purpose .companybox_underline:last-of-type {
  margin-left: auto;
  margin-top: 0.5em;
}
.purpose .companybox_content {
  width: 55%;
  max-width: 934px;
}
.purpose .companybox_imgwrap {
  width: 39%;
  padding-right: 5%;
}

.message {
  padding-top: 223px;
  padding-bottom: 189px;
  justify-content: space-between;
}
.message .companybox_content {
  width: 48%;
  padding-right: 5%;
}
.message .companybox_imgwrap {
  width: 48%;
}
.message .companybox_subttl span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.message .companybox_subttl span:last-of-type {
  margin-left: auto;
}

.president {
  font-size: 20px;
  margin-top: 2em;
  text-align: right;
}
.president_name {
  font-size: 26px;
  margin-left: 1em;
}

.companyslider .splide__slide {
  width: 25% !important;
}
.companyslider .splide__slide:nth-of-type(even) {
  padding-top: 40px;
}
.companyslider .splide__slide:nth-of-type(odd) {
  padding-bottom: 40px;
}

.sdgs {
  padding-top: 116px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sdgs_ttl {
  width: 100%;
  margin-bottom: 70px;
}
.sdgs_content {
  width: 45%;
}
.sdgs_content__ttl {
  margin-top: 0;
}
.sdgs_imgwrap {
  width: 48%;
  padding-right: 5%;
}

.sdgsdetail {
  padding-top: 89px;
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
}
.sdgsdetail_subttl {
  margin-left: 6%;
  display: inline-block;
  font-size: 25px;
}
.sdgsdetail .accordion {
  border-top: 2px solid #ccc;
}
.sdgsdetail .accordion-item {
  border-bottom: 1px solid #ccc;
}
.sdgsdetail .accordion input {
  display: none;
}
.sdgsdetail .accordion-label {
  display: block;
  padding: 1em;
  cursor: pointer;
  font-size: 32px;
  position: relative;
}
.sdgsdetail .accordion-label::before {
  content: "";
  background-image: url(../images/checkbox_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 31px;
  height: 31px;
  margin-right: 23px;
	vertical-align: -1px;
}
.sdgsdetail .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  display: flex;
  justify-content: space-between;
  padding: 0 2em;
  border-top: 1px solid #fff;
}
.sdgsdetail .accordion-ico_tate {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  bottom: calc(50% - 10px);
  right: calc(1em + 10px);
  transition: 0.3s;
}
.sdgsdetail .accordion-ico_yoko {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  right: 1em;
}
.sdgsdetail .accordion input:checked + .accordion-label + .accordion-content {
  max-height: 230px;
  padding: 2em;
}
.sdgsdetail .accordion input:checked + .accordion-label .accordion-ico_tate {
  transform: rotate(90deg);
  transition: 0.3s;
}
.sdgsdetail_imglist {
  display: flex;
  height: 7em;
  width: auto;
}
.sdgsdetail_imgitem {
  margin-right: 2%;
	height:100%;
}
.sdgsdetail_imgitem img {
  display: block;
  width: auto;
  height: 100%;
}
.sdgsdetail_txt {
  font-size: 20px;
  font-weight: 400;
}

.sdgsdetail_subtxt {
  font-size: 25px;
  margin-left: 4em;
  display: inline-block;
  vertical-align: 2px;
}

@media (max-width: 1440px) {
  .sdgsdetail .accordion-label {
    font-size: 20px;
  }
  .sdgsdetail .accordion-label::before {
    width: 20px;
    height: 20px;
  }
  .sdgsdetail_txt {
    font-size: 15px;
  }
}
.gaiyo {
  margin-top: 110px;
}

.access {
  padding: 169px calc(100px + 5%) 169px 5.3%;
}
.access_iframe {
  aspect-ratio: 899/548;
  width: 60%;
}
.access_iframe iframe {
  -o-object-fit: cover;
     object-fit: cover;
}

.access {
  justify-content: space-between;
}
.access_companyname {
  font-size: 30px;
  margin-top: 1.5em;
  line-height: 1.3;
}
.access_dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.access_dt, .access_dd {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  padding: 0.8em 0;
}
.access_dt {
  width: 20%;
}
.access_dd {
  font-weight: 400;
  width: 80%;
}
.access_btn {
  display: block;
  width: 126px;
  margin-left: auto;
  margin-top: 25px;
}
.access_content {
  width: 37%;
}
.access_iframe {
  width: 54%;
}

@media (max-width: 1440px) {
  .access_companyname {
    font-size: 20px;
  }
  .access .access_dt, .access .access_dd {
    font-size: 15px;
  }
}
.fukuri {
  margin-top: 170px;
}
.fukuri-message {
  padding-top: 5vw;
  padding-bottom: 196px;
/*   padding-left: 5.3%;
  padding-right: calc(100px + 5%); */
  text-align: center;
  position: relative;
}
.fukuri-message_ttl {
  font-size: 4vw;
}
.fukuri-message_subttl {
  font-size: 2.5vw;
}
.fukuri_logo {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  opacity: 0.16;
}

.fukuri-message_ttl .pc {
  display: inline-block;
}

.number {
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
}
.number_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 68px;
	justify-content:space-between;
}
.number_item {
  border: 1px solid #fff;
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 26px 50px;
  margin-bottom: 2%;
  align-items: flex-start;
}
.number_item:not(:nth-of-type(3n)) {
  margin-right: 5%;
}
.number_mainttl {
  color: #fff;
/*   font-size: 45px; */
  text-align: center;
}
.number_mainttl::after {
  margin: 0.8em auto 0;
}
.number_ttl {
  border-bottom: 1px solid #76B3FF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 31px;
  padding-top: 30px;
}
.number_ico {
  width: 111px;
  display: block;
}
.number_date {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
  line-height: 1.2;
  width: 100%;
}
.number_date span {
  color: #76B3FF;
  font-size: 100px;
  font-family: "Outfit", sans-serif;
  margin: 0 10px;
}
.number_subtxt {
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.number_nowdate {
  font-size: 20px;
  text-align: right;
}

@media (max-width: 1850px) {
  .number_ttl {
    font-size: 25px;
    padding-top: 20px;
  }
  .number_ico {
    width: 80px;
  }
  .number_item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .number_date {
    font-size: 21px;
  }
  .number_date span {
    font-size: 80px;
  }
}
.danzyo .number_date {
  font-size: 70px;
  line-height: 1;
}
.danzyo .number_date span {
  vertical-align: -7px;
}

.fukuri {
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
}
.fukuri_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 68px;
}
.fukuri_item {
  display: flex;
  background-color: #fff;
  padding: 24px;
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.fukuri_item:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
.fukuri_ico {
  display: block;
    width: 25%;
    padding-left: 3%;
    padding-right: 2%;
}
.fukuri_txt {
  color: #151515;
  font-size: 1.3vw;
  text-decoration: underline;
  width: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.5;
}

.kyoiku {
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
  margin-top: 250px;
}
.kyoiku .companybox {
  flex-wrap: wrap;
  padding: 0;
}
.kyoiku_list {
  margin-top: 71px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kyoiku_item {
  width: 32%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.kyoiku_content {
  padding: 0px 32px 60px 32px;
}
.kyoiku_ttl {
  text-align: center;
  color: #014498;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  padding-top: 71px;
}
.kyoiku_ttl span {
  font-size: min(7.5vw, 140px);
  line-height: 1;
  color: #014498;
  opacity: 0.07;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-weight: bold;
}
.kyoiku_ttl::after {
  content: "";
  background-color: #014498;
  display: block;
  width: 41px;
  height: 1px;
  margin: 20px auto 0;
}
.kyoiku_subttl {
  color: #3C3C3C;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 25px;
  text-align: center;
  font-weight: 600;
}
.kyoiku_txt {
  color: #3C3C3C;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 18px;
}

.kyoiku .companybox_subttl span {
  font-size: 35px;
  display: block;
}
.kyoiku .companybox_txt {
  margin-top: 30px;
}
.kyoiku .sdgs_content {
  width: 52%;
}

.kyoiku_subcontent {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
}

.kyoiku_message {
  width: 55%;
}
.kyoiku_message__ttl {
  font-size: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
        text-underline-offset: 9px;
	text-decoration-thickness: 1px;
}
.kyoiku_message__txt {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 0.025em;
}

.kyoiku_shikaku {
  width: 40%;
  border: 1px solid #fff;
  position: relative;
  padding: 64px 38px;
  margin-top: 1.1em;
}
.kyoiku_shikaku__ttl {
  font-size: 35px;
  background-color: #014498;
  position: absolute;
  top: -1.1em;
  left: 30px;
  padding: 0 20px;
}

.shikaku_list {
display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.shikaku_item {
    width: calc(33% - 6px);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    min-width: max-content;
}

.shikaku_item::before {
  content: "";
  background-image: url(../images/checkbox_ico.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: -2px;
}

.faq {
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
  padding-top: 47px;
  padding-bottom: 120px;
}
.faq_wrap {
  margin-top: 66px;
}

.faq-acc {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.faq-acc input {
  display: none;
}

.faq-acc label {
  display: flex;
  align-items: center;
  background: #fff;
  color: #1C1C1C;
  padding: 12px 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;
  position: relative;
	letter-spacing: .15em;
}
.faq-acc label::before, .faq-acc label::after {
  content: "";
  background-color: #1C1C1C;
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 50px;
  transform: rotate(0deg);
  transition: 0.3s;
}
.faq-acc label::after {
  transform: rotate(90deg);
}

.faq-acc .faq-acc-content {
  max-height: 0;
  overflow: hidden;
  background: transparent;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0px 15px 0 30px;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
	flex-wrap: wrap;
	letter-spacing: .1em;
}
.faq-acc .faq-acc-content p {
  padding-top: 1em;
  padding-bottom: 1em;
	letter-spacing: .15em;
}

.faq-acc input:checked + label + .faq-acc-content {
  max-height: 300px; /* 内容の高さに応じて調整 */
  padding: 30px;
}

.faq-acc input:checked + label::after {
  transform: rotate(28deg);
  width: 40px;
  transition: 0.3s;
}
.faq-acc input:checked + label::before {
  transform: rotate(-28deg);
  width: 40px;
  transition: 0.3s;
}

.faq_q,
.faq_a {
  font-size: 53px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  display: inline-flex;
  margin-right: 0.8em;
  line-height: 1;
}

.faq_q {
  color: #014498;
}

.form {
  background-color: #C1DAF8;
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
  padding-top: 120px;
  padding-bottom: 170px;
}
.form .bl-ttl {
  text-align: center;
  color: #014498;
font-weight:500;
}
.form .bl-ttl::after {
  margin: 30px auto 0;
  background-color: #014498;
}

.entry-thanks,
.entry-confirm{
	padding-top:80px;
	padding-bottom:80px;
}

.entry-thanks_txt{
	font-size:15px;
	margin:30px 0 50px;
	color:#1c1c1c;
}

.entry-thanks .submit .submit-btn{
	display:flex;
	justify-content:center;
	align-items:center;
}
.submit .wpcf7-spinner{
	display:none;
}
.submit .submit-btn.wpcf7-previous{
	margin: 20px auto;
    background-color: #999;
}

.entry-confirm .form_section{
	max-width:1000px;
}

.form-date p br,
.form-address p br{
	display:none;
}

.entry-confirm .flex-top dt{
	padding-top:0;
}

.entry-confirm .flex-top .caution{
	top:9px;
}


/*-------form_section-------*/
.form_section {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  padding-top: 58px;
  color: #1C1C1C;
}

input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: -4px;
  border: none;
  background-color: #DBDBDB;
}

form dl {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}
form dl.flex-top {
  align-items: flex-start;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	width: 245px;
    padding: 20px 40px 19px 30px;
    font-size: 16px;
    border: none;
    background-color: #fff;
}

.custom-select::after{
  content: "";
  position: absolute;
  top: 28px;
  right: 12px;
  pointer-events: none;
  width:10px;
		height:5px;
		background-image:url('../images/down_ico.png');
			background-repeat:no-repeat;
		background-size:contain;
  }

@media screen and (max-width: 1440px) {
	.custom-select select{
		padding:17px 40px 16px 30px;
	}
	
	.custom-select::after{
		top:24px;
	}
}

@media screen and (max-width: 768px) {
	.custom-select select{
		padding: 13px 40px 12px 15px;
        font-size: 12px;
        width: 150px;
	}
	
	.custom-select::after{
		top:17px;
	}
}

.flex-top dt{
	padding-top:15px;
}

.form-file dd{
	padding-top:15px;
}

.flex-top .caution{
	top:22px;
}

form dl dt {
  width: 250px;
  padding-right: 115px;
  font-size: 20px;
  text-align: right;
  position: relative;
  letter-spacing: 0.05em;
}

.caution {
  color: #fff;
  background-color: #1c1c1c;
  font-size: 12px;
  padding: 2px 0.8em 3px;
  line-height: 1.5;
  position: absolute;
  right: 19px;
  top: 9px;
  border-radius: 5px;
  right: 9px;
}

form dl dd {
  width: calc(100% - 280px);
  font-size: 20px;
}

form dl dd input, form dl dd textarea, form dl dd select {
  width: 100%;
  padding: 17px 33px;
  background-color: #fff;
  border: none;
  font-size: 20px;
	border-radius:0px;
}

form dl dd input::-moz-placeholder, form dl dd textarea::-moz-placeholder {
  color: #A3AFAC;
}

form dl dd input::placeholder, form dl dd textarea::placeholder {
  color: #A3AFAC;
}

form select.prefecture option.is-placeholder {
  color: #A3AFAC;
}

select.prefecture.is-placeholder {
	color: #A3AFAC;
}

.form-address{
	display:flex;
	flex-wrap:wrap;
	position:relative;
}

.form-address_ico{
	position:absolute;
	top:10px;
	left:14px;
	z-index:1;
	color:#A3AFAC;
}

.form-address p:last-of-type{
	width:100%;
}
.form-date p{
	display: flex;
    align-items: center;
}

.radio label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  margin-right: 20px;
}

.radio label::before,
.radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.radio label::before {
  background-color: #F2F2F2;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  left: 5px;
}
.radio label::after {
  background-color: #014498;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 8px;
}
label.checked::after {
  opacity: 1;
}
.radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.address-form {
  margin-top: 13px;
}

.post-number {
  width: 213px;
  margin-right: 13px;
	padding-left:40px;
}

.prefecture {
  width: 245px;
}

form dl dd input[type=file] {
  background-color: transparent;
  padding-left: 0;
  padding-top: 0;
}

.file_subtxt {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
	letter-spacing:0.03em;
}

.privacy-wrap {
  margin: 50px auto 41px;
  width: 363px;
	display:flex;
}

.privacy-wrap .wpcf7-list-item-label{
	display:none;
}
.privacy-wrap input {
  width: 20px;
  height: 20px;
  border: 2px solid #707070;
  vertical-align: -3px;
  margin-right: 10px;
}
.privacy-wrap p {
  font-size: 22px;
  display: flex;
  letter-spacing: 0.03em;
}
.privacy-wrap a {
  text-decoration: underline;
}
.privacy-wrap a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.input-year {
  width: 160px;
  margin-right: 10px;
}

.input-date {
  width: 92px;
  margin: 0 10px;
}

.submit {
  text-align: center;
}
.submit .submit-btn {
  width: 296px;
  height: 75px;
  border: none;
  background-color: #014498;
  font-size: 25px;
  border-radius: 38px;
  margin: 0 auto;
  transition: 0.3s;
  color: #fff;
}
.submit .submit-btn:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.thanks_top {
  display: block;
  font-size: 1.7rem;
  width: 138px;
  height: 37px;
  line-height: 37px;
  background-color: #26499D;
  border-radius: 14px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  margin: 50px auto 0;
}

.yoko {
  margin-top: 0;
}


/*------------------------------------------------
* header(SP)
*--------------------------------------------------*/
@media screen and (max-width: 768px) {
	.entry-thanks_txt{
		font-size:14px;
	}
	
	.lottie{
		display:none;
	}
	
  form dl {
    padding: 18px 10px;
    display: block;
  }
  form dl dt, form dl dd {
    width: 100%;
    padding-right: 0px;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  form dl dt {
    margin-bottom: 10px;
    padding-left: 10px;
  }
	
	form dl dt p {
		text-align:left;
	}
	
  .caution {
    position: static;
    padding: 3px 6px;
    margin-left: 10px;
  }
  .radio label {
    display: inline-block;
    width: 52%;
  }
  .submit .bl-btn {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    max-width: 300px;
  }
}
.policy {
  padding-left: 5.3%;
  padding-right: calc(100px + 5%);
  font-size: 20px;
  padding-bottom: 10%;
}
.policy_wrap {
  background-color: #C1DAF8;
  padding: 5% 5% 10%;
  color: #1C1C1C;
}

@media (max-width: 1440px) {
  .undermessage_ttl {
    font-size: 30px;
  }
  .undermessage_txt {
    font-size: 15px;
  }
  .works-box {
    padding-bottom: 6%;
    padding-top: 6%;
  }
  .works-box_ttl {
    font-size: 40px;
  }
  .works-box_subttl {
    font-size: 13px;
  }
  .works-box_desc {
    font-size: 15px;
  }
	.works-box_flex{
		margin-top:12px;
	}
  .works-box_section-ttl {
    font-size: 26px;
        margin-bottom: 15px;
  }
  .works-box_section-ttl::after {
    width: 25px;
    margin-top: 5px;
  }
  .works-box_textblock {
    font-size: 15px;
	  margin-bottom:30px;
  }
  .works-box_label {
    font-size: 18px;
  }
  .works-box_list ul {
    font-size: 14px;
  }
	.works-box_person{
		padding: 4%;
	}
  .works-box_person_label {
    font-size: 18px;
  }
  .works-box_person_txt {
    font-size: 14px;
  }
  .policy {
    font-size: 16px;
  }
  .number_item {
    width: 32%;
    padding: 25px;
  }
  .number_item:not(:nth-of-type(3n)) {
    margin-right: 1.5%;
  }
  .number_date {
    font-size: 20px;
  }
  .number_date span {
    font-size: 70px;
  }
  .number_ttl {
    font-size: 24px;
  }
  .number_ico {
    width: 80px;
  }
  .number_subtxt {
    font-size: 14px;
  }
  .number_nowdate {
    font-size: 14px;
  }
  .danzyo .number_date {
    font-size: 50px;
  }
  .kyoiku .companybox_subttl span {
    font-size: 18px;
  }
  .kyoiku_ttl {
    font-size: 40px;
  }
  .kyoiku_ttl::after {
    width: 30px;
  }
  .kyoiku_subttl {
    font-size: 18px;
  }
  .kyoiku_txt {
    font-size: 14px;
  }
  .kyoiku_content {
    padding: 0px 20px 40px 32px;
  }
  .kyoiku_shikaku__ttl {
    font-size: 25px;
  }
  .sdgsdetail_subttl {
    font-size: 16px;
  }
  .shikaku_item {
    font-size: 14px;
  }
  .shikaku_item::before {
    width: 15px;
    height: 15px;
  }
  .kyoiku_message__ttl {
    font-size: 25px;
  }
  .kyoiku_message__txt {
    font-size: 14px;
  }
  .kyoiku_shikaku {
    padding: 34px 28px;
  }
  .fukuri_item {
    padding: 15px;
  }
  .fukuri_txt {
    font-size: 18px;
	  width:68%;
  }

  .fukuri-message {
    margin-top: 52px;
  }
  .interview-header .num {
    font-size: 70px;
  }
  .interview-header .title {
    font-size: 30px;
    top: 20px;
    left: 80px;
  }
  .interview-header .meta {
    font-size: 15px;
  }
  .interview-header .answer {
    font-size: 15px;
  }
  .close-button {
    font-size: 20px;
  }
  .close-button.open::after {
    transform: rotate(28deg) translate(10px, -4px);
  }
	
	.close-button.open::before{
		right: calc(50% - 68px);
  transform: rotate(-28deg) translateY(calc(-50% - 0px));
	}
  .question_txt {
    font-size: 20px;
  }
	
	.answer{
		font-size:15px;
	}
  .question_num {
    font-size: 46px;
    vertical-align: -6px;
  }
  .faq-acc label {
    font-size: 16px;
  }
  .faq_q, .faq_a {
    font-size: 35px;
  }
  .faq-acc .faq-acc-content {
    font-size: 16px;
  }
  .faq-acc input:checked + label + .faq-acc-content {
    padding:20px 15px 30px 30px;
  }
  .faq-acc .faq-acc-content p {
    padding-top: 0;
  }
  .faq-acc label::before, .faq-acc label::after {
    width: 20px;
  }
  .faq-acc input:checked + label::before,
.faq-acc input:checked + label::after {
    width: 30px;
  }
  form dl dt, form dl dd, form dl input {
    font-size: 16px;
  }
  form dl dd input, form dl dd textarea, form dl dd select {
    font-size: 15px;
  }
  .caution {
    font-size: 13px;
    top: 3px;
  }
  .file_subtxt {
    font-size: 14px;
  }
  .privacy-wrap p {
    font-size: 15px;
  }
  .privacy-wrap {
    width: 263px;
  }
  .submit .submit-btn {
    width: 275px;
    height: 65px;
    font-size: 20px;
  }
  .number_ttl {
    font-size: 22px;
  }
	
	.flex-top dt{
		padding-top:11px;
	}
	.flex-top .caution {
    top: 15px;
}
}

@media (max-width: 1280px) {
  .fukuri_txt {
    font-size: 15px;
	}
}
@media (max-width: 1200px) {
  .number_ttl {
    font-size: 18px;
  }
  .number_ico {
    width: 60px;
  }
	
	.number_date span{
		font-size:60px;
	}
}
@media (max-width: 768px) {
	.faq-acc .faq-acc-content{
		padding-left:20px;
	}
	
	.recruit-movie{
		padding-left:20px;
		padding-right:20px;
	}
  .fv_txt {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%;
    width: 80%;
  }
  .playvideo {
    top: 79px;
    right: 20px;
    width: 80px;
  }
  .playvideo_ico {
    margin: 12px 13px;
    width: 54px;
  }
  .undermessage {
    padding: 80px 20px 30px;
  }
  .undermessage_ttl {
    font-size: 25px;
  }
  .undermessage_txt {
    font-size: 13px;
    text-align: left;
  }
	.undermessage_shazettl{
		font-size: 30px;
	}
  .t-box_txt {
    font-size: 13px;
  }
  .t-box_btn {
    margin-top: 27px;
  }
  .t-box_btn.sp {
    display: block;
  }
  .t-box_btn.pc {
    display: none;
  }
  .t-company {
    flex-direction: column;
    padding: 80px 20px;
    overflow: hidden;
  }
  .t-company_imgarea {
    width: 100%;
  }
  .t-company_content {
    width: 100%;
	  max-width: 500px;
	  margin:0 auto;
  }
  .t-company_img {
    margin-bottom: 15px;
  }
  .t-company_img:last-of-type {
    display: none;
  }
  .t-company_ttl {
    font-size: 26px;
    margin-top: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .t-company_txt {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .t-company_img:nth-of-type(2) {
    margin-right: -20px;
  }
  .t-works {
    overflow: hidden;
  }
  .t-works_ttl::after {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .t-works_txt {
    font-size: 13px;
    width: 250px;
    margin-bottom: 30px;
    line-height: 1.7;
  }
	
	.t-works.is-active .t-works_content{
		padding-right:20px;
		padding-left:20px;
	}
  .t-works_bg {
    height: 541px;
  }
  .t-works_bottomtxt {
    width: auto;
    height: 614px;
    left: auto;
    right: -10px;
    bottom: auto;
    top: 0;
    display: block;
  }
  .t-en {
    flex-direction: column;
    padding: 85px 20px 50px;
  }
  .t-en_imgarea {
    width: 100%;
  }
  .t-en_content {
    width: 100%;
    padding-top: 57px;
    padding-left: 0;
  }
  .t-en_txt {
    font-size: 13px;
  }
  .t-people {
    flex-direction: column;
    padding: 0;
  }
  .t-people_content {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 30px;
  }
  .t-people_slide {
    width: 100%;
  }
  .t-people .t-box_btn {
    padding-bottom: 93px;
    margin: 110px auto 0;
  }
  .t-people_name {
    font-size: 38px;
    line-height: 1;
  }
  .t-people_info {
    font-size: 10px;
	  letter-spacing:0.04em;
  }
  .t-people_info span {
    font-size: 15px;
	  letter-spacing:0.02em;
  }
	
	.splide__pagination{
		right:50%;
		transform:translateX(50%);
	}
  .splide__arrow--prev {
    right: auto;
    left: 20px;
    bottom: auto;
    top: 50%;
    background: #014498;
    opacity: 1;
  }
  .splide__arrow--next {
    right: 20px;
    bottom: auto;
    top: 50%;
    background: #014498;
    opacity: 1;
  }
  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
  .t-people_slide .splide__slide a {
    aspect-ratio: 310/375;
  }
  .t-instagram {
    flex-direction: column;
    padding: 50px 20px 80px;
  }
  .t-instagram_content {
    width: 100%;
  }
  .t-instagram_iframe {
    width: 100%;
    margin: 0;
    margin-top: 70px;
  }
  .t-instagram_ttl {
    text-align: center;
  }
  .t-instagram_ttl::after {
    margin: 20px auto;
  }
  .t-instagram_btn {
    margin: 50px auto 0;
	padding: 7px 10px 10px;
  }
  .t-instagram .bl-grattl_topttl {
    font-size: 26px;
  }
  .works-box {
    padding: 80px 20px;
  }
  .works-box_head {
    flex-direction: column;
	  margin-bottom:30px;
  }
  .works-box_text,
	.works-box_head .works-box_text{
    width: 100%;
  }
	.works-box_head .works-box_img{
		width:100%;
	}
  .works-box_img {
    width: 100%;
    aspect-ratio: 310/190;
    height: 100%;
	  display:block;
	  min-height:auto;
  }
	.works-box_img.pc {
		display:none;
	}
	.works-box_img.sp {
		display:block;
	}
  .works-box_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .works-box_ttl {
    font-size: 30px;
  }
  .works-box_desc {
    font-size: 12px;
    margin-top: 30px;
  }
  .works-box_subttl {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .works-box_body {
    flex-direction: column;
    padding: 30px 20px;
  }
  .works-box_content {
    width: 100%;
  }
  .works-box_flex {
    flex-direction: column;
  }
  .works-box_person {
    width: 100%;
  }
  .works-box_section-ttl {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .works-box_section-ttl::after {
    display: none;
  }
  .works-box_textblock {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .works-box_label {
    padding: 0.3em 1em;
  }
  .works-box_list ul {
    font-size: 12px;
    font-weight: 700;
  }
  .works-box_person {
    padding: 30px 20px;
  }
  .works-box_person_txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .company_shaze {
	padding:0;
  }
	
	.company_shaze__inner {
		padding:0 20px;
		padding-top:50px;
	}
  .motto {
    flex-direction: column;
    padding-right: 0;
  }
  .motto_img {
    width: 100%;
    aspect-ratio: 390/190;
    height: 100%;
  }
  .motto_content {
    width: 100%;
    padding: 40px;
  }
  .motto_txt {
    font-size: 13px;
    width: 100%;
  }
/*   .motto .bl-ttl {
    font-weight: bold;
  } */
  .motto .bl-underline {
    font-size: 21px;
    letter-spacing: 0.05em;
  }
  .motto .bl-underline::after {
    width: 100%;
    height: 1em;
    left: -20px;
    bottom: -1px;
  }
  .keiei {
    flex-direction: column-reverse;
  }
  .keiei .bl-underline {
    margin-top: 1em;
  }
  .koudou {
    padding: 0;
    flex-direction: column;
  }
  .koudou_side {
    display: none;
  }
  .koudou_img-sp {
    display: block;
    width: 100%;
  }
  .koudou_content {
    width: 100%;
    padding: 0;
  }
  .koudou_content .bl-ttl {
    margin-top: 40px;
    padding-left: 40px;
  }
  .koudou_list {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .koudou_item {
    padding-bottom: 1em;
    margin-top: 1em;
  }
  .shishin {
    margin-top: 40px;
    padding-top: 0;
  }
  .purpose {
    flex-direction: column;
    padding: 50px 20px 0;
  }
  .purpose .companybox_content, .purpose .companybox_imgwrap {
    width: 100%;
  }
  .purpose .companybox_ttl {
    text-align: center;
  }
  .purpose .companybox_ttl::after {
    margin: 20px auto 0;
  }
  .purpose .companybox_subttl {
    font-size: 23px;
	  width:100%;
  }
  .purpose .companybox_underline {
    margin: 0 auto;
    text-align: center;
  }
  .purpose-sp_img {
    max-width: 500px;
    margin: 50px auto 0;
  }
  .companybox_txt {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
  .companybox {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .companybox_imgwrap, .companybox_content {
    width: 100%;
  }
  .message {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .message .companybox_imgwrap, .message .companybox_content {
    width: 100%;
    padding-right: 0;
  }
  .message .companybox_subttl {
    font-size: 23px;
    margin-bottom: 28px;
    max-width: 400px;
  }
  .message .companybox_txt {
    margin-top: 25px;
  }
  .president {
    font-size: 13px;
  }
  .president span {
    font-size: 18px;
  }
  .companyslider .splide__slide:nth-of-type(even) {
    padding-top: 0;
  }
  .companybox_subttl {
    font-size: 23px;
  }
  .sdgs {
    padding-top: 26px;
  }
  .sdgs_ttl {
    margin-bottom: 30px;
  }
  .sdgs .companybox_txt {
    margin-top: 20px;
  }
  .sdgs .companybox_imgwrap {
    padding-right: 0;
    margin-top: 30px;
  }
  .sdgsdetail {
    padding: 30px 20px 0;
  }
  .sdgsdetail .accordion-label {
    font-size: 23px;
    padding: 20px 0;
  }
  .sdgsdetail_subttl {
    font-size: 13px;
    display: block;
    margin-left: 33px;
  }
  .sdgsdetail .accordion-label::before {
    width: 22px;
    height: 22px;
    margin-right: 7px;
  }
  .sdgsdetail .accordion-ico_tate {
    bottom: auto;
    top: calc(50% - 5px);
    right: 5px;
    height: 11px;
  }
  .sdgsdetail .accordion-ico_yoko {
    width: 11px;
    bottom: auto;
    top: 50%;
    right: 0;
  }
  .sdgsdetail_txt {
    font-size: 12px;
  }
  .sdgsdetail .accordion-content {
    padding: 0px 10px;
    flex-direction: column;
  }
  .sdgsdetail .accordion input:checked + .accordion-label + .accordion-content {
    padding: 30px 10px;
    max-height: none;
  }
  .sdgsdetail_imglist {
    justify-content: center;
    margin-top: 30px;
    height: 60px;
  }
  .gaiyo {
    margin-top: 80px;
  }
  .gaiyo .bl-ttl {
    text-align: left;
/*     font-weight: bold; */
  }
  .gaiyo .bl-ttl::after {
    margin: 0;
    margin-top: 20px;
  }
  .access {
    padding: 80px 20px;
  }
/*   .access .bl-ttl {
    font-weight: bold;
  } */
  .access .bl-ttl::after {
    margin: 20px auto 0;
  }
  .access_iframe {
    margin-top: 30px;
  }
  .access_companyname {
    font-size: 22px;
  }
  .access_dl {
    flex-wrap: wrap;
  }
  .access .access_dt, .access .access_dd {
    font-size: 14px;
    width: 100%;
  }
  .access .access_dt {
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold;
  }
  .access .access_dd {
    padding-top: 2px;
  }
  .access_btn {
    margin-top: 15px;
    width: 106px;
  }
  .number {
    padding: 0 20px;
  }
  .number_mainttl {
    font-size: 30px;
  }
  .number_list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	  margin-top:48px;
  }
  .number_item {
    width: 49%;
    padding: 20px 13px;
  }
  .number_ttl {
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.5;
  }
  .number_ttl.op {
    padding-top: 3px;
  }
  .number_ico {
    width: 40px;
  }
  .number_date {
    font-size: 10px;
	  margin-top:3px;
  }
  .number_date span {
    font-size: 38px;
    margin: 0 5px;
  }
	
	.danzyo .number_date span{
		margin:0 11px;
	}
  .number_subtxt {
    font-size: 10px;
  }
  .number_nowdate {
    font-size: 11px;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .number_item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .number_item:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  .danzyo .number_date {
    font-size: 20px;
  }
  .kyoiku {
    padding: 80px 20px;
    margin-top: 0;
  }
  .kyoiku .sdgs_imgwrap {
    padding-right: 0;
  }
  .kyoiku .sdgs_content {
    width: 100%;
    padding-top: 25px;
  }
  .kyoiku .companybox_subttl {
    font-size: 30px;
  }
  .kyoiku .companybox_subttl span {
    font-size: 18px;
  }
  .kyoiku_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .kyoiku_ttl {
    font-size: 30px;
    padding-top: 40px;
  }
  .kyoiku_ttl span {
    font-size: min(24vw, 70px);
  }
  .kyoiku_txt {
    font-size: 12px;
  }
  .kyoiku_content {
    padding: 0px 20px 40px 20px;
  }
  .kyoiku_subcontent {
    flex-direction: column;
    margin-top: 22px;
  }
  .kyoiku_shikaku, .kyoiku_message {
    width: 100%;
  }
  .kyoiku_shikaku {
    padding: 30px 20px 20px;
  }
  .kyoiku_shikaku__ttl {
    font-size: 23px;
	  left: 7px;
    padding: 0 10px;
  }
  .kyoiku_message {
    margin-top: 30px;
  }
  .kyoiku_message__txt {
    font-size: 12px;
  }
  .shikaku_item {
    font-size: 10px;
  }
  .shikaku_item::before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .fukuri {
    margin-top: 0;
    padding: 20px 20px;
  }
  .fukuri_list {
    align-items: normal;
    margin-top: 35px;
  }
  .fukuri_item {
    width: 49%;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 10px;
    margin-bottom: 2%;
  }
  .fukuri_txt {
    font-size: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 7px;
    justify-content: center;
    width: 100%;
  }
  .fukuri_ico {
    width: 35%;
	  padding-right: unset;
	  padding-left: unset;
  }
  .fukuri-message_ttl .pc {
    display: none;
  }
  .fukuri_item:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .fukuri_item:nth-of-type(2n-1) {
    margin-right: 2%;
  }
  .fukuri-message {
    padding: 15px 20px 40px 20px;
  }
  .fukuri-message_ttl {
    font-size: 28px;
    line-height: 1.5;
  }
  .fukuri-message_subttl {
    font-size: 12px;
    margin-top: 5px;
  }
  .fukuri_logo {
    width: 100%;
  }
  .interview {
    padding: 0 20px;
  }

  .interview-header_container{
		padding: 60px 20px 90px;
    width:100%;
	}
  .interview-imagewrap {
    position: static;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .interview_wrap {
    padding-bottom: 100px;
  }
  .interview-header {
    padding: 0;
    width: 100%;
  }
  .interview-header h2 {
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  .interview-header .name {
    font-size: 18px;
  }
  .interview-header .meta {
    font-size: 12px; 
	  margin-top: 8px;
	  margin-bottom: 15px;
  }
  .interview-header .num {
    font-size: 33px;
    margin-left: 10px;
  }
  .interview-header .title {
    position: static;
  }
  .interview-header_content {
    width: 100%;
  }
  .close-button {
    font-size: 14px;
  }
  .close-button.open::after {
    transform: rotate(28deg) translate(6px, -3px);
  }
  .close-button.open::before {
    right: calc(50% - 46px);
  }
  .close-button .ham {
    width: 25px;
    height: 16px;
  }
  .close-button.open::after, .close-button.open::before {
    width: 25px;
  }
  .question {
    display: flex;
    align-items: flex-start;
  }
  .question_num {
    font-size: 40px;
    line-height: 1;
    margin-right: 20px;
  }
  .question_txt {
    font-size: 18px;
    text-decoration: underline;
  }
  .question_txt::after {
    display: none;
  }
  .answer {
    font-size: 12px;
  }
  .recruit-movie {
    padding-bottom: 70px;
  }
  .interview {
    margin-bottom: 50px;
  }
  .faq {
    padding: 80px 20px;
  }
  .faq_q, .faq_a {
    font-size: 27px;
  }
  .faq-acc label {
    font-size: 14px;
    padding:10px 45px 10px 15px;
  }
	
	    .faq-acc input:checked + label + .faq-acc-content {
        padding: 20px 15px 30px 20px;
    }
  .faq-acc .faq-acc-content p {
    font-size: 12px;
    padding-top: 0;
	  letter-spacing: .15em;
  }
  .faq-acc label::before, .faq-acc label::after {
    width: 15px;
    right: 20px;
  }
  .faq-acc input:checked + label::after,
.faq-acc input:checked + label::before {
    width: 15px;
  }
  .policy_ttl {
    background: linear-gradient(54deg, #ffffff 0%, #014498 94%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
  .policy {
    padding: 0;
    font-size: 12px;
  }
  .policy_wrap {
    padding: 60px 20px;
  }
  .form {
    padding: 80px 20px;
  }
  form dl dt {
    padding-left: 0;
  }
  .caution {
    padding: 1px 13px 2px;
    border-radius: 3px;
  }
  form dl dd input, form dl dd textarea, form dl dd select {
    font-size: 12px;
    padding: 12px 20px;
  }
  .input-year {
    width: 94px;
  }
  .input-date {
    width: 62px;
  }
  .post-number {
    width: 111px;
	  padding-left:30px;
  }
	
	.form-address_ico{
		font-size:12px;
		top:7px;
	}

  .prefecture {
    width: 142px;
  }
  .radio label {
    width:100%;
    display:block;
  }
  .file_subtxt {
    font-size: 10px;
  }
  .privacy-wrap {
    margin-top: 10px;
  }
	
	.privacy-wrap .wpcf7-not-valid-tip{
		position: absolute;
		width: 40vw;
		bottom: -27px;
		left: 0;
	}
  .submit .submit-btn {
    font-size: 15px;
    width: 146px;
    height: 40px;
  }
  .companyslider .splide__slide {
    width: 90% !important;
  }
	
	.wpcf7-spinner{
		display:none!important;
	}

}

@media (max-width: 480px) {
	.interview-header_container{
		padding-bottom:60px;
	}
}

.wpcf7-list-item{
	margin:0!important;
}

.splide-disabled{
	visibility: visible;
    width: 100%;
}

.splide-disabled .splide__slide{
	width:33%;
}

/* ズーム */
.fv .splide__slide img {
  transition: 8s ease-out;
}
.fv .splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}
/* スライドのサイズ調整 */
.fv .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit:cover;
}

.fv .splide.is-initialized, .splide.is-rendered{
	height:100%;
}

.fv .splide__track{
	height:100%;
}

/* interview アコーディオンなし */
/*
.interview-header {
		min-height:auto;
	padding-bottom:0;
}

.interview-content{
	height:auto;
	padding:30px 6%;
}

@media (max-width: 1440px) {
	.interview-content{
		padding-top:10px;
	}
	
	.interview-header_container {
		padding-bottom:0;
	}
}

@media (max-width: 768px) {
	.interview-header_container {
		padding-bottom:0;
	}
	
		.interview-content{
		padding:0px 20px 30px;
	}
}

*/
/*0801追加*/
.environment-bottom{
	padding-left: 5.3%;
	margin-top: 43px;
}

.environment-list{
	display: flex;
	align-items:　stretch;
	justify-content: flex-start;
	gap: 1.9%;
}

.environment-list__item{
	width: 30%;
	position: relative;
		aspect-ratio: 1 / 0.527;
}

.environment-list__item a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.environment-list__item a:hover 
.environment__image::after{
	opacity: .45;
	transition: all .5s;
}

.environment__image{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

.environment__image::after{
	content:'';
	background-color: #1C1C1C;
	opacity:.65;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	transition: all .5s;
}

.environment__ttl{
	color: #fff;
	font-size: min(1.8vw , 25px);
	font-weight: 700;
	position: relative;
    z-index: 2;
    text-align: center;
    line-height: 1.2;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.environment__ttl span{
	font-size: min(1.25vw , 16px);
	line-height: 1;
	margin-top: 8px;
}


.environment__ttl::before,
.environment__ttl::after{
	content:'';
	width: 10.9%;
	height: 11.7%;
	position: absolute;
}
.environment__ttl::before{
	border-top: 2px solid #ffff;
	border-left: 2px solid #fff;
	transition: all .5s;
	left: 10px;
	top:10px;
}
.environment__ttl::after{
	border-bottom: 2px solid #ffff;
	border-right: 2px solid #fff;
	transition: all .5s;
	right: 10px;
	bottom:10px;
}

.environment-list__item a:hover 
.environment__ttl::before{
	border-top: 2px solid #014498;
	border-left: 2px solid #014498;
	transition: all .5s;
}

.environment-list__item a:hover 
.environment__ttl::after{
	border-bottom: 2px solid #014498;
	border-right: 2px solid #014498;
	transition: all .5s;
}

.bl-btn--center{
	width: max-content;
margin-left: auto;
margin-right: auto;
}

.bl-btn--environment{
margin-top:50px;
}

@media (max-width: 768px) {

.environment-bottom{
	padding-left: 20px;
	padding-right: 20px;
}

.environment-list{
	flex-direction: column;
	gap: 35px;
}

.environment-list__item{
	width: 100%;
}

.environment__ttl{
	font-size: 20px;
}

.environment__ttl span{
	font-size: 16px;
}

.bl-btn--environment{
margin-top:50px;
	padding-bottom: 175px;
}
}

.committee{
    padding-left: 5.3%;
    padding-right: 100px;
	margin-top: 227px;
	margin-bottom: 200px;
}

.committee-box{
	padding: 100px 10%  128px;
	background-color: #C1DAF8;
}

.bl-ttl--committee{
	width: max-content;
	margin: 0 auto;
}

.bl-underline--committee{
		width: max-content;
	margin: 0 auto;
}

.bl-underline--committee--secondLine{
	margin-top: -0.8rem;
}

.bl-ttl--committee::after{
	margin-left: auto;
	margin-right: auto;
}

.committee__overview{
	font-size: max(1.04vw , 15px);
    color: #1C1C1C;
    margin-top: 50px;
	text-align: center;
}

.committee__list {
    margin: 50px 11% 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 69%;
    max-width: unset;
    gap: 10px 0;
}
@media (max-width: 1440px) {
.committee__list{
    margin: 50px 11% 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
        width: 70%;
        min-width: 610px;
    gap: 7px 0;
}
}
.committee__item{
	position:relative;
	width: 50%;
	color:#014498;
	font-size:max(1.3vw , 16px);
	font-weight: 700;
	padding-left: max(3.2vw , 47px);
	position: relative;
}


.committee__check{
	position: absolute;
	top: 73%;
	left:0;
	transform: translateY(-50%);
	width: max(1.64vw , 23px);
	height: auto;
}

@media (max-width: 768px) {
.committee{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 100px;
}
	
.committee__check{
	top: 59%;
}

.committee-box{
	padding: 50px 20px ;
}
	.bl-ttl--committee{
margin-bottom: 30px;
	}

.bl-underline--committee{
    font-size: 30px;
}
.committee__overview{
	font-size:13px;
	text-align: left;
	margin-top: 30px;
}
.committee__list{
	    margin: 35px auto 0;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}
.committee__item{
	width: 100%;
	font-size:15px;
}

}

.faq-banner{
	width: 100%;
	margin-top: 25px;
	display: flex;
	align-items:stretch;
	justify-content: flex-start;
	gap: 4.2%;
	padding-left: 6%;
}

.faq-banner__item{
	width: 18.9%;
	max-width:269px;
	min-width: 200px;
}


@media (max-width: 560px) {
.faq-banner{
	margin-top: 10px;
	gap: 15px;
	padding-left: 0;
}

.faq-banner__item{
	width: calc(50% - 7.5px);
	max-width: unset;
	min-width: unset;
}

}

.form-overview{
	text-align: center;
	color: #1C1C1C;
	margin-top: 50px;
}


.fukuri-modal {
  display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.fukuri-modal__content {
    background-color: #fff;
    margin: auto;
    width: 57.8%;
    aspect-ratio: 1 / 0.68;
    position: absolute;
    top: 50%;
    left: 50%;
	padding-top: 5%;
    transform: translate(-50%, -50%);
}

.fukuri-modal__content::after{
	width: calc(100% - 24px);
	height:  calc(100% - 24px);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	border: 6px solid #87A7CD;
} 
.fukuri-detail-close {
    position: absolute;
    top: 34px;
    right: 41px;
    font-size: 37px;
    cursor: pointer;
    border: 1px solid #014498;
    border-radius: 50%;
    background: unset;
    width: 47px;
    height: 47px;
    font-weight: 300;
    color: #014498;
	z-index: 99999;
}

.fukuri-detail-box{
	width: 100%;
	aspect-ratio:1 / 0.61;
	position: relative;
}
.fukuri-detail-box--size-l{
	aspect-ratio:1 / 0.64;
}
.fukuri-detail-box__ttl{
    font-size: max(3.125vw, 30px);
    color: #014498;
    font-weight: 700;
    width: max-content;
    margin: 0 auto 0;
	background: linear-gradient(transparent 60%, #D0DCEB 70%);
}

.fukuri-detail-box__ttl--kosodate{
	margin-top: -7%;
}

.fukuri-detail-box__txt{
	font-size:max(1.3vw , 14px);
	color:#151515;
	width: max-content;
	margin: 7% auto 0;
}

.fukuri-detail-box__illust{
    position: absolute;
    opacity: .3;
    bottom: 22px;
    right: 5%;
    width: 15%;
}

.fukuri__example-box{
	font-size:max(1.3vw , 14px);
	color:#151515;
	right: 16.2%;
	bottom: 22.6%;
	position: absolute;
	padding: 20px 25px 20px 15px;
	border: 1.5px solid #014498;
}

.fukuri__example-box span{
    background: linear-gradient(transparent 60%, #D0DCEB 70%);
}
@media (max-width: 1024px) {

.fukuri-modal__content {
    aspect-ratio: 1 / 0.7;
}
}

@media (max-width: 900px) {

.fukuri-modal__content {
    aspect-ratio: 1 / 1;
}
	
.fukuri__example-box{
	right: 10%;
	bottom: 47%;
}

}

@media (max-width: 768px) {
	.fukuri-modal__content{
		width: calc(100% - 40px)
}
	    .fukuri-modal__content {
        aspect-ratio: unset;
        height: auto;
			padding-top: 20px;
    }
	
.fukuri-detail-box__ttl--kosodate{
	margin-top: 0;
}
	
	.fukuri__example-box {
        right: 4%;
        bottom: 21%;
    padding: 8px 5px 8px 5px;
}

.fukuri-modal__content::after{
	width: calc(100% - 12px);
	height:  calc(100% - 12px);
	border: 4px solid #87A7CD;
} 
.fukuri-detail-box__ttl{
	font-size: 20px;
	}
	.fukuri-detail-box__txt {
    width: 80%;
    margin: 7% auto;
		line-height: 1.5;
	}
	.fukuri-detail-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    border: unset;
    background: unset;
    width: 37px;
    height: 37px;
    font-weight: 300;
    color: #014498;
    z-index: 99999;
		line-height: 1;
		padding: 3.5px 0;
		text-align: center;
}
	.fukuri-detail-close::after{
		content: '';
		position: absolute;
		width: 37px;
		height: 37px;
		border: 1px solid #014498;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
	}
}

.fukuri_item{
position: relative;
	cursor: pointer;
	aspect-ratio: 1 / 0.37;
}
.fukuri_item::after {
    line-height: 1;
    content: '＋';
    position: absolute;
    font-size: 13px;
    color: #014498;
    border: 1px solid #014498;
    border-radius: 50%;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    padding: 3px;
    aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
	#fukuri{
	padding-top: 100px;
	}
	
.fukuri_item::after {
line-height: 21px;
    content: '＋';
    position: absolute;
    font-size: 13px;
    color: #014498;
    border: 1px solid #014498;
    border-radius: 50%;
    top: unset;
    right: 10px;
    padding: 3px;
    aspect-ratio: 1 / 1;
    left: unset;
    top: unset;
    bottom: 10px;
    transform: unset;
	width: 21px;
	height: 21px;
	text-align: center
		
	
	}
	.fukuri_item{
		        padding: 20px 10px 40px;
		aspect-ratio: unset;
}
	
	.overflowhidden_sp{
		overflow:hidden;
	}
}