
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, th {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
section::after {clear: both; content: ""; height: 0; visibility: hidden; width: 0; height: 0; margin: 0; padding: 0; display: table;}
.clear { clear:both; line-height:0; height:0; margin:0; padding:0;}
.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
/* -------------------------------------------------------------- */

html {
	overflow-x : hidden;
	overflow-y : auto;
}
html, body, td {
	font-size: 1.075em;
	line-height: 2em;
	color:#223843;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
html, body, td {
	/* line-height: 1.6em; */
}
}
@media screen and (max-width: 400px) {
html, body, td {
	font-size: 1.0em;
	/* line-height: 1.6em; */
}
}

a {
	color: #ED5485;
	text-decoration:none;
}
a:hover {
	color:#B80434;
}

.a_wt {
	color:#fff;
	text-decoration:none;
}
.a_wt:hover {
	color:#fff;
	text-decoration:none;
}

.st { font-weight:bold}

.fgo { 
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}
.fmin {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
	font-weight: normal !important;
}


.border_btn08 {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 600px; /* ボタンの最大幅 */
}

.border_btn08::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100vh;
  -webkit-border-radius: 100vh;
  border-radius: 100vh;
  background-color: #FFF; /* 後ろの背景色 */
}

.border_btn08 span {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold; /* 文字の太さ */
  border-radius: 100vh;
  border: solid 1px #FFF; /* 線の色 */
  color: #FFF; /* 文字色 */
  padding: 1em;
  background-color: #ED5485; /* 背景色 */
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* マウスオーバーした際のデザイン */
.border_btn08:hover span {
  background-color: #223843; /* 背景色 */
	color:#FFF;
  transform: translate(4px, 4px);
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
.f_btn {
	position: fixed;
	display:flex;
	width:auto !important;
  left: 50%;
	transform: translateX(-50%);
  bottom: 15px;
	z-index: 800;
	white-space: nowrap;
}
}
.f_btn { display: none ; }
@media screen and (min-width: 769px) {
	.f_btn { display: none !important ; }
}

.btn {display:inline-block; min-width:220px; padding:10px 24px; margin:12px auto; text-align:center; background-color:#223843; color:#fff;}
.btn2 {display:inline-block; min-width:220px; padding:10px 24px; margin:12px auto; text-align:center; background-color:#fff; color:#223843;}

.btn:hover, .btn2:hover { opacity:0.8; cursor:pointer; color:#fff;}

.btn.btn-small {padding:10px 12px; min-width:30px; font-size:0.8em;}
.btn.btn-large {padding:10px 36px; min-width:300px; font-size:1em;}

.black {color:#223843}
.red{color:#B80434}
.gold{color:#BE7D17}
.brown{color:#220F05}
.green{color:#D6D5B3}
.pink{color:#ED5485}
.orange{color:#ff8475}/*ffa499*/
.blue{color:#68bdc3}/*9BD7D5*/
.yellow{color:#FFF5C3}
.white{color:#FFF}



hr {
	border: 0;
	border-top: 1px dashed #bbb;
}

.imgsp {margin:5px;}


.no-pg {
	padding: 0;
}
.no-mg {
	margin:0;
	}

.spt30 {margin-top:30px !important}
	
	.pd_25 {padding:25px !important}
	.pd_50 {padding:50px !important}
	.mg_t10 {margin-top:10px !important}
	.mg_25 {margin:25px !important}
	.mg_50 {margin:50px !important}

.sp15 { height:15px;}
.sp25 { height:25px;}
.sp50 { height:50px;}
.sp75 { height:75px;}
.sp100 { height:100px;}

.mg0 {margin: 0px !important;}
.mg5 {margin: 5px !important;}
.mg10 {margin: 10px;}
.mg20 {margin: 20px;}
.mgt0 {margin-top: 0px !important;}
.mgt5 {margin-top: 5px;}
.mgt10 {margin-top: 10px;}
.mgt20 {margin-top: 20px;}
.mgt30 {margin-top: 30px;}
.mgt50 {margin-top: 50px;}
.mgbt0 {margin-bottom: 0px !important;}
.mgbt5 {margin-bottom: 5px;}
.mgbt10 {margin-bottom: 10px;}
.mgbt20 {margin-bottom: 20px !important;}
.mgbt30 {margin-bottom: 30px;}
.mgbt50 {margin-bottom: 50px;}

.pd0 {padding: 0px !important;}
.pd5 {padding: 5px !important;}
.pd10 {padding: 10px !important;}
.pd20 {padding: 20px !important;}
.pd30 {padding: 30px !important;}
.pd50 {padding: 50px !important;}
.pd70 {padding: 70px !important;}
.pdt0 {padding-top: 0px !important;}
.pdt5 {padding-top: 5px;}
.pdt10 {padding-top: 10px;}
.pdt20 {padding-top: 20px;}
.pdt30 {padding-top: 30px;}
.pdt50 {padding-top: 50px;}
.pdbt0 {padding-bottom: 0px !important;}
.pdbt5 {padding-bottom: 5px;}
.pdbt10 {padding-bottom: 10px;}
.pdbt20 {padding-bottom: 20px !important;}
.pdbt30 {padding-bottom: 30px;}
.pdbt50 {padding-bottom: 50px;}
	

a img:hover {opacity:0.6;}

.tx_lt { text-align:left !important;}
.tx_ct {text-align: center !important;margin-left: auto !important;margin-right:auto !important;}
.tx_rt {text-align:right !important;}

.fs {font-size: 0.8em;line-height: 2.0em;}
.fn {font-size: 0.95em;/* line-height: 2em; */}
.fm {font-size: 1.3em;/* line-height: 1.8em; */}
.fl { font-size: 1.8em;line-height: 1.8em;}
.fll { font-size: 2em;line-height: 1.8em;}

@media screen and (min-width: 768px) {
.pccenter { text-align:center; margin-left: auto !important; margin-right:auto !important;}
}

.box1{ padding:15px; border:#CCC 1px solid}


/* カラム -------------------------------------------------------------- */

html, body {
	height:100%;
	background-color:#fff;
}

#all, #page {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	overflow-x: hidden;
}

.wrapper {
	width:100%;
	text-align:left !important;
overflow: hidden;
}
.container {
    overflow: hidden;
}

[class*="col"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 2%;
    padding-right: 2%;
}

h1 { font-weight:bold;font-size: 2.8em;line-height: 1.3em;}
h2 { font-weight:bold;font-size: 2.8em;line-height: 1.3em;}
h3 { font-weight:bold;font-size: 2em;line-height: 1.3em;}
h4, h5, h6{font-weight:bold;font-size: 2em;line-height: 1.3em;position:relative;padding:0px 15px;text-align:left;}
h7 { font-weight:bold;font-size: 1.3em;line-height: 1.3em;}

@media screen and (max-width: 767px) {
h1 {font-weight:bold !important;font-size: 2.4em !important;line-height: 1.2em !important;}
h2 { font-weight:bold !important;font-size: 2.2em !important;line-height: 1.2em !important;}
h3 {font-weight:bold !important;font-size: 1.5em !important;line-height: 1.5em !important;}
h4, h5, h6 {font-weight:bold !important;font-size: 1.8em !important;line-height: 1.5em !important;}
}

.ttl {
  font-weight: bold;
  padding-bottom: 0.8em;
  text-align: center;
  position: relative;
	font-size:1.5em;
	margin-bottom:30px;
}
.ttl::before, .ttl::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #EFF1F3;
  height: 5px;
  right: 2em; 
}
.ttl::before { 
  background-color:#9BD7D5;
  left:2em;
  width:4em;
}

.list_d li {
	list-style-type:disc;
	margin-left:20px;
	margin-top:10px;
	line-height:1.7em
}
.list_d.fmin li {
	font-weight:bold;
}

#head {
	margin:0;
	padding:0;
	width:100%;
	height:170px;
	text-align:center;
	z-index:0;
}

@media handheld, only screen and (max-width: 960px) {
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
        width: 100% !important;
        margin-bottom: 0px !important;
        padding-bottom: 15px !important;
    }
}

h4::before{
    content: "";
    position: absolute;
    background: #9BD7D5;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: 0;
    left: -10%;
    transform: translateY(-50%);
    z-index: -1;
}
h5::before{
    content: "";
    position: absolute;
    background: #ffa499;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: 0;
    right: -10%;
    transform: translateY(-50%);
    z-index: -1;
}
h6::before{
    content: "";
    position: absolute;
    background: #FFE869;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    top: 0;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: -1;
}

.u_line {
      background: linear-gradient(transparent 60%, #FFE869 0%);
       display: inline;
  padding: 0 1px 0px;
    }
.u_line2 {
  border-bottom: 1px solid #223843;
  display: inline;
  /* padding-bottom: 30px; */
  }

/*グリッド高さそろえ（親要素に）*/
.grid_h {display:flex !important; flex-wrap:wrap !important;}

/*グリッド内の上下中央に配置*/
.grid_h_va {position: relative !important; top: 50% !important; -webkit-transform: translateY(-50%) !important; transform: translateY(-50%) !important;}

/*モバイルでカラム左右入れ替え*/
@media screen and (max-width: 768px) {
.col-rev {
      flex-direction: column-reverse;
}
.col-rev .grid_h_va {
      transform: translateY(0%) !important;
}
}

.box_r {background-color: #EFF1F3;padding:20px;border-radius: 5px;}

.box_en_w {width: 100%;height: 100%;border-radius: 50%;background:#FFF;padding: 50px 0;}

.circle_width {
width: 25%;
border: 3px solid #333;
border-radius: 50%;
}
 
.circle_height {
position: relative;
padding-top: 100%
padding-top: 100%;
height: 0;
}
 
.circle_height p {
position: absolute;
top: calc((100% - 1em)/2);
left: 0;
right: 0;
margin: 0;
text-align: center;
}

.table1 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
.table1 th,
.table1 td {
    display: block; /* セルをブロック要素に指定 */
    width: 100%; /* セルを親要素いっぱいの幅に指定 */
    border: none;
    font-size: 14px;   
    padding: 10px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.table1 th {
    font-weight: 700;
    color: #fff;
    background: #14116e; /* thの背景色 */
}

@media screen and (min-width: 768px) {
    .table1 th,
    .table1 td {
        display: table-cell; /* デフォルト値に指定 */
        border-bottom: 1px solid #ccc;
        color: #000;
        background: #fff;
    }
    .table1 th {
        color: #000;
        background: #fff; /* thの背景色 */
    }
    .table1 tr th:first-child {
        width: 100px; /* thの固定幅 */
    }
}



/* IMAGE
------------------------------------------------- */
    .mainimg_w {
      margin: -5vh 0;
      padding: 0;
      height: 100%;
      background: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .mainimg {
      width: 95vw;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .mainimg img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

.message_w {
	position: relative;
	background: url(img/mainphoto.jpg) fixed;
	background-position: center 10vh !important;
	background-repeat: no-repeat;
	background-size: 80vw !important;
	height: 1000px;
opacity: 0;
animation: fadeInIMG 3s forwards;
}
.message {
	background-color: rgba(239, 241, 243, 0.86);
	width: 60vw;
	top: 700px;
	left: 20%;
	position: absolute;
	margin: 0 20px 0 0;
	padding: 30px;
	border-radius: 8px;
}
@media screen and (max-width: 1200px) {
    .message_w {
        position: relative;
        background: url(img/mainphoto.jpg);
        background-position: center top !important;
        background-repeat: no-repeat;
        background-size: 150vh !important;
        height: 90vh;
    }
.message {
	background-color:rgba(255, 255, 255, 0.86);
	width: 85vw;
	top: 600px;
	left: 10%;
	position: absolute;
	margin: 0 20px 0 0;
	padding: 15px;
}
}

@keyframes fadeInIMG {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.logo { width:35vw; margin:20px; }
@media screen and (max-width: 1200px) {
.logo { width:80vw; margin:10px; }
}



/* CONTENTS
------------------------------------------------- */
.img_en {
width: 100%;
height: auto;
border-radius:50%;
}

.grdbg1 {
background: linear-gradient(130deg,rgba(250, 112, 154, 0.6), rgba(254, 225, 64, 0.6));
}
.grdbg2 {
background: linear-gradient(130deg,rgba(254, 225, 64, 0.6), rgba(250, 112, 154, 0.6));
}

#skil {
  background: linear-gradient(rgba(255, 231, 238, 0.8), rgba(255, 231, 238, 0.8))fixed,
  /*background: linear-gradient(130deg,rgba(250, 112, 154, 0.6), rgba(254, 225, 64, 0.6))fixed,*/
  url(img/circle.jpg);
  background-size: cover;
  background-position: center;
	padding-bottom:150px;
  }

.circle {
      width: 260px;
      height: 260px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #FFE869;
      line-height: 1.4em;
      font-size: 0.85em;
      position: fixed;
      top: -100px;
      right: -10px;
      z-index:1;
      padding-top: 100px;
    }

.circle2 {
      width: 300px;
      height: 300px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #FFE869;
      line-height: 1.2em;
      position: absolute;
      top: -40px;
      right: 10%;
      z-index:1;
      /* padding-top:30px; */
    }
@media screen and (max-width: 767px) {
/*.bubble-wrapper {
      position: relative;
      overflow-x: hidden;
min-height: 2000px;
    }
.bubble-container {
      position: relative;
    }*/
.circle2 {
      width: 220px;
      height: 220px;
      top: 3.2%;
      position: absolute;
      padding-top:0px;
}
.circle2 .border_btn08 {display:none;}
}
@media screen and (max-width: 425px) {
.circle2 {
      width: 180px;
      height: 180px;
      padding-top:0px;
}
}
@media screen and (max-width: 375px) {
	.circle2 {
      top: 2.8%;
}
}

.circle2 .border_btn08 span {
    text-align: center;
    width: 100%;
    padding: 0.6em 2em;
}

#pop_en { 
	position: relative;
	display: inline-block;
	right: -50%;
	bottom: 2%;
	z-index: 1;
    background: #FFE869;
    width: 400px;
    height: 400px;
	margin-right:450px;
    border-radius: 50%;
}
#pop_en p {
	font-weight:bold !important;
	font-size: 1.4em !important;
	line-height: 1.6em !important;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
	/* padding:20px; */
	height: 400px;
	width: 400px;
}


#open .fmin {
	font-weight:bold !important;
}
#open h1 {
	font-size:2.4em !important;
}
#open h2 {
	font-size:1.4em !important;
	line-height: 3em !important;
}
#open h2 .pink {
	font-size:1.2em !important;
	line-height: 2em !important;
	color:#FF0000;
}
#open h3, #open .fn {
	font-size: 1em !important;
	line-height: 2.4em !important;
}
#open .fs {
	font-size:0.85em !important;
}
#open .circle2 p {
	font-size:1em !important;
	line-height:1.5em !important;
	padding-top: 0px;
}
#open .circle2 p span {
	font-size:1.5em !important;
	line-height:2em !important;
}
#open .border_btn08 span {
	font-size:0.85em !important;
	line-height:1.8em !important;
	font-weight:100 !important;
}
#open .border_btn08 h2 {
	font-size:1.5em !important;
	line-height:1.3em !important;
}
@media screen and (max-width: 767px) {
    #open .circle2 {
        top: -30px;
    }
	#open h1 {
	font-size: 1.8em !important;
}
#open h2 {
	font-size:1.1em !important;
	line-height: 3em !important;
}
#open h3 {
	font-size:0.85em !important;
	line-height: 2.4em !important;
}
#open .fs {
	font-size:0.65em !important;
}
#open .circle2 p {
	font-size:0.8em !important;
	padding-top: 20px;
}
#open .circle2 p span {
	font-size: 1.3em !important;
	line-height:1.8em !important;
}
#open .border_btn08 span {
	font-size:0.85em !important;
	line-height: 1.2em !important;
	font-weight:100 !important;
}
#open .border_btn08 h2 {
	font-size:1.5em !important;
	line-height:1.3em !important;
}
}


#mirai {
	background: no-repeat top center / 100% url(img/mirai.jpg);
	background-size:cover;
}

@media screen and (max-width: 768px) {
.mirai .col-sm-12 {
	float: none;
	margin-top: -25px;
}
.mirai .col-sm-12::after {
	clear: both;
}
.mirai .col-sm-12:nth-child(odd){
	float:left;
}
.mirai .col-sm-12:nth-child(3),
	.mirai .col-sm-12:nth-child(7),
	.mirai .col-sm-12:nth-child(11){
	float:right;
}
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em auto;
  padding: 20px;
  min-width: 120px;
  max-width: 100%;
  /* color: #555; */
  background: #EFF1F3;
  border-radius: 20px;
  text-align: center;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EFF1F3;
}
.balloon p {
  margin: 0;
  padding: 0;
}

#field .col4:nth-child(3) {
	border-left:1px solid #223843;
	border-right:1px solid #223843;
}
#field hr {
    border-top: 1px solid #223843;
}

.flow_design09 {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.flow09 {
  padding-left: 0;
  /* border-bottom: solid 1px #858585; */
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  /* border-top: solid 1px #858585; */
  width: 400px;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #E26B5D;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}

#faq {
  /* max-width: 700px; */
  margin: auto;
  padding: 0 15px;
  text-align: center;
}

section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}

#faq ul {
  text-align: left;
  column-count:2;
}
@media screen and (max-width: 768px) {
#faq ul {
  text-align: left;
  column-count:1;
}
}

.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#faq h2 {
  color: #ED5485;
  font-size: 1.2em !important;
  line-height: 34px;
  text-align: left;
  padding: 25px 15px 0;
  text-transform: none;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .3s;
}

#faq p {
  color: #223843;
  text-align: left;
  position: relative;
  overflow: hidden;
  /*max-height: 250px;*/
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0 20px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
}
#faq ul li + li {
  margin-top: 15px;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
#faq ul li i:before, #faq ul li i:after {
  content: "";
  position: absolute;
  background-color: #ED5485;
  width: 3px;
  height: 9px;
}
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
#faq ul li input[type=checkbox]:checked ~ h2 {
  color: #223843;
}
#faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

#word {
	background: no-repeat center / 100% url(img/word.jpg);
	background-size:cover;
	min-height: 500px;
}
#word .row {
	position:relative;
	height:500px;
}
#word .col-md-12 {
	position:absolute;
	bottom:0px;
	right:10%;
	text-shadow: 2px 2px #FFF;
}
#word .fm {
	font-size:1.2em;
}
@media screen and (max-width: 768px) {
#word {
	background: no-repeat top left / 100% url(img/word_s.jpg);
	background-size:cover;
	min-height: 640px;
}
#word .row {
	position:relative;
	height:640px;
}
#word .col-md-12 {
	position:absolute;
	bottom:0px;
	left:0;
}
}

.flow_design05 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow05 {
  padding-left: 0;
}

.flow05 dl {
  padding:0 0 0 10px;
}

.flow05 > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

.flow05 > li:not(:last-child) {
  padding-bottom: 30px;
}

.flow05 > li .icon05 {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #ED5485;
  color: #fff;
  position: absolute;
  left: 0;
}

.flow05 > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.flow05 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #ED5485;
}

.flow05 > li dl dd {
  margin-left: 0;
}

/*#last {
background-color:#223843;
color:#FFF;
}*/

#last {
  /*background: linear-gradient(rgba(22, 36, 43, 0.8), rgba(22, 36, 43, 0.8))fixed,
  background: linear-gradient(130deg,rgba(250, 112, 154, 0.6), rgba(254, 225, 64, 0.6))fixed,*/
  background: url(img/last.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
  padding-top: 100px;
  }
#last .services{background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.85))fixed;color:#223843;border-radius: 20px;}

#last p {
	text-shadow: 2px 2px #FFF;
}
#last p .fgo {
	text-shadow: 0 0 !important;
}

#henka {
	background:url(img/img02.jpg) ;
  background-size: cover;
  background-position: center;
  height:200px;
}

@media screen and (min-width: 541px) {
#henka {
	background: url(img/img02.jpg) fixed;
  height:400px;
	background-position: center;
	background-size: cover;
}
}

#henka2 .fm {
	font-size:1em !important;
}
#henka2 .fm .orange, #henka2 .fm .blue {
	font-size:1.2em !important;
}
#henka2 .fl {
	font-size:1.2em !important;
	line-height:2em !important;
}
#henka2 .fl .yellow {
	font-size:1.5em !important;
	color:#f0c204;
}

.step3  {
	text-align:right;
}
@media screen and (max-width: 768px) {
.step3  {
	text-align:left;
}
}











/* トップメイン -------------------------------------------------------------- */

#dct {
	width:1200px;
	text-align:center;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
}
#dct div { margin:2px !important;}
#dct div a img:hover {
	opacity:0.8 !important;
	cursor:pointer;
	}

.sns p {
	background-color:#DABBB6;
	max-width:300px;
	margin:0 auto;
}

a.imglink {
	display:block;
	background-color:#DABBB6;
}

#news {
	max-width: 800px !important;
	padding:15px;
	margin:15px;
	text-align:left;
	background-color:#f2f2f2;
	/*border-radius:15px;*/
}
#news dt, #news dd {
	float:left;
}
#news dt{
	margin:0 10px;
}
#news li {
	margin-left: 30px;
	list-style-type:square;
}
.new { font-size:11px; color:#F00;}


/* ヘッダメニュー -------------------------------------------------------------- */

#nav > ul > li {
				border-radius: 4px;
				display: inline-block;
				margin-left: 2em;
				padding: 0 0.5em;
			}

				#nav > ul > li a {
					color: #333;
					/*line-height: 4em;*/
					letter-spacing: 2px;
					text-decoration: none;
					text-transform: uppercase;
					font-weight: 400;
					font-size: 14px;
				}
				#nav > ul > li a:hover {
					color: #B80434;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li > ul {
					display: none;
				}
				


/*-----------------------------------------------------------------　リンクボックス*/	
#link .lb {
	position:relative;
	height:300px !important;
	width:300px !important;
	margin:0 !important;
}
#link .lb a { color:#fff; }
#link .lb a:hover { color:#fff; }
#link .lb img { min-width:100%}

#link .lb1 {
	background-color:#8B0100 !important;
	padding:15px;
	text-align:center;
	color:#fff;
	cursor:pointer !important;
}
#link .lb2 {
	background-color:#000 !important;
	padding:15px;
	text-align:center;
	color:#fff;
	cursor:pointer !important;
}

#link .lb3 {
	background-color:#fff !important;
	padding:15px;
	text-align:center;
	color:#000;
	cursor:pointer !important;
}
#link .lb3 a { color:#000; }
#link .lb3:hover { color:#fff !important; }

#link .lb4 {
	background-color:#fff !important;
	padding:15px;
	text-align:center;
	color:#B80434;
	border:#B80434 1px solid;
	cursor:pointer !important;
}
#link .lb4 a { color:#B80434; }
#link .lb4 a:hover { color:#B80434; text-decoration:none; }

#link .lb4.hvr-shutter-out-horizontal:before {
  background:rgba(139,1,0,0.2) !important;
}

#link .lb p {
	background-color:transparent;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:0;
	margin:0;
	}

/*-----------------------------------------------------------------　メッセージ*/
#message {
	position:relative;
	width:100%;
	height:500px;
	background:url(../img/top-image02-02.png) 50% 50% no-repeat fixed;
	background-size:cover;
	text-align:center;
	margin:0 auto;
	background-color: rgba(255,255,255, 0.7)
}

#message .col6 {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:0;
	background-color:#000;
	color:#FFF;
	padding:30px;
}


/*-----------------------------------------------------------------　jsform*/
#jsform {
	position:relative;
	width:100%;
	height:500px;
	background:url(../img/topimage09.png) center no-repeat;
	background-size:100% auto;
	text-align:center;
	margin:0 auto;
	background-color: rgba(255,255,255, 0.7)
}

#jsform .col6 {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:0;
	background-color:#000;
	color:#FFF;
	padding:30px;
}


/*-----------------------------------------------------------------　中ページフォーマット*/

#page .page_head {}
#page #head { margin:0; padding:0; width:100%; height:140px; text-align:center; z-index:0;}

	
/* ----------------------------------------------- ページ右下ナビゲーション　*/
.fixbtn {
    position: fixed;
    z-index: 1500;
}
#totop {
    right: 10px;
    bottom: 6px;
}
#totop a {
	float:right;
	display: block;
	background-color: #DBD3D8;
	color:#333;
	padding: 10px 13px;
	text-align: center;
	margin: 0 2px 13px 0;
	border-radius: 6px;
}
#totop a.a1 {
	margin: 0 1px 10px 0 !important;
	border-radius: 10px 0 0 10px !important;
}
#totop a.a2 {
	margin: 0 10px 10px 0 !important;
	border-radius: 0 10px 10px 0 !important;
}
#totop a:hover {
	background-color: #333;
	color:#ccc;
	text-decoration:none;
}


/* フッタ ---------------------------------------------------------------*/
#footer {
	width:100%;
	background-color:#FFF;
}
#foot {
	width:100%;
	padding:20px 0 50px 0;
	margin:0 auto;
	color:#fff;
	background-color:#000;
	text-align:center;
}

#foot a {
	color:#fff;
	text-decoration:none;
}
#foot a:hover {
	text-decoration:underline;
}
#foot .copy {
	padding:0;
	margin-top:10px;
}

#foot .navi {
	border-left:#FFF 1px solid;
	padding-left:40px;
	font-size:12px;
}

#foot .navi ul li ul li {
	padding-left:30px !important;
}

/* ページ --------------------------------------------------------------------- */

#pan {
	font-size:80%;
	margin-bottom:15px;
}
#pan a {
	color:#1F0C05;
	text-decoration:underline;
}
#pan a:hover {
	color:#F60;
	text-decoration:none;
}

.pnavi {
	text-align:center;
	border-bottom:#AAA dotted 1px;
	line-height:250%;
}
.pnavi a {
	text-decoration:none;
	color:#1F0C05;
}
.pnavi a:hover, .pnavi .on {
	text-decoration:underline;
	color:#BE7D17;
}



.table01 td {
	border-collapse: collspse;
	border:1px solid #CCC;
	padding:10px;
}
.table01 th {
	border-collapse: collapse;
	border:1px solid #CCC;
	padding:10px;
	background-color:#EFEFEF;
	text-align:left;
}


div.ytwrap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 100%;
overflow: hidden;
border:#CCC 1px solid;
margin:15px 0;
}

div.ytwrap iframe {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}

div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
    width: 100% !important;
	background-color:#FFF;
}


div.tbcell ul {
	width:500px;
	margin:0 auto;
	text-align:left !important;
	}
div.tbcell li:nth-child(odd) {
	display:table-cell;
	padding:20px;
	min-width:100px;
	font-weight:bold;
}
div.tbcell li:nth-child(even) {
	display:table-cell;
	padding:20px;
}

div.w80p ul { width:80% !important}
div.w80p li:nth-child(odd){
	 min-width:80px !important;
	 padding:0 !important;
	 }
	 
div.w100p ul { width:100% !important}
div.w100p li:nth-child(odd) {
	 max-width:80px !important;
	 padding:0 !important;
	 }

.ytb { width:560px; height:315px; }


.popup div {
	}
.popup div a img {
	margin-bottom:5px;
	}

/*-----------------------------------------------------------------------------------1200px以上*/

.contents {
	max-width: 1200px;
	margin: 0 auto;
}
.pgmain {
	margin-bottom:20px !important;
	padding-top:15px !important;
	text-align:left !important;
}
#title_s { display:none;}
#all .rslides { display:none;}
.movietx { display:none;}

a.imglink {width:517px;
text-align:center;
margin:0 auto !important;}

.sm { display:none !important}
.link_sm { display:none !important}


@media handheld, only screen and (max-width: 1119px) {
	
.link_sm { display:inherit !important}
#link { 
width:600px!important;
margin-left:auto !important;
margin-right:auto !important;
}

#all .rslides { display:none;}

}

@media handheld, only screen and (max-width: 768px) {
	
.pc { display:none !important}
.sm { display:inherit !important}

.contents {
	width:100% !important;
	margin:0 auto !important;
}

#dct {
	width:100%;
	text-align:center;
	padding:10px 0;
	margin-left:auto;
	margin-right:auto;
}
#dct div { margin:0 !important;}

.pgmain {
	margin-bottom:20px !important;
	padding:15px !important;
	text-align:left;
}
#title { display:none;}
/*#bg_main { display:none;}*/

#title_s { display:inherit}

/*#all .rslides { display:block; margin-top:150px !important; }
.slide_all {width: 100%; margin: 0 auto; height: 150px; position: absolute; top:0;}*/

#head {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	z-index:999;
}

#news dt, #news dd {
	float:none;
}
#news dt{
	margin:0 0px;
}

#link { 
width:100% !important;
}
#link .lb {
	position:relative;
	height:inherit !important;
	max-width:50% !important;
	min-height:170px;
	margin:0 !important;
	overflow:hidden;
}

#message {
	min-height:inherit;
	height:550px;
	background-size:auto 100%;
}
#message .col6 {
	width:80%;
	max-height:480px;
}

#jsform {
	min-height:inherit;
	height:550px;
	background-size:auto 100%;
}
#jsform .col6 {
	width:80%;
	max-height:480px;
}

/*-----------------------------------------------------------------　中ページフォーマット*/
#page #head {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
}

#head ul#head_bt, #footer ul#head_bt {
	margin:0 auto;
	padding:0;
	width:100% !important;
	height:auto;
	text-indent:0;
}
#head ul#head_bt li, #footer ul#head_bt li {
	font-size:80%;
	line-height:120%;
	vertical-align:middle !important;
	float:left;
	width:18.1% !important;
	min-height:30px !important;
	list-style-type: none;
	overflow: hidden;
	margin:0.4%;
	background-color:#89c997;
	border-radius:8px;
	display: -webkit-box; /* safari, Chrome */
	display: -moz-box;    /* Firefox */
	display: -o-box;      /* Opera */
	display: -ms-box;     /* IE */
	display: box;         /* ベンダープレフィックスなし */
	-webkit-box-align: center; /* safari, Chrome */
	-moz-box-align: center;    /* Firefox */
	-o-box-align: center;      /* Opera */
	-ms-box-align: center;     /* IE */
	box-align: center;         /* ベンダープレフィックスなし */
}
#head ul#head_bt li:last-child, #footer ul#head_bt li:last-child {
	margin-right:0px !important;
}
#head ul#head_bt a, #footer ul#head_bt a {
	color:#FFF;
	font-size:12px;
	line-height:120%;
	background-image:none;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding:10px;
	height:auto;
	width:100% !important;
	margin: 0px;
}
#head ul#head_bt li:hover, #head ul#head_bt a:hover, #footer ul#head_bt li:hover, #footer ul#head_bt a:hover {
	background-color:#CCC;
	color:#220F05;
}

#hoge {
    overflow:auto;/*Androidは強制的にhidden的な挙動になる*/
    width:620px;
    height:230px;
}

a.imglink {width:100%}

#page .wrapper {
	padding-top:80px;
}

div.tbcell ul {
	width:90%;
	}
div.tbcell li:nth-child(odd) {
	display:block;
	padding:20px 0 0 20px;
}
div.tbcell li:nth-child(even) {
	display:block;
	padding:20px;
}

.ytb { width:100% !important; }

}

@media handheld, only screen and (max-width: 479px) {

#head ul#head_bt li {
	width:19% !important;
	min-height:50px !important;
	font-size:80%;
	line-height:120%;
	vertical-align:middle !important;
}
#head ul#head_bt a {
}

a.imglink { width:100%;}


#all .rslides { display:block; margin-top:180px !important; }
.slide_all {width: 100%; margin: 0 auto; height: 180px; position: absolute; top:0px;}
.slide_all #logo {width:70%; position:absolute;left:0px;top:5px;z-index:3;}


#head {
}

#head ul#head_bt li, #footer ul#head_bt li {
	min-height:30px !important;
}
#head ul#head_bt a, #footer ul#head_bt a {
	padding:8px 2px;

}
#head ul#head_bt li:nth-child(1), #head ul#head_bt li:nth-child(2), #footer ul#head_bt li:nth-child(1), #footer ul#head_bt li:nth-child(2) {
	width:48% !important;
}
#head ul#head_bt li:nth-child(3), #head ul#head_bt li:nth-child(4), #head ul#head_bt li:nth-child(5), #footer ul#head_bt li:nth-child(3), #footer ul#head_bt li:nth-child(4), #footer ul#head_bt li:nth-child(5) {
	width:32% !important;
}
#head ul#head_bt li:last-child, #footer ul#head_bt li:last-child {
	margin-right:0px !important;
}

#page .wrapper {
	padding-top:90px;
}

}





/* Grid -------------------------------------------------------------- */
.grid {
    position: relative;
    z-index: 0;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.services {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;/*max-width: 1320px;*/
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0 !important;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333% !important;
  }

  .offset-md-2 {
    margin-left: 16.66666667% !important;
  }

  .offset-md-3 {
    margin-left: 25% !important;
  }

  .offset-md-4 {
    margin-left: 33.33333333% !important;
  }

  .offset-md-5 {
    margin-left: 41.66666667% !important;
  }

  .offset-md-6 {
    margin-left: 50% !important;
  }

  .offset-md-7 {
    margin-left: 58.33333333% !important;
  }

  .offset-md-8 {
    margin-left: 66.66666667% !important;
  }

  .offset-md-9 {
    margin-left: 75% !important;
  }

  .offset-md-10 {
    margin-left: 83.33333333% !important;
  }

  .offset-md-11 {
    margin-left: 91.66666667% !important;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25% !important;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25% !important;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}