@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
	color: #3c3c3c;
	background: #fffbed;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 2.2rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font-google {
	font-family: "Google Sans Flex", sans-serif;
	font-optical-sizing: auto;
	font-variation-settings:
		"slnt" 0,
		"wdth" 100,
		"GRAD" 0,
		"ROND" 0;
}

.font-inter {
	font-family: "Inter", sans-serif;
}

/*** タブレット 768x ~ 1200px***/
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7143vw;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
  
  body {
	  font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
	html {
	  font-size: 2.6667vw;
	}
}


/* !Base Fonts -------------------------------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}
@media (min-width: 768px) {
  a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
 
	a[href^="tel:"] {
	  cursor: default;
	  pointer-events: none;
	} 
	
  .op {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .op:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.is-hide {
  display: none;
}

@media (min-width: 768px) {
	.is-sp {
		display: none;
	}
}
@media (max-width: 767px) {
	.is-pc {
		display: none;
	}
}

.inner,
.inner-small {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 150rem;
}
.inner-small {
	max-width: 130rem;
}

.anchor-area {
	position: relative;
}
.anchor-area .anchor {
	position: absolute;
	top: -9rem;
}

.btn-link .btn {
	display: inline-flex;
	align-items: center;
    transition: all 0.5s;
	padding: 1rem 6.8rem 1rem 4rem;
	min-height: 6rem;
	background: url(../img/common/icon_link_circle.png)no-repeat right 1.4rem center #ff7100;
	background-size: 3.4rem;
	border-radius: 5rem;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
}
.btn-link .blue-st {
	background-color: #40cfd7;
	border-color: #40cfd7;
}
.btn-link .orange-st {
	background-color: #ffa419;
	border-color: #ffa419;
}
.btn-link.btns {
	display: flex;
	gap: 0 2rem;
}

.btn-detail {
	margin-top: 6rem;
}
.btn-detail .btn {
	display: inline-block;
	position: relative;
	padding: 0.6rem 5rem 0.6rem 2rem;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
}
.btn-detail .icon-link-arr {
	position: absolute;
	left: calc(100% - 2.5rem);
	top: -1.5rem;
	background-color: #fff;
	border-color: #3c3c3c;
}
.btn-detail .icon-link-arr:after {
	background-image: url(../img/common/icon_link_arr.svg);
}
.blue-st .btn-detail .btn {
	background: #1349bf;
}
.bluegreen-st .btn-detail .btn {
	background: #009ba6;
}
.orange-st .btn-detail .btn {
	background: #ff7100;
}

.icon-link-arr {
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	width: 6rem;
	height: 6rem;
	border: 1px solid;
	border-radius: 50%;
}
.icon-link-arr:before,
.icon-link-arr:after {
	content: "";
	display: block;
	transition-duration: 0.3s;
	width: 100%;
	height: 100%;
	background: url(../img/common/icon_link_arr.svg)no-repeat center;
	background-size: 2rem;
}
.icon-link-arr:after {
	transform: translateX(-100%);
	background-image: url(../img/common/icon_link_arr_ora.svg);
}

.head-large {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 2rem;
	margin-bottom: 6rem;
	line-height: 1;
}
.head-large-eng {
	color: #ffe600;
	font-size: 13rem;
	font-weight: 500;
}
.head-large-jap .eng {
	display: block;
	color: #ffe600;
	font-size: 5.5rem;
	font-weight: 400;
}
.head-large-jap .jap {
	display: block;
	color: #fff;
	font-size: 3.8rem;
	font-weight: 500;
}

.head-middle {
	position: relative;
	padding: 1.6rem 1rem 1.6rem 0;
	margin-bottom: 9rem;
	max-width: 90rem;
	border-radius: 0 8rem 8rem 0;
	line-height: 1.32;
	color: #fff;
	font-size: 4.4rem;
	font-weight: 700;
}
.head-middle:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 50vw;
}

.head-small {
	margin-bottom: 3.2rem;
	color: #877351;
	font-size: 4.4rem;
	font-weight: 700;
}

.head-small2 {
	margin-bottom: 8rem;
	text-align: center;
}
.head-small2 .jap {
	display: block;
	letter-spacing: 0.16em;
	color: #877351;
	font-size: 4.8rem;
	font-weight: 700;
}
.head-small2 .eng {
	display: block;
	letter-spacing: 0.1em;
	color: #ffaa28;
	font-size: 2.4rem;
	font-weight: 400;
}
.head-small3 {
	line-height: 2;
	font-size: 2.5rem;
}
.head-small4 {
	margin-bottom: 4rem;
	font-size: 4.8rem;
	font-weight: 700;
}
.head-small5 {
	margin-bottom: 5rem;
	padding-bottom: 1.2rem;
	border-bottom: 1px solid #a0a0a0;
	color: #877351;
	font-size: 4.8rem;
	font-weight: 700;
}

.head-wrap {
	margin-bottom: 16rem;
	text-align: center;
}
.head-wrap .head-small {
	margin-bottom: 3.6rem;
	font-size: 4.6rem;
}
.head-wrap .logo {
	transform: translateY(-50%);
	margin: 0 10rem 10rem 0;
	text-align: right;
}
.head-wrap .logo img {
	width: 27.8rem;
}

.insurance-foucs {
	display: inline-block;
	padding: 1.1rem 3rem 1.2rem;
	background: #3c3c3c;
	border-radius: 1.8rem;
	border: 2px solid #3c3c3c;
	color: #fff;
	font-size: 4.2rem;
	font-weight: 700;
}
.insurance-foucs.st2 {
	background: #fff;
	color: #3c3c3c;
}

.common-txt {
	line-height: 2;
}
.common-txt .foucs {
	font-size: 2.8rem;
	font-weight: 500;
}

.common-end {
	margin-top: 10rem;
	text-align: center;
	line-height: 2;
	font-size: 2.4rem;
}
.common-end .foucs {
	display: inline-block;
	margin-bottom: 4rem;
	padding: 1.4rem 4rem;
	background: #ff7100;
	border-radius: 5rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
}
.common-end a {
	text-decoration: underline;
}

.bg-wave {
	position: relative;
	z-index: 2;
	margin-top: 12rem;
	background: #fff;
}
.bg-wave:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 12rem;
	background: url(../img/common/bg_wave.png) no-repeat center top;
	background-size: 100%;
}

.line-rainbow {
	height: 1.5rem;
	background: linear-gradient(90deg, #2c82fa 0%, #5ad0d7 15%, #8cff64 25%, #a0ff1e 30%, #f5f52d 45%, #ffcd2d 60%, #ffaa28 75%, #ff8723 85%, #ff5082 100%);
}

#teaser {
	position: relative;
	padding: 8rem 0;
}
#teaser .display {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#teaser .display .info {
	width: 48rem;
}
#teaser .display .img {
	width: 62rem;
}
#teaser .display .img img {
	object-fit: cover;
	max-width: unset;
	width: calc(100% + 50vw - 60rem);
	height: 60rem;
	border-radius: 9.4rem 0 0 9.4rem;
}
#teaser .head {
	margin-bottom: 4rem;
}
#teaser .head .jap {
	display: flex;
	align-items: flex-end;
	padding: 5rem 0 6rem;
	height: 31rem;
	line-height: 1.4333;
	color: #fff;
	font-size: 6rem;
	font-weight: 700;
}
#teaser .head .eng {
	margin-top: 2rem;
	letter-spacing: 0.1em;
	font-size: 3.6rem;
	font-weight: 300;
}

.mt75 {
	margin-top: 7.5rem;
}
.mt280 {
	margin-top: 28rem;
}

.bg-blue {
	background: #2c82fa;
}
.bg-orange {
	background: #ff8723;
}
.bg-green {
	background: #00d700;
}

.color-white {
	color: #fff;
}

.smoother-container {
	position: relative;
	overflow: hidden;
}
.smoother-container .container {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	transform: translateY(15%);
	height: 130%;
	width: 100%;
}


/* pc */
@media (min-width: 768px) {
	.btn-link a:hover .btn,
	.btn-link .btn:hover {
		background-color: #3c3c3c;
	}
	.btn-link .blue-st:hover {
		background-color: #009ba6;
	}
	.btn-link .orange-st:hover {
		background-color: #ff7100;
	}
	
	a:hover .icon-link-arr:before {
		transform: translate(100%, -100%);
	}
	a:hover .icon-link-arr:after {
		transform: translate(0%, -100%);
	}
	
	.btn-detail .btn:hover {
		background-color: #3c3c3c !important;
	}
	
	.common-end a:hover {
		text-decoration: none;
	}
}
/* sp */
@media (max-width: 767px) {	
	.inner, 
	.inner-small {
		padding: 0 3rem;
	}
	
	.bg-wave {
		margin-top: 4rem;
	}
	.bg-wave:before {
	    height: 4rem;
		background-image: url(../img/common/bg_wave_sp.png);
	}
	
	.anchor-area .anchor {
		top: -5rem;
	}
	
	.btn-link.btns {
	    flex-wrap: wrap;
		justify-content: center;
	    gap: 2.2rem 0;
	}
	.btn-link .btn {
		padding: 0.5rem 4rem 0.5rem 1.8rem;
		min-height: 3.6rem;
		background-position: right 0.8rem center;
		background-size: 2.1rem;
		font-size: 1.6rem;
	}
	
	.icon-link-arr {
		width: 3.8rem;
		height: 3.8rem;
	}
	.icon-link-arr:before, 
	.icon-link-arr:after {
	    background-size: 1.2rem;
	}
	
	.btn-detail {
	    margin-top: 2.8rem;
	}
	
	.head-large {
	    display: block;
	    margin-bottom: 2rem;
	}
	.head-large-eng {
	    font-size: 4rem;
	}
	.head-large-jap .eng {
	    font-size: 2.4rem;
	}
	.head-large-jap .jap {
		margin-top: 0.3rem;
	    font-size: 1.5rem;
	}
	
	.head-middle {
	    padding: 1.1rem 2rem 1.1rem 0;
	    margin-bottom: 1rem;
	    font-size: 2.5rem;
	}
	
	.head-small {
	    margin-bottom: 2rem;
	    font-size: 2.4rem;
	}
	.head-small2 {
	    margin-bottom: 4rem;
	}
	.head-small2 .jap {
	    font-size: 2.5rem;
	}
	.head-small2 .eng {
		font-size: 1.4rem;
	}
	.head-small3 {
		line-height: 1.8667;
		font-size: 1.5rem;
	}
	.head-small4 {
	    margin-bottom: 2rem;
		line-height: 1.59;
	    font-size: 2.2rem;
	}
	.head-small5 {
	    margin-bottom: 2rem;
	    font-size: 2.2rem;
	}
	
	.head-wrap {
	    margin-bottom: 5rem;
	}
	.head-wrap .logo {
	    transform: translateY(-10%);
	    margin: 0 0 3.6rem 0;
	}
	.head-wrap .logo img {
	    width: 13.2rem;
	}
	.head-wrap .head-small {
	    margin-bottom: 2rem;
	    font-size: 2.2rem;
	}
	
	.common-txt .foucs {
		font-size: 1.6rem;
	}
	
	.common-end {
	    margin-top: 3.2rem;
	    font-size: 1.5rem;
	}
	.common-end .foucs {
	    margin-bottom: 2.4rem;
	    padding: 1rem 2.6rem;
	    font-size: 2rem;
	}
	
	.insurance-foucs {
	    padding: 0.5rem 1.3rem;
	    border-radius: 0.6rem;
		border-width: 1px;
	    font-size: 1.6rem;
	}
	
	.mt75 {
		margin-top: 4rem;
	}
	
	.line-rainbow {
		height: 0.8rem;
	}
	
	#teaser {
	    padding: 2.8rem 0;
	}
	#teaser .display {
	    display: block;
	}
	#teaser .display .img {
	    margin: 0 -3rem 2rem 0;
	    width: auto;
	}
	#teaser .display .img img {
		max-width: 100%;
		width: 100%;
		height: auto;
	    border-radius: 2.6rem 0 0 2.6rem;
	}
	#teaser .display .info {
		width: auto;
	}
	#teaser .head {
	    margin-bottom: 0.8rem;
	}
	#teaser .head .jap {
	    padding: 0 0 2.4rem;
	    height: auto;
	    font-size: 2.6rem;
	}
	#teaser .head .eng {
		margin-top: 0;
		font-size: 1.7rem;
	}
	
	.mt280 {
		margin-top: 8rem;
	}
	
	
}
@media (max-width: 374px) {
	.inner,
	.inner-small {
		padding: 0 1.6rem;
	}
	
}