@charset "UTF-8";
/* CSS Document */

.lp-bg{
	max-width: 1920px;
	background: #fff;
	background-position: center top;
	margin: 0px  auto;
}


.fv-bg {
  background: url("../img/fv-bg.png");
width: 100%;
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;

}
@media screen and (max-width: 1500px) {
.fv-bg {
  background: url("../img/fv-bg02.png");
	width: 100%;
  height: auto;
  background-position: center top;
  background-repeat: no-repeat;
}
}

/* 背景動画のスタイル */

.bg-video {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  max-height: auto;
    background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 1500px) {
.bg-video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  max-height: auto;
    background-size: cover;
  z-index: 0;
}
}

/* fv-img 内のレイヤーを重ねる */
.fv-img {
  position: relative;
  max-height: 1019px;
}

/* 各背景画像レイヤーの基本スタイル */
.fv-img .bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

/* それぞれの背景画像とアニメーション設定 */
.fv-img .bg1 {
  background-image: url("../img/fv-img1.png");
  animation: fadeCycle 12s infinite;
}

.fv-img .bg2 {
  background-image: url("../img/fv-img2.png");
  animation: fadeCycle 12s infinite 4s; /* 4秒のディレイ */
}

.fv-img .bg3 {
  background-image: url("../img/fv-img3.png");
  animation: fadeCycle 12s infinite 8s; /* 8秒のディレイ */
}

/* --- メディアクエリ（スマホ向け、画面幅798px以下の場合） --- */
@media screen and (max-width: 798px) {
/* それぞれの背景画像とアニメーション設定 */
.fv-img .bg1 {
  background-image: url("../img/fv-img1-sp.png");
	width: 100%;
	background-size: cover;
}

.fv-img .bg2 {
  background-image: url("../img/fv-img2-sp.png");
	background-size: cover;
}

.fv-img .bg3 {
  background-image: url("../img/fv-img3-sp.png");
	background-size: cover;
}	
}


/* フェードイン・フェードアウトのキーフレーム */
@keyframes fadeCycle {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  33%  { opacity: 1; }
  43%  { opacity: 0; }
  100% { opacity: 0; }
}

.sd {
  display: block; /* 必要に応じて */
  animation: slideDown 1s ease-out forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Initial state: positioned below with zero opacity */
.animate-slide {
  transform: translateY(100%);
  opacity: 0;
}

/* When the element is in view, the 'inview' class is added */
.animate-slide.inview {
  animation: slideInFromBottom 0.5s forwards ease-in-out;
}

/* Keyframes for sliding in from below */
@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}






.sc02 {	
  background: linear-gradient(-45deg, #1B99C1, #6946BD);
}
.sc02-bg{
	background: url("../img/sc02-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
}

.flex-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; /* お好みで調整 */
}

/* スマホ向け（幅768px未満）のレイアウト：1列にする */
@media (max-width: 768px) {
  .flex-container {
    grid-template-columns: 1fr;
  }
}

/* 各アイテムのスタイル例 */
.item {
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
}

.item-bg {
  padding: 5px 15px;
	text-align: center;
	color: #fff;
  /* 左から右に赤から青へのグラデーション */
  background: linear-gradient(to right, #A37CFD, #15D0EA);
}
.item-bg2{
	margin: 8px;
	background: #F6F6F6;
	text-align: left;
	padding: 15px 30px 30px 30px;
}
/* スマホ向け（幅768px未満）のレイアウト：1列にする */
@media (max-width: 768px) {
  .item-bg2{
	margin: 8px;
	background: #F6F6F6;
	text-align: left;
	padding: 15px 15px 15px 15px;
	  line-height: 2.0;
}
}
.item-title-mini{
	font-size: 2.2rem;
	font-weight: 600;
	color: #545DC0;
}
.item-title{
	font-size: 3.5rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #545DC0;
	line-height: 1.5;
}
/* スマホ向け（幅768px未満）のレイアウト：1列にする */
@media (max-width: 768px) {
.item-title{
	font-size: 3.0rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #545DC0;
	line-height: 1.5;
}
}

.t-bg{
	background: #545DC0;
	color: #fff;
	padding: 2px 5px;
	margin: 0px 2px;
}
.t-ul{
	color: #545DC0;
	font-weight: 600;
	border-bottom: 1px solid #545DC0;
	padding-bottom: 1px;
}

/* Base styles for PC view */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* Ensures column widths are respected */
	line-height: 1.6;
}

.responsive-table th,
.responsive-table td {
  padding: 15px;
	border: 1px solid #375EB4;
}

.responsive-table th {
  width: 30%;
  text-align: left;
  background-color: #E8F1F3;
}

.responsive-table td {
  width: 70%;
	background-color: #ffffff;
}

/* Responsive styles for mobile view */
@media (max-width: 768px) {
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  
  .responsive-table tr {

  }
  
  /* Make each header and cell full width on mobile */
  .responsive-table th,
  .responsive-table td {
    width: 100%;
    box-sizing: border-box;
	  
  }
  
  /* Optional: add a clear label above each cell if needed */
  .responsive-table th {
    font-weight: bold;
    padding: 8px;
	  text-align: center;
  }
  
  .responsive-table td {
    padding: 15px;
	  text-align: left;
  }
}

.cyuui{
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.6;
	padding-top: 20px;
}

.cta-bg{
	background: #E8F1F3;
	padding: 50px 0px 60px 0px;;
}


/*左上に背景色ありタイトル*/
.box5-3{
	padding:3em 2em 2em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #fff; /* ボックスの線 (太さ・種類・色)*/
	color: #fff;
}
.box5-3 .box-title {
	background-color:#fff; /* タイトル背景色 */
	color: #333;
	font-size: 1em;/* タイトル文字の大きさ */
	padding: 7px 12px;/*タイトルの余白*/
	line-height: 1;/*タイトルの行の高さ*/
	position:absolute;/* 配置(ここを動かす) */
	top: 0; /*上からの距離*/
	left: 0; /*左からの距離*/
}

/* Responsive styles for mobile view */
@media (max-width: 768px) {
.box5-3{
	padding:3em 1em 1em; /* ボックス内側余白 */
	position:relative; /* 配置(ここを基準に)*/
	border: 1px solid #fff; /* ボックスの線 (太さ・種類・色)*/
	color: #fff;
}
}




.kokuchi{
	background: url("../img/kokuchi_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 30px 70px;
}
.kokuchi-box{
	background-color: rgba(255, 255, 255, 0.8);
	border: 5px solid #44B5C0;
	text-align: center;
	padding: 30px 50px;
}
.kokuchi-title{
	background: var(--base);
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
}
.kokuchi-text{
	font-size: 2.5rem;
	font-weight: 600;
	margin-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #cccccc;
	line-height: 1.3;
}
.kokuchi-text-mini{
	font-size: 1.8rem;
	font-weight: normal;
	margin-top: -5px;
}



.sub-title {
  position: relative;
  padding: 3rem .5rem;
	margin-top: 60px;
	text-align: center;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.6;
}

.sub-title:before,
.sub-title:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#269499), to(#44B5C0));
  background-image: -webkit-linear-gradient(right, #269499 0%, #44B5C0 100%);
  background-image: linear-gradient(to left, #269499 0%, #44B5C0 100%);
}

.sub-title:before {
  top: 0;
}

.sub-title:after {
  bottom: 0;
}
.list-box{
	background: #FFFBE6;
	padding: 30px 30px 15px 30px;
	border-radius: 15px;
	font-weight: 600;
	margin: 40px 0px;
}
ul.checklist01 {
  list-style: none;     /* デフォルトのリストマーカーを消す */
  margin: 0;
  padding: 0;
}

ul.checklist01 li {
  /* Flexboxでアイコンとテキストを横並びにする */
  display: flex;
  align-items: flex-start; /* テキストが複数行になっても上揃え */
  line-height: 1.5; /* テキストの行間（お好みで調整） */
  /* 追加で padding-left: ... などは不要 */
}

/* 擬似要素でFontAwesomeアイコンを表示する例 */
ul.checklist01 li::before {
  content: "\f14a";  /* FontAwesomeのチェックマーク（例: f14a） */
  font-family: "Font Awesome 5 Free"; /* FontAwesomeのバージョンに応じて変更 */
  font-weight: 900;  /* solidアイコンの場合 */
  color: #fff;    /* アイコンの色（お好みで調整） */
  margin-right: 0.5em; /* アイコンとテキストの隙間 */
  /* 行の高さに合わせる */
  line-height: 1.5;
}
ul.checklist02 {
  list-style: none;     /* デフォルトのリストマーカーを消す */
  margin: 0;
  padding: 0;
}

ul.checklist02 li {
  /* Flexboxでアイコンとテキストを横並びにする */
  display: flex;
  align-items: flex-start; /* テキストが複数行になっても上揃え */
  line-height: 1.7;        /* テキストの行間（お好みで調整） */
		font-size: 1.7rem;
  /* 追加で padding-left: ... などは不要 */
}

/* 擬似要素でFontAwesomeアイコンを表示する例 */
ul.checklist02 li::before {
  content: "\f14a";  /* FontAwesomeのチェックマーク（例: f14a） */
  font-family: "Font Awesome 5 Free"; /* FontAwesomeのバージョンに応じて変更 */
  font-weight: 900;  /* solidアイコンの場合 */
  color: #c18c4d;    /* アイコンの色（お好みで調整） */
  margin-right: 0.5em; /* アイコンとテキストの隙間 */
  /* 行の高さに合わせる */
  line-height: 1.5;
}
.mokuji{
	background: #fff;
	color: #375EB4;
	font-weight: 600;
	padding: 3px 15px;
	font-size: 1.9rem;
	border-radius: 15px;
}
.subhead{
	font-weight: 600;
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.6;
	padding-bottom: 15px;
}

.subhead2{
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1.6;
	padding-bottom: 15px;
}

/* Responsive styles for mobile view */
@media (max-width: 768px) {
.mokuji{
	background: #fff;
	color: #375EB4;
	font-weight: 600;
	padding: 3px 15px;
	font-size: 1.6rem;
	border-radius: 15px;
}
	.subhead{
	font-weight: 600;
	color: #fff;
	font-size: 3.0rem;
	line-height: 1.6;
	padding-bottom: 15px;
}

.subhead2{
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1.6;
	padding-bottom: 15px;
}
}


.ribon {
 position: relative;
  margin: 30px;
  text-align: center;
	max-width: 500px;
	font-weight: 600;
	font-size: 2.0rem;
}

.ribon:before,
.ribon:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #d90606;
}

.ribon:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.ribon:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.ribon span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #fa4141;
}

.ribon span:before,
.ribon span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}

.ribon span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

.ribon span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
.tokuten-bg{
	background: #FDF7E3;
	text-align: left;
	padding: 25px 30px;
	font-size: 1.7rem;
}

.qa-1 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
	line-height: 1.6;
}

.qa-1 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
	line-height: 1.6;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    list-style: none; /* デフォルトの矢印を非表示 */
}

.qa-1 summary::-webkit-details-marker {
    display: none; /* Safari, Chrome などの Webkit ブラウザ向け */
}


.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: var(--base);
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
	font-size: 1.5rem;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: var(--base);
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
	font-size: 1.5rem;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.vip{
	background: url("../img/vip_04.png");
	padding: 0px 50px;
	background-size: contain;
}
.vip-box{
	color: #fff;
	font-size: 1.6rem;
}
.vip-check{
	color:#e5bd8c;
}
/* Responsive styles for mobile view */
@media (max-width: 768px) {
.vip{
	padding: 0px 35px;
	background-size: contain;
}
}
.contents-inner{
	background-color: #ffffff;
padding: 30px 50px 30px 50px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.contents-inner{	
padding: 15px 15px 15px 15px;
}
}
.koe-inner{
	background-color: #f9f8f6;
padding: 20px 40px 20px 40px;
	text-align: left;
}
@media only screen and (max-width: 768px) {
.koe-inner{	
padding: 0px 15px 0px 15px;
}
}
.form-inner{
padding: 0px 50px 0px 50px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.form-inner{	
padding: 0px 10px 0px 10px;
}
}

.sc01 {	
  background: url("../img/sc01.png");
  background-position: center top;
  background-repeat: no-repeat;	
	background-color: #e8f1f3;
}
@media only screen and (max-width: 768px) {
.sc01 {	
  background: url("../img/spsc01.png");
	  background-position: center top;
  background-repeat: no-repeat;	
}
}
.contents-bg02{
	background-repeat: no-repeat;
	background-color: #e8f1f3;	
}
.contents-bg03{
	background-repeat: no-repeat;
	background-color: #e8f1f3;	
}

.contents-bg04 {	
  background: #0057aa;
}

.subhead00{
background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
.subhead00{
padding: 0px 0px 0px 0px;
}
}
.subhead000{
background-color: #ffffff;
text-align: left;

}

.subhead01{
	color: #0057aa;
	font-size: 9.5rem;
	line-height: 1.2;
	padding-bottom: 25px;
	text-align: center;
font-family: "FOT-UD角ゴ_ラージ Pr6N", sans-serif;
  font-weight: bold; /* または 400。調整可 */
	 width: 100%;
}
@media only screen and (max-width: 768px) {
.subhead01{
	font-size: 3.6rem;
	padding-bottom: 15px;
	}
	}
.subhead02{
	color: #FFFFFF;
	font-size: 4.5rem;
	line-height: 2.5;
	padding: 5px 45px 5px 45px;
	background-color: #0057aa;
	text-align: center;
  font-weight: bold; /* または 400。調整可 */
}
@media only screen and (max-width: 768px) {
.subhead02{	
padding: 5px 20px 5px 20px;	
font-size: 2.0rem;	
}
}
.subhead01-2{
	color: #323F7C;
	font-size: 9.5rem;
	line-height: 1.2;
	padding-bottom: 25px;
	text-align: center;
font-family: "FOT-UD角ゴ_ラージ Pr6N", sans-serif;
  font-weight: bold; /* または 400。調整可 */
	 width: 100%;
}
@media only screen and (max-width: 768px) {
.subhead01-2{
	font-size: 4.0rem;
	}
	}
.subhead02-2{
	color: #FFFFFF;
	font-size: 4.5rem;
	line-height: 2.5;
	padding: 5px 45px 5px 45px;
	background-color: #323F7C;
	text-align: center;
  font-weight: bold; /* または 400。調整可 */
}
@media only screen and (max-width: 768px) {
.subhead02-2{
padding: 5px 20px 5px 20px;	
font-size: 2.0rem;	
}
}
.subhead03{
	height: 10px;
 width: 100%;
}


.form-tai{
	color: #FFFFFF;
	font-size: 4.0rem;
	line-height: 1.4;
	text-align: center;
  font-weight: bold; /* または 400。調整可 */
}
@media (max-width: 768px) {
.form-tai{	
padding: 10px 0px 10px 0px;		
font-size: 2.0rem;	
}	
}	
.tantou{
background-image:url(../img/tantou_02.png);
text-align: left;
background-repeat: repeat;
padding: 0px 60px 0px 60px;
background-size: contain;
line-height:180%;
}
@media (max-width: 768px) {
.tantou{
	font-size: 90%;
padding: 0px 30px 0px 30px;
}
}
/*入力フォームの設定*/
.form-text{ 
width:100%;
height: 80px;
font-size:1.54em; 
text-align: left;
border-radius: 5px;
padding: 5px 20px;
color: #000;
background:#f5f5f5;
margin-bottom: 5px;
border:5px solid #3D3D3D;
}
@media screen and (max-width: 768px) {
.form-text{ 
width:100%;
font-size:0.9em;
height: 60px;
padding: 5px 5px 5px 5px;
border:3px solid #3D3D3D;
}}

.om:hover {
  opacity:0.7;
}
.p-top{
	padding-top: 20px;
}


.teikyou01{
	color: #374075;
	font-size: 3.9rem;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
font-family: "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800; /* または 400。調整可 */
}
@media screen and (max-width: 768px) {
.teikyou01{
	font-size: 1.7rem;
	line-height: 1.3;
	padding-top: 10px;
	padding-bottom: 10px;	
	
}	
}	
.teikyou01-2{
	color: #374075;
	font-size: 3.9rem;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 0px;
	text-align: center;
font-family: "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800; /* または 400。調整可 */
}
@media screen and (max-width: 768px) {
.teikyou01-2{
	font-size: 1.6rem;
	line-height: 1.3;

}	
}


.teikyou02{
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 15px;
	margin: 10px 110px;
	text-align: center;
font-family: "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 600; /* または 400。調整可 */
	background:#374075;
}
@media screen and (max-width: 768px) {
.teikyou02{
	font-size: 1.4rem;
margin: 0px 0px;
	padding: 15px 0px 15px 0px;
}
}
.teikyou03{
	background-color: #ececec;
padding: 20px 20px 10px 20px;
margin: 0px 30px;
}
@media screen and (max-width: 768px) {
.teikyou03{
padding: 10px 10px 20px 10px;
margin: 0px 10px;
}
	}
.teikyou03-2{
	background-color: #ececec;
padding: 20px 20px 10px 20px;
margin: 0px 30px;
}
@media screen and (max-width: 768px) {
.teikyou03-2{
padding: 10px 15px 5px 15px;
margin: 0px 10px;
}
	}
.company-info-h {
height: 40px;
}
@media screen and (max-width: 768px) {
.company-info-h {	
height: 20px;
	}
}
.company-info-h2 {
height: 30px;
}
@media screen and (max-width: 768px) {
.company-info-h2 {	
height: 15px;
	}
}
.company-info {
  width: 100%;
  margin: 0px auto;
 max-width: 740px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
	text-align: left;
}
@media screen and (max-width: 768px) {
.company-info {
	  font-size: 1.25rem;
	}
	}
.company-info dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.company-info dt {
  width: 105px;
  font-weight: bold;
}

.company-info dd {
  margin: 0;
  width: calc(100% - 105px); 
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
.company-info dt {
  width: 75px;
  font-weight: bold;
}
}
@media screen and (max-width: 768px) {
	.company-info dd {
  margin: 0;
  width: calc(100% - 75px); 
	line-height: 1.4;
}
}
.teikyoubg{
background-image:url(../img/teikyoubg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; /* or "cover" depending on your design */
}
.teikyoubg2{
background-image:url(../img/teikyoubg2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
	
  background-size: contain; /* or "cover" depending on your design */
}
.linesub {
  background: #0057aa;
  height: 2px;
  margin: 0 auto;  /* 中央揃え */
  width: 860px;
}
@media screen and (max-width: 768px) {
.linesub {
  width: 360px;
}
	}
.form-w {
	margin: 0px 100px;
}
@media screen and (max-width: 768px) {
.form-w {
	margin: 10px 10px;
}
}
.form-w2 {
	margin: 60px 150px 20px 150px;
}
@media screen and (max-width: 768px) {
.form-w2 {
	margin: 20px 10px;
}
}
.text-narrow {
letter-spacing: 0.2em;
}
.text-narrow2 {
letter-spacing: 0.8em;
}
.text-narrow3 {
letter-spacing: 0.8em;
}
.text-narrow4 {
letter-spacing: -0.08em;
}

ul.underline-list li {
  position: relative;
  padding-bottom: 6px;
}
ul.underline-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #c7c7c7; /* 線の色 */
}
.purupuru01:focus{
  outline:none;
}
.purupuru01{
  animation-name: purupuru;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-direction: normal;
  animation-delay: 2s;
  position: relative;
  transition: all 100ms;
  max-width: 100%
}
@keyframes purupuru {
  1.5% { transform: scale(0.93); }
  4.5% { transform: scale(1); }
  7.5% { transform: scale(0.96); }
  9.5% { transform: scale(1); }
  11.5% { transform: scale(0.99); }
  13% { transform: scale(1); }
}


.slide-in {
  opacity: 0;
  transform: translateX(-100px);
  animation: slideIn 0.5s ease-out forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 線が伸びる */
.line {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 23px;
margin: 0px 50px;	
}
.line::after {
background: #0057aa;
  content: '';
  display: block;
  height: 2px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
	
}
.line.is-animated::after {
  width: 100%;
}
/* フェードアップ */
.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ボーダーが緩やかにつく */
.stroke {
  background: #f0f0f0;
  max-width: 400px;
  height: 250px;
  position: relative;
}

.stroke .border {
  content: "";
  position: absolute;
  opacity: 0;
}
.stroke .border.top,
.stroke .border.bottom {
  width: calc(100% - 20px);
}
.stroke .border.top {
  border-top: 3px solid #362ae0;
  right: 0;
  top: 0;
}
.stroke .border.bottom {
  border-bottom: 3px solid #362ae0;
  left: 0;
  bottom: 0;
}

.stroke .border.right,
.stroke .border.left {
  height: calc(100% - 20px);
}
.stroke .border.right {
  border-right: 3px solid #362ae0;
  right: 0;
  top: 0;
}
.stroke .border.left {
  border-left: 3px solid #362ae0;
  left: 0;
  bottom: 0;
}

.stroke.is-animated .border {
  opacity: 1;
}

.stroke.is-animated .border.top,
.stroke.is-animated .border.bottom {
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stroke.is-animated .border.right,
.stroke.is-animated .border.left {
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }
  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}

/* 文字が滑らかに表示される */
.smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1;
  height: 40px;
  margin-top: 15px;
}
.smooth.is-animated {
  clip-path: inset(0);
}

/* ふわふわ */
.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* ゆったりスクロールボタン */

.scroll {
  display: inline-block;
  padding-top: 70px;
  position: relative;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #000;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/* くるくる回りながら出現 */
.kurukuru {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  width: 50px;
  height: 50px;
  opacity: 0;
  padding-bottom: 40px;
}
.kurukuru.is-animated {
  animation: kurukuru 1.4s ease-out;
  opacity: 1;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}


ol  {
  margin: 0;
  padding: 0
}
ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

@media screen and (max-width: 768px) {
	.sp-inner{
		padding: 15px ;
	}
	.box02,.box02-1,.box06,.box07,.box09,.box10{
		padding-left: 15px;
		padding-right: 15px;
	}
.subtitle_bg .subtitle_bg-wrap .inn {
  font-size: 2.4rem;
}
	.fs18{
		font-size: 1.6rem;
	}	
}




/* 背景色が流れてくる */
.subtitle_bg .subtitle_bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.subtitle_bg.is-animated .subtitle_bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #142e72 0%,#142e72 50%,#0071bc 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.subtitle_bg .subtitle_bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
.subtitle_bg .subtitle_bg-wrap .inn {
  padding: 8px 10px;
	font-size: 180%;
}
}

.fade-down {
  opacity: 0;
  display: inline-block;
  transform: translateY(-200px);
  transition: all 0.5s ease-out;
}

.fade-down.show {
  opacity: 1;
  transform: translateY(0);
}

/* 各文字にアニメーション */
.fade-down .char {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
}

.fade-down.show .char {
  animation: fadeUp 0.6s ease-out forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


