@charset "UTF-8";
@import url("grid.css");
:root {
  --base-color: #000;
  --link-color: #06497A;
  --linkhover-color: #06497A;
  --back-color: #D1D9DD;
  --back-color2: #E5E9EB;
  --border-color: #ccc;
  --white-color: #fff;
}
html {
  font-size: 62.5%;
}
img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: var(--linkhover-color);
  text-decoration: none;
  color: #fff;
}


.noto-sans-jp-<uniquifier > {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.h1 {
  font-size: 5.2rem;
}
.h2 {
  font-size: 5.2rem;
}
.h3 {
  font-size: 2.4rem;
}
.h4 {
  font-size: 1.6rem;
}
.h5 {
  font-size: 1.4rem;
}
/*フッター
-------------------------------------*/
footer {
  background-color: #000;
  padding: 5rem 0;
}
footer p {
  color: #fff;
}
footer h4 {
  border-bottom: 3px solid var(--border-color);
  color: #fff;
}
/*ヘッダー
-------------------------------------*/
header{
    width:100%;
    background-color:#fff;
    display:flex;
    justify-content:space-between; /*メニューを右端に置く方法その１*/
    padding:0.5% 10%;
    align-items:center;
　　　position:fixed;  /*ヘッダーの位置を固定*/
    top:0;  /*ヘッダーの位置を固定（上0）*/
    left:0; /*ヘッダーの位置を左固定（左０）*/
}
header ul{
    display:flex;
    list-style:none;

}

header li{
    margin-left:20px;
}
header a{
    text-decoration:none;
    color:#000;
}
nav{
    margin-left:auto; /*メニューを右端に置く方法その２*/

}
nav a:hover{
    color: #4A4A4A;
}


/*メイン画像
-------------------------------------*/
.mainimg img {
    background-repeat: no-repeat;   
    background-position: center center;

object-fit: cover;	
	position: relative;
}


.mainimg button {
  position: absolute;
  top: 70%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }




/*メインコンテンツ
-------------------------------------*/
main {
  margin: 5rem 0 0 0;
}
section {
  margin: 0;
  padding: 3rem 0;
}
.gray-back {
  background-color: var(--back-color);
}
.gray2-back {
  background-color: #D1D9DD;
}
.gray3-back {
  background-color: #EBEBEB;
	
}
.ao-back {
  background-color: #148AB1;
}
.ao2-back {
  background-color: #EBEBEB;
}

.kuro-back {
  background-color: #111;
}

.toiawa-back {
 background-color: #212D38;	
/*ボタン1　background-color: #2dbaca;
-------------------------------------*/  
	
}


/*ボタン1
-------------------------------------*/
btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange, a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn--radius {
  border-radius: 100vh;
}
/*ボタン2
-------------------------------------*/
btn2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn2, a.btn2, button.btn2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 15rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 5rem;
}
.btn2--orange, a.btn2--orange {
  color: #fff;
  background-color: #E9A718;
}
.btn2--orange:hover, a.btn2--orange:hover {
  color: #fff;
  background: #000;
}
a.btn2--radius {
  border-radius: 100vh;
}
/*ボタン3
-------------------------------------*/
.btn3 {
  display: block;
  width: 400px;
  padding: 15px 10px;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #E17001 0%, #E17001 50%, #000000 50%, #000000 100%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 16%);
  transition: background-position ease 0.4s;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.btn3:hover {
  background-position: 0 0;
}

/*フェードイン
-------------------------------------*/
.fade-in-text {
  position: relative;
  font-size: 24px;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 1s forwards; /* フェードインアニメーションの設定 */
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}


/*フェードイン
-------------------------------------*/
.matrix .bg-wrap, .matrix .bg-wrap .inn {
  display: block;
}
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}
.matrix .bg-wrap .inn.small {
  font-size: 15px;
}
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}



/*ボタン77
-------------------------------------*/
.button-90 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: 0 auto;
    padding:1rem;
    overflow: hidden;
    border: none;
    border-radius: 50px;
    background-color: #e9a718;
    color: #fff;
    font-weight: 600;
    font-size: 3rem;
}

.button-90::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-90:hover {
    background-color: #d99708;
	color: #DFDFDF;
}




/*ボタン66
-------------------------------------*/
.button-10 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin: 0 auto;
    padding: 0.5em 0.5em;
    overflow: hidden;
    border: none;
    border-radius: 30px;
    background-color: #e9a718;
    color: #fff;
    font-weight: 600;
    font-size: 1.em;
}

.button-10::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-10:hover {
    background-color: #d99708;
	color: #DFDFDF;
}



/*見出し
-------------------------------------*/
.heading-13 {
    position: relative;
    color: #333333;
    -webkit-box-reflect: below -10px -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .5));
}



/*ボタン5
-------------------------------------*/
.button-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 1.5em 2em;
    overflow: hidden;
    border: none;
    border-radius: 50px;
    background-color: #e9a718;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}

.button-12::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-12 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-12:hover {
    background-color: #d99708;
	color: #DFDFDF;
}





/*ボタン55
-------------------------------------*/
.button-11 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding: 1.5em 2em;
    overflow: hidden;
    border: none;
    border-radius: 50px;
    background-color: #e9a718;
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
}

.button-11::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-11 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-11:hover {
    background-color: #d99708;
	color: #DFDFDF;
}






/*ボタン5
-------------------------------------*/
btn5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30%;
}
.btn5, a.btn5, button.btn5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 15rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 5rem;
}
.btn5--orange, a.btn5--orange {
  color: #fff;
  background-color: #E9A718;
}
.btn5--orange:hover, a.btn5--orange:hover {
  color: #fff;
  background: #000;
}
a.btn5--radius {
  border-radius: 100vh;
}
/*TOPメニュー
-------------------------------------*/
.topban {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
/*ボタン1
-------------------------------------*/
.yousomatome {
  display: flex;
  justify-content: center;
}
.yousomatome2 {
  display: flex;
  justify-content: center;
  padding: 0 40px
}
.youso {
  display: block;
  margin: auto;
  background: #D17A24;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  padding: 2px 10px;
  width: 90px;
}




/*吹き出し
-------------------------------------*/

.balloon {
  display: flex;
  justify-content: center;
	width: 50px;
  height: 50px;
	
 transform: translate(0, -50%);
  margin: 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #148AB1;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #148AB1;
  z-index: 0;
}





/*2段組などの項目名、太字部
-------------------------------------*/
.dangumi-title {
  font-weight: bold;
  color: #06497A;
  font-size: 1.3em;
  letter-spacing: 0.2em;
}
.dangumi-naka {
  font-size: 1.2em;
  text-align: left;
  overflow: hidden;
  height: 4.5em;
}
.dangumi-image {
  background: #E3E3E3;
  padding: 50px 0 0 0;
  overflow: hidden;
  height: 10em;
}
.dangumi-image2 {
  background: #E3E3E3;
  padding: 50px 0 50px 0;
  overflow: hidden;
}
/*通常タイトル
-------------------------------------*/
.title-1 {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.25em;
  margin-bottom: 40px;
}
.title-2 {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.25em;
 margin-bottom: 10px;
}

/*見出し白
-------------------------------------*/
.section-mida1 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.section-mida2 {
  font-size: 1.2em;
  text-align: left;
  line-height: 150%;
}

.section-mida3 {
  font-size: 1.2em;
  text-align: center;
  line-height: 120%;
}

.section-mida4 {
  font-size: 1.4em;
  text-align: left;
  margin-top: 40px;
  font-weight: bold;
}

.section-mida50 {
  font-size: 1.4em;
  text-align: left;
  margin-top: 80px;
  font-weight: bold;
}

.section-mida5 {
  font-size: 1.4em;
  text-align: left;
  margin: 2px 2px 10px 60px;
}

.section-midabotanue {
  text-align: left;
  color: #FFFFFF;
}

.section-mida8 {
  font-size: 1.4em;
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
}



/*セクション区切り余白なし
-------------------------------------*/
.section-padnashi {
  margin: 3rem 0 0 0;
  padding: 3rem 0 5px 0;
  background-color: #E0E0E0;
}

/*セクション区切り余白なし
-------------------------------------*/
.section-padnashitop {
margin: -30rem 0 0 0;
  padding: 30px 0 5px 0;
	 background-color: #212D38;	
}

/*セクション区切り余白なし
-------------------------------------*/
.section-padnashiyaji {
  margin: 0 0 0 0;
  padding: 3rem 0 5px 0;
  background-color: #EBEBEB; 
}


/*セクション区切りうえ余白なしPadding指定
-------------------------------------*/
.section-ue-padnashi {
  margin: 5rem 0 0 0;
  padding: 30 0 -5rem 0;
}


/*midasi
-------------------------------------*/
.mida100 {
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
	color: #972D2Fl;
}

.mida100::before {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    color: #f4efd4;
    font-size: 90px;
    text-transform: uppercase;
    content: 'heading';
    z-index: -1;
}


/*影
-------------------------------------*/
.kage {
  padding: 20px;
  margin: 2em;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}



/*背景画像位置指定
-------------------------------------*/
.tokcyo-left {
  position: relative;
  width: 1000px;
}
.tokcyo-leftcross1 {
  position: absolute;
  left: 300px;
  bottom: 80px;
}
.tokcyo-leftcross2 {
  position: absolute;
  left: 650px;
  bottom: 80px;
}
.tokcyo-leftcross3 {
  position: absolute;
  left: 1000px;
  bottom: 80px;
}

.tokcyo-left88 {
  position: absolute;
  left: 1rem;
  bottom: -50px;
  width: 
}
.tokcyo-right88 {
  position: absolute;
  right: 1rem;
  bottom: -50px;
}



.tokcyo-left2 {
  position: absolute;
  right: 700px;
  bottom: -100px;
  opacity: 0.5;
}
.tokcyo-left3 {
  position: absolute;
  left: 1300px;
  bottom: 90px;
  opacity: 0.5;
}


.tokcyo-left20 {
  position: absolute;
  right: 200px;
  bottom: 230px;
}
.tokcyo-left30 {
  position: absolute;
  left: 1300px;
  bottom: 500px;
  opacity: 0.5;
}


.tokcyo-leftpoint {
  position: absolute;
  left: -300px;
  bottom: 80px;
  opacity: 0.3;
}
.tokcyo-leftpoint2 {
  position: absolute;
  right: -750px;
  bottom: -300px;
  opacity: 0.3;
  transform: rotate(deg);
}

.tokcyo-cyuuo {
  position: absolute;
  left: 700px;
  bottom: 125px;
}

.tokcyo-toi {
  position: absolute;
  left: 0px;
  top: -150px;
}






/*流れテキスト
-------------------------------------*/
.resizeimage img {
	width: 100%; 
}




/*流れテキスト
-------------------------------------*/
/* ulタグ */
.scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  background-color: #000000;
  overflow: hidden;
}

/* liタグ */
.scroll-list li {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0.5em;
  margin: 0;
  animation: marquee-left 16s linear infinite;
}

/* PCの時のフォントサイズ */
@media (min-width: 600px) {
  .scroll-list li {
    font-size: 1vw;
  }
}

/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}




/*吹き出し
-------------------------------------*/
.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2E2E2E;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #2E2E2E;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}



/*吹き出し
-------------------------------------*/
.heading-160 {
    display: flex;
	font-size: 2rem;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
	padding: 10px;
}

.heading-160::before,
.heading-160::after {
    width: 3px;
    height: 40px;
    background-color: #FFFFFF;
    content: '';
}

.heading-160::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-160::after {
    transform: rotate(35deg);
    margin-left: 30px;
}



/*箇条書きチェック
-------------------------------------*/
.list-3 {
    list-style-type: none;
    padding: 0em 3em 3em 5em;
}

.list-3 li {
    display: flex;
    align-items: center;
    gap: 0 20px; /*チェックと文字のスペース*/
    padding: .3em .3em 0em .3em;
}

.list-3 li::before {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-bottom: 8px solid #148AB1;
    border-left: 8px solid #148AB1;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}


/*区切り矢印下向き
-------------------------------------*/
.triangle {
  position: relative;
  background: #EBEBEB;
  height: 10vh;
}
.triangle::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 64px;
  border-color: #EBEBEB transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
/*青見出し
-------------------------------------*/
.aomidashi {
  font-weight: bold;
  font-size: 2em;
  color: #000;
  letter-spacing: 0.25em;
  margin-bottom: 40px;
}

/*青見出し2
-------------------------------------*/
.aomidashi2 {
  font-weight: bold;
  font-size: 2em;
  color: #000;
  letter-spacing: 0.25em;
}
/*青見出し
-------------------------------------*/
.aomidashi3 {
  font-weight: bold;
  font-size: 2em;
  color: #000;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}


/*大フォント表示
-------------------------------------*/
.bifont {
  font-weight: bold;
  font-size: 3em;
  color: #000;
  letter-spacing: 2px
}
/*文字重ね
-------------------------------------*/
.mojiue {
  position: relative;
}
.mojiue h1 {
  position: absolute;
  top: 18%;
  left: 30%;
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  text-decoration: none !important;
}
.mojiue h2 {
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translate(-10%, 50%);
  color: #fff;
  text-decoration: none !important;
  letter-spacing: 3px;
  font-size: 5rem;
}

.mojiue h3 {
  position: absolute;
  top: 10%;
  left: 30%;
  transform: translate(-10%, 50%);
  color: #fff;
  text-decoration: none !important;
  letter-spacing: 3px;
  font-size: 3em;
	font-weight: bold;
}

.mojiuda {
  text-align: center;
  font-size: 2rem;
  padding: 0 10px;
  color: #000;
  text-decoration: none !important;
}
.mojiuda2 {
  text-align: center;
  font-weight: bold;
  background: #000;
  border-radius: 50px;
  padding: 20px 0;
  width: 350px;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none !important;
}
.mojiuda3 {
  overflow: hidden;
  height: 100px;
  text-align: left;
  font-size: 18px;
  width: 350px;
  line-height: 2;
  color: #fff;
　font-weight: bold;
}
.mojiuda5 {
  text-align: center;
  font-weight: bold;
  background: #000;
  border-radius: 50px;
  padding: 20px 0;
  width: 350px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #D3B354 0%, #D3B354 50%, #000000 50%, #000000 100%);
  transition: background-position ease 0.4s;
  color: #fff;
  text-decoration: none;
}
.mojiuda5:hover {
  background-position: 0 0;
  color: #fff;
  text-decoration: none;
}


/*ボタン
-------------------------------------*/
*, *:before, *:after {
    box-sizing: border-box;
}
.col_3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col_3 > *{
    width: calc( 33.33333% - 8px ) ;
    margin-right: 12px;
    margin-bottom: 12px;
}
.col_3 > *:nth-child(3n){
    margin-right: auto;
}
.col_3 > * > *{
    background: #ff0000;
    height: 120px;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .col_3 > *{
        width: calc( 50% - 6px ) ;
    }
    .col_3 > *:nth-child(3n){
        margin-right: 12px;
    }
    .col_3 > *:nth-child(2n){
        margin-right: auto;
    }
}
@media screen and (max-width: 580px) {
    .col_3 > *{
        width: 100%;
        margin-right: auto;
    }
    .col_3 > *:nth-child(3n){
        margin-right: auto;
    }
}






/*midasi
-------------------------------------*/
.mida25 {
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.mida25::before {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    color: #f4efd4;
    font-size: 90px;
    text-transform: uppercase;
    content: 'heading';
    z-index: -1;
}



/*先頭文字
-------------------------------------*/
.titlemoji { /*親div*/
  position: relative; /*相対配置*/
}
.titlemoji p1 {
  position: absolute; /*絶対配置*/
  color: #000;
  font-weight: bold;
  font-size: 4em;
  top: 0%;
  left: 10%;
  translate: 0 20%;
  margin: 0;
  padding: 0;
}
.titlemoji p2 {
  position: absolute; /*絶対配置*/
  color: #000;
  font-weight: bold;
  font-size: 4em;
  top: 8%;
  left: 10%;
  translate: 0 20%;
  margin: 0;
  padding: 0;
}


.titlemoji img {
  width: 100%;
}
/*事例画像
-------------------------------------*/
.jireigazou {
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
}
.jireishamei {
  text-align: center;
  line-height: 150%;
  margin-bottom: 30px;
}
.jireinaiyo {
  text-align: left;
  line-height: 150%;
  margin-bottom: 50px;
}
/*アニメーション
-------------------------------------*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*キャッチコピー
-------------------------------------*/
.catch {
  text-align: center;
}
.catch h2 {
  padding-bottom: 1rem;
}
.under {
  border-bottom: 0.4rem solid var(--base-color);
  padding: 0 1rem 1rem 1rem;
}
.center {
  text-align: center;
  margin-top: 50px;
}
.center3 {
  text-align: center;
  margin-top: 20px;
}

.center-shiro {
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

.center2 {
  text-align: center;
}

.center33 {
  text-align: center;
}


/*申し込みの流れ
-------------------------------------*/
.flow.row {
  margin-bottom: 3rem;
}
/*社名
-------------------------------------*/
.syamei_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.syamei_wrap img {
  width: auto;
  height: 100%;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.syamei_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}
.syamei_wrap img:last-child {
  animation: loop2 50s linear infinite;
}
/*区切り線
-------------------------------------*/
.sen {
  position: relative;
  text-align: center;
}
.sen::before {
  background-color: #06497A;
  bottom: -20px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 50px; /* 線の長さ */
}
.senmoji {
  font-weight: bold;
  color: #000;
  letter-spacing: 0.3em;
  opacity: 70%;
}
/*バー白抜き
-------------------------------------*/
.cyohyo {
  padding: 10px;
  background: #FFFFFF;
}
.cyohyoin {
  text-align: center;
  margin-bottom: 10px;
  
}
.cyohyotitle {
  text-align: center;
  font-weight: bold;
  font-size: 2em;	
}

.cyohyomoji {
  text-align: center;
  margin-bottom: 10px;
}

/*バー白抜き
-------------------------------------*/
.cyohyo2 {
  padding: 35px;
  border-radius: 20px;
  background: #FFFFFF;
  margin-bottom: 50px;
}
/* お勧めボタン
------------------------------ */
.osusumebutton {
  display: block;
  margin: auto;
  background: #000;
  border-radius: 20px;
  margin-bottom: 10px;
  width: 100%;
}
.osusumebutton p {
  font-weight: bold;
  padding: 5px 0 5px 0;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1rem;
}
/* ボタン色変え
------------------------------ */
.dlbtn {
  display: block;
  margin: auto;
  background: #D13235;
  margin-bottom: 10px;
  width: 450px;
}
.dlbtn p {
  font-weight: bold;
  padding: 5px 0 5px 0;
  color: #FFF;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1rem;
}
.dlbtn:hover {
  background: #73abb8;
}
/*----------------------------------
 フロー
------------------------------------*/
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: centfer;
  margin-top: 50px;
}
.flow_design03 ul {
  padding: 0;
}
.flow_design03 li {
  list-style-type: none;
}
.flow_design03 dd {
  margin-left: 0;
}
.flow03 {
  position: relative;
}
.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow03 > li {
  position: relative;
}
.flow03 > li:not(:last-child) {
  margin-bottom: 20px;
}
.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #148AB1;
  display: inline-block;
  margin-right: 0.3em;
}
.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}
.flow03 > li dl::before, .flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #148AB1;
  border-radius: 50%;
  left: -4px;
}
.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow03 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  color: #148AB1;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
/*----------------------------------
 FAQ
------------------------------------*/
.qa-6 {
  margin: 0 0 5px 100px;
  max-width: 85%;
  border-bottom: 2px solid #d6dde3;
}
.qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
}
.qa-6 summary::before, .qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-6 summary::before {
  color: #0e6b72;
  content: "Q";
}
.qa-6 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-6[open] summary::after {
  transform: rotate(225deg);
}
.qa-6 p {
  position: relative;
  transform: translateY(-50px);
  opacity: 10;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  font-weight: 400;
  font-size: 1.2em;
  transition: transform .5s, opacity .5s;
}
.qa-6[open] p {
  transform: none;
}
.qa-6 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
/*----------------------------------
  矢印
------------------------------------*/
.arrow-r2 {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}
/*----------------------------------
  白抜きボタン
------------------------------------*/
.round_arrow {
  position: relative;
  padding-left: 30px;
}
.round_arrow::before { /* 背景の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.round_arrow::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #000;
}
/*----------------------------------
  白抜きボタン２
------------------------------------*/
.round_arrow2 {
  position: relative;
  padding-left: 30px;
}
.round_arrow2::before { /* 背景の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.round_arrow2::after { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #E9A718;
}
/*バー白抜き
-------------------------------------*/
.shiro {
  font-size: 22px;
  background: #E9A718;
  border-radius: 10px;
  padding: 10px 0px 10px 20px;
  margin-bottom: 15px;
  width: 500px;
  color: #FFF;
  text-align: left;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
.shiro2 {
  font-size: 16px;
  background: #000;
  border-radius: 10px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 15px;
  width: 130px;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
/*区切り線
-------------------------------------*/
.hyo1 {
  padding: 25px 20px 30px 30px;
  width: 60%;
}
.hyo1-left {
  padding: 25px 20px 10px 0px;
  width: 80%;
}
.hyo1 p {
  font-size: 1.1em;
}

.hyo2 {
  padding: 25px 20px 30px 30px;
  width: 100%;
}

.hyo3 {
  padding: 25px 20px 0px 30px;
  width: 100%;
}

/*タイトル大見出し
-------------------------------------*/
.titledai {
  font-size: 2em;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.25em;
}
/*タイトル小見出し
-------------------------------------*/
.titlekomi {
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

/*タイトル小見出し
-------------------------------------*/
.titlekomi2 {
  margin-bottom: 20px;
  font-weight: bold;
  color: #000;
}



/*▼の区切り線
-------------------------------------*/
.sankaku {
  position: relative;
  background: var(--back-color);
  height: 0vh;
}
.sankaku::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 68px 68px 0 68px;
  border-color: var(--back-color) transparent transparent transparent;
  left: 51%;
  transform: translateX(-50%) translateY(100%);
}
/*文字囲む
-------------------------------------*/
.kakomi {
  padding: 0.2em 0.1em;
  margin: 2em 0 1em 0;
  color: #2c2c2f;
  background: #06497A; /*背景色*/
}
.kakomi p {
  margin: 0;
  padding: 0;
  color: #fff;
}
/*お問い合わせ
-------------------------------------*/
.contact-box {
  text-align: center;
  padding: 2rem 0;
}
.table {
  margin: 4rem 0;
}
.table th {
  width: 250px;
}
/*文字
-------------------------------------*/
.moji {
  font-size: 12px;
  ine-height: 1.6;
  letter-spacing: 0;
  color: #fff;
}
/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: var(--base-color);
}
.copyright a {
  color: var(--white-color);
  text-decoration: none;
  display: inline;
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}
#pagetop a {
  display: block;
  background-color: var(--base-color);
  color: var(--white-color);
  width: 50px;
  padding: 10px 5px;
  text-align: center;
}
#pagetop a:hover {
  background-color: var(--link-color);
}
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px) {
  /*ヘッダー
-------------------------------------*/
  .header-box {
    display: none;
  }
  /*お問い合わせ
-------------------------------------*/
  .table th {
    width: 100%;
    display: block;
  }
  .table td {
    display: block;
  }
}