@charset "utf-8";
/* CSS Document */
:root{
	--swiper-img-width: max(70%, 272px);
}
#page_title{
  margin-bottom: 3em;}
#page_title .area_ttl h2{
  position: absolute;
  bottom: -3.9em;
  z-index: 1;}
#page_title .zoom_wrap{
  aspect-ratio: 768 / 720;
  overflow: hidden;}
#page_title img{
  width: 100%;}
.area_ttl_blk{
  position: relative;
  padding: 1.5em 1em 1em 4em;
  line-height: 2;
  isolation: isolate;}
.expd_bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 0;}
.expd_bg_right {
  position: absolute;
  inset: 0;
  background: var(--color-white);
  transform-origin: left;
  transform: scaleX(0);
  animation: expdBgRight 1s ease forwards;}
.expd_bg_wrap::after {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: calc(100% + 0.4em);
  height: 100%;
  background: var(--color-red);
  z-index: -1;
  transform-origin: left;
  transform: scaleX(0);
  animation: expdBgRight 1s ease forwards;}
.area_ttl_blk:nth-of-type(2) .expd_bg_wrap::after {
  animation-delay: 0.5s;}
@keyframes expdBgRight {
  to {
    transform: scaleX(1);
  }
}
#sec_intro .swiper-slide{
	width: var(--swiper-img-width);
	background: var(--color-sub-bg);
	border-radius: 30px;
	
}
#sec_intro .swiper-slide a{
	padding: 1.5em 1em;
	aspect-ratio: 272 / 295;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;}
#sec_intro .swiper-slide img{
	width: 76.4%;
	min-width: 200px;
	height: auto;
	aspect-ratio: 50 / 50;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto 1em;}
.swiper { 
	width: 100%;
	overflow: hidden;}
.swiper-wrapper {
	display: flex;}
.swiper-slide{
	flex-shrink: 0;
	width: auto; }
.swiper-button-next{
	right: calc(50% - (var(--swiper-img-width) / 2) - 23px);}
.swiper-button-prev{
	left: calc(50% - (var(--swiper-img-width) / 2) - 23px);}
.swiper-button-next:after,
.swiper-button-prev:after{
    font-family: 'iconkonan';
    content: "\e900";
    color: var(--color-red);
    background: var(--color-white);
    font-size: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    aspect-ratio: 50 / 50;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;}
.swiper-button-prev:after{
	transform: rotate(180deg);}
.blk_type,
.blk_link{
	background: var(--color-white);
    border-radius: 10px;
    padding: 1.5em 2.5em 3.5em 3.35em;
    margin-bottom: 4.5em;
	position: relative;}
.blk_type .area_link{
	gap: 1em;
	width: 100%;
	position: absolute;
	left: 0;
	bottom:-2.5em;}
.blk_link{
    padding: 1.5em 2.5em 1.5em 3.5em;
    margin-bottom: 2.5em;}
.blk_link .icon-window{
	position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    color: var(--color-red);
    font-size: 1.5em;}
.blk_type h4,
.blk_link h4{
	position: relative;}
.blk_type h4:before,
.blk_link h4:before{
	font-family: iconkonan;
    content: "\e900";
    color: var(--color-sub-text);
    font-size: 1em;
    font-weight: 400;
    position: absolute;
    left: -1.5em;
    top: 0.5em;
}
#sec_type hr{
	border-top: 1px solid #000;
	margin-bottom: 2.5em;}

.area_btn a{
	width:48%;
	height:130px;
	border-radius: 10px;
	transition-duration: 0.3s;}
.area_btn a:hover{
	background: var(--color-sub-bg);
    border: 1px solid var(--color-sub-bg);
    color: var(--color-red);
	opacity: 1;}
#sec_message .sec_ttl{
	position: relative;}
#sec_message .sec_ttl h3{
	position: absolute;
	top: -2em;
	left: 1.5em;
	padding: 0.5em 0;
    letter-spacing: 0.5em;}
#sec_message .sec_img .flex_space .zoom_wrap:first-of-type{
	width: 56.25%;}
#sec_message .sec_img .flex_space .zoom_wrap:last-of-type{
	width: 39.6%;}
#sec_message dl{
	text-align: right;}
#sec_message dt{
	display: inline-block;
	text-align: left;
	width: 11em;}
#sec_message dd{
	display: inline-block;
	width: 6em;}
#sec_privacy .flex_center{
	gap: 0.5em;}
#sec_privacy .area_txt{
	width: 208px;}
#sec_privacy .area_img{
	width: 88px;}
#sec_privacy .area_txt .fukidashi {
    background-image: url(../images/top/bg-nanbo.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1.25em 1em 4em 1.25em;}
#sec_privacy .txt_xsmall{
	font-size: 10px;}