@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width : 767px) {
  /*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/
  /*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
  /*body全体の初期スタイル調整*/
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #f2f2f2;
  }
  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.2em; /*=16px*/
  }
  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }
  .article {
    width: 100%;
  }
  /*カラム全体の幅を変更する*/
  .top_image_in, .section_inr {
    width: 100%;
    margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  }
  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  .header {
    top: 0;
    z-index: 5000;
    overflow: hidden;
  }
  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 2% 1%;
    overflow: hidden;padding: 0 3%;
  }
  /*ヘッダーのロゴ*/
  .header_logo {
    width: 65%;
    float: left;
    margin: 0em;
  }
  /*ヘッダーの問い合わせボタン*/
  /*ヘッダーの電話ボタン*/
  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image {
    background-image: none;
  }
  .top_image_in img {
    width: 100%;
  }
  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .section_02 {
    width: 100%;
	

  }
  .section_03 {
    width: 100%;
    overflow-x: scroll;
  }
  /*--------------------------------------------------
チェックリスト設定
-----------------------------------------------------*/
  /*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
  /*スマホでは行が列になるテーブルタグ*/
  /*--------------------------------------------------
フォーム設定
-----------------------------------------------------*/
  /*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
  /*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #0d2f54;
    padding: 2em 0em 5em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  /*--------------------------------------------------
追加CSS
-----------------------------------------------------*/
	.flex-box3 {
width: 750px;
		padding: 10px;
  display: flex;
  /* align-items: center; */
	flex-wrap:nowrap;
  margin:0 auto;
  justify-content: left;
  box-sizing: border-box;
  gap: 0px;
}
	.btn-area {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  a.btn_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
    margin: auto;
    padding: 5% 20%;
    font-weight: bold;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
    font-size: 90%;
  }
  a.btn_1::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #27acd9;
  }
	.form-icon{
	display: block;
	margin:0 auto;
	width:30%;
}
.form-text{
	display: block;
	margin:0 auto;
	text-align: center;
	 font-size: clamp(17px, 2.4vw, 20px);
}
	.section_inr3{
		margin:0 3%;
	}
	.cta2{
background-color:#fff;
	width:80%;
	box-sizing: border-box;
	padding:2%;
}
	.team{font-weight:bold;
	color:#5ec2c6;
	  font-size: clamp(28px, 4.0vw, 30px);}
.relative{
position: relative;	
		font-weight:bold;
	  font-size: clamp(18px, 2.0vw, 24px);
}
.absolute{
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
}
	ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}
	.flex-box {
    padding: 10px;
    display: flex;
    /* align-items: center; */
    flex-flow: wrap;
    justify-content: center;
}
}