@charset "UTF-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/
.page-id-43 .elementor-widget:not(:last-child){
	margin-bottom: 0 !important;
}
.mainimage{
	position: relative;
}
.key-catch-box{
	width: 537px;
	height: 486px;
	background-image: url('../img/top/key_catch_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #fff;
	position: absolute;
	right: 12.5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.key-catch-ttl{
	font-family: "Shippori Mincho", serif;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 20px;
}
.key-catch-ttl .dot{
	display: inline-block;
	color: #FFF677;
	position: relative;
}
.key-catch-ttl .dot:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #FFF677;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
}
.key-catch-ttl .big{
	display: block;
	font-size: 94px;
	letter-spacing: 0.03em;
	line-height: 1.2;
	font-weight: 400;
}
.key-catch-txt{
	font-family: "Zen Old Mincho", serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 2;
	text-align: center;
}
.key-slider p {
	overflow: hidden;
}
.key-slider img {
	transform: scale(1.1) translateX(40px);
	transition: transform 6s linear;
	will-change: transform;
}
@media screen and (max-width: 1360px){
	.key-catch-box{
		width: 39.3vw;
		height: 35.6vw;
	}
	.key-catch-ttl{
		font-size: 2.8vw;
		margin-bottom: 1.5vw;
	}
	.key-catch-ttl .dot:before{
		width: 0.4vw;
		height: 0.4vw;
		top: -0.7vw;
	}
	.key-catch-ttl .big{
		font-size: 6.9vw;
	}
	.key-catch-txt{
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 767px){
	.key-slider img {
		transform: scale(1.1) translateX(4vw);
	}
	.key-catch-box{
		width: 86.7vw;
		height: 73.1vw;
		top: auto;
		transform: none;
		bottom: 17.1vw;
		right: 6.7vw;
		padding-top: 3vw;
	}
	.key-catch-ttl{
		font-size: 6.1vw;
		margin-bottom: 4.3vw;
	}
	.key-catch-ttl .dot:before{
		width: 1.1vw;
		height: 1.1vw;
		top: -2.7vw;
	}
	.key-catch-ttl .big{
		font-size: 15.2vw;
	}
	.key-catch-txt{
		font-size: 3.5vw;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
}

#newsbox{
	padding: 94px 30px 70px;
}
#newsbox .elementor-row{
	column-gap: 60px;
	flex-wrap: nowrap;
}
#newsbox .post-box__header{
	color: #059DD4;
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: 0.01em;
	padding-bottom: 6px;
	border-bottom: 2px solid #059DD4;
	margin-bottom: 32px;
}
#newsbox .post-box__header h2{
	font-weight: 500;
}
#newsbox .post-box__content{
	line-height: 28px;
	margin-bottom: 34px;
}
#newsbox .post-box__content dl{
	width: 100%;
	display: table;
}
#newsbox .post-box__content dl dt{
	display: table-cell;
	width: 127px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.01em;
}
#newsbox .post-box__content dl .new-label{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 10px;
	border-radius: 5px;
	background: #274768;
	color: #fff;
	margin-right: 10px;
	position: relative;
	top: -1px;
}
#newsbox .post-box__content dl dd{
	display: table-cell;
	font-size: 17px;
	letter-spacing: 0;
}
#newsbox .post-box__content dl dd a:hover{
	text-decoration: underline;
}
#newsbox .post-box__content dl + dl{
	margin-top: 20px;
}
#newsbox .post-box__summary-link{
	text-align: right;
}
#newsbox .post-box__summary-link a{
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 18px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}
#newsbox .post-box__summary-link a:after{
	content: '';
	width: 9px;
	height: 8px;
	background-image: url('../img/top/right.png');
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -1px;
}
#newsbox .post-box__summary-link a:hover{
	border-color: transparent;
}
@media screen and (max-width: 980px){
	#newsbox .elementor-row{
		column-gap: 30px;
	}
}
@media screen and (max-width: 767px){
	#newsbox{
		padding: 36px 8vw 25px;
	}
	#newsbox .elementor-row{
		display: block !important;
	}
	#newsbox .elementor-column{
		margin-bottom: 32px;
	}
	#newsbox .post-box__header{
		margin-bottom: 19px;
	}
	#newsbox .post-box__content{
		margin-bottom: 19px;
		height: auto !important;
	}
	#newsbox .post-box__content dl{
		display: block;
	}
	#newsbox .post-box__content dl dt{
		display: block;
		width: 100%;
		margin-bottom: -5px;
	}
	#newsbox .post-box__content dl .new-label{
		font-size: 12px;
		line-height: 18px;
		margin-right: 6px;
		padding: 0 7px;
		top: 0;
	}
	#newsbox .post-box__content dl dd{
		font-size: 14px;
	}
	#newsbox .post-box__content dl dd a:hover{
		text-decoration: none;
	}
	#newsbox .post-box__content dl + dl{
		margin-top: 18px;
	}
}

/*PAGE TOP*/

.btn-cm {
  width: 291px;
}

.btn-cm a {
  display: block;
  border-bottom: 2px solid #059DD4;
  color: #059DD4;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  padding-bottom: 15px;
  position: relative;
}

.btn-cm a:after {
  content: '';
  width: 19px;
  height: 19px;
  background-image: url("../img/arr.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 6px;
  transition: 0.3s all ease;
}

@media screen and (min-width: 768px) {
  .btn-cm a:hover:after {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .h2-common {
    font-size: 6.1vw;
  }
  .h2-common small {
    font-size: 2.9vw;
  }
  .btn-cm {
    width: 100%;
  }
}

.cl-yellow {
  color: #FFF677;
}

.cl-blue {
  color: #059DD4;
}

#about .box {
  background: #fff;
  border-top: 2px solid #059DD4;
  padding: 72px 30px 85px;
}

#about .inner {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
}

#about .col-left {
  width: 48.5%;
}

#about .col-left .h2-common {
  margin-bottom: 56px;
}

#about .col-left .info {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

#about .col-left .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 17px;
  margin-bottom: 18px;
}

#about .col-left .info dl dt {
  width: 113px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  color: #059DD4;
}

#about .col-left .info dl dd {
  display: table-cell;
}

#about .col-left .info dl:last-child {
  margin-bottom: 0;
}

#about .col-right {
  width: 48.5%;
}

#about .col-right table {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#about .col-right table th {
  width: 150px;
}

#about .col-right table td {
  text-align: center;
}

#about .col-right table td .line {
  display: block;
  width: 9px;
  height: 1px;
  background: #3A3A3A;
  margin: 0 auto;
}

#about .col-right table td:last-child {
  width: 80px;
  white-space: nowrap;
  padding-right: 20px;
}

#about .col-right table thead {
  background: #274768;
  color: #fff;
}

#about .col-right table thead th, #about .col-right table thead td {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#about .col-right table thead th {
  padding-left: 21px;
}

#about .col-right table tbody th, #about .col-right table tbody td {
  padding-top: 11px;
  padding-bottom: 11px;
}

#about .col-right table tbody th {
  padding-left: 13px;
  font-weight: 500;
}

#about .col-right table tbody tr {
  border-bottom: 1px solid #3A3A3A;
}

#about .col-right .table-txt1 {
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

#about .col-right .table-txt1 span {
  display: inline-block;
  color: #fff;
  background: #059DD4;
  padding: 0 10px;
  margin-right: 12px;
}

#about .col-right .table-txt2 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 50px;
}

#about .col-right .ggmap {
  width: 100%;
  height: calc(100% - 275px);
  position: relative;
}

#about .col-right .ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1080px) {
  #about .col-left .info dl dt {
    width: 84px;
  }
}

@media screen and (max-width: 980px) {
  #about .col-left .info dl dt {
    width: 70px;
  }
  #about .col-right table th {
    width: 110px;
  }
  #about .col-right table td:last-child {
    width: 55px;
    letter-spacing: -0.2em;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #about .box {
    padding: 34px 8vw 34px;
    margin: 0 -3.2vw;
  }
  #about .inner {
    max-width: none;
    display: block;
  }
  #about .col-left {
    width: 100%;
    margin-bottom: 12px;
  }
  #about .col-left .h2-common {
    margin-bottom: 25px;
  }
  #about .col-left .info dl {
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
  #about .col-left .info dl dt {
    width: 83px;
  }
  #about .col-left .info dl:last-child {
    margin-bottom: 0;
  }
  #about .col-right {
    width: 100%;
  }
  #about .col-right table {
    font-size: 13.5px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  #about .col-right table th {
    width: 95px;
  }
  #about .col-right table td .line {
    width: 6px;
  }
  #about .col-right table td:last-child {
    width: 50px;
    padding-right: 5px;
    letter-spacing: -0.2em;
  }
  #about .col-right table thead th, #about .col-right table thead td {
    font-size: 12.5px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
  #about .col-right table thead th {
    padding-left: 13px;
  }
  #about .col-right table tbody th, #about .col-right table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #about .col-right table tbody th {
    padding-left: 8px;
  }
  #about .col-right .table-txt1 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  #about .col-right .table-txt1 span {
    font-size: 10px;
    padding: 0 6px;
    margin-right: 7px;
  }
  #about .col-right .table-txt2 {
    font-size: 13px;
    margin-bottom: 23px;
  }
  #about .col-right .ggmap {
    height: 44vw;
  }
}

#microscope {
  position: relative;
  z-index: 0;
}

#microscope:after {
  content: '';
  width: calc(50% + 243px);
  background-image: url("../img/top/microscope_bg.jpg");
  background-size: cover;
  background-position: 50%;
  position: absolute;
  right: 0;
  top: 148px;
  bottom: 102px;
  z-index: -2;
}

#microscope .eng-ttl {
  color: #fff;
  text-align: center;
  font-size: 191px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#microscope .eng-ttl p{
	padding: 0 30px;
}
#microscope .col-right {
  max-width: 605px;
  width: 60%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  color: #fff;
}

#microscope .col-right h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
}

#microscope .col-right h2 small {
  display: block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

#microscope .col-right .txt {
  max-width: 468px;
  margin-bottom: 71px;
}
#microscope .col-right .txt small{
	font-size: 12px;
}
#microscope .col-right .txt .txt_link{
	color: #fff !important;
	font-weight: inherit;
}

#microscope .col-right ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 16px;
}

#microscope .col-right ul li {
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background: linear-gradient(180deg, #183a5e 0%, #2e547d 100%);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

#microscope .col-right ul li:before {
  content: '';
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 9px;
  right: 9px;
  top: 9px;
  bottom: 9px;
  pointer-events: none;
}

#microscope .col-right ul li .num {
  font-size: 65px;
  letter-spacing: 0;
  font-weight: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: -56px;
  z-index: 1;
}

#microscope .col-right .machine {
  width: 464px;
  position: absolute;
  right: -144px;
  top: -113px;
  z-index: -1;
}

#microscope .img {
  width: calc(50% - 156px);
  height: 600px;
  position: absolute;
  left: 0;
  top: 232px;
}

#microscope .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

@media screen and (max-width: 1360px) {
  #microscope:after {
    top: 10.3vw;
  }
  #microscope .eng-ttl {
    font-size: 14vw;
  }
  #microscope .col-right .machine {
    right: calc(-50vw + 88%);
    top: -8.4vw;
  }
  #microscope .img {
    top: 17vw;
  }
}

@media screen and (max-width: 1280px) {
  #microscope .img {
    width: calc(50% - 110px);
  }
}

@media screen and (max-width: 1180px) {
  #microscope .col-right {
    width: 57%;
  }
  #microscope .col-right ul {
    column-gap: 10px;
  }
  #microscope .col-right ul li {
    width: 187px;
    height: 187px;
  }
}

@media screen and (max-width: 1080px) {
  #microscope .col-right ul li {
    width: 168px;
    height: 168px;
    font-size: 17px;
  }
  #microscope .col-right ul li:before {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
  }
  #microscope .col-right .machine {
    width: 68%;
  }
}

@media screen and (max-width: 980px) {
  #microscope {
    margin-top: 40px;
  }
  #microscope:after {
    width: 100%;
    background-image: url("../img/top/microscope_bg_sp.jpg");
    bottom: 22vw;
    top: 8vw;
  }
  #microscope .eng-ttl {
    margin-bottom: 4.6vw;
  }
	#microscope .eng-ttl p{
		padding: 0 4vw;
	}
  #microscope .col-right {
    max-width: none;
    width: 100%;
    margin-bottom: 36px;
  }
  #microscope .col-right .txt {
    max-width: none;
  }
  #microscope .col-right ul {
    column-gap: 16px;
  }
  #microscope .col-right ul li {
    width: 191px;
    height: 191px;
    font-size: 18px;
  }
  #microscope .col-right ul li:before {
    left: 9px;
    right: 9px;
    top: 9px;
    bottom: 9px;
  }
  #microscope .col-right .machine {
    width: 61%;
    right: -6vw;
    top: -18vw;
  }
  #microscope .img {
    width: calc(100% - 45px);
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  #microscope {
    margin-top: 12vw;
  }
  #microscope:after {
    bottom: 21.3vw;
    top: 10vw;
  }
  #microscope .eng-ttl {
    font-size: 16.4vw;
    margin: 0 0 16.8vw -4vw;
  }
  #microscope .col-right {
    margin-bottom: 9.6vw;
  }
  #microscope .col-right h2 {
    font-size: 6.9vw;
    margin-bottom: 5.9vw;
  }
  #microscope .col-right h2 small {
    font-size: 4.3vw;
    line-height: 5.1vw;
    margin-bottom: 3.2vw;
  }
  #microscope .col-right .txt {
    margin-bottom: 8.5vw;
  }
  #microscope .col-right ul {
    column-gap: 2.1vw;
  }
  #microscope .col-right ul li {
    width: 37.6vw;
    height: 37.6vw;
    font-size: 3.5vw;
  }
  #microscope .col-right ul li:before {
    left: 1.9vw;
    right: 1.9vw;
    top: 1.9vw;
    bottom: 1.9vw;
  }
  #microscope .col-right ul li .num {
    font-size: 12.8vw;
    line-height: 1;
    top: -7vw;
  }
  #microscope .col-right ul li:first-child {
    margin: 0 10vw;
  }
  #microscope .col-right .machine {
    width: 92%;
    right: -17vw;
    top: -32vw;
  }
  #microscope .img {
    width: 88vw;
  }
  #microscope .img img {
    height: auto !important;
  }
}

#concept {
  position: relative;
  z-index: 1;
  margin-top: 92px;
}

#concept:before {
  content: '';
  width: 473px;
  height: 215px;
  background: #FFF677;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}

#concept:after {
  content: '';
  width: calc(50% + 243px);
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}

#concept .col-text {
  max-width: 504px;
  width: 50%;
  padding: 69px 0 74px;
}

#concept .col-text h2 {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.05em;
	font-weight: 500;
  margin-bottom: 34px;
}

#concept .col-text h2 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 19px;
  margin-bottom: 12px;
}

#concept .col-text .txt small{
	font-size: 12px;
}
#concept .col-text .txt .txt_link{
	color: #3a3a3a !important;
	font-weight: inherit;
}

#concept .img {
  width: calc(50% - 49px);
  position: absolute;
  right: 0;
  top: 87px;
  bottom: 86px;
}

#concept .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

@media screen and (max-width: 980px) {
  #concept:after {
    width: 100%;
    bottom: 111px;
  }
  #concept .col-text {
    max-width: none;
    width: 100%;
  }
  #concept .img {
    width: calc(100% - 45px);
    margin-left: auto;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  #concept {
    margin-top: 13.3vw;
  }
  #concept:before {
    width: 51.2vw;
    height: 65.1vw;
  }
  #concept:after {
    bottom: 29.6vw;
  }
  #concept .col-text {
    padding: 11.7vw 0 14.9vw;
  }
  #concept .col-text h2 {
    font-size: 6.9vw;
    margin-bottom: 6.1vw;
  }
  #concept .col-text h2 small {
    font-size: 4.3vw;
    line-height: 5.1vw;
    margin-bottom: 3.2vw;
  }
  #concept .img {
    width: 88vw;
  }
  #concept .img img {
    height: auto !important;
  }
}

#feature {
  padding: 91px 0 56px;
  position: relative;
  z-index: 0;
}

#feature:before {
  content: '';
  background-image: url("../img/top/feature_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -214px;
  bottom: 0;
  z-index: -2;
}

#feature .h2-common {
  position: relative;
  margin-bottom: 71px;
}

#feature .h2-common span {
  margin-left: 79px;
}

#feature .h2-common img {
  width: 58px !important;
  position: absolute;
  top: -39px;
  left: 260px;
}

#feature .num-cm {
  font-family: "Cormorant", serif;
  font-size: 180px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0;
  background: linear-gradient(140deg, #059dd4 0%, #b4cef9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 24px 0 109px;
}

#feature .h3-cm {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

#feature .h3-cm span {
  display: table;
  background: linear-gradient(140deg, #059dd4 0%, #b4cef9 100%);
  padding: 0 12px 0 18px;
}

#feature .h3-cm span + span {
  margin-top: 8px;
}

#feature .btn-cm {
  width: 366px;
}

#feature .row1 {
  position: relative;
  margin-bottom: 112px;
}

#feature .row1 .col-img {
  width: calc(50% - 65px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

#feature .row1 .col-img .num-cm {
  position: absolute;
  right: -16px;
  top: -32px;
  z-index: 1;
}

#feature .row1 .col-img .img {
  width: 100%;
  height: 100%;
}

#feature .row1 .col-img .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 90%;
}

#feature .row1 .col-text {
  width: 50%;
  padding: 4px 16px 51px 20px;
  position: relative;
  z-index: 2;
  margin-left: auto;
}

#feature .row1 .col-text .h3-cm {
  margin-bottom: 24px;
}

#feature .row1 .col-text .txt {
  margin-bottom: 40px;
}

#feature .row1 .eng-ttl {
  color: #fff;
  font-size: 203px;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0.8;
  position: absolute;
  left: -5px;
  bottom: -63px;
  z-index: 1;
}

#feature .row2 .featurelist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 132px;
  row-gap: 114px;
}

#feature .row2 .item {
  position: relative;
}

#feature .row2 .item .num-cm {
  position: absolute;
  top: -28px;
  right: -30px;
  z-index: 1;
}

#feature .row2 .item .h3-cm {
  position: relative;
  z-index: 1;
  margin: -82px 0 34px -18px;
}

#feature .row2 .item .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  #feature .row1 .col-img {
    width: calc(50% - 25px);
  }
}

@media screen and (max-width: 1180px) {
  #feature .row2 .featurelist {
    column-gap: 100px;
  }
}

@media screen and (max-width: 1080px) {
  #feature .row1 .col-text {
    padding: 4px 0px 30px 20px;
  }
  #feature .row2 .featurelist {
    column-gap: 60px;
  }
}

@media screen and (max-width: 980px) {
  #feature .row1 {
    margin-bottom: 60px;
  }
  #feature .row1 .col-img {
    width: calc(100% - 60px);
    margin: 0 auto 30px;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
  #feature .row1 .col-text {
    width: 100%;
    padding: 0;
  }
  #feature .row1 .eng-ttl {
    font-size: 21vw;
    top: 38vw;
    left: 0;
  }
  #feature .row2 .featurelist {
    display: block;
  }
  #feature .row2 .item {
    margin-bottom: 50px;
  }
  #feature .row2 .item .h3-cm {
    margin: 30px 0 24px;
  }
  #feature .row2 .item .img img {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  #feature {
    padding: 19.2vw 0 0;
		margin-bottom: -20vw;
  }
  #feature:before {
    background-image: url("../img/top/feature_bg_sp.png");
    top: -30vw;
  }
  #feature .h2-common {
    font-size: 9.1vw;
    margin-bottom: 14.9vw;
  }
  #feature .h2-common small {
    font-size: 4.3vw;
  }
  #feature .h2-common span {
    display: block;
    margin: 5.1vw 0 0 14.4vw;
  }
  #feature .h2-common img {
    width: 10.4vw !important;
    left: 1vw;
    top: 20vw;
  }
  #feature .num-cm {
    font-size: 27.7vw;
    padding: 3vw 0 18vw;
  }
  #feature .h3-cm {
    font-size: 5.6vw;
    line-height: 1.9;
  }
  #feature .h3-cm span {
    padding: 0 2.4vw;
  }
  #feature .h3-cm span + span {
    margin-top: 1.9vw;
  }
  #feature .btn-cm {
    width: 100%;
  }
  #feature .row1 {
    margin-bottom: 17.9vw;
  }
  #feature .row1 .col-img {
    width: 84vw;
  }
  #feature .row1 .col-img .num-cm {
    top: -5vw;
    right: 2vw;
  }
  #feature .row1 .img {
    margin-bottom: 6.4vw;
  }
  #feature .row1 .col-text .h3-cm {
    margin-bottom: 4.3vw;
  }
  #feature .row1 .col-text .txt {
    margin-bottom: 6.7vw;
  }
  #feature .row1 .eng-ttl {
    display: none;
  }
  #feature .row2 .item {
    margin-bottom: 20.5vw;
  }
  #feature .row2 .item .h3-cm {
    margin: 6.4vw 0 4.3vw;
  }
  #feature .row2 .item .num-cm {
    top: -4.6vw;
    right: 2vw;
  }
  #feature .row2 .item .txt {
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 374px) {
  #feature .btn-cm a {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
  #feature .btn-cm a:after {
    width: 5.1vw;
    height: 5.1vw;
    top: 1.6vw;
  }
}

#first {
  margin: 100px 0 173px;
}

#first .container {
  position: relative;
  z-index: 0;
}

#first .container:before {
  content: '';
  width: 516px;
  height: 219px;
  background: #FFF677;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0% 100%);
  opacity: 0.6;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: -1;
}

#first .box:before {
  content: '';
  background: #fff;
  position: absolute;
  left: -2px;
  right: -2px;
  top: 0;
  bottom: 0;
  z-index: -2;
}

#first .box:after {
  content: '';
  background: linear-gradient(140deg, #059dd4 0%, #b4cef9 100%);
  position: absolute;
  right: -24px;
  left: 24px;
  top: 20px;
  bottom: -20px;
  z-index: -3;
}

#first .eng-ttl {
  font-size: 191px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: -40px;
  top: -155px;
  z-index: -2;
}

#first .col-text {
  padding: 81px 0 70px 70px;
}

#first .col-text h2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 23px;
  padding-left: 54px;
  position: relative;
}

#first .col-text h2:before {
  content: '';
  width: 30px;
  background-image: url("../img/top/icon_shield.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: -5px;
}

#first .col-text .txt {
  font-size: 20px;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}

#first .col-text .btn-cm {
  margin: 0 72px 0 auto;
}

#first .img1 {
  width: 332px;
  position: absolute;
  top: -73px;
  right: 134px;
  z-index: 1;
}

#first .img2 {
  width: 385px;
  position: absolute;
  right: -143px;
  top: 65px;
}

#first .img3 {
  width: 320px;
  position: absolute;
  left: -143px;
  bottom: -36px;
  z-index: -1;
}

@media screen and (max-width: 1180px) {
  #first .box:before {
    right: 20px;
  }
  #first .box:after {
    right: 0;
  }
  #first .col-text {
    padding-left: 50px;
  }
  #first .eng-ttl {
    left: -20px;
  }
}

@media screen and (max-width: 1080px) {
  #first .col-text {
    padding-left: 20px;
  }
  #first .col-text .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 980px) {
  #first {
    margin-bottom: 260px;
  }
  #first .col-text {
    padding-left: 10px;
  }
  #first .img1 {
    right: 14px;
  }
  #first .img2 {
    right: -3px;
    top: auto;
    bottom: -236px;
  }
  #first .img3 {
    left: 0px;
    bottom: -176px;
  }
}

@media screen and (max-width: 767px) {
  #first {
    margin: 32.8vw 0 57.6vw;
  }
  #first .container:before {
    width: 42.7vw;
    height: 56.8vw;
    left: 0px;
    top: -3.2vw;
  }
  #first .box:before {
    left: 3.2vw;
    right: 2.7vw;
  }
  #first .box:after {
    right: 0;
    left: 5.9vw;
    top: 3vw;
    bottom: -3vw;
  }
  #first .eng-ttl {
    font-size: 18.9vw;
    left: 3vw;
    top: -15vw;
    z-index: 0;
  }
  #first .col-text {
    padding: 8.3vw 1.9vw 12.3vw;
  }
  #first .col-text h2 {
    font-size: 6.9vw;
    margin-bottom: 4vw;
    padding-left: 9.6vw;
  }
  #first .col-text h2:before {
    width: 5.9vw;
    top: 0;
    bottom: 0;
  }
  #first .col-text .txt {
    font-size: 16px;
    line-height: 2.1;
    margin: 0 -1vw 3.7vw 0;
  }
  #first .col-text .btn-cm {
    margin: 0;
  }
  #first .img1 {
    width: 40.5vw;
    top: -19.2vw;
    right: 0;
  }
  #first .img2 {
    width: 34.1vw;
    right: 0;
    bottom: -17.6vw;
  }
  #first .img3 {
    width: 50.7vw;
    left: 0;
    bottom: -41.1vw;
  }
}

#pickup .pickup-ttl {
  position: relative;
  padding-bottom: 49px;
}

#pickup .pickup-ttl .h2-common {
  margin-left: -25px;
  position: relative;
  z-index: 1;
}

#pickup .pickup-ttl .eng-ttl {
  width: 868px;
  position: absolute;
  left: calc(50% - 170px);
  bottom: -3px;
}

#pickup .pickup-row {
  background-image: url("../img/top/pickup_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 76px 30px 88px;
}

#pickup .pickup-row .box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 45px 54px;
  position: relative;
  z-index: 0;
  display: flex;
  column-gap: 95px;
}

#pickup .pickup-row .box:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 67px;
  bottom: 0;
  z-index: -1;
}

#pickup .pickup-row .box:after{
	content: '';
	width: 1px;
	background: #B7B7B7;
	position: absolute;
	left: 50%;
	top: 67px;
	bottom: 0;
}

#pickup .pickup-row .box .col {
  width: 50%;
}

#pickup .pickup-row .box .col .row1 {
  display: flex;
  margin: 0 0 51px -18px;
}

#pickup .pickup-row .box .col .row1 .row1-title {
  margin-right: 30px;
}

#pickup .pickup-row .box .col .row1 .row1-title .circle {
  width: 137px;
  height: 137px;
  background-image: url("../img/top/pickup_circle.png");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 42px 10px 0 0;
  margin-bottom: 19px;
}

#pickup .pickup-row .box .col .row1 .row1-title .ttl {
  font-size: 50px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.1;
  color: #274768;
  white-space: nowrap;
  margin: 0 auto;
}

#pickup .pickup-row .box .col .row1 .row1-img {
  position: relative;
  max-width: 340px;
}

#pickup .pickup-row .box .col .row1 .row1-img .simg {
  width: 177px;
  position: absolute;
  right: -31px;
  bottom: -35px;
  z-index: 1;
}

#pickup .pickup-row .box .col .row2 {
  padding-left: 10px;
  margin-bottom: 45px;
}

#pickup .pickup-row .box .col .row2 .sttl {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 23px;
}

#pickup .pickup-row .box .col .row2 .sttl span {
  display: inline-block;
  position: relative;
  z-index: 0;
}

#pickup .pickup-row .box .col .row2 .sttl span:after {
  content: '';
  height: 18px;
  background: #FFF677;
  position: absolute;
  bottom: 2px;
  left: 5px;
  right: 5px;
  z-index: -1;
}

#pickup .pickup-row .box .col .row2 .txt {
  max-width: 483px;
}

#pickup .pickup-row .box .col .row3 ul {
  background: #F1F1F1;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 30px 22px 30px 35px;
  margin-bottom: 29px;
}

#pickup .pickup-row .box .col .row3 ul li {
  padding-left: 30px;
  position: relative;
}

#pickup .pickup-row .box .col .row3 ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../img/top/icon_check.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}

#pickup .pickup-row .box .col .row3 ul li + li {
  margin-top: 10px;
}

#pickup .pickup-row .box .col .row3 .btn-cm {
  margin-left: auto;
}

@media screen and (max-width: 1360px) {
  #pickup .pickup-ttl .eng-ttl {
    width: 64%;
    left: auto;
    right: -10px;
  }
}

@media screen and (max-width: 1200px) {
  #pickup .pickup-ttl {
    padding-bottom: 30px;
  }
  #pickup .pickup-ttl .h2-common {
    margin-left: 0;
  }
  #pickup .pickup-row .box {
    column-gap: 65px;
  }
	#pickup .pickup-row .box .col .row1 .row1-img .simg{
		right: -10px;
	}
}

@media screen and (max-width: 1180px) {
  #pickup .pickup-row .box {
    padding: 0 30px 54px;
    column-gap: 40px;
  }
  #pickup .pickup-row .box .col .row1 .row1-title {
    margin-right: 20px;
  }
  #pickup .pickup-row .box .col .row1 .row1-img .simg {
    right: -15px;
  }
  #pickup .pickup-row .box .col .row2 .txt {
    letter-spacing: 0.04em;
  }
  #pickup .pickup-row .box .col .row3 ul {
    padding: 30px 18px 30px 23px;
  }
	#pickup .pickup-row .box .col .row1 .row1-img{
		max-width: 310px;
	}
}

@media screen and (max-width: 1080px) {
  #pickup .pickup-ttl .eng-ttl {
    width: calc(100% - 390px);
  }
  #pickup .pickup-row .box .col .row1 .row1-img .simg {
    bottom: 5px;
  }
  #pickup .pickup-row .box .col .row2 .sttl {
    font-size: 27px;
  }
}

@media screen and (max-width: 980px) {
  #pickup {
    padding-top: 50px;
  }
  #pickup .pickup-ttl {
    z-index: 1;
  }
  #pickup .pickup-ttl .eng-ttl {
    width: 100%;
    right: 0;
    bottom: -7.4vw;
  }
  #pickup .pickup-row {
    background-image: url("../img/top/pickup_bg_sp.jpg");
  }
  #pickup .pickup-row .box {
    display: block;
    padding: 0;
  }
	#pickup .pickup-row .box:after,
  #pickup .pickup-row .box:before {
    display: none;
  }
  #pickup .pickup-row .box .col {
    width: 100%;
    padding: 0 45px 54px;
    position: relative;
    z-index: 0;
  }
  #pickup .pickup-row .box .col:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 67px;
    z-index: -1;
  }
  #pickup .pickup-row .box .col .row1 {
    justify-content: center;
  }
  #pickup .pickup-row .box .col .row1 .row1-title {
    margin-right: 30px;
  }
  #pickup .pickup-row .box .col .row1 .row1-img .simg {
    bottom: -35px;
  }
  #pickup .pickup-row .box .col .row2 .txt {
    max-width: none;
  }
  #pickup .pickup-row .box .col .row3 ul {
    padding: 30px 22px 30px 35px;
  }
  #pickup .pickup-row .box .col.left {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #pickup {
    padding-top: 0;
  }
  #pickup .pickup-ttl {
    padding-bottom: 6.4vw;
  }
  #pickup .pickup-ttl .eng-ttl {
    bottom: -4vw;
  }
  #pickup .pickup-row {
    padding: 9.1vw 4.8vw 9.3vw;
  }
  #pickup .pickup-row .box .col {
    padding: 5.3vw 8vw 9.3vw;
  }
  #pickup .pickup-row .box .col:before {
    top: 0;
  }
  #pickup .pickup-row .box .col .row1 {
    display: block;
    margin: 0 0 15.5vw;
  }
  #pickup .pickup-row .box .col .row1 .row1-title {
    display: flex;
    margin: 0 0 -3.7vw;
    position: relative;
    z-index: 1;
  }
  #pickup .pickup-row .box .col .row1 .row1-title .circle {
    width: 22.1vw;
    height: 22.1vw;
    font-size: 5.9vw;
    padding: 5.9vw 1.7vw 0 0;
    margin: 0;
  }
  #pickup .pickup-row .box .col .row1 .row1-title .ttl {
    font-size: 10.9vw;
    margin: 3.7vw 0 0 2.9vw;
  }
  #pickup .pickup-row .box .col .row1 .row1-img {
    max-width: none;
  }
  #pickup .pickup-row .box .col .row1 .row1-img .img {
    width: 67.7vw;
  }
  #pickup .pickup-row .box .col .row1 .row1-img .simg {
    width: 36vw;
    bottom: -12.3vw;
    right: -1.1vw;
  }
  #pickup .pickup-row .box .col .row2 {
    padding-left: 0;
    margin-bottom: 6.7vw;
  }
  #pickup .pickup-row .box .col .row2 .sttl {
    font-size: 5.6vw;
    line-height: 1.7;
    margin-bottom: 2.7vw;
  }
  #pickup .pickup-row .box .col .row2 .sttl span:after {
    height: 2.9vw;
    bottom: 1vw;
    left: 0;
    right: 0;
  }
  #pickup .pickup-row .box .col .row3 ul {
    font-size: 14px;
    letter-spacing: 0;
    padding: 21px 25px 27px 35px;
    margin-bottom: 10.1vw;
  }
  #pickup .pickup-row .box .col .row3 ul li {
    padding-left: 35px;
  }
  #pickup .pickup-row .box .col .row3 ul li:before {
    width: 20px;
    height: 100%;
    background-position: 50%;
    top: 0;
  }
  #pickup .pickup-row .box .col .row3 ul li + li {
    margin-top: 19px;
  }
  #pickup .pickup-row .box .col.left {
    margin-bottom: 4.8vw;
  }
}

#menu {
  padding: 95px 0 134px;
  position: relative;
  z-index: 0;
}

#menu:after {
  content: '';
  height: 90px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: -1;
}

#menu .container {
  max-width: 1250px;
}

#menu .container:before {
  content: '';
  width: calc(50% + 448px);
  height: 480px;
  background: #E1F2F9;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

#menu .container:after {
  content: '';
  width: calc(50% + 448px);
  height: 480px;
  background: #E1F2F9;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}

#menu .h2-common {
  margin-bottom: 31px;
}

#menu .menulist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 83px;
}

#menu .menulist .item a {
  display: block;
  background: #fff;
  padding: 28px 33px 28px;
  position: relative;
}

#menu .menulist .item a span {
  display: block;
}

#menu .menulist .item a .ttl-group {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

#menu .menulist .item a .ttl-group .icon {
  width: 69px;
}

#menu .menulist .item a .ttl-group .ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-left: 25px;
}

#menu .menulist .item a .txt-list {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-left: 8px;
}

#menu .menulist .item a .txt-list span {
  padding-left: 13px;
  position: relative;
}

#menu .menulist .item a .txt-list span:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #C1C1C1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

#menu .menulist .item a .arrow {
  width: 19px;
  position: absolute;
  right: 18px;
  bottom: 15px;
}

#menu .menulist .item a:hover {
  opacity: 0.8;
}

#menu .menulist .item a:hover img {
  opacity: 1 !important;
}

#menu .menu-banner a {
  display: block;
  background-image: url("../img/top/banner_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 68px 68px 69px 65px;
}

#menu .menu-banner a span {
  display: block;
}

#menu .menu-banner a:before {
  content: '';
  background: #1C3E61;
  opacity: 0.85;
  position: absolute;
  left: 29px;
  right: 29px;
  top: 29px;
  bottom: 29px;
  z-index: -1;
}

#menu .menu-banner a .banner-ttl {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 15px;
}

#menu .menu-banner a .banner-ttl .big {
  color: #FFF677;
  font-size: 50px;
  display: inline-block;
  position: relative;
}

#menu .menu-banner a .banner-ttl .big:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #FFF677;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

#menu .menu-banner a .banner-ttl br.tab {
  display: none;
}

#menu .menu-banner a .banner-txt {
  width: calc(100% - 340px);
  font-size: 18px;
  letter-spacing: 0.1em;
}

#menu .menu-banner a .banner-img {
  width: 425px;
  position: absolute;
  bottom: 0;
  right: 18px;
}

#menu .menu-banner a .arrow {
  width: 33px;
  position: absolute;
  right: 13px;
  top: calc(50% - 17px);
}

#menu .menu-banner a:hover {
  opacity: 0.8;
}

#menu .menu-banner a:hover img {
  opacity: 1 !important;
}

@media screen and (max-width: 1200px) {
  #menu .menulist .item a {
    padding: 28px 20px 28px;
  }
  #menu .menulist .item a .ttl-group .ttl {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1100px) {
  #menu .menu-banner a .banner-ttl br.tab {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  #menu .menulist .item a .ttl-group .icon {
    width: 55px;
  }
  #menu .menulist .item a .ttl-group .ttl {
    font-size: 21px;
    margin-left: 10px;
  }
  #menu .menulist .item a .txt-list {
    padding-left: 0;
  }
  #menu .menulist .item a .arrow {
    bottom: 10px;
  }
}

@media screen and (max-width: 980px) {
  #menu .menulist {
    grid-template-columns: repeat(2, 1fr);
  }
  #menu .menulist .item a .ttl-group .icon {
    width: 69px;
  }
  #menu .menulist .item a .ttl-group .ttl {
    font-size: 24px;
    margin-left: 25px;
  }
  #menu .menulist .item a .txt-list {
    padding-left: 8px;
  }
  #menu .menulist .item a .arrow {
    bottom: 15px;
  }
  #menu .menu-banner a {
    background-image: url("../img/top/banner_bg_sp.jpg");
    padding: 35px 35px 0;
  }
  #menu .menu-banner a:before {
    left: 11px;
    right: 11px;
    top: 11px;
    bottom: 11px;
  }
  #menu .menu-banner a .banner-ttl {
    text-align: center;
  }
  #menu .menu-banner a .banner-ttl br.tab {
    display: none;
  }
  #menu .menu-banner a .banner-ttl br.sp {
    display: block !important;
  }
  #menu .menu-banner a .banner-txt {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 7px;
    padding-left: 15px;
  }
  #menu .menu-banner a .banner-img {
    width: 425px;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
  #menu .menu-banner a .arrow {
    top: auto;
    bottom: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 12.8vw 0 21.6vw;
  }
  #menu:after {
    height: 24vw;
  }
  #menu .container:before, #menu .container:after {
    width: 68.3vw;
    height: 40.8vw;
  }
  #menu .h2-common {
    margin-bottom: 4.8vw;
  }
  #menu .menulist {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.7vw;
    margin-bottom: 3.7vw;
  }
  #menu .menulist .item a {
    padding: 4.5vw 0vw 3.5vw;
    text-align: center;
  }
  #menu .menulist .item a .ttl-group {
    display: block;
    margin-bottom: 0.8vw;
  }
  #menu .menulist .item a .ttl-group .icon {
    width: 14.1vw;
    margin: 0 auto;
  }
  #menu .menulist .item a .ttl-group .ttl {
    font-size: 4.3vw;
    margin-left: 0px;
  }
  #menu .menulist .item a .arrow {
    width: 3.5vw;
    right: 1.6vw;
    bottom: 1.1vw;
  }
  #menu .menu-banner a {
    padding: 9.3vw 9.3vw 0;
  }
  #menu .menu-banner a:before {
    left: 2.9vw;
    right: 2.9vw;
    top: 2.9vw;
    bottom: 2.9vw;
  }
  #menu .menu-banner a .banner-ttl {
    font-size: 4.8vw;
    margin-bottom: 2.9vw;
  }
  #menu .menu-banner a .banner-ttl .big {
    font-size: 9.6vw;
  }
  #menu .menu-banner a .banner-ttl .big:before {
    width: 1.1vw;
    height: 1.1vw;
    top: 0.5vw;
  }
  #menu .menu-banner a .banner-txt {
    max-width: none;
    width: 67.5vw;
    margin: 0 auto 1.9vw;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0;
  }
  #menu .menu-banner a .banner-img {
    width: 50.7vw;
  }
  #menu .menu-banner a .arrow {
    width: 6.1vw;
    bottom: 6.7vw;
    right: 6.7vw;
  }
}

#doctor {
  padding: 30px 0 109px;
}

#doctor .container {
  position: relative;
  z-index: 0;
  padding-bottom: 66px;
}

#doctor .container:before {
  content: '';
  background: #fff;
  border-top: 2px solid #059DD4;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 39px;
  bottom: 0;
  z-index: -1;
}

#doctor .row1 {
  max-width: 937px;
  width: calc(100% - 60px);
  margin: 0 auto 31px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#doctor .row1 .col-img {
  max-width: 403px;
  width: 48%;
  margin-left: -105px;
  position: relative;
}

#doctor .row1 .col-img .img {
  width: 100%;
  height: 454px;
}

#doctor .row1 .col-img .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

#doctor .row1 .col-img .name {
  background: linear-gradient(140deg, #059dd4 0%, #b4cef9 100%);
  color: #fff;
  position: absolute;
  left: -29px;
  bottom: 43px;
  z-index: 1;
  font-size: 33px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2;
  padding: 0 20px;
}

#doctor .row1 .col-img .name small {
  font-size: 25px;
}

#doctor .row1 .col-text {
  max-width: 575px;
  width: 63%;
  margin-top: 95px;
}

#doctor .row1 .col-text h3 {
  font-size: 34px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 21px;
}

#doctor .row1 .col-text h3 span {
  position: relative;
  z-index: 0;
  display: inline-block;
}

#doctor .row1 .col-text h3 span:after {
  content: '';
  height: 18px;
  background: #FFF677;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#doctor .row1 .col-text .txt {
  margin-bottom: 33px;
}

#doctor .row1 .col-text .btn-cm {
  margin-left: auto;
}

#doctor .row2 {
  max-width: 937px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 37px 37px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ECFAFF;
}

#doctor .row2 .col {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

#doctor .row2 .col .ttl {
  background: #fff;
  color: #059DD4;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 4px 6px 7px 7px;
  margin-right: 16px;
}

#doctor .row2 .col .txt2 {
  margin-top: 3px;
}

#doctor .row2 .col ul li {
  padding-left: 15px;
  position: relative;
}

#doctor .row2 .col ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #059DD4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

@media screen and (max-width: 1200px) {
  #doctor .row1 .col-img {
    margin-left: -60px;
  }
  #doctor .row1 .col-img .name {
    left: -7px;
  }
  #doctor .row1 .col-text {
    width: 59%;
  }
}

@media screen and (max-width: 1080px) {
  #doctor .row1 .col-text {
    width: 57%;
  }
  #doctor .row2 {
    padding: 37px 20px 15px 30px;
  }
}

@media screen and (max-width: 980px) {
  #doctor .row1 {
    max-width: none;
    width: 100%;
    display: block;
  }
  #doctor .row1 .col-img {
    max-width: none;
    width: 403px;
    margin: 0 auto 40px;
  }
  #doctor .row1 .col-img .name {
    left: -29px;
  }
  #doctor .row1 .col-text {
    max-width: none;
    width: 575px;
    margin: 0 auto;
  }
  #doctor .row2 {
    max-width: none;
    display: block;
    padding: 37px 37px 15px;
  }
}

@media screen and (max-width: 767px) {
  #doctor {
    padding: 0px 4.8vw 19px;
  }
  #doctor .container {
    padding: 9.3vw 5.3vw 5.3vw;
  }
  #doctor .container:before {
    left: 0px;
    right: 0px;
    top: 0;
  }
  #doctor .row1 {
    width: 100%;
    margin: 0 auto 9.1vw;
    padding: 0 2.7vw;
  }
  #doctor .row1 .col-img {
    width: 74.7vw;
    margin-bottom: 11.5vw;
  }
  #doctor .row1 .col-img .img {
    height: auto;
  }
  #doctor .row1 .col-img .img img {
    height: auto !important;
  }
  #doctor .row1 .col-img .name {
    left: -1.3vw;
    bottom: -2.7vw;
    font-size: 5.3vw;
    padding: 0 3.2vw;
  }
  #doctor .row1 .col-img .name small {
    font-size: 4vw;
  }
  #doctor .row1 .col-text {
    max-width: none;
    width: 100%;
  }
  #doctor .row1 .col-text h3 {
    font-size: 5.3vw;
    line-height: 1.7;
    margin-bottom: 6.1vw;
  }
  #doctor .row1 .col-text h3 span:after {
    height: 2.4vw;
    bottom: 0.8vw;
  }
  #doctor .row1 .col-text .txt {
    margin-bottom: 9.1vw;
  }
  #doctor .row2 {
    max-width: none;
    width: 100%;
    padding: 5.9vw 5.3vw 5.3vw;
    display: block;
  }
  #doctor .row2 .col {
    display: block;
    margin-bottom: 5.6vw;
    font-size: 13px;
  }
  #doctor .row2 .col .ttl {
    display: table;
    font-size: 15px;
    letter-spacing: 0;
    padding: 4px 8px 6px 7px;
    margin: 0 0 8px;
  }
  #doctor .row2 .col .txt2 {
    margin-top: 0px;
  }
  #doctor .row2 .col ul {
    line-height: 1.2;
  }
  #doctor .row2 .col ul li {
    padding-left: 14px;
  }
  #doctor .row2 .col ul li:before {
    width: 5px;
    height: 5px;
    top: 6px;
  }
  #doctor .row2 .col ul li + li {
    margin-top: 5px;
  }
}

#recruit {
  position: relative;
  z-index: 1;
}

#recruit a {
  height: 319px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/top/recruit_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  position: relative;
  z-index: 0;
}

#recruit a:before {
  content: '';
  border: 1px solid #fff;
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
}

#recruit a span {
  display: block;
}

#recruit a .ttl-group {
  margin-right: 32px;
  display: flex;
  align-items: center;
}

#recruit a .ttl-group .icon {
  width: 104px;
  margin-right: 35px;
}

#recruit a .ttl-group .ttl {
  font-size: 42px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#recruit a .ttl-group .ttl .dot {
  display: inline-block;
  position: relative;
  color: #FFF677;
}

#recruit a .ttl-group .ttl .dot:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #FFF677;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#recruit a .txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

#recruit a .arrow {
  width: 33px;
  margin-left: 66px;
}

#recruit a:hover {
  opacity: 0.8;
}

#recruit a:hover img {
  opacity: 1 !important;
}

@media screen and (max-width: 1200px) {
  #recruit a .arrow {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1180px) {
  #recruit a {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-image: url("../img/top/recruit_bg_sp.jpg");
  }
  #recruit a .ttl-group {
    margin: 0 0 20px;
  }
  #recruit a .arrow {
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #recruit {
    padding: 0 4.8vw;
  }
  #recruit a {
    padding: 12.3vw 0 11.7vw;
  }
  #recruit a:before {
    top: 3.2vw;
    right: 3.2vw;
    bottom: 3.2vw;
    left: 3.2vw;
  }
  #recruit a .ttl-group {
    margin: 0 0 5.1vw;
  }
  #recruit a .ttl-group .icon {
    width: 13.9vw;
    margin-right: 3.2vw;
  }
  #recruit a .ttl-group .ttl {
    font-size: 7.1vw;
  }
  #recruit a .ttl-group .ttl .dot {
    display: inline-block;
    position: relative;
    color: #FFF677;
  }
  #recruit a .ttl-group .ttl .dot:before {
    width: 1.1vw;
    height: 1.1vw;
  }
  #recruit a .txt {
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0;
    padding: 0 8.8vw 0 9.6vw;
  }
  #recruit a .arrow {
    width: 4.8vw;
    right: 6.7vw;
    bottom: 6.7vw;
  }
  #recruit a:hover {
    opacity: 1;
  }
}

#about2 {
  padding: 136px 0 119px;
  position: relative;
  z-index: 0;
}

#about2:before {
  content: '';
  background-image: url("../img/top/about_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#about2 .box1 {
  background: #fff;
  border-top: 2px solid #059DD4;
  padding: 70px 30px 69px;
}

#about2 .box1 .inner {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 25px;
}

#about2 .box1 .col-left {
  width: 48.5%;
}

#about2 .box1 .col-left .h2-common {
  margin-bottom: 34px;
}

#about2 .box1 .col-left table {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

#about2 .box1 .col-left table th {
  width: 150px;
}

#about2 .box1 .col-left table td {
  text-align: center;
}

#about2 .box1 .col-left table td .line {
  display: block;
  width: 9px;
  height: 1px;
  background: #3A3A3A;
  margin: 0 auto;
}

#about2 .box1 .col-left table td:last-child {
  width: 80px;
  white-space: nowrap;
  padding-right: 20px;
}

#about2 .box1 .col-left table thead {
  background: #274768;
  color: #fff;
}

#about2 .box1 .col-left table thead th, #about2 .box1 .col-left table thead td {
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#about2 .box1 .col-left table thead th {
  padding-left: 21px;
}

#about2 .box1 .col-left table tbody th, #about2 .box1 .col-left table tbody td {
  padding-top: 11px;
  padding-bottom: 11px;
}

#about2 .box1 .col-left table tbody th {
  padding-left: 13px;
  font-weight: 500;
}

#about2 .box1 .col-left table tbody tr {
  border-bottom: 1px solid #3A3A3A;
}

#about2 .box1 .col-left .table-txt1 {
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

#about2 .box1 .col-left .table-txt1 span {
  display: inline-block;
  color: #fff;
  background: #059DD4;
  padding: 0 10px;
  margin-right: 12px;
}

#about2 .box1 .col-left .table-txt2 {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

#about2 .box1 .col-right {
  width: 48.5%;
}

#about2 .box1 .col-right .info {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}

#about2 .box1 .col-right .info dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 17px;
  margin-bottom: 18px;
}

#about2 .box1 .col-right .info dl dt {
  width: 113px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  color: #059DD4;
}

#about2 .box1 .col-right .info dl dd {
  display: table-cell;
}

#about2 .box1 .col-right .info dl:last-child {
  margin-bottom: 0;
}

#about2 .box2 {
  background: #fff;
  padding: 65px 30px 64px;
  margin-top: 6px;
}

#about2 .box2 .inner {
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}

#about2 .box2 .payment {
  width: 49%;
}

#about2 .box2 .col-text {
  width: 49%;
}

#about2 .box2 .col-text dl dt {
  line-height: 1.6;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
}

#about2 .box2 .col-text dl dt:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #D5EEF7;
  position: absolute;
  left: 0;
  top: 4px;
}

#about2 .box2 .col-text dl dd {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0;
}

#about2 .box2 .col-text dl + dl {
  margin-top: 28px;
}

@media screen and (max-width: 1080px) {
  #about2 .box1 .col-right .info dl dt {
    width: 84px;
  }
}

@media screen and (max-width: 980px) {
  #about2 .box1 .col-right .info dl dt {
    width: 70px;
  }
  #about2 .box1 .col-left table th {
    width: 110px;
  }
  #about2 .box1 .col-left table td:last-child {
    width: 55px;
    letter-spacing: -0.2em;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #about2 {
    padding: 41px 0 23px;
  }
  #about2:before {
    background-image: url("../img/top/about_bg_sp.png");
    top: -49px;
  }
  #about2 .box1 {
    padding: 34px 8vw 19px;
    margin: 0 -3.2vw;
  }
  #about2 .box1 .inner {
    max-width: none;
    display: block;
  }
  #about2 .box1 .col-left {
    width: 100%;
    margin-bottom: 12px;
  }
  #about2 .box1 .col-left .h2-common {
    margin-bottom: 24px;
  }
  #about2 .box1 .col-left table {
    font-size: 13.5px;
    line-height: 16px;
    margin-bottom: 14px;
  }
  #about2 .box1 .col-left table th {
    width: 95px;
  }
  #about2 .box1 .col-left table td .line {
    width: 6px;
  }
  #about2 .box1 .col-left table td:last-child {
    width: 50px;
    padding-right: 5px;
    letter-spacing: -0.2em;
  }
  #about2 .box1 .col-left table thead th, #about2 .box1 .col-left table thead td {
    font-size: 12.5px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
  #about2 .box1 .col-left table thead th {
    padding-left: 13px;
  }
  #about2 .box1 .col-left table tbody th, #about2 .box1 .col-left table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #about2 .box1 .col-left table tbody th {
    padding-left: 8px;
  }
  #about2 .box1 .col-left .table-txt1 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  #about2 .box1 .col-left .table-txt1 span {
    font-size: 10px;
    padding: 0 6px;
    margin-right: 7px;
  }
  #about2 .box1 .col-left .table-txt2 {
    font-size: 13px;
    margin-bottom: 23px;
  }
  #about2 .box1 .col-right {
    width: 100%;
  }
  #about2 .box1 .col-right .info dl {
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
  #about2 .box1 .col-right .info dl dt {
    width: 83px;
  }
  #about2 .box1 .col-right .info dl:last-child {
    margin-bottom: 0;
  }
  #about2 .box2 {
    padding: 6.4vw 5.3vw 7.2vw;
    margin: 1.9vw -3.2vw 0;
  }
  #about2 .box2 .inner {
    max-width: none;
    display: block;
  }
  #about2 .box2 .payment {
    width: 100%;
    margin-bottom: 8.8vw;
  }
  #about2 .box2 .col-text {
    width: 100%;
  }
  #about2 .box2 .col-text dl dt {
    font-size: 16px;
  }
  #about2 .box2 .col-text dl dt:before {
    top: 4px;
  }
  #about2 .box2 .col-text dl + dl {
    margin-top: 24px;
  }
}