@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333333;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fff;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
.article {
  width: 100%;
}
/*カラム全体の幅を変更する*/
.top_image_in {
  width: 950px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
.section_inr {
  width: 960px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  padding: 4.5em;
}
.section_inr2 {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  padding: 1.0em;
  border: 1px solid #000;
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
/*ヘッダー内部をカラム幅にする*/
/*ヘッダーのロゴ*/
/*ヘッダーの問い合わせボタン*/
/*ヘッダーの電話ボタン*/
/*ヘッダー内の画像が常に幅100%になるように*/
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/fv_01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
}
.top_image1 {
  background-image: url("../images/fv_01.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
}
.top_image2 {
  background-image: url("../images/fv_02.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
}
.top_image3 {
  background-image: url("../images/fv_03.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
}
.top_image4 {
  background-image: url("../images/fv_04.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
}
.top_image5 {
  background-image: url("../images/fv_05.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
}
.top_image_in img {
  display: block;
  margin: 0 auto;
}
/*.top_image .fv1-bg{
	  background-image: url("../images/fv1-bg.png");
	background-repeat: repeat;
	height: auto;
	padding:0.5em 0;
}*/
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.section_01 {
  background: rgba(242, 242, 242, 0.8);
  padding: 3em;
  height: auto;
  overflow: hidden;
  text-align: center;
}
/*--------------------------------------------------
チェックリスト設定
-----------------------------------------------------*/
ul {
  list-style: none;
  margin-bottom: 35px;
  padding-inline-start: 0px;
}
li {
  padding: 10px 0 10px 3px;
  font-size: 1.8rem;
  line-height: 1.5;
}
li:before {
  font-family: FontAwesome;
  margin-right: 20px;
}
.ul1 li {
  font-size: 1.2em;
  border-bottom: 1px dotted #ababab;
  list-style: none;
  text-indent: -2em;
  padding-left: 2em;
  /*font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
}
.ul1 li:last-child {
  border-bottom: none;
}
.ul1 li:before {
  content: '\f058';
  /* アイコンのunicode */
  color: #ff6d10;
  font-size: 1.0em;
}
.box_contents {
  border-radius: 8px;
  border: 5px solid #ff6d10;
  padding: 1.5em 2.5em;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.box_contents2 {
  background: rgba(242, 242, 242, 0.8);
  padding: .5em 2.5em;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.box_contents3 {
  border-radius: 8px;
  border: 5px solid #004999;
  padding: 2.5em;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}
.box_contents4 {
  border-radius: 20px;
  border: 5px solid #a38147;
  padding: 2.5em 2.5em 2.5em 1.5em;
  margin-bottom: 3%;
}
/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #333333;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}
/*--------------------------------------------------
追加CSS
-----------------------------------------------------*/
.text-design5 {
  font-size: 1.55rem;
  font-weight: 600;
  color: #f3343f;
}
.text-design5 span {
  border-bottom: 3px dotted #f3343f;
}
.sec01-title {
  position: relative;
  padding: 5PX 0 5PX 40px;
  font-size: 1.35em;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  line-height: 1.8;
  font-weight: 500;
}
.sec01-title:before {
  position: absolute;
  top: 9px;
  left: 5px;
  content: url(../images/check2.png);
}
.marker {
  background: linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.emphasis_design9 {
  line-height: 200%;
}
.emphasis_design9 span {
  position: relative;
}
.emphasis_design9 span::after {
  content: '';
  background-size: 10px 10px;
  background-color: #e1eef5;
  background-image: repeating-linear-gradient(-45deg, #fa565a 0, #fa565a 3px, #fff 0, #fff 50%);
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -12px;
  left: 0;
}
ul {
  list-style: none;
  margin-bottom: 35px;
}
li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.15em;
  font-weight: 500;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
}
li:before {
  font-size: 1.1rem;
  font-family: FontAwesome;
  content: '\f0eb';
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}
li:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  li {
    padding: 5px 0 5px 3px;
    line-height: 1.8;
    font-size: 1.05rem;
    text-indent: -1.2em;
  }
  i {
    margin-right: 5px;
  }
}
.ul4 {
  list-style: none;
  margin-bottom: 35px;
}
.ul4 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.15em;
  font-weight: 500;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
  text-indent: -1.6em;
}
.ul4 li:before {
  font-size: 1.1rem;
  font-family: FontAwesome;
  content: '\f058';
  color: #f52c3c;
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}
.ul4 li:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .ul4 li {
    padding: 5px 0 5px 3px;
    line-height: 1.8;
    font-size: 1.05rem;
  }
  i {
    margin-right: 5px;
  }
}
.ul5 {
  list-style: none;
  margin-bottom: 35px;
}
.ul5 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.15em;
  font-weight: 500;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
  text-indent: -1.6em;
}
.ul5 li:before {
  font-size: 1.1rem;
  font-family: FontAwesome;
  content: '\f35a';
  color: #f52c3c;
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}
.ul5 li:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .ul5 li {
    padding: 5px 0 5px 3px;
    line-height: 1.8;
    font-size: 1.05rem;
  }
  i {
    margin-right: 5px;
  }
}
.ul2 {
  list-style: none;
  margin-bottom: 35px;
}
.ul2 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.1em;
  font-weight: 500;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
  text-indent: -1.6em;
}
.ul2 li:before {
  font-size: 1.15rem;
  font-family: FontAwesome;
  content: '\f057';
  color: #004999;
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}
.ul2 li:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .ul2 li {
    padding: 5px 0 5px 3px;
    line-height: 1.8;
    font-size: 1.05rem;
  }
  i {
    margin-right: 5px;
  }
}
.ul3 {
  list-style: none;
  margin-bottom: 35px;
}
.ul3 li {
  border-bottom: 1px dotted #ddd;
  font-size: 1.15em;
  font-weight: 500;
  padding: 10px 0 10px 7px;
  list-style: none;
  line-height: 1.5;
  text-indent: -1.6em;
}
.ul3 li:before {
  font-size: 1.1rem;
  font-family: FontAwesome;
  content: none;
  color: #004999;
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
}
.ul3 li:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .ul3 li {
    padding: 5px 0 5px 3px;
    line-height: 1.8;
    font-size: 1.05rem;
  }
  i {
    margin-right: 5px;
  }
}
.cta-red {
  text-align: left;
  background-color: #335d87;
  padding: 1.5em 4em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 1.5em 0;
  color: #fff;
}
.cta-text {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 200%;
}
.cta-text4 {
  font-weight: 800;
  font-size: 280%;
}
.cta-text1 {
  font-weight: 800;
  font-size: 220%;
}
.cta-text2 {
  font-weight: 600;
  font-size: 120%;
}
.cta-text3 {
  font-weight: 500;
  font-size: 50%;
}
.cta_box {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
.cta-item1 {
  padding: 10px;
  color: #333333; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  width: 40%;
}
.cta-item2 {
  padding: 10px;
  color: #333333; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  width: 53%;
}
.features {
  text-align: left;
  background-color: #335d87;
  padding: 1.5em 4em;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 1.5em 0;
  color: #fff;
}
.features .flex-box {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  /* justify-content: center; */
}
.features .flex-item1 {
  padding: 10px;
  color: #fff; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  width: 20%;
}
.features .flex-item2 {
  padding: 10px;
  color: #fff; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  width: 74%;
}
.center-title {
  display: block;
  margin: 0 auto;
  border: 3px solid #004999;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  color: #004999;
  padding: .5em;
}
.center-title span {
  position: relative;
  padding: 0 0.7em;
  margin: 0 0.3em;
  font-size: 170%;
}
.center-title span::before, .center-title span::after {
  color: #4d9bc1;
  position: absolute;
  top: -.2em
}
.center-title span::before {
  content: '“';
  left: 0;
}
.center-title span::after {
  content: '”';
  right: 0;
}
.center-title2 {
  display: block;
  margin: 0 auto;
  border: 2px solid #333333;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  color: #333333;
  padding: .5em;
}
.center-title3 {
  display: block;
  margin: 0 auto;
  border: 3px solid #f3343f;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  color: #f3343f;
  padding: .5em;
}
.center-title4 {
  display: block;
  margin: 0 auto .5em;
  border: 3px solid #333333;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  font-size: 1.3em;
  font-weight: 500;
  color: #333333;
  padding: .5em 2.5em;
}
.center-title5 {
  display: block;
  margin: 0 auto;
  border: 4px solid #a38147;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  color: #333333;
  padding: 1em;
}
.sec01-caution {
  position: relative;
  padding: 5PX 0 5PX 35px;
  font-size: 1.4em;
  margin-bottom: 20px;
  background: #fff;
}
.sec01-caution:before {
  position: absolute;
  top: 7px;
  left: 0px;
  content: "※";
}
.border-l {
  border-left: 1px solid #333333;
  padding: 0 .5em;
}
.qa-q {
  position: relative;
  padding: 5PX 0 5PX 70px;
  font-size: 140% !important;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  color: #004999;
}
.qa-q:before {
  position: absolute;
  content: url(../images/qa-1.png);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qa-a {
  position: relative;
  padding: 5PX 0 5PX 70px;
  font-size: 125% !important;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  font-weight: 400;
}
.qa-a:before {
  position: absolute;
  content: url(../images/qa-2.png);
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qa hr {
  border: none;
  border-bottom: 4px solid #eeeeee;
  margin: 30px 0;
}
.btn-area {
  display: block;
  margin: 0 auto;
  width: 50%;
}
a.btn_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  background: #eee;
  color: #27acd9;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
  font-size: 120%;
}
a.btn_1::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: #27acd9;
}
a.btn_1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #27acd9;
}
a.btn_1:hover {
  background: #d4eef7;
  color: #27acd9;
}
/**
 * $keyframes \ gelatine 
 **/
.s-text {
  font-size: 1.5em;
  font-weight: bold;
}
.flex-box {
  padding: 10px 10px 10px 50px;
  display: flex;
  align-items: center;
}
.flex-box2 {
  padding: 10px;
  display: flex;
  align-items: center;
}
.flex-item {
  padding: 10px;
  color: #fff; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
}
.flex-item3 {
  padding: 10px;
  color: #f3343f; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  width: 40%;
  height: 120px;
  font-size: 1.3rem;
}
.flex-item4 {
  padding: 10px;
  color: #f3343f; /* 文字色 */
  margin: 10px; /* 外側の余白 */
  border-radius: 5px; /* 角丸指定 */
  width: 5%;
  text-align: center;
  font-size: 1.3rem;
}
.reason-text2 {
  background-color: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
  background-repeat: repeat;
  background-position: bottom center;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 4px solid #f29c9f;
}
.reason-text3 {
  background-color: #fff;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
  background-repeat: repeat;
  background-position: bottom center;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 4px solid #a38147;
}
.reason-title2 {
  font-size: 1.25em;
  color: #1b283d;
  font-weight: 600;
}
.title {
  background-image: url("../images/sub-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 2.7em 0 2.7em;
}
.title2 {
  background-image: url("../images/sub-bg2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 2.7em 0 2.7em;
  background-color: rgba(242, 242, 242, 0.8);
}
.title3 {
  background-image: url("../images/sub-bg3.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 2.7em 0 2.7em;
  background-color: rgba(242, 242, 242, 0.8);
}
.title4 {
  background-image: url("../images/sub-bg4.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: auto;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 2.7em 0 2.7em;
  background-color: rgba(242, 242, 242, 0.8);
}
/*.title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0d385b transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}*/
.title-text {
  font-size: 1.56em;
  font-weight: 800;
}
.section_inr p {
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 200%;
}
.section_01 .section_inr {
  text-align: left;
  background-color: #fff;
}
img.sub {
  display: block;
  margin: 0em auto;
  max-width: 930px;
}
img.maru {
  display: block;
  margin: 0 auto;
  max-width: 90px;
}
img.s-maru {
  display: block;
  margin: 0 auto;
  max-width: 140px;
}
img.s-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
img.c1 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
img.c2 {
  display: block;
  margin: 0 auto;
  max-width: 75%;
}
img.c3 {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.marker {
  background: linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.banner {
  display: none; /* 最初は非表示にする */
  position: fixed; /* 表示位置を固定 */
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 1%;
}
.banner img {
  width: 290px;
}
@media only screen and (max-width : 950px) {
  .features .flex-item1 {
    padding: 10px;
    color: #fff;
    margin: 10px;
    border-radius: 5px;
    width: 15%;
  }
  .top_image_in {
    width: 100%;
    margin: 0 auto;
  }
  .top_image_in img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .section_inr {
    width: 100%;
    margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
    padding: 0 3%;
  }
  .section_01 {
    background: rgba(242, 242, 242, 0.8);
    padding: 1.5%;
    height: auto;
    overflow: hidden;
    text-align: center;
  }
  .section_01 .section_inr {
    text-align: left;
    background-color: #fff;
    padding: 3%;
  }
  img.sub {
    display: block;
    margin: 0em auto;
    max-width: 100%;
  }
  img.maru {
    display: block;
    margin: 0 auto;
    max-width: 90px;
  }
  img.s-maru {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  img.s-image {
    display: block;
    margin: 0 auto;
    max-width: 80%;
  }
  img.c1 {
    display: block;
    margin: 1.5em auto;
    max-width: 95%;
  }
  .flex-box {
    padding: 1%;
    display: flex;
    align-items: center;
  }
  .ul1 li {
    font-size: 1.2em;
    border-bottom: 1px dotted #ababab;
    list-style: none;
    text-indent: -1.5em;
    /* padding-left: 2em; */
    /*  font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;*/
  }
}