@charset "UTF-8";
.inner {
  display: block;
  max-width: 1234px;
  padding: 0 17px;
  margin: 0 auto;
}
.inner--960 {
  max-width: 994px;
}
main {
  padding-top: 142px;
}
@media screen and (max-width: 1024px) {
  main {
	padding-top: 46px;
  }
}
@media screen and (min-width: 1025px) {
  #page-index {
	padding-top: 138px;
  }
}
@media screen and (max-width: 834px) {
  #page-index {
	padding-top: 66px;
  }
}
.mv-page__wrap {
  position: relative;
  overflow: hidden;
}
.mv-page__wrap-img {
  width: 100%;
}
.mv-page__wrap-img img {
  width: 100%;
  height: 353px;
  border-bottom-right-radius: 75px;
  object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mv-page__wrap-img img {
	height: 200px;
	border-bottom-right-radius: 30px;
  }
}
.mv-page__wrap-ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: #fff;
  color: #0056b6;
  border-top-right-radius: 20px;
  padding: 20px 25px 0 0;
  line-height: 1.1;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .mv-page__wrap-ttl {
	min-width: 450px;
	border-top-right-radius: 75px;
	padding: 50px 10px 0 0;
  }
}
.mv-page__wrap-ttl:after,
.mv-page__wrap-ttl:before {
  content: "";
  position: absolute;
  width: 148px;
  height: 148px;
  border-radius: 0 0 0 75px;
  box-shadow: -75px 75px 0 0 #fff;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .mv-page__wrap-ttl:after,
  .mv-page__wrap-ttl:before {
	width: 70px;
	height: 70px;
	border-radius: 0 0 0 30px;
	box-shadow: -30px 30px 0 0 #fff;
  }
}
.mv-page__wrap-ttl:before {
  bottom: 100%;
  left: 0;
}
.mv-page__wrap-ttl:after {
  bottom: 0;
  left: 100%;
}
.mv-page__wrap-ttl .c-ft--en {
  display: block;
  font-size: 1.9rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .mv-page__wrap-ttl .c-ft--en {
	font-size: 1rem;
	margin-bottom: 5px;
  }
}
.mv-page__wrap-ttl .c-ft--jp {
  display: block;
  font-size: 2rem;
}
@media screen and (min-width: 835px) {
  .mv-page__wrap-ttl .c-ft--jp {
	font-size: 4.8rem;
	letter-spacing: 0.1em;
  }
}
.breadcrumb {
  color: #a0a0a0;
  padding: 78px 0 48px;
  font-size: 1.4rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  .breadcrumb {
	padding: 30px 0 20px;
  }
}
.breadcrumb a {
  position: relative;
  margin-right: 12px;
  display: block;
}
.breadcrumb a:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  font-family: Hiragino Sans, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,
	メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック, MS PGothic, sans-serif;
}
.breadcrumb .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb .inner > a {
  font-family: Noto Sans JP, sans-serif;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  padding: 0 0 0 4%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #header {
	padding: 18px 20px 10px;
  }
}
#header .header-logo {
  display: block;
  width: 28.8%;
  max-width: 398px;
  margin: 42px 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #header .header-logo {
	width: 143px;
	margin: 0;
  }
}
#header .header-block {
  width: 71.2%;
  padding: 38px 0 0 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  #header .header-block {
	display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-block {
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	height: calc(100vh - 46px);
	padding: 0 20px 60px;
	overflow-y: scroll;
  }
}
#header .header-block__top {
  background: #0057b0;
  padding: 0 0 0 150px;
  border-radius: 0 0 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .header-block__top .header-block__top-search {
  display: none;
}
@media screen and (min-width: 1025px) {
  #header .header-block__top {
	position: absolute;
	top: 0;
	right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-block__top {
	border-radius: 0;
	padding: 20px;
  }
}
#header .header-block__top a {
  color: #fff;
}
#header .header-block__top-search {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-search {
	width: 100%;
  }
}
#header .header-block__top-search-btn {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-search-btn {
	right: 10px;
  }
}
#header .header-block__top-search-btn img {
  width: 20px;
}
#header .header-block__top-search-txt {
  border: none;
  background: none;
  width: 132px;
  height: 30px;
  padding: 0 0 0 34px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  #header .header-block__top-search-txt:focus {
	width: 230px;
  }
}
@media screen and (max-width: 834px) {
  #header .header-block__top-search-txt {
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0, 0%, 100%, 0.5);
	padding: 0 40px 0 0;
  }
}
#header .header-block__top-item {
  min-width: 200px;
  padding: 0 40px 0 0;
  background: #00448c;
  border-radius: 0 0 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-item {
	min-width: auto;
	width: 100%;
	background: none;
	border-radius: 0;
	padding: 0;
  }
}
#header .header-block__top-link {
/*
  border-right: 1px solid #fff;
*/
  padding: 12px 31px;
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-link {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin: 20px 0;
	padding: 0 0 20px;
  }
}
#header .header-block__top-language {
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-language {
	width: 100%;
  }
}
#header .header-block__top-language > span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 12px 27px;
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-language > span {
	display: none;
  }
}
#header .header-block__top-language > span:after {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 0;
}
@media screen and (min-width: 1025px) {
  #header .header-block__top-language ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #00448c;
	padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-language ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
  }
}
#header .header-block__top-language ul li {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #header .header-block__top-language ul li {
	border-bottom: none;
  }
}
#header .header-block__top-language ul li:last-child {
  border-bottom: none;
}
#header .header-block__top-language ul li a {
  display: block;
  text-align: center;
  padding: 8px;
}
@media (any-hover: hover) {
  #header .header-block__top-language:hover ul {
	display: block;
  }
}
#header .header-block .header-nav {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #header .header-block .header-nav {
	margin-bottom: 30px;
  }
}
#header .header-nav__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 12%;
}
@media screen and (max-width: 1245px) {
  #header .header-nav__menu {
	padding-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu {
	display: block;
	padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item {
	position: relative;
  }
}
#header .header-nav__menu-item > a {
  display: block;
  padding: 25px;
  font-size: 1.6rem;
  color: #303030;
  font-family: ヒラギノ角ゴPro W3, Hiragino Kaku Gothic Pro, Osaka, Meiryo,
	メイリオ, MS Pゴシック, Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item > a {
	padding: 15px 0;
  }
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu-item:first-child a {
	padding-left: 0;
  }
  #header .header-nav__menu-item:last-child a {
	padding-right: 0;
  }
}
#header .header-nav__menu .has-sub {
  width: 38px;
  height: 38px;
  background: url(../img/common/arrow-dow.png) no-repeat;
  background-size: 25px;
  background-position: 50%;
  position: absolute;
  top: 0;
  right: -15px;
  display: none;
}
#header .header-nav__menu .has-sub.active {
  background: url(../img/common/arrow-up.png) no-repeat;
  background-size: 25px;
  background-position: 50%;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .has-sub {
	display: block;
  }
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	color: #000;
	padding: 30px 15px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
	z-index: -1;
  }
  #header .header-nav__menu .submenu.on {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .submenu {
	display: none;
	padding: 20px 0;
  }
}
#header .header-nav__menu .submenu-block {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #header .header-nav__menu .submenu-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .submenu-block {
	padding: 0 0 50px;
  }
  #header .header-nav__menu .submenu-block .c-btn__01 {
	position: absolute;
	bottom: 0;
	left: 0;
  }
}
#header .header-nav__menu .submenu-block__heading {
  width: 360px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .submenu-block__heading {
	width: 100%;
	margin-bottom: 20px;
  }
}
#header .header-nav__menu .submenu-block__heading .c-ttl__01 {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .submenu-block__heading .c-ttl__01 {
	margin-bottom: 20px;
  }
}
#header .header-nav__menu .submenu-block__ct {
  width: calc(100% - 360px);
  padding: 12px 0 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  font-family: Hiragino Sans, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro,
	メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック, MS PGothic, sans-serif;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .submenu-block__ct {
	width: 100%;
	padding: 0;
	gap: 30px;
	grid-template-columns: 1fr;
  }
}
#header .header-nav__menu .submenu-block__ct-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  font-size: 2.4rem;
  color: #000;
  font-weight: 600;
  padding: 6px 0 6px 30px;
  border-left: 3px solid #0056b6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .submenu-block__ct-ttl {
	font-size: 1.4rem;
	padding: 15px 20px;
	margin-bottom: 15px;
  }
}
#header .header-nav__menu .submenu-block__ct-ttl span {
  display: inline-block;
  position: relative;
  padding: 0 76px 0 0;
}
#header .header-nav__menu .submenu-block__ct-ttl span img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#header .header-nav__menu .submenu-block__ct ul li {
  border-bottom: 1px solid #c8c8c9;
}
#header .header-nav__menu .submenu-block__ct ul li a {
  display: block;
  position: relative;
  color: #050505;
  font-size: 1.6rem;
  padding: 14px 0 14px 29px;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu .submenu-block__ct ul li a {
	font-size: 1.2rem;
  }
}
#header .header-nav__menu .submenu-block__ct ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow-right-02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 834px) {
  #header .header-nav__menu .submenu-block__ct ul li a:before {
	width: 15px;
	height: 15px;
  }
}
#header .js-mobile {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .js-mobile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
  }
}
#header .js-mobile span {
  display: block;
  position: relative;
  width: 20px;
  height: 1px;
  background: transparent;
}
#header .js-mobile span:after,
#header .js-mobile span:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #656565;
  content: "";
  transition: transform 0.3s;
  border-radius: 3px;
}
#header .js-mobile span:before {
  transform: translateY(-250%);
  top: -3px;
}
#header .js-mobile span:after {
  transform: translateY(250%);
  bottom: -3px;
}
#header .js-mobile--close span {
  background-color: transparent;
}
#header .js-mobile--close span:after,
#header .js-mobile--close span:before {
  width: 100%;
  background: #656565;
}
#header .js-mobile--close span:before {
  transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .js-mobile--close span:after {
  transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}
.js-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}
#footer {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #403d3c;
  padding: 88px 0 0;
}
@media screen and (max-width: 834px) {
  #footer {
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.7;
  }
}
#footer a {
  color: #403d3c;
}
#footer p {
  margin-bottom: 31px;
}
@media screen and (max-width: 834px) {
  #footer p {
	margin-bottom: 20px;
  }
}
#footer .footer-logo {
  display: block;
  width: 253px;
  margin-bottom: 102px;
}
@media screen and (max-width: 834px) {
  #footer .footer-logo {
	width: 155px;
	margin: 0 auto 30px;
  }
}
#footer .footer-ttl {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (max-width: 834px) {
  #footer .footer-ttl {
	font-size: 1.6rem;
	margin-bottom: 10px;
  }
}
#footer .foter-note {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  margin: 119px 0 0;
  padding: 29px 0;
}
@media screen and (max-width: 834px) {
  #footer .foter-note {
	font-size: 1rem;
	margin: 200px 0 0;
	padding: 12px 0;
  }
}
#footer .foter-note:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 100px);
  max-width: 1108px;
  background: #0056b6;
  border-radius: 0 74px 0 0;
}
@media screen and (max-width: 834px) {
  #footer .foter-note:before {
	width: calc(100% - 23px);
  }
}
#footer .foter-note .inner {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .foter-note .copyright {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 834px) {
  #footer .foter-note .copyright {
	width: 100%;
	margin: 0;
	-ms-flex-order: 2;
	order: 2;
  }
}
#footer .footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #footer .footer-menu {
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
  }
}
#footer .footer-menu li {
  margin: 0 22px 0 0;
}
#footer .footer-menu li:last-child {
  margin-right: 0;
}
#footer .footer-menu li a {
  display: block;
  color: #fff;
}
#footer .footer-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
  max-width: 833px;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  #footer .footer-img {
	width: 93%;
	max-width: 310px;
  }
}
.top-mv {
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .top-mv {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 834px) {
  .top-mv {
	padding: 0 0 70px;
  }
}
.mv-block {
  position: relative;
  width: 100vw;
  height: calc( 100vh - 138px );
  padding-bottom: 10vh;
}
@media screen and (max-width: 1200px) {
  .mv-block {
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .mv-block {
	z-index: 1;
  }
}
.mv-block .mv-block__inner {
	position: relative;
	aspect-ratio: 1330 / 779;
    max-width: 100%;
	height: auto;
    max-height: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: center;
}
.mv-block__list-item {
/*
  animation: b 1s infinite;
*/
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
}
.mv-block__list-item img {
  width: 100%;
}
.mv-block__list #item-01 {
  top: 35%;
  left: 0;
  width: 15.7%;
}
.mv-block__list #item-01:after {
  content: "";
  width: 23%;
  height: 40%;
  background: url(../img/index/mv-item-01-note.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -14%;
  left: 7%;
  animation: a 1s infinite;
}
.mv-block__list #item-02 {
  top: 30%;
  left: 25%;
  width: 10.4%;
}
.mv-block__list #item-03 {
  top: 0.5%;
  left: 29.7%;
  width: 10.5%;
}
.mv-block__list #item-04 {
  top: 6.5%;
  left: 53%;
  width: 9.5%;
}
.mv-block__list #item-05 {
  top: 25.5%;
  right: 18.8%;
  width: 10.5%;
}
.mv-block__list #item-06 {
  top: 39.4%;
  right: 6.5%;
  width: 11.2%;
}
.mv-block__list #item-07 {
  bottom: 2%;
  right: 32.8%;
  width: 12%;
}
.mv-block__list #item-08 {
  width: 4%;
  animation: c 3s steps(3) infinite;
}
.mv-block__list #item-09 {
  width: 3.8%;
  animation: d 3s steps(3) infinite;
  animation-delay: 0.5s;
}
.mv-block__list #item-10 {
  width: 4%;
  animation: e 3s steps(3) infinite;
  animation-delay: 0s;
}
@keyframes a {
  0% {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
@keyframes b {
  0% {
	transform: scale(1);
  }
  to {
	transform: scale(1.05);
  }
}
@keyframes c {
  0% {
	bottom: 25%;
	left: 32.3%;
  }
  to {
	bottom: 23%;
	left: 35%;
  }
}
@keyframes d {
  0% {
	bottom: 19%;
	left: 62%;
  }
  to {
	bottom: 27%;
	left: 67%;
  }
}
@keyframes e {
  0% {
	bottom: 42%;
	right: 24%;
  }
  to {
	bottom: 55%;
	right: 30%;
  }
}
.mv-ttl {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 25px;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .mv-ttl {
	left: 0;
  }
}
.mv-ttl > span {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .mv-ttl > span {
	padding: 5px 15px;
  }
}
/*
.mv-ttl > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
*/
.mv-ttl > span > span {
  position: relative;
  z-index: 1;
  top: 80px;
  transition: all 0.7s ease;
}
.mv-ttl .c-ft--jp {
  font-size: clamp(1.6rem, 0.649rem + 2.535vw, 4.3rem);
}
.mv-ttl .c-ft--en {
  font-size: clamp(2rem, 0.697rem + 3.474vw, 5.7rem);
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  .mv-ttl .c-ft--en {
	letter-spacing: 0.3px;
  }
}
.mv-ttl.active > span:before {
  width: 100%;
}
.mv-ttl.active > span span {
  transition-delay: 0.5s;
  top: 0;
}
.top-service {
  padding: 67px 0 85px;
}
@media screen and (max-width: 834px) {
  .top-service {
	padding: 20px 0 29px;
  }
}
.top-service:after {
  content: "";
  height: 520px;
  background: url(../img/index/ww.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 834px) {
  .service-list {
	grid-template-columns: 1fr;
  }
}
.service-list__item {
  background: #eeefef;
  border-radius: 20px 20px 0 0;
  padding: 19.84% 8% 6%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .service-list__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 13px 35px 18px;
  }
}
.service-list__img {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .service-list__img {
	width: 40%;
  }
}
.service-list__img img {
  width: 100%;
}
.service-list__ct {
  padding: 0 15px;
  font-size: 1.6rem;
  line-height: 1.575;
}
@media screen and (max-width: 834px) {
  .service-list__ct {
	width: 60%;
	padding: 4px 0 0 10px;
	font-size: 1.2rem;
  }
}
.service-list__ct-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.3rem;
  font-weight: 600;
}
@media screen and (min-width: 835px) {
  .service-list__ct-ttl {
	position: absolute;
	top: 28px;
	left: 10px;
	right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .service-list__ct-ttl {
	font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .service-list__ct-ttl {
	font-size: 1.4rem;
	display: block;
	position: relative;
	padding: 0 0 0 32px;
	margin: 0 -7px 10px 0;
  }
}
.service-list__ct-ttl img {
  display: block;
  width: 37px;
  margin: 0 14px 0 0;
}
@media screen and (max-width: 1024px) {
  .service-list__ct-ttl img {
	width: 25px;
	margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .service-list__ct-ttl img {
	width: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
  }
}
.service-list__ct p {
  margin-bottom: 34px;
}
.service-list__ct .c-btn__01 {
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .service-list__ct .c-btn__01 {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
  }
}
.top-recruit {
  padding: 137px 0 60px;
}
@media screen and (max-width: 834px) {
  .top-recruit {
	padding: 41px 0 60px;
  }
}
.recruit-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 834px) {
  .recruit-block {
	padding: 0 0 68px;
  }
}
.recruit-block__ct {
  width: 41%;
  font-size: 1.6rem;
  line-height: 2.325;
  padding: 0 20px 0 0;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 834px) {
  .recruit-block__ct {
	width: 100%;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.86;
  }
  .recruit-block__ct .c-btn__01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
  }
}
.recruit-block__ct-ttl {
  display: block;
  color: #201f50;
  font-size: 3.7rem;
  line-height: 1.4;
  margin-bottom: 31px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px) {
  .recruit-block__ct-ttl {
	font-size: 2rem;
	letter-spacing: 2px;
	margin-bottom: 11px;
  }
}
.recruit-block__ct p {
  font-feature-settings: "palt" 1;
  margin-bottom: 36px;
}
@media screen and (max-width: 834px) {
  .recruit-block__ct p {
	margin-bottom: 20px;
  }
}
.recruit-block__img {
  width: 59%;
}
@media screen and (max-width: 834px) {
  .recruit-block__img {
	width: 100%;
  }
}
.recruit-block__img img {
  width: 100%;
}
.top-news {
  background: #e2f2ff;
  border-radius: 73px 73px 0 0;
  padding: 76px 0 90px;
}
@media screen and (max-width: 834px) {
  .top-news {
	border-radius: 34px 34px 0 0;
	padding: 50px 0;
  }
}
.news-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-block__heading {
  width: 340px;
}
@media screen and (max-width: 834px) {
  .news-block__heading {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
  }
}
.news-block__heading-img {
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .news-block__heading-img {
	width: 73px;
	position: absolute;
	top: 32%;
	transform: translateY(-50%);
	right: 14px;
  }
}
.news-block__ct {
  width: calc(100% - 340px);
  padding: 46px 0 0 26px;
}
@media screen and (min-width: 835px) {
  .news-block__ct .c-btn__01 {
	position: absolute;
	left: 0;
	bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .news-block__ct {
	padding: 0;
	width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .news-list {
	margin-bottom: 30px;
  }
}
.news-list__item {
  border-bottom: 1px solid #fff;
}
.news-list__item:first-child {
  border-top: 1px solid #fff;
}
.news-list__item a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  color: #000;
  padding: 28px 65px 28px 5px;
}
@media screen and (max-width: 834px) {
  .news-list__item a {
	font-size: 1.4rem;
	padding: 15px 30px 15px 0;
  }
}
.news-list__item a:after {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/common/arrow-right-03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 834px) {
  .news-list__item a:after {
	width: 25px;
	height: 25px;
  }
}
.news-list__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 834px) {
  .news-list__heading {
	font-size: 1rem;
  }
}
.news-list__heading time {
  display: block;
  margin: 0 37px 0 0;
}
@media screen and (max-width: 834px) {
  .news-list__heading time {
	margin: 0 20px 0 0;
  }
}
.news-list__heading span {
  display: block;
  min-width: 154px;
  text-align: center;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 0.5em;
}
@media screen and (max-width: 834px) {
  .news-list__heading span {
	min-width: 100px;
  }
}
@media screen and (min-width: 835px) {
  .news-list--page {
	margin-bottom: 81px;
  }
}
.news-list--page .news-list__item {
  border-color: #e2e2e2;
}
.news-list--page .news-list__item a:after {
  background: url(../img/common/arrow-right-04.png) no-repeat;
  background-size: 100%;
}
.sec-about-heading {
  padding: 0 0 88px;
  margin: -73px 0 0;
}
@media screen and (max-width: 834px) {
  .sec-about-heading {
	margin: 0;
	padding: 0 0 42px;
  }
}
.sec-about-heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
  background: url(../img/about/about-item.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
@media screen and (max-width: 834px) {
  .sec-about-heading:after {
	background: url(../img/about/about-item-sp.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
  }
}
.about-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.about-heading__ct {
  width: 47.5%;
  font-size: 2.3rem;
  line-height: 1.8086956522;
  letter-spacing: 2px;
  padding: 63px 20px 0 0;
}
@media screen and (max-width: 834px) {
  .about-heading__ct {
	width: 100%;
	padding: 0;
	letter-spacing: 0;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 15px;
  }
}
.about-heading__img {
  width: 52.5%;
}
@media screen and (max-width: 834px) {
  .about-heading__img {
	width: 60%;
	margin: 0 auto;
  }
}
.sec-about-banner img {
  width: 100%;
  border-radius: 26px 26px 120px 120px;
}
@media screen and (max-width: 834px) {
  .sec-about-banner img {
	border-radius: 6px 6px 26px 26px;
  }
}
.sec-about-who {
  padding: 64px 0 94px;
}
@media screen and (max-width: 834px) {
  .sec-about-who {
	padding: 45px 0 50px;
  }
}
.heading-note {
  max-width: 960px;
  margin: 0 auto 25px;
  letter-spacing: 1px;
}
.heading-note__ttl {
  display: block;
  font-size: 3.5rem;
  line-height: 1.8556756757;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
  color: #201f50;
}
@media screen and (max-width: 1024px) {
  .heading-note__ttl {
	font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .heading-note__ttl {
	font-size: 1.85rem;
	letter-spacing: 2px;
  }
}
.heading-note__ttl:last-child {
  margin-bottom: 0;
}
.about-who__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 834px) {
  .about-who__block {
	font-size: 1rem;
  }
}
.about-who__block-item {
  width: 45%;
  position: relative;
}
.about-who__block-item:after {
  content: "";
  width: 105px;
  height: 105px;
  background: url(../img/about/close.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media screen and (max-width: 834px) {
  .about-who__block-item:after {
	width: 40px;
	height: 40px;
  }
}
.about-who__block-item img {
  display: block;
  width: 285px;
  margin: 0 auto -13px;
}
@media screen and (max-width: 834px) {
  .about-who__block-item img {
	width: 80%;
	margin: 0 auto;
  }
}
.about-who__block-item:last-child:after {
  display: none;
}
.about-who__note {
  max-width: 950px;
  margin: 0 auto;
}
.sec-about-what {
  padding: 81px 0 124px;
}
@media screen and (max-width: 834px) {
  .sec-about-what {
	padding: 45px 0 50px;
  }
}
.about-what__item {
  margin-bottom: 32px;
}
.about-what__item:last-child {
  margin-bottom: 0;
}
.about-what__item dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #0056b6;
  border-radius: 14px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2px;
  padding: 15px 34px;
  margin-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .about-what__item dt {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 1px;
	padding: 10px 15px;
	border-radius: 10px;
  }
}
.about-what__item dt small {
  display: block;
  font-size: 2rem;
  margin: 0 0 0 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 834px) {
  .about-what__item dt small {
	font-size: 1.2rem;
	margin: 5px 0 0;
  }
}
.about-what__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 834px) {
  .about-what__list {
	display: block;
	gap: 0;
  }
}
.about-what__list--col2 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 834px) {
  .about-what__list--col2 .about-what__list-img {
	width: 100%;
	margin-bottom: 15px;
  }
}
.about-what__list--col2 .about-what__list-img:before {
  padding: 43% 0 0;
}
@media screen and (max-width: 834px) {
  .about-what__list--col2 .about-what__list-ct {
	width: 100%;
	padding: 0;
	text-align: center;
  }
}
.about-what__list-item {
  background: #eeefef;
  border-radius: 20px 20px 0 0;
  padding: 8% 8.1% 5.2%;
}
@media screen and (max-width: 834px) {
  .about-what__list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	margin-bottom: 20px;
  }
  .about-what__list-item:last-child {
	margin-bottom: 20px;
  }
}
.about-what__list-img {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .about-what__list-img {
	width: 40%;
	margin: 0;
  }
}
.about-what__list-img:before {
  content: "";
  display: block;
  padding: 71% 0 0;
}
.about-what__list-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: object-fit\:cover;
}
.about-what__list-ct {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .about-what__list-ct {
	width: 60%;
	font-size: 1.2rem;
	text-align: left;
	padding: 0 0 0 20px;
  }
}
.about-what__list-ct-ttl {
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .about-what__list-ct-ttl {
	font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .about-what__list-ct-ttl {
	font-size: 1.4rem;
  }
}
.sec-about-how {
  padding: 80px 0 131px;
}
@media screen and (max-width: 834px) {
  .sec-about-how {
	padding: 45px 0 50px;
  }
}
.about-how {
  max-width: 955px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 834px) {
  .about-how {
	margin-bottom: 70px;
  }
}
.about-how:last-child {
  margin-bottom: 0;
}
.about-how__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .about-how__item {
	margin-bottom: 45px;
  }
}
.about-how__item:last-child {
  margin-bottom: 0;
}
.about-how__ct {
  width: calc(100% - 280px);
  margin: -7px 0 0;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 834px) {
  .about-how__ct {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
  }
}
.about-how__ct-ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: 3rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .about-how__ct-ttl {
	font-size: 2rem;
	margin-bottom: 10px;
  }
}
.about-how__ct-ttl span {
  display: block;
}
.about-how__ct-ttl .c-ft--en {
  position: relative;
  padding: 0 0 0 57px;
  margin: 0 0 0 20px;
  font-size: 1.4rem;
  color: #a0a0a0;
}
@media screen and (max-width: 834px) {
  .about-how__ct-ttl .c-ft--en {
	font-size: 1.2rem;
	padding: 0 0 0 42px;
	margin: 0 0 0 13px;
  }
}
.about-how__ct-ttl .c-ft--en:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #a0a0a0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 834px) {
  .about-how__ct-ttl .c-ft--en:before {
	width: 30px;
  }
}
.about-how__img {
  width: 280px;
}
@media screen and (max-width: 834px) {
  .about-how__img {
	width: 70%;
	margin: 0 auto;
  }
}
.about-how__img img {
  width: 100%;
  border-radius: 24px;
}
.sec-about-whare {
  padding: 80px 0 82px;
}
@media screen and (max-width: 834px) {
  .sec-about-whare {
	padding: 45px 0 50px;
  }
}
.sec-about-why {
  padding: 83px 0 127px;
}
@media screen and (max-width: 834px) {
  .sec-about-why {
	padding: 45px 0 0;
  }
}
.about-why__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .about-why__img {
	max-width: 70%;
	margin: 0 auto 20px;
  }
}
.about-why__ct--custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-why dl {
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
}
.about-why dl:last-child {
  border-bottom: none;
}
.about-why dl dt {
  text-align: center;
  font-weight: 600;
  color: #54b9f0;
  font-size: 1.4rem;
}
.about-why dl dd p {
  margin-bottom: 5px;
}
.about-why dl dd p:last-child {
  margin-bottom: 0;
}
.about-why dl dd ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
}
.about-why dl dd ul li {
  width: 33%;
}
.sec-news {
  padding: 0 0 105px;
}
@media screen and (max-width: 834px) {
  .sec-news {
	padding: 0;
  }
}
.sec-news .inner {
  max-width: 994px;
  margin: 0 auto;
}
.news-page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 19px;
  padding: 26px 26px 29px;
  margin-bottom: 56px;
  border: 1px solid #707070;
}
@media screen and (max-width: 834px) {
  .news-page {
	padding: 15px;
	margin-bottom: 40px;
  }
}
.news-page__img {
  width: 41.5%;
}
@media screen and (max-width: 834px) {
  .news-page__img {
	width: 100%;
	margin-bottom: 20px;
  }
}
.news-page__ct {
  width: 58.5%;
  padding: 8px 0 0 28px;
}
@media screen and (max-width: 834px) {
  .news-page__ct {
	width: 100%;
	padding: 0;
  }
}
.news-page__ct-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 17px;
}
@media screen and (max-width: 834px) {
  .news-page__ct-heading {
	font-size: 1.2rem;
	margin-bottom: 15px;
  }
}
.news-page__ct-heading time {
  display: block;
}
.news-page__ct-heading span {
  display: inline-block;
  border: 1px solid #707070;
  background: #fff;
  border-radius: 20px;
  padding: 7px 23px;
  min-width: 138px;
  margin: 0 0 0 13px;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .news-page__ct-heading span {
	padding: 7px;
	min-width: 100px;
  }
}
.news-page__ct-ttl {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 13px;
}
@media screen and (max-width: 834px) {
  .news-page__ct-ttl {
	font-size: 1.8rem;
  }
}
.news-page__ct p {
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .news-page__ct p {
	margin-bottom: 15px;
  }
}
.wp-pagenavi,
.wp-pagenavi a,
.wp-pagenavi span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 6px;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  color: #7e7e7e;
  border: 1px solid #707070;
  margin: 0 3px;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
	width: 35px;
	height: 35px;
  }
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  border-color: #0056b6;
  background: #0056b6;
  color: #fff;
}
@media (any-hover: hover) {
  .wp-pagenavi a:hover,
  .wp-pagenavi span:hover {
	opacity: 1;
	border-color: #0056b6;
	background: #0056b6;
	color: #fff;
  }
}
@media screen and (min-width: 835px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .prevtpostslink {
	margin-right: 35px;
  }
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .prevtpostslink:after {
  content: "";
  border: solid #7e7e7e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
}
@media (any-hover: hover) {
  .wp-pagenavi .previouspostslink:hover:after,
  .wp-pagenavi .prevtpostslink:hover:after {
	border-color: #fff;
  }
}
@media screen and (min-width: 835px) {
  .wp-pagenavi .nextpostslink {
	margin-left: 35px;
  }
}
.wp-pagenavi .nextpostslink:after {
  content: "";
  border: solid #7e7e7e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
}
@media (any-hover: hover) {
  .wp-pagenavi .nextpostslink:hover:after {
	border-color: #fff;
  }
}
.news-article {
  line-height: 1.75;
  margin-bottom: 53px;
}
@media screen and (max-width: 834px) {
  .news-article {
	margin-bottom: 30px;
  }
}
.news-article__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .news-article__heading {
	font-size: 1.2rem;
  }
}
.news-article__heading time {
  display: block;
}
.news-article__heading span {
  border: 1px solid #707070;
  background: #fff;
  border-radius: 20px;
  padding: 7px 23px;
  min-width: 154px;
  text-align: center;
  margin: 0 0 0 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .news-article__heading span {
	padding: 7px;
	min-width: 100px;
  }
}
.news-article h1,
.news-article h2,
.news-article h3,
.news-article h4,
.news-article h5,
.news-article h6 {
  display: block;
  line-height: 1.4;
}
.news-article h1 {
  font-size: 3rem;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 12px;
  margin-bottom: 41px;
}
@media screen and (max-width: 834px) {
  .news-article h1 {
	font-size: 2.6rem;
  }
}
.news-article h2 {
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 3px solid #0056b6;
  padding: 0 0 0 31px;
  margin-bottom: 34px;
}
@media screen and (max-width: 834px) {
  .news-article h2 {
	padding: 0 0 0 15px;
	margin-bottom: 30px;
  }
}
.news-article h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .news-article h3 {
	font-size: 2rem;
	margin-bottom: 30px;
  }
}
.news-article h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 36px;
}
@media screen and (max-width: 834px) {
  .news-article h4 {
	font-size: 1.6rem;
	margin-bottom: 20px;
  }
}
.news-article p {
  margin-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .news-article p {
	margin-bottom: 15px;
  }
}
.news-article p:last-child {
  margin-bottom: 0;
}
.news-article__img {
  max-width: 800px;
  margin: 0 auto 35px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .news-article__img {
	font-size: 1.2rem;
	margin-bottom: 30px;
  }
}
.news-article__img img {
  display: block;
  height: auto;
  border-radius: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .news-article__img img {
	border-radius: 10px;
	margin-bottom: 10px;
  }
}
.news-article__img img:last-child {
  margin-bottom: 0;
}
.news-article__img--col2 {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
}
@media screen and (max-width: 834px) {
  .news-article__img--col2 {
	grid-template-columns: 1fr;
	gap: 30px;
  }
}
.news-article__img--col2 img {
  border-radius: 12px;
}
@media screen and (max-width: 834px) {
  .news-article__img--col2 img {
	border-radius: 10px;
  }
}
.news-article__img--col3 {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 58px;
}
@media screen and (max-width: 834px) {
  .news-article__img--col3 {
	grid-template-columns: 1fr;
	gap: 30px;
  }
}
.news-article__img--col3 img {
  border-radius: 12px;
}
@media screen and (max-width: 834px) {
  .news-article__img--col3 img {
	border-radius: 10px;
  }
}
.news-article table {
  width: 100%;
}
.news-article table tr:nth-child(odd) {
  background: #e2f2ff;
}
.news-article table tr td,
.news-article table tr th {
  padding: 20px 39px;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .news-article table tr td,
  .news-article table tr th {
	padding: 10px;
	letter-spacing: 0;
  }
}
.news-article table tr th {
  width: 200px;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .news-article table tr th {
	width: 100px;
  }
}
@media screen and (min-width: 835px) {
  #page-news_detail .sec-news {
	padding: 0 0 21px;
  }
}
#page-news_detail .sec-news .c-ttl__05 {
  border-bottom: none;
}
#page-news_detail .news-list {
  margin-bottom: 0;
}
.sec-product {
  padding-bottom: 96px;
}
@media screen and (max-width: 834px) {
  .sec-product {
	padding-bottom: 50px;
  }
}
@media screen and (min-width: 991px) {
  .product-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1245px) {
  .product-list {
	gap: 60px 30px;
  }
}
.product-list__item {
  font-weight: 600;
}
@media screen and (max-width: 990px) {
  .product-list__item:not(:last-child) {
	margin-bottom: 50px;
  }
}
.product-list__item p {
  letter-spacing: 0.08em;
}
.product-list__img {
  position: relative;
}
.product-list__img:before {
  content: "";
  display: block;
  padding-bottom: 55.6140350877%;
}
.product-list__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid silver;
  border-radius: 24px;
  object-fit: cover;
}
.product-list__ttl {
  text-align: center;
  color: #0056b6;
  border-bottom: 1px solid #c6c6c6;
  padding: 31px 0 19px;
  margin-bottom: 21px;
  font-weight: 400;
  font-size: 3.7rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .product-list__ttl {
	padding: 10px 0 5px;
	font-size: 2.6rem;
  }
}
.product-list__link {
  margin-top: 20px;
}
@media screen and (min-width: 641px) {
  .product-list__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 22px 0;
	margin-top: 52px;
  }
}
@media screen and (min-width: 641px) {
  .product-list__link-item {
	width: 48.4%;
  }
}
@media screen and (max-width: 640px) {
  .product-list__link-item:not(:last-child) {
	margin-bottom: 10px;
  }
}
.product-list__link-item > a {
  position: relative;
  display: inline-block;
  color: #050505;
  padding-left: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1245px) {
  .product-list__link-item > a {
	padding-left: 22px;
	font-size: 1.4rem;
  }
}
.product-list__link-item > a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e2f2ff;
  border-radius: 50%;
}
@media screen and (max-width: 1245px) {
  .product-list__link-item > a:before {
	width: 16px;
	height: 16px;
  }
}
.product-list__link-item > a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 6px;
  height: 6px;
  border: solid #0056b6;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 1245px) {
  .product-list__link-item > a:after {
	top: 6px;
	left: 4px;
	width: 5px;
	height: 5px;
  }
}
.sec-faq {
  padding: 2px 0 85px;
}
@media screen and (max-width: 834px) {
  .sec-faq {
	padding: 0 0 50px;
  }
}
.faq-list {
  background: #e2f2ff;
  border-radius: 12px;
  font-size: 1.5rem;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 0;
  padding: 27px 32px 24px;
}
@media screen and (max-width: 834px) {
  .faq-list {
	font-size: 1.3rem;
	padding: 30px 15px;
  }
}
.faq-list__item {
  width: 29.13%;
}
@media screen and (max-width: 834px) {
  .faq-list__item {
	width: 33.33%;
  }
}
@media screen and (max-width: 640px) {
  .faq-list__item {
	width: 50%;
  }
}
@media screen and (max-width: 374px) {
  .faq-list__item {
	width: 100%;
  }
}
.faq-list__link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 32px;
  position: relative;
}
.faq-list__link:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/product/faq/icon-arrow.svg) no-repeat 50% / contain;
}
.faq-box {
  background: #e2f2ff;
  border-radius: 73px 73px 0 0;
  padding: 91px 0 81px;
}
@media screen and (max-width: 834px) {
  .faq-box {
	padding: 50px 0;
	border-radius: 30px 30px 0 0;
  }
}
.faq-box__item:not(:last-child) {
  margin-bottom: 31px;
}
.faq-box__ttl {
  margin-bottom: 22px;
}
@media screen and (max-width: 834px) {
  .faq-box__ttl {
	margin-bottom: 15px;
  }
}
.faq-box__ct {
  display: grid;
  gap: 14px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .faq-box__ct {
	font-size: 1.4rem;
  }
}
.faq-box__icon {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  position: absolute;
  left: 40px;
}
@media screen and (max-width: 834px) {
  .faq-box__icon {
	left: 15px;
  }
}
.faq-box__icon--q {
  top: 19px;
  color: #0056b6;
}
@media screen and (max-width: 834px) {
  .faq-box__icon--q {
	top: 15px;
  }
}
.faq-box__icon--a {
  top: 21px;
  color: #ee5520;
}
@media screen and (max-width: 834px) {
  .faq-box__icon--a {
	top: 15px;
  }
}
.faq-box__dt {
  position: relative;
  background: #fff;
  padding: 18px 65px;
}
@media screen and (max-width: 834px) {
  .faq-box__dt {
	padding: 15px 35px;
  }
}
.faq-box__dd {
  position: relative;
  padding: 20px 71px 22px;
}
@media screen and (max-width: 834px) {
  .faq-box__dd {
	padding: 15px 35px;
  }
}
.faq-box__dd a {
  text-decoration: underline;
}
.faq-box__dd a[href$=".pdf"]:after {
  content: '';
  width: 14px;
  height: 20px;
  background: url(../img/product/list/pdf.svg) no-repeat 50% / contain;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 5px;
}

.sec-list {
  padding: 2px 0 56px;
}
@media screen and (max-width: 834px) {
  .sec-list {
	padding: 0 0 50px;
  }
}
.list-box {
  background: #e2f2ff;
  border-radius: 73px 73px 0 0;
  padding: 70px 0 88px;
}
@media screen and (max-width: 834px) {
  .list-box {
	padding: 50px 0;
	border-radius: 30px 30px 0 0;
  }
}
.list-box__item:not(:last-child) {
  margin-bottom: 39px;
}
@media screen and (max-width: 834px) {
  .list-box__item:not(:last-child) {
	margin-bottom: 30px;
  }
}
.list-box__ttl {
  margin-bottom: 10px;
}
.list-box__ct {
  display: grid;
  gap: 34px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  background: #fff;
  border-radius: 24px;
  padding: 34px 40px 51px;
}
@media screen and (max-width: 834px) {
  .list-box__ct {
	font-size: 1.4rem;
	padding: 30px 15px;
  }
}
.list-box__ct-item {
  display: grid;
  gap: 14px;
}
.list-box__ct-ttl {
  color: #0056b6;
}
.list-box__ct-list {
  display: grid;
  gap: 12px 44px;
}
@media screen and (min-width: 641px) {
  .list-box__ct-list {
	grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .list-box__ct-list {
	gap: 10px 30px;
  }
}
.list-box__ct-list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .list-box__ct-list__link {
	padding-left: 23px;
  }
}
.list-box__ct-list__link:after,
.list-box__ct-list__link:before {
  content: "";
  position: relative;
}
.list-box__ct-list__link:before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: url(../img/product/list/arrow.svg) no-repeat 50% / contain;
}
@media screen and (max-width: 834px) {
  .list-box__ct-list__link:before {
	width: 17px;
	height: 17px;
	top: 1px;
  }
}
.list-box__ct-list__link span {
  text-decoration: underline;
  text-underline-position: under;
}
.list-box__ct-list__link.is-pdf {
  display: inline-block;
  padding-right: 30px;
}
.list-box__ct-list__link.is-pdf:after {
  width: 14px;
  height: 20px;
  background: url(../img/product/list/pdf.svg) no-repeat 50% / contain;
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (min-width: 641px) {
  .list-box__ct-list--second {
	grid-template-columns: repeat(1, 1fr);
  }
}
.list-box__ct--grid {
  display: grid;
  gap: 12px 23px;
}
@media screen and (min-width: 641px) {
  .list-box__ct--grid {
	grid-template-columns: repeat(2, 1fr);
	-ms-flex-align: start;
	align-items: start;
  }
}
.sec-company {
  padding: 5px 0 103px;
}
@media screen and (max-width: 834px) {
  .sec-company {
	padding: 0 0 50px;
  }
}
.company-list {
  display: grid;
  gap: 0 60px;
  margin-bottom: 80px;
}
.company-list:last-child {
  margin-bottom: 0;
}
.company-list__link {
  display: block;
  position: relative;
}
.company-list__img {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.7981072555;
}
.company-list__img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.company-list__img img {
  border-radius: 24px;
}
.company-list__ttl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 10%;
  max-width: 285px;
  background: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  padding: 32px 10px 16px 0;
  border-top-right-radius: 24px;
}


.company-list__item {
  margin-bottom: 40px;
}
.company-list__item.nothumb {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 0;
}
.company-list__item.nothumb .company-list__ttl {
  position: relative;
  max-width: 100%;
}
.company-list__item.nothumb .company-list__ttl:before,
.company-list__item.nothumb .company-list__ttl:after {
  display: none;
}
.company-list__ttl img {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  margin-top: -2px;
}
.company-list__ttl:after,
.company-list__ttl:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 0 0 0 24px;
  box-shadow: -24px 24px 0 0 #fff;
  z-index: -1;
}
.company-list__ttl:before {
  bottom: 100%;
  left: 0;
}
.company-list__ttl:after {
  bottom: 0;
  left: 100%;
}
@media screen and (min-width: 641px) {
  .company-list {
  grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .company-list {
    gap: 20px;
    margin-bottom: 50px;
  }
  .company-list__img img {
    border-radius: 15px;
  }
  .company-list__ttl {
	font-size: 1.4rem;
	gap: 10px;
	padding: 10px 10px 10px 0;
  }
  .company-list__ttl img {
	width: 16px;
	height: 16px;
  }
  .company-list__ttl:after,
  .company-list__ttl:before {
	width: 51px;
	height: 51px;
	border-radius: 0 0 0 15px;
	box-shadow: -15px 15px 0 0 #fff;
  }
}
@media screen and (max-width: 640px) {
  .company-list {
    gap: 10px;
    margin-bottom: 50px;
  }
  .company-list__item {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 835px) {
  .sec-about-us {
	padding: 0 0 20px;
  }
}
.about-us__block {
  max-width: 944px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 834px) {
  .about-us__block {
	margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .about-us__block .about-whare {
	padding: 0 80px 0 22px;
  }
}
.about-us__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 64px;
}
@media screen and (max-width: 834px) {
  .about-us__list {
	display: block;
  }
}
.about-us__list-item {
  border-top: 1px solid #c4c4c4;
}
@media screen and (min-width: 835px) {
  .about-us__list-item:nth-child(5) {
	border-bottom: 1px solid #c4c4c4;
  }
}
.about-us__list-item:last-child {
  border-bottom: 1px solid #c4c4c4;
}
.about-us__list-item a {
  display: block;
  font-size: 1.6rem;
  color: #050505;
  position: relative;
  padding: 22px 0 22px 31px;
}
@media screen and (max-width: 834px) {
  .about-us__list-item a {
	padding: 14px 0 14px 25px;
	font-size: 1.4rem;
  }
}
.about-us__list-item a:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/company/arrow.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 834px) {
  .about-us__list-item a:before {
	width: 16px;
	height: 16px;
  }
}
.about-value {
  letter-spacing: 1px;
  margin-bottom: 63px;
}
@media screen and (max-width: 834px) {
  .about-value {
	margin-bottom: 45px;
  }
}
.about-value dl {
  margin-bottom: 75px;
}
@media screen and (max-width: 834px) {
  .about-value dl {
	margin-bottom: 30px;
  }
}
.about-value dl:last-child {
  margin-bottom: 0;
}
.about-value dl dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
@media screen and (max-width: 834px) {
  .about-value dl dt {
	margin-bottom: 15px;
  }
}
.about-value dl dt .c-ft--jp {
  line-height: 1.4;
  font-size: 4rem;
  letter-spacing: 15px;
  font-weight: 600;
  color: #201f50;
}
@media screen and (max-width: 834px) {
  .about-value dl dt .c-ft--jp {
	font-size: 2.4rem;
	letter-spacing: 3px;
  }
}
.about-value dl dt .c-ft--en {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #a0a0a0;
  margin: 0 0 0 44px;
}
@media screen and (max-width: 834px) {
  .about-value dl dt .c-ft--en {
	font-size: 1.2rem;
	margin: 0 0 0 15px;
  }
}
.about-value__ttl {
  display: block;
  font-size: 3.7rem;
  letter-spacing: 3px;
  line-height: 1.4;
  color: #201f50;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .about-value__ttl {
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 15px;
  }
}
#page-value .about-whare {
  margin-bottom: 120px;
}
@media screen and (max-width: 834px) {
  #page-value .about-whare {
	margin-bottom: 50px;
  }
}
.about-history {
  color: #000;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 138px;
}
@media screen and (min-width: 835px) {
  .about-history {
	line-height: 1.6;
	padding: 7px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .about-history {
	padding: 0;
	margin-bottom: 50px;
  }
}
.about-history:before {
  content: "";
  width: 1px;
  background: #a6a6a6;
  position: absolute;
  top: 14px;
  left: 6px;
  bottom: 8px;
}
.about-history dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
@media screen and (max-width: 834px) {
  .about-history dl {
	margin-bottom: 15px;
  }
}
.about-history dl:last-child {
  margin-bottom: 0;
}
.about-history dl dt {
  width: 180px;
  position: relative;
  padding: 3px 0 0 40px;
}
@media screen and (max-width: 834px) {
  .about-history dl dt {
	width: 115px;
	position: relative;
	padding: 0 0 0 20px;
  }
}
.about-history dl dt:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0056b6;
  position: absolute;
  top: 6px;
  left: -3px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .about-history dl dt:before {
	width: 14px;
	height: 14px;
	top: 4px;
	left: 0;
  }
}
.about-history dl dd {
  width: calc(100% - 180px);
}
@media screen and (max-width: 834px) {
  .about-history dl dd {
	width: calc(100% - 115px);
  }
}
.sec-sitemap {
  padding: 8px 0 56px;
}
@media screen and (max-width: 834px) {
  .sec-sitemap {
	padding: 0 0 50px;
  }
}
.sitemap-box {
  background: #e2f2ff;
  border-radius: 73px 73px 0 0;
  padding: 94px 0 68px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .sitemap-box {
	padding: 50px 0;
	border-radius: 30px 30px 0 0;
	font-size: 1.4rem;
  }
}
.sitemap-box .inner {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .sitemap-box .inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 0;
  }
}
.sitemap-box__col {
  border-left: 1px solid #fff;
  padding: 0 10px 0 40px;
}
@media screen and (max-width: 834px) {
  .sitemap-box__col {
	width: 50%;
	padding: 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .sitemap-box__col {
	width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .sitemap-box__col:first-child {
	width: 200px;
  }
}
@media screen and (min-width: 835px) {
  .sitemap-box__col:nth-child(2) {
	width: 399px;
  }
}
@media screen and (min-width: 835px) {
  .sitemap-box__col:nth-child(3) {
	width: 345px;
  }
}
.sitemap-box__col:last-child {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 835px) {
  .sitemap-box__col:last-child {
	width: 256px;
  }
}
.sitemap-box__item {
  display: grid;
  gap: 11px;
}
.sitemap-box__item:not(:last-child) {
  margin-bottom: 30px;
}
.sitemap-box__item a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.sitemap-box__link {
  color: #0056b6;
}
.sitemap-box__list {
  display: grid;
  gap: 6px;
  margin-left: -1px;
}
.sitemap-box__list-link {
  position: relative;
  padding: 0 0 0 26px;
}
.sitemap-box__list-link:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/sitemap/icon-arrow.svg) no-repeat 50% / contain;
}
.sec-valve {
  padding: 12px 0 63px;
}
@media screen and (max-width: 834px) {
  .sec-valve {
	padding: 0 0 50px;
  }
}
@media screen and (min-width: 835px) {
  .sec-valve .list-box {
	padding: 68px 0 60px;
  }
}
.sec-valve .list-box__ttl {
  margin-bottom: 39px;
}
@media screen and (max-width: 834px) {
  .sec-valve .list-box__ttl {
	margin-bottom: 30px;
  }
}
.valve-img {
  position: relative;
  max-width: auto;
  height: auto;
  overflow: hidden;
  aspect-ratio: 2.1760722348;
}
.valve-img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.valve-img {
  margin: 0 -2px 76px;
}
@media screen and (max-width: 834px) {
  .valve-img {
	margin: 0 0 30px;
  }
}
.valve-img img {
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .valve-img img {
	border-radius: 15px;
  }
}
.valve-txt--second {
  line-height: 1.7;
}
.valve-intro {
  background: #e2f2ff;
  border-radius: 24px;
  padding: 37px 40px 28px 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 19px;
}
@media screen and (max-width: 834px) {
  .valve-intro {
	padding: 15px;
	border-radius: 12px;
	-ms-flex-direction: column;
	flex-direction: column;
  }
}
.valve-intro__img {
  width: 16.84%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 10px;
}
@media screen and (max-width: 834px) {
  .valve-intro__img {
	padding: 0;
	width: 100%;
	max-width: 180px;
  }
}
.valve-intro__ct {
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .valve-intro__ct {
	width: 100%;
  }
}
.valve-intro__ttl {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .valve-intro__ttl {
	font-size: 1.6rem;
	margin-bottom: 5px;
  }
}
.valve-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px 60px;
  margin: 0 -2px;
}
@media screen and (max-width: 990px) {
  .valve-list {
	gap: 15px 30px;
  }
}
@media screen and (max-width: 834px) {
  .valve-list {
	gap: 15px;
	grid-template-columns: repeat(2, 1fr);
  }
}
/*
@media screen and (max-width: 640px) {
  .valve-list {
	grid-template-columns: repeat(1, 1fr);
  }
}
*/
.valve-list__link {
  display: grid;
  gap: 11px;
}
@media screen and (max-width: 834px) {
  .valve-list__link {
	gap: 5px;
  }
}
.valve-list__img {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.7948717949;
}
.valve-list__img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.valve-list__img img {
  border-radius: 12px;
}
.valve-list__ttl {
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .valve-list__ttl {
	font-size: 1.2rem;
  }
}
.valve-list__ttl--lg {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .valve-list__ttl--lg {
	font-size: 1.4rem;
  }
}
.valve-list .c-txt__01 {
  line-height: 1.7;
}
@media screen and (min-width: 835px) {
  .valve-list--second {
	gap: 35px 60px;
  }
}
.valve-list--second .valve-list__ttl {
  text-align: left;
}
.valve-box__inn {
  background: #e2f2ff;
  border-radius: 30px;
  padding: 40px 35px 62px 24px;
}
@media screen and (max-width: 834px) {
  .valve-box__inn {
	border-radius: 15px;
	padding: 30px 15px;
  }
}
.valve-box__ttl {
  padding-right: 26%;
}
.valve-box__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 45px;
}
@media screen and (max-width: 640px) {
  .valve-box__flex {
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
  }
}
.valve-box__list {
  display: grid;
  gap: 30px;
  counter-reset: a;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .valve-box__list {
	width: 100%;
  }
}
.valve-box__list-item {
  position: relative;
  padding-left: 130px;
  display: grid;
  gap: 7px;
}
@media screen and (max-width: 834px) {
  .valve-box__list-item {
	padding-left: 60px;
  }
}
.valve-box__list-item:before {
  counter-increment: a;
  content: counter(a, decimal-leading-zero);
  position: absolute;
  top: -12px;
  left: 22px;
  font-family: Poppins, sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 700;
  color: #0056b6;
}
@media screen and (max-width: 834px) {
  .valve-box__list-item:before {
	font-size: 3.6rem;
	top: 0;
	left: 0;
  }
}
.valve-box__list-ttl {
  display: grid;
  gap: 5px;
}
.valve-box__list-ttl .c-ft--en {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #0056b6;
}
@media screen and (max-width: 834px) {
  .valve-box__list-ttl .c-ft--en {
	font-size: 1.2rem;
  }
}
.valve-box__list-ttl .c-ft--jp {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .valve-box__list-ttl .c-ft--jp {
	font-size: 1.6rem;
  }
}
.valve-box__list-desc {
  line-height: 1.45;
}
.valve-box__imgs {
  width: 40.05%;
  position: relative;
  padding: 5px 0 0;
}
@media screen and (max-width: 640px) {
  .valve-box__imgs {
	width: 70%;
	padding: 0;
	margin: 0 auto;
  }
}
.valve-box__imgs-img {
  width: 77.98%;
}
.valve-box__imgs-img--ab {
  width: 62.125%;
  position: absolute;
  top: -75px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .valve-box__imgs-img--ab {
	top: -35px;
  }
}
.valve-box__imgs img {
  border-radius: 12px;
}
@media screen and (max-width: 834px) {
  .valve-box__imgs img {
	border-radius: 6px;
  }
}
.valve-bnr {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 2.6181818182;
}
.valve-bnr * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.valve-bnr img {
  border-radius: 26px 26px 119px 119px;
}
@media screen and (max-width: 834px) {
  .valve-bnr img {
	border-radius: 13px 13px 60px 60px;
  }
}
.valve-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 62px;
}
@media screen and (max-width: 640px) {
  .valve-info {
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
  }
}
.valve-info__item {
  display: grid;
  gap: 10px;
}
.valve-info__dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.valve-info__dt {
  padding-top: 1px;
}
.valve-videos {
  display: grid;
  gap: 64px;
}
@media screen and (min-width: 641px) {
  .valve-videos {
	grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .valve-videos {
	gap: 15px;
  }
}
.valve-videos__item {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.7786561265;
}
.valve-videos__item * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.valve-videos iframe {
  width: 100%;
}
.valve-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 62px;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .valve-flex {
	gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .valve-flex {
	-ms-flex-direction: column;
	flex-direction: column;
  }
}
.valve-flex__desc {
  -ms-flex: 1;
  flex: 1;
  display: grid;
  gap: 22px;
}
@media screen and (max-width: 834px) {
  .valve-flex__desc {
	gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .valve-flex__desc {
	width: 100%;
  }
}
.valve-flex__imgs {
  display: grid;
  gap: 21px;
  width: 240px;
  padding: 5px 0 0;
}
@media screen and (max-width: 834px) {
  .valve-flex__imgs {
	gap: 15px;
  }
}
@media screen and (max-width: 640px) {
  .valve-flex__imgs {
	padding: 0;
	margin: 0 auto;
  }
}
.valve-flex__imgs-img img {
  display: block;
  width: 100%;
}
.valve-flex__imgs-caption {
  text-align: center;
}
.valve-btn__wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.valve-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.disc-list {
  display: grid;
  gap: 35px;
}
@media screen and (max-width: 834px) {
  .disc-list {
	gap: 15px;
  }
}
.disc-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 88px;
  padding-right: 47px;
}
@media screen and (max-width: 834px) {
  .disc-list__item {
	gap: 15px;
	padding-right: 0;
  }
}
.disc-list__item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .disc-list__item:not(:last-child) {
	padding-bottom: 30px;
  }
}
.disc-list__ct {
  -ms-flex: 1;
  flex: 1;
  display: grid;
  gap: 39px;
}
@media screen and (max-width: 834px) {
  .disc-list__ct {
	gap: 15px;
  }
}
.disc-list__ttl {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .disc-list__ttl {
	font-size: 2rem;
	line-height: 1.2;
  }
}
.disc-list__img {
  width: 192px;
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1.1098265896;
}
.disc-list__img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.disc-list__img {
  margin: 25px 0 0;
}
@media screen and (max-width: 834px) {
  .disc-list__img {
	margin: 0;
	width: 120px;
  }
}
.disc-list__img img {
  border-radius: 24px;
}
@media screen and (max-width: 834px) {
  .disc-list__img img {
	border-radius: 12px;
  }
}
.disc-box {
  background: #e2f2ff;
  border-radius: 24px;
  padding: 42px 42px 30px;
}
@media screen and (max-width: 834px) {
  .disc-box {
	border-radius: 12px;
	padding: 30px 15px;
  }
}
.disc-box__ttl {
  font-size: 2rem;
  line-height: 1.2;
}
.disc-box__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 640px) {
  .disc-box__grid {
	grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 834px) {
  .disc-box__grid-item {
	padding: 0 15px 10px;
  }
}
@media screen and (min-width: 641px) {
  .disc-box__grid-item:nth-child(odd) {
	border-right: 1px solid #909090;
  }
}
@media screen and (min-width: 835px) {
  .disc-box__grid-item:nth-child(odd) {
	padding: 0 33px 9px 0;
  }
}
@media screen and (min-width: 835px) {
  .disc-box__grid-item:nth-child(odd) .disc-box__grid-ct {
	padding: 0 0 0 50px;
  }
}
@media screen and (min-width: 835px) {
  .disc-box__grid-item:nth-child(2n) {
	padding: 0 0 9px 44px;
  }
}
@media screen and (min-width: 835px) {
  .disc-box__grid-item:nth-child(2n) .disc-box__grid-ct {
	padding: 0 0 0 7px;
  }
}
@media screen and (max-width: 640px) {
  .disc-box__grid-item:not(:last-child) {
	border-bottom: 1px solid #909090;
  }
}
.disc-box__grid-img {
  position: relative;
  max-width: 240px;
  height: auto;
  overflow: hidden;
  aspect-ratio: 0.96;
}
.disc-box__grid-img * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.disc-box__grid-img {
  margin: 0 auto 34px;
}
@media screen and (max-width: 834px) {
  .disc-box__grid-img {
	max-width: 180px;
	margin-bottom: 15px;
  }
}
.disc-box__grid-ct {
  display: grid;
  gap: 3px;
}
.disc-control {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.disc-control__link {
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .disc-control__link:hover {
	opacity: 0.7;
  }
}
.disc-control__link:before {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/product/rupture_disc/ico-arrow.svg) no-repeat 50% /
	contain;
  width: 13px;
  height: 21px;
}
.disc-control__link {
  padding-right: 40px;
}
.disc-control__link:before {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.disc-wrap {
  overflow-x: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .disc-wrap {
	margin-bottom: 30px;
  }
}
.disc-wrap__tbl {
  width: 100%;
  min-width: 800px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}
.disc-wrap__tbl.layout-fix {
  table-layout: fixed;
}
@media screen and (max-width: 834px) {
  .disc-wrap__tbl {
	font-size: 1.1rem;
	line-height: 1.2727272727;
  }
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:first-child {
  width: 80px;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:nth-child(2) {
  width: 77px;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:nth-child(3) {
  width: 106px;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:nth-child(4) {
  width: 96px;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:nth-child(5) {
  width: 104px;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:nth-child(6) {
  width: 77px;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:nth-child(7) {
  width: 74px;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:nth-child(8) {
  width: 48px;
}
.disc-wrap__tbl-header {
  background: #0056b6;
  color: #fff;
  padding: 8px 5px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #fff;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header {
  border-top: 1px solid #0056b6;
  border-bottom: 0;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:first-child {
  border-left: 1px solid #0056b6;
}
.disc-wrap thead tr:first-child .disc-wrap__tbl-header:last-child {
  border-right: 1px solid #0056b6;
}
.disc-wrap__tbl-header--sub {
  font-weight: 400;
  border-bottom: 0;
}
.disc-wrap__tbl-cell {
  padding: 20px 16px;
  text-align: center;
  border: 1px solid #7e7e7e;
}
.disc-wrap__tbl-cell.txt-left {
  text-align: left;
}
.disc-wrap__tbl-cell .c-ft--noto {
  white-space: nowrap;
}
.disc-wrap__tbl-cell--type {
  background: #e2f2ff;
  font-weight: 700;
  vertical-align: middle;
}
.disc-wrap__tbl-cell--circle,
.disc-wrap__tbl-cell--cross {
  font-weight: 700;
}
.disc-wrap__tbl-cell--note {
  text-align: left;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
  vertical-align: baseline;
}
.disc-wrap__tbl-cell--note span {
  font-size: 60%;
  margin-right: 3px;
  position: relative;
  top: -2px;
}

/* 下層ページ用スタイル, 後続マージンなど */
.sec-page .list-box {
  border-radius: 73px;
  margin-bottom: 60px;
}
.sec-page .inner > * + .c-ttl__05 {
  margin-top: 80px;
}
.sec-page h3 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.sec-page h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.sec-page .company-list {
  margin-top: 120px;
}
@media screen and (max-width: 834px) {
  .sec-page .list-box {
    padding: 30px 0;
    border-radius: 30px;
  }
  .sec-page .inner > * + .c-ttl__05 {
    margin-top: 40px;
  }
  .sec-page .company-list {
    margin-top: 60px;
  }
  .sec-page h3 {
    font-size: 1.8rem;
  }
}
.column-box {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.column-box .column-box__item {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
  border-radius: 20px;
}
.column-box .column-box__item .column-box__ttl {
  background: #e2f2ff;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 30px 40px 10px;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.column-box .column-box__item .column-box__body {
  position: relative;
  background: #fff;
  padding: 40px;
  margin-top: 12px; /* 三角分の余白 */
  border-radius: 0 0 20px 20px;
}
.column-box .column-box__item .column-box__body p {
  font-size: 1.6rem;
  line-height: 1.9375;
}
.column-box .column-box__item .column-box__body p.text-accent {
  font-size: 2rem;
  margin-bottom: 1em; 
}
.column-box .column-box__item .column-box__body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.column-box .column-box__item .column-box__body ul li {
  font-size: 1.6rem;
  line-height: 1.9375;
  padding-left: 1em;
  text-indent: -1em;
}
.column-box .column-box__item .column-box__body ul li:before {
  content: '・';
}
.column-box .column-box__item .column-box__body::before {
  content: "";
  position: absolute;
  top: -12px; /* 高さ調整 */
  left: 0;
  width: 100%;
  height: 30px; /* 三角の高さ */
  background: #e2f2ff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 834px) {
  .column-box {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .column-box .column-box__item .column-box__body p.text-accent {
      font-size: 1.8rem;
      margin-bottom: 1em;
  }
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 20px;  
  font-size: 1.6rem;
  line-height: 1.9375;
  padding: 15px 20px 15px 30px;
  background: #fff;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
  border-radius: 20px;
}
.feature-list li i {
  color: #0056b6;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .feature-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.usage-list {
  display: flex;
  flex-direction: column;
}
.usage-list .usage-list__item {
  display: flex;
  justify-content: space-between;
}
.usage-list .usage-list__item + .usage-list__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;  
}
.usage-list .usage-list__item .usage-list__link {
  width: calc( 100% - 390px );
}
.usage-list .usage-list__item .usage-list__link .usage-list__ttl {
  font-size: 2rem;
  margin-bottom: 1em;
}
.usage-list .usage-list__item .usage-list__img {
  width: 350px;
}
@media screen and (max-width: 834px) {
  .usage-list .usage-list__item {
    flex-direction: column;
    gap: 20px;
  }
  .usage-list .usage-list__item .usage-list__link {
    width: 100%;
  }
  .usage-list .usage-list__item .usage-list__link .usage-list__ttl {
      font-size: 1.8rem;
  }
  .usage-list .usage-list__item .usage-list__img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.flow {
  display: grid;
  gap: 20px;
}
.flow .flow__item {
  position: relative;
  width: 100%;
  background: #e2f2ff;
  border: 1px solid #cdd6dd;
  margin-left: 15px;
  margin-bottom: 32px;
  padding: 27px 47px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.flow .flow__item .flow__ttl {
  font-size: 1.8rem;
  width: 200px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
.flow .flow__item .flow__body {
  position: relative;
  padding: 20px;
}
.flow .flow__item .flow__body p {
  font-size: 1.6rem;
  line-height: 1.9375;
}
.flow .flow__item .step {
    top: -24px;
    left: -15px;
    font-size: 3.2rem;
    position: absolute;
    font-weight: bold;
    font-style: normal;
    color: #0056b6;
}
.flow .flow__item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #0056b6 transparent transparent transparent;
}
.flow .flow__item:last-child:after {
  display: none;
}
.greeting {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.greeting .greeting__left {
  display: flex;
  flex-direction: column;
  width: 55%;
}
.greeting .greeting__left .greeting__ttl h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.greeting .greeting__left .greeting__txt p {
 font-size: 1.6rem;
 line-height: 2.125;
 letter-spacing: 0.04em;
}
.greeting .greeting__left .greeting__sign {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.greeting .greeting__left .greeting__sign .role {
 font-size: 1.6rem;  
}
.greeting .greeting__left .greeting__sign .name {
 font-size: 2.4rem;  
}
.greeting .greeting__right {
    width: 40%;
    max-width: 700px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
}
.greeting .greeting__right .greeting__img {
  max-height: 90%;
  aspect-ratio: 2 / 3;
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(228, 233, 235, 0.8) 0px 5px 15px 0px;
}
.greeting .greeting__right .greeting__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 834px) {
  .greeting {
    flex-direction: column;
    align-items: center;
  }
  .greeting .greeting__left {
    width: 100%;
  }
  .greeting .greeting__left .greeting__ttl h2 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .greeting .greeting__left .greeting__txt p {
      font-size: 1.4rem;
      line-height: 1.66;
      letter-spacing: inherit;
  }
  .greeting .greeting__left .greeting__sign .role {
      font-size: 1.2rem;
  }
  .greeting .greeting__left .greeting__sign .name {
      font-size: 1.8rem;
  }
  .greeting .greeting__right {
    width: 80%;
  }
  .greeting .greeting__right .greeting__img {
    padding: 10px;
    border-radius: 10px;
  }
}
.company-table {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.company-table dl {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  padding: 30px 40px;
  font-size: 1.6rem;
}
.company-table dl dt {
  width: 200px;
  font-weight: bold;
}
.company-table dl dd {
  width: calc( 100% - 200px );
}
.company-table dl dd p {
  line-height: 1.66;
}
.company-table dl dd p + p {
  margin-top: 1em;
}
.company-table dl dd a {
  color: #0056b6;
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  .company-table dl {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  .company-table dl dt {
    width: 120px;
  }
  .company-table dl dd {
    width: calc( 100% - 120px );
  }
}
@media screen and (max-width: 640px) {
  .company-table dl {
    flex-direction: column;
    gap: 10px;
    padding: 15px 10px;
    font-size: 1.4rem;
  }
  .company-table dl dt {
    width: 100%;
  }
  .company-table dl dd {
    width: 100%;
    padding-left: 1em;
  }
}

.list {
  font-size: 1.6rem;
}
.list ul,
.list ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.list ul li:before {
  content: '・';
}
.list ol {
  counter-reset: ol-counter; /* カウンター初期化 */
  margin: 0;
  padding: 0;
}
.list ol > li {
  list-style: none;          /* デフォルト番号は消す */
  counter-increment: ol-counter; /* 1,2,3... とカウントアップ */
  position: relative;
  padding-left: 2em;         /* 疑似要素分の余白 */
}
/* 実際に数字を表示する部分 */
.list ol > li::before {
  content: counter(ol-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.page__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .list {
    font-size: 1.2rem;
  }
  .list ol > li {
    padding-left: 1.5rem;
  }
}

.location-list {
  display: flex;
  flex-direction: column;
}
.location-list .location-list__item {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.location-list .location-list__item + .location-list__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e2e2e2;
}
.location-list .location-list__item.image .location-list__link {
  width: calc( 100% - 400px );
}
.location-list .location-list__item.map .location-list__link {
  width: calc( 55% - 40px );
}
.location-list .location-list__item .location-list__link .location-list__name {
  margin-bottom: 20px;
}
.location-list .location-list__item .location-list__link .location-list__ttl {
  font-size: 2rem;
  margin-bottom: 1em;
}
.location-list .location-list__item .location-list__link p {
  font-size: 1.5rem;
  line-height: 1.66;
}
.location-list .location-list__item.map .location-list__img {
  width: 45%;
  aspect-ratio: 16 / 9;
}
.location-list .location-list__item.map .location-list__img iframe {
  width: 100%;
  height: 100%;
}
.location-list .location-list__item.image .location-list__img {
  width: 360px;
  aspect-ratio: 4 / 3;
}
.location-list .location-list__item.image .location-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-btn {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .location-list .location-list__item {
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }
  .location-list .location-list__item + .location-list__item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .location-list .location-list__item.image .location-list__link {
    width: 100%;
  }
  .location-list .location-list__item.map .location-list__link {
    width: 100%;
  }
  .location-list .location-list__item .location-list__link .location-list__name {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .location-list .location-list__item .location-list__link .location-list__ttl {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .location-list .location-list__item .location-list__link p {
    font-size: 1.4rem;
  }
  .location-list .location-list__item.map .location-list__img,
  .location-list .location-list__item.image .location-list__img {
    width: 100%;
    display: flex;
    justify-content: center;
    aspect-ratio: inherit;
  }  
  .location-list .location-list__item.map .location-list__img iframe {
    min-height: 240px;
  }
  .location-list .location-list__item.image .location-list__img img {
    width: 70%;
    height: auto;
  }
  .location-btn {
    margin-top: 2rem;
  }  
}

.note {
  font-size: 1.4rem;
}
.note sup {
  top: 0.2em;
  position: relative;
}
.sdgs-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* ← これ重要 */
}
.sdgs-table .col-no {
  width: 10%;
}
.sdgs-table .col-title {
  width: 35%;
}
.sdgs-table .col-sdgs {
  width: 55%;
}
.contact-page .inner {
  max-width: 1200px;
}
.contact-table {
  background: #f3f9ff;
  border-radius: 20px;
  padding: 40px;
}
.contact-table dl {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  font-size: 1.6rem;
}
.contact-table dl:last-child {
  border:none;
}
.contact-table dl dt {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-table dl dt span {
  font-size: 1.2rem;
  color: #fff;
  padding: 0 10px;
  border-radius: 3px;
  line-height: 1.8;
}
.contact-table dl dt .required {
  background: #ff6b6b;
}

.contact-table dl dt .any {
  background: #7aa8c9;
}
.contact-table dl dd {
  width: calc( 100% - 240px );
}
.contact-table dl dd.row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-table dl dd.row div {
  width: calc( calc( 100% - 20px ) / 2 );
  box-sizing: border-box;
}
.contact-table dl dd.col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-table dl dd.col div span {
  min-width: 80px;
}
.contact-table input[type="text"], 
.contact-table input[type="url"], 
.contact-table input[type="email"] {
    width: 420px;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .05rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.contact-table input[name="zip[data][0]"] {
  width: 100px;
}
.contact-table input[name="zip[data][1]"] {
  width: 120px;
}
.contact-table input[name^="tel[data]"],
.contact-table input[name^="fax[data]"] {
    width: 120px;
}
.contact-table input[type="text"].short {
  width: 320px;
}
.select-wrap {
    position: relative;
    width: 420px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\edc2";
    font-family: 'icomoon';
    line-height: 52px;
    color: #7F878C;
    pointer-events: none;
}
.select-wrap select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
    padding: 15px 24px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.contact-table textarea {
    width: 100%;
    min-height: 300px;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .05rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.contact-table .radio input[type="radio"] + label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin-top: -1px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.contact-table .radio input[type="radio"]:checked + label:before {
    background-color: #0056b6;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.contact-table .p-check {
    position: relative;
    padding-left: 33px;
}
.contact-table .p-check:before {
    content: '';
    position: absolute;
    top: 42%;
    left: 8px;
    display: block;
    width: 5px;
    height: 10px;
    border-right: 3px solid #0056b6;
    border-bottom: 3px solid #0056b6;
    opacity: 0;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transition: all 250ms ease;
    z-index: 10;
}
.contact-table .p-check:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #ccc;
    background: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.contact-table input[type="checkbox"]:checked+.p-check:before {
    opacity: 1;
}
.contact-table .form-note {
/*   margin-top: 2rem; */
  line-height: 1.8;
}
.contact-table .form-note a {
  color: #0056b6;
  text-decoration: underline;
}
.submit-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
  gap: 40px;
}
.submit-btn button.submit {
    width: 100%;
    max-width: 338px;
    height: 88px;
    border-radius: 84px;
    border: 4px solid #dcdcdc;
    background: #0056b6;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 2rem;
    color: #fff !important;
    line-height: 1.3;
    font-weight: 600;
    font-family: Hiragino Sans, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック, MS PGothic, sans-serif;
}
.submit-btn button.back {
    width: 100%;
    max-width: 338px;
    height: 88px;
    border-radius: 84px;
    border: 4px solid #dcdcdc;
    background: #fff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 2rem;
    color: #0056b6 !important;
    line-height: 1.3;
    font-weight: 600;
    font-family: Hiragino Sans, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\Ｐゴシック, MS PGothic, sans-serif;
}
.submit-btn button.submit:after {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../img/common/arrow-right.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 33px;
}
.p-country-name {
  display: none;
}
.mw_wp_form_confirm .contact-table dl dt span,
.mw_wp_form_confirm .contact-table dl dd div span,
.mw_wp_form_confirm .contact-table .form-note {
  display: none;  
}
.mw_wp_form_input .error {
  margin-top: 5px;
}
.contact-table dl dd .flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .contact-table {
    padding: 20px;
  }
  .contact-table dl {
    padding: 20px;
  }
  .contact-table input[type="text"].short {
    width: 240px;
  }
}
@media screen and (max-width: 834px) {
  .contact-table dl {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .contact-table dl dt {
    width: 100%;
    font-weight: bold;
  }
  .contact-table dl dd,
  .contact-table dl dd.row {
    width: 100%;
  }
  .contact-table input[type="text"],
  .contact-table input[type="url"],
  .contact-table input[type="email"] {
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
  }
  .contact-table input[name="zip[data][0]"] {
    width: 80px;
  }
  .contact-table input[name="zip[data][1]"] {
    width: 100px;
  }
  .contact-table input[name^="tel[data]"],
  .contact-table input[name^="fax[data]"] {
      width: 28%;
  }
  .select-wrap select {
    padding: 10px 15px;
  }
  .select-wrap:before {
    line-height: 44.4px;
  }
}
@media screen and (max-width: 640px) {
  .contact-table dl {
    font-size: 1.5rem;
  }
  .contact-table dl dd.col {
    gap: 20px;
  }
  .contact-table dl dd.row div > span,
  .contact-table dl dd .flex > span {
    font-size: 1.2rem;
  }
  .contact-table dl dd .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .select-wrap {
    width: 100%;
  }
  .contact-table .p-check {
    display: block;
  }
  .contact-table .p-check span {
    display: inline-block;
  }
  .submit-btn {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
  }
  .submit-btn button.submit,
  .submit-btn button.back {
    height: 60px;
    width: 100%;
    font-size: 1.6rem;
  }
}