@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.8.1/css/all.css);
/*-----------------------------------------------------------------------------------------------------
共通設定(PC)
--------------------------------------------------------------------------------------------------------*/
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 62.5% !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  margin: 0px;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #B36DE0;
}
a:hover, a:active {
  color: skyblue;
}
a {
    font-size: 1rem;
    text-align: center;
}


/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*ボタンホバー設定(半透明)*/
.btn:hover {
  opacity: 0.7;
}

/*ボタン追従*/
.pace-running .wrap {
  display: none;
}
.floating-banner {
  background-image: url("../images/btn_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}

/*-----------------------------------------------------------------------------------------------------
各エリアの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*ページ全体*/
#container {
  position: relative;
  padding-top: 0em;
}
/*本体*/
.main {
  background-color: #F770D9;
  margin-bottom: 0em;
}

.sub {
  background-color: #FCE2E3;
  margin-bottom: 0em;
}

/*カラム部分*/
.main-in {
  padding: 0em 0em 0em;
}
.main-in_00 {
  padding: 0em;
}
.contents {
  padding: 0 1.2em;
  font-size: 1em;
  text-align: center;
}
.contents_00 {
  padding: 0 0em;
  position:relative;
  width:100%;
}

.contents_03 {
  padding: 0 0em;
  
}

/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
 /* border-left: 1px solid #ccc; LPを囲う左右の線
  border-right: 1px solid #ccc;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.article, .top_image_in {
  width: 750px;
  margin: 0 auto ; /*真ん中に要素を置きたいときに使う*/
}

.top_image_in{
	background-color: #001723;
}

/*--------------------
見出しタグ設定(PC)
--------------------*/
.main-contents h2 {
  background-color: #FCE2E3;
  margin: 0em 0em;
  font-size: 1em;
  font-weight: bold;
}
.main-contents h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px double #10559A;
}
.main-contents h4 {
  margin: 0.5em 0em;
  padding: 1rem 2rem;
  font-weight: bold;
  color: #004476;
}
.main-contents h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.double_square {
  padding: 0.6rem 1.5rem;
  color: #fff;
  background: #1C8DAB;
  -webkit-box-shadow: 5px 5px 0 #04566C;
  box-shadow: 5px 5px 0 #04566C;
}
.reason_ttl {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #004477;
  line-height: 1.4em;
  padding: 30px 10px;
}
/*-----------------------------------------------------------------------------------------------------
ｈタグの設定(PC)
-----------------------------------------------------------------------------------------------------*/
/*H2タグ*/
/*.main-contents h2 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
 
margin: 0 0 0em;
  padding: 0em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

.main-contents h2{
  transition: 1s;
  opacity: 0;
}

.main-contents h2.animated{
  opacity: 1;
}
*/
/*H3タグ*/
/*.main-contents h3 {
  margin: 0 0 0.5em;
  padding: 0em 0em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}*/
/*H4タグ*/
/*.main-contents h4 {
  color:#004476;
　font-size: 1.6em;
  padding: 1em 2em;
  border-left: 5px solid #000;
  background: #f4f4f4;
  font-weight:bolder;
}*/
/*H5タグ*/
/*.main-contents h5 {
  margin: 0 0 1.5em;
  padding: 0 0.8em 0.5em;
  border-bottom: 2px solid #414141;
  font-weight: bold;
}
*/
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color:
    rgba(11, 35, 156, 0.7);
  /*border-bottom: 1px solid #ccc;*/
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 30%;
  float: left;
  margin: 0em;
}
/*ヘッダーの問い合わせボタン*/
.header_mail {
  width: 40%;
  float: right;
  margin: 1.2em 0em 0em;
}
/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
/*.top_image {
  background-image: url("../images/top-sp.png");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
  margin-bottom: 0em;
}
.top_image_in img {
  width: 100%;
}
.sp_bottom_cv {
  display: none;
}
*/
/*-----------------------------------------------------------------------------------------------------
メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
.section_sub {
  background-image: url("../images/bg_sb_01.jpg");
  background-size: 100%;
  color: #fff;
  position: relative;
  padding: 1.5em 0em 1em;
  margin-bottom: 1.5em;
}
.section_01 {
  background-color: #ffffff;
  /*background: url("../images/bg_03.png");
background-size:cover;*/
}
.section_01_in {
  background-color: transparent;
}
.section_00 {
  background-color: #000000;
  background-image: url("../images/");
  background-position: center;
  background-size: cover;
}
.section_00_in {
  background-color: transparent;
}
.section_02 {
  background-color: #FEFEFE;;
}
.section_02_in {
  background-color: transparent;
}
.section_03 {
  background-color: #B36DE0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section_03_in {
  background-color: transparent;


}
.section_04 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section_04_in {
  background-color: transparent;
}



.section_qa{
	
	margin:0;
}
.circle {
  border-radius: 100%;
}
.box_pro {
  color: #353535;
  background-color: rgb(219, 237, 113, 0.5);
  margin: 0 -2em;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.name {
  text-align: right;
  font-size: 0.7em;
}
.name img {
  width: 50%;
}

#youtube {
  position: relative;
}

#youtube iframe {
  position: absolute;
  top: 50%;
  transform: translateY(15%);
}

.gmap {
  background-image: url("../images/FV_24.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  text-align: center;
  margin: 0 auto;
  
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.btn-sns01{
  position:absolute;
  bottom:38%;
  right:57%;
}

.btn-sns02{
  position:absolute;
  bottom:38%;
  right:45%;
}

.btn-sns03{
  position:absolute;
  bottom:38%;
  right:34%;
}

.btn_area{
  width: 750px;
  position: fixed;
  bottom: 0;

}

.btn_area .btn_flex li{
  padding: 1em;
  list-style: none;
}

.nav{
  display: flex;
  justify-content: center;
}

@media screen and (max-width:768px) {
.btn-sns01{
  position:absolute;
  bottom:36%;
  right:58%;
}

.btn-sns02{
  position:absolute;
  bottom:36%;
  right:42%;
}

.btn-sns03{
  position:absolute;
  bottom:36%;
  right:26%;
}


}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/
/*チェックリスト（リストタグ）*/
/*.tips{
	
	
}
.list_chk li {
  font-size: 1.2em;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: left top 0;
  background-size: 2.7em;
  line-height: 1.6em;
  
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 2px;
  list-style: none}*/
/*-------------------------------------
checklistの設定
---------------------------------------*/
ul.checklist {
  /*border:1px solid #ccc;*/
  list-style: none;
  padding: 1em 1em 0.2em;
}
ul.checklist li {
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-size: 3.5%;
  padding-left: 1.8em;
  margin-bottom: 0.8em;
}
ul.checklist li:last-child {
  margin-bottom: 0em;
}
.under {
  border-bottom: dotted 2px #87CEFA;
}
/*テーブルタグ*/
.dates {
  width: 95%;
  margin-bottom: 3rem !important
}
.dates, td, th {
  border: 1px solid #141313;
  border-collapse: collapse;
  text-align: left;
  margin: 0 auto
}
.dates th {
  width: 20%;
  font-weight: 400;
  vertical-align: top;
  text-align: center;
  color: #fff;
  background-color: #141313;
  border: 1px solid #fff;
}
td, th {
  padding: 3px 13px;
  height: 30px
}
.ichigyo {
  
  white-space: nowrap ;
  line-height: 2rem !important
}
.red_s {
  color: #D90003;
  font-size: 1em;
  vertical-align: middle
}
.red_big {
  color: #BE0301;
  font-size: 1.3em;
  vertical-align: middle
}
.namae {
  text-align: right;
}
/*-------------------------------------
よくある質問
---------------------------------------*/
.box_qa {
  background-color: #efefef;
  padding: 1em;
}
.box_qa_q {
  background-color: #fff;
  padding: 1em 2em 1em 3em;
  border-bottom: 1px solid #ccc;
  font-size: 1.2em;
  font-weight: bold;
  color: #004476;
}
.box_qa_a {
  background-color: #fff;
  padding: 1em 2em 1em 3.5em;
}
.box_qa_q p, .box_qa_a p {
  text-indent: -1em;
}


.box{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.box p {
    margin: 0; 
    padding: 0;
}

/*--------------------------------------------------
slideshow
-----------------------------------------------------*/
ul {
  list-style: none;
  padding: unset;
}

.slideshow {
  display: flex;
}

.content {
  width: 300px;
  height: 300px;
}
.content:nth-child(1) {
  background-color: transparent;
}
.content:nth-child(2) {
  background-color: transparent;
}
.content:nth-child(3) {
  background-color: transparent;
}
.content:nth-child(4) {
  background-color: transparent;
}
.content:nth-child(5) {
  background-color: transparent;
}
.content:nth-child(6) {
  background-color: transparent;
}
.slideshow {
  display: flex;
  animation: loop-slide 40s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
.footer {
  background: #FFFFFF;
  padding: 0 0 8em 0;
  text-align: center;
  font-size: 1em;
}

@media (max-width: 768px) {
.footer {
  background: #FFFFFF;
  padding: 0em 0 20em 0;
  text-align: center;
  font-size: 1.0em;
}
}
.br_sp {
  display: none;
}
.br_pc {
  display: block;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

/* thanksページ用 */
.header-thanks{
  background-color: #011724;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
  padding: 1em 0.5em;
  background-image: url(../images/bg_04.png);
  background-size: 100%;
}

.header-thanks p{
  line-height: 1.3em;
}

.orange_thanks{
  color: #E9A522;
  font-weight: 700;
  background: linear-gradient(transparent 80%, #fdff94 50%);
  text-shadow: 0px 0px 2px #113d5c;
  font-size: 1.2em;
}

.hd_img_msg {
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
}

.noto700{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}


/*　固定ボタン　*/



/* アイコン周り全体 */
.flowbtn{	
display:inline-block;
width:90%;
text-align:center;
text-decoration:none;
}

/* ulタグの内側余白を０にする */
ul.sns-btn{
padding:0!important;
}

/* 全体の位置 */
.sns-btn{
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}

/* 要素同士の余白 */
.sns-btn li{
flex:0 0 10%;
padding: 2em;  /* 上のみ余白あり */
text-align:center!important;
list-style: none;/* 点を消す */
}


@media screen and (max-width:1023px) {  
  .btn{
    margin: 3rem auto 2rem;
  }

.btn a:hover {
  opacity: .7
}
.btn_cta_sp{
  display: none;
}

.btn_flex{
  display: flex;
  justify-content: space-around;
  margin: 2em 0;
  padding-left: unset
}


@media screen and (max-width: 768px) {
.btn_area{
 width: 100%;
}
}
