@charset "UTF-8";
/****************************************

Theme Name: shinchiku-chuumon
Theme URI: https://shinchiku-chuumon.com/
Description: 注文住宅の相談窓口専用オリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

*****************************************/
/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ


*****************************************/
/****************************************


1.ベース


*****************************************/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0 none;
  font-size: 16px;
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: 'Yu Gothic', YuGothic, 游ゴシック体, メイリオ, Meiryo,  'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  color: #333333;
  -webkit-text-size-adjust: none;
  font-weight: 500; }

html {
  width: 100%;
  height: 100%; }

.inner1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 1280px) {
    .inner1200 {
      width: 95%; } }
  @media all and (max-width: 768px) {
    .inner1200 {
      /*width: 80%;*/
	  width: calc(100% - 40px);} }

.inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 1280px) {
    .inner {
      width: 70%; } }
  @media all and (max-width: 768px) {
    .inner {
      width: 80%; } }

.topTit {
  position: relative;
  height: 353px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  margin-bottom: 134px; }
  @media all and (max-width: 768px) {
    .topTit {
      width: 100%;
      height: 30vh;
      margin-bottom: 50px; } }
  .topTit h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF; }
    @media all and (max-width: 768px) {
      .topTit h2 {
        font-size: 20px; } }

strong {
  font-weight: bold; }

.pc {
  display: block; }
  @media all and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 768px) {
    .sp {
      display: block; } }
	  
.fontRed{
color: #B40019;
}

.fontBold{
font-weight: bold;
}

/*********
ボタン
*********/
.modoruBtn {
  width: 162px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 180px; }

.modoruBtn a {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #959595;
  border-radius: 30px; }

.modoruBtn a p {
  color: #FFFFFF;
  text-align: center; }

.viewMore a {
  font-weight: bold;
  padding-right: 50px;
  background: url(img/iconMore.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-top: 12px;
  padding-bottom: 12px; }

.viewMore--white a {
  color: #ffffff;
  background: url(img/iconMoreW.svg);
  background-repeat: no-repeat;
  background-position: right center;}

/*フォーム関連*/

select {
-webkit-appearance: none!important;
-moz-appearance: none!important;
appearance: none!important;
background: #FFF!important;
background-color: #FFF!important;
}

input[type=password],
input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=url],
input[type=tel],
textarea,
select {
  border: solid 1px #C5C5C5;
  border-radius: 5px;
  color: #3F484C;
  padding: 18px 18px 18px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-size: 16px; }

input[type=date] {
  width: 40%; }
  @media all and (max-width: 768px) {
    input[type=date] {
      width: 70%; } }

textarea {
  min-height: 100px; }

input, select, textarea {
  outline: none; }

input[type="checkbox"] {
  width: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  transition: all .15s ease-out 0s;
  color: #46ADDF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 0;
  vertical-align: -0.5rem;
  margin: 0; }

input[type=checkbox]:before,
input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out; }

input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s; }

input[type=checkbox]:checked:before {
  left: 1px;
  top: 12px;
  width: 11px;
  height: 3px; }

input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 17px; }

input[type=checkbox]:indeterminate:before,
input[type=checkbox]:indeterminate:after {
  width: 10px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0); }

input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px; }

input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px; }

input[type=checkbox] {
  border: 2px solid #ABABAB; }

input[type=checkbox]:checked,
input[type=checkbox]:checked {
  border: 2px solid #B40019; }

input[type=checkbox]:checked:after,
input[type=checkbox]:checked:before,
input[type=checkbox]:indeterminate:after,
input[type=checkbox]:indeterminate:before {
  background: #B40019; }

input[type=submit] {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  background: #B40019;
  color: #FFF;
  margin-top: 65px;
  margin-bottom: 65px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-appearance: none; }
  @media all and (max-width: 768px) {
    input[type=submit] {
      width: 80%; } }

.hissu {
  color: #FFF;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #E91C24;
  font-size: 80%;
  display: inline-block;
  line-height: 20px; }
  @media all and (max-width: 768px) {
    .hissu {
      margin-left: 20px; } }

.nini {
  color: #FFF;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #6E6E6E;
  font-size: 80%;
  display: inline-block;
  line-height: 20px;
  margin-top: 6px; }
  @media all and (max-width: 768px) {
    .nini {
      margin-left: 20px; } }

.wpcf7-checkbox span.wpcf7-list-item {
  display: block;
  margin-bottom: 15px; }
  @media all and (max-width: 768px) {
    span.wpcf7-list-item {
      padding-left: 20px;
      text-indent: -30px; } }

/* ボタン修正 */
.wpcf7 .wpcf7-submit{text-align: center;}
.wpcf7 .wpcf7-submit:disabled{text-align: center !important;}

.acceptance-10 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  @media all and (max-width: 768px) {
    .acceptance-10 {
      width: 100%; } }

.attention {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  @media all and (max-width: 768px) {
    .attention {
      width: 100%; } }
	  

/****************************************


2.ヘッダー


*****************************************/
header {
  display: flex;
  height: 146px;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 20px 20px 40px;
	justify-content: space-between;
  /* ナビゲーションアイコン：アクティブ */ }
  @media all and (max-width: 768px) {
    header {
      padding: 0;
      height: 65px;
      position: relative; } }

.hd_l{
	display: flex;
	gap: 20px;
	flex-direction: row-reverse;
}
@media all and (max-width: 768px) {
.hd_l{
padding-left: 15px;
	}
	.hd_l .year{
display: none;}	
}



  header .logoWrap {
    /*width: 50%;*/
    display: flex;
    flex-wrap: wrap;
position: relative;
gap:20px;}
    @media all and (max-width: 768px) {
      header .logoWrap {
        width: 80%;
        box-sizing: border-box;
		  gap:10px;
 } }
  header .logo {
    }
    @media all and (max-width: 768px) {
      header .logo {
        width: 60%; } }
  header .yokkaichi {
    font-size: 22px;
    font-weight: bold;
    vertical-align: baseline;
    color: #BA001A;
    padding-top: 6px; }
    @media all and (max-width: 768px) {
      header .yokkaichi {
        font-size: 14px;
        width: 30%; } }
  header .logoTxt {
   /* width: 100%;*/
    font-size: 15px;
    font-weight: bold; }
    @media all and (max-width: 768px) {
      header .logoTxt {
        font-size: 10px; } }
  header .navBtn {
    display: none; }
    @media all and (max-width: 768px) {
      header .navBtn {
        display: block;
        width: 30px;
        position: absolute;
        top: 23px;
        right: 15px;
        cursor: pointer;
        z-index: 9999; } }
  header .navBtn span {
    display: block;
    height: 4px;
    width: 100%;
    background: #B40019;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  header .navBtn span:nth-of-type(2),
  header .navBtn span:nth-of-type(3) {
    margin-top: 5px; }
  header .navBtn.open span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg); }
  header .navBtn.open span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px); }
  header .navBtn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg); }
  @media all and (max-width: 768px) {
    header nav {
      overflow: auto;
      position: fixed;
      top: 0;
      right: -70%;
      width: 70%;
      margin-right: 0;
      height: 100%;
      background: #fff;
      opacity: 0;
      z-index: 9999; } }
  @media all and (max-width: 768px) {
    header nav.open {
      opacity: 1;
      right: 0; } }
  header nav ul {
    display: flex;
    justify-content: space-between;
width: 600px;
}
    @media all and (max-width: 768px) {
      header nav ul {
        display: block; } }
  header nav ul li {
    display: inline-block; }
    @media all and (max-width: 768px) {
      header nav ul li {
        display: block; } }
  header nav ul li a {
    font-weight: bold;
    padding: 10px 0; }
    @media all and (max-width: 768px) {
      header nav ul li a {
        width: 100%;
        border-bottom: solid 1px #C5C5C5;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        padding-left: 15px;
        box-sizing: border-box; } }
  header .headNav {
    /*width: 50%;*/
    margin-top: 30px; }
    @media all and (max-width: 768px) {
      header .headNav {
        width: 20%; } }
  header .headContat {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px; }
    @media all and (max-width: 768px) {
      header .headContat {
        margin-bottom: 0; } }
  header .headContat p {
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.4;
    font-size: 14px; }
    @media all and (max-width: 768px) {
      header .headContat p {
        display: none; } }
  header .headContat.time {
    margin-right: 0;
    line-height: 18px; }
    @media all and (max-width: 768px) {
      header .headContat.time {
        display: none; } }
  header .tel {
    background: url(img/iconfree.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 50px;
    font-size: 32px;
    color: #B40019;
    font-weight: bold;
    margin-right: 20px; }
    @media all and (max-width: 768px) {
      header .tel {
        text-indent: -9999px;
        padding-left: 0;
        margin-right: 0;
        height: 40px;
        width: 40px;
        background-position: center center;
        position: absolute;
        top: 50%;
        right: 50px;
        transform: translateY(-50%); } }

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity .5s; }

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1; }

/****************************************


3.フッター


*****************************************/
footer .footContact {
  width: 100%;
  background: #F3F5F5;
  padding-top: 57px;
  padding-bottom: 115px; }
footer .footTxt {
  text-align: center;
  margin-bottom: 40px; }
footer .footTxt p:nth-child(2) {
  margin-bottom: 20px; }
footer .contactTxt {
  font-size: 24px;
  font-weight: bold;
  color: #B40019; }
footer .tel {
  font-size: 48px;
  font-weight: bold;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 10px; }
  @media all and (max-width: 768px) {
    footer .tel {
      font-size: 32px; } }
footer .footBtnCounseling
, .button-action
 {
  width: 40%;
  background: #B40019;
  margin-bottom: 7px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 768px) {
    footer .footBtnCounseling
    , .button-action
     {
      width: 80%; } }
footer .footBtnCounseling a
, .button-action a
 {
  width: 100%;
  text-align: center; }
footer .footBtnCounseling a span
, .button-action a span
{
  color: #FFF;
  font-weight: bold;
  background: url("img/iconCounseling.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: inline-block; }
.button-action--sp {
  width: 40%;
  background: #1C1C1C;
  margin-bottom: 20px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  @media all and (max-width: 768px) {
    .button-action--sp
    {
      width: 80%; } }
.button-action--sp a
{
  width: 100%;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block; }
.button-action--sp a span {
  color: yellow;
  font-weight: bolder;
}
footer .footBtnSeminar {
  width: 40%;
  background: #B40019;
  margin-bottom: 7px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 768px) {
    footer .footBtnSeminar {
      width: 80%; } }
footer .footBtnSeminar a {
  width: 100%;
  text-align: center; }
footer .footBtnSeminar a span {
  color: #FFF;
  font-weight: bold;
  background: url("img/iconSeminar.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: inline-block; }
footer .link {
  height: 80px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center; }
footer .link a {
  width: 17%; }
  @media all and (max-width: 768px) {
    footer .link a {
      width: 40%; } }
footer .copy {
  background: #1C1C1C;
  height: 78px;
  text-align: center;
  line-height: 78px;
  color: #FFF; }
  /*
  @media all and (max-width: 768px) {
    footer .copy {
      padding-bottom: 62px; } }
  */

.moshikomiBtn {
  position: fixed;
  bottom: 440px;
  right: 0;
  width: 166px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
  @media all and (max-width: 768px) {
    .moshikomiBtn {
      top: auto;
      bottom: 0;
      right: auto;
      left: 0;
      display: none;
      /* display: flex; */
      justify-content: flex-start;
      width: 100%; } }
  .moshikomiBtn .sp.pop {
    width: 100%; }
  .moshikomiBtn .sp.pop .in {
    width: 40%; }
  .moshikomiBtn .btn {
    width: 130px;
    height: 120px;
    background: #B40019;
    border-radius: 10px 0 0 10px;
    margin-bottom: 6px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); }
    @media all and (max-width: 768px) {
      .moshikomiBtn .btn {
        width: 50%;
        height: auto;
        box-sizing: border-box;
        border-right: solid 1px #FFF;
        padding: 7px 20px 7px 20px;
        border-radius: 0;
        margin-bottom: 0; } }
  .moshikomiBtn .btn a {
    width: 100%;
    text-align: center;
    padding-top: 20px; }
    @media all and (max-width: 768px) {
      .moshikomiBtn .btn a {
        text-align: left;
        display: flex;
        justify-content: space-between;
        padding-top: 0; } }
  .moshikomiBtn .btn img {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 768px) {
      .moshikomiBtn .btn img {
        width: 16%; } }
  .moshikomiBtn .btn span {
    color: #FFFFFF;
    line-height: 24px;
    display: inline-block;
    font-weight: bold; }
    @media all and (max-width: 768px) {
      .moshikomiBtn .btn span {
        width: 68%; } }

.totop {
  position: fixed;
  bottom: 30px;
  right: 30px; }
  @media all and (max-width: 768px) {
    .totop {
      bottom: 75px;
      right: 15px; } }

.totop a {
  width: 60px;
  display: block;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15)); }

.totop a img {
  width: 100%; }

.req-doc-Btn {
  position: fixed;
  bottom: 120px;
  right: 0;
  
  display: none;
  
}
  @media all and (max-width: 768px) {
    .req-doc-Btn {
      bottom: 0;
      left: 0;
    }
    .page-counseling .req-doc-Btn,
    .page-req-doc .req-doc-Btn {
      display: none;
    }
  }

/****************************************


4.トップページ


*****************************************/

/* al common */
.al-u-pc-only { display: block !important; }
.al-u-sp-only { display: none !important; }
.al-l-wide {
  margin: 0;
}
.al-l-center {
width:1200px;
  margin: 0 auto;
padding: 0;
}

/*pluse追加*/

.pluse01_01{
	color:#DF5716;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
}

.pluse01_02{
	padding:2em 0;
	text-align: center;
}

.bold{
	font-weight: bold;
}

.font13{
	font-size: 90%;
}
.font15{
	font-size: 110%;
}
.font16{
	font-size: 120%;
}

.alcenter{
	text-align: center;
}

.pa_to15{
	padding-top:1.5em;
}
.map_block {
	position:relative;
	padding-bottom: 89.841269%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.w_100{
	width: auto;
	margin:0 auto;
	max-width: 100%;
}
.w_100 img{
	width: auto;
	margin:0 auto;
	max-width: 100%;
}

.alleft{
	text-align: left !important;
}

.p_w90{
	width:96%;
	margin:0 auto;
}

.pluse01_03{
	color:#DF5716;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	padding:2em 0;
}
.pluse01_03p p{
	font-size: 100%;
}
.pluse01_03p span{
	font-size: 100%;
	font-weight: bold;
	
}

.pluse01_03mai{
	margin:-3em auto 0;
	color:#DF5716;
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	padding:0;
}

.pluse01_04>ul>li{
	padding:2em 0;
	text-align: center;
}
.pluse01_04>ul>li h4{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
.pluse01_04>ul>li p{
	text-align: left;
	font-size: 100%;
}
.pluse01_05btn a{
	display: block;
	width:100%;
	margin:2em auto;
	background:#69BAD3;
	max-width:400px; 
	padding:1em 2em;
	box-sizing: border-box;
	color:#FFFFFF;
	border-radius: 10px;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;

}

.pluse01_05btn a:hover{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}
.pluse01_05map{
	width:100%;
	margin:3em auto;
}

.pluse01_04icon>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.pluse01_04icon>ul>li{
	width:46%;
	margin:0 2% 1em;
}

.pluse01_06block{
	border:1px solid #D6D6D6;
	padding:1.5em;
	box-sizing: border-box;
}

.pluse01_06block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.pluse01_06block>ul>li{
	width:100%;
	margin:0 auto 2em;
}

.pluse_mv_bg{
		background: url("img/lp-image/sp/top_mv_bgs.jpg") no-repeat 0 0 / cover;
		overflow: hidden;
		padding-top: 1em;
		width: 100%;
}
.pluse_mv_txt01{
    position: relative;
    z-index: 3;
    margin-bottom: -5em;
}
.pluse_mv_txt02{
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 2.5em;
}
.pluse_mv_txt01 img,
.pluse_mv_txt02 img{
    margin: 0 auto;
}

.pluse_intro-title{
  font-weight: bold;
  font-size: clamp(20px, 1.1em ,24px);
  margin: 0.75em 0;
}

@media (min-width : 768px) {
	
.pluse01_01,
.pluse01_03{
	font-size: 180%;
}
.pluse01_03p p{
	font-size: 110%;
}
.pluse01_03p span{
	font-size: 110%;
	font-weight: bold;
	
}

.pluse01_04>ul>li h4{
	font-size: 140%;
}
.pluse01_04>ul>li p{
	text-align: center;
	font-size: 120%;
}
	
.font15{
	font-size: 130%;
}
.font16{
	font-size: 160%;
}
	
.p_w90{
	width:90%;
	margin:0 auto;
}
	
.pluse01_03mai{
	margin:-4em auto 0;
	font-size: 180%;
}
.map_block {
	position:relative;
	padding-bottom: 70%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.pluse01_05map{
	width:70%;
	margin:3em auto;
}
	
.pluse01_04icon>ul>li{
	width:23%;
	margin:0 1% 1em;
	
}
	
.pluse01_06block>ul>li{
	width:48%;
	margin:0 auto 1em;
}

.pluse_mv_bg{
		background-image: url("img/lp-image/pc/top_mv_bg.jpg");
}
.pluse_mv_txt02{
    padding-bottom: 0;
}
	
}

@media all and (max-width: 768px) {
	
	
  .al-u-pc-only { display: none !important; }
  .al-u-sp-only { display: block !important; }
  .al-l-center {
		width: 100%;
		margin: 0 auto;
	}
}
/* main_visual | メインビジュアル
--------------------------------------------- */
.al-p-mein-area {
	background: url(img/lp-image/background_ptn01.jpg);
	padding: 8px 0 1px;
}
/* 写真 */
.al-p-mein-area__title {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 300px;
	gap: 6px;
}	
.al-p-mein-area__title .al-u-photo--01 {
	background: url(img/lp-image/main-img_pc-01.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.al-p-mein-area__title .al-u-photo--02 {
	background: url(img/lp-image/main-img_pc-02.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
.al-p-mein-area__title .al-u-photo--03 {
	background: url(img/lp-image/main-img_pc-03.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
/* 文字 */
.al-p-mein-area__text-area {
	position: relative;
	margin-top: -55px;
}
.al-p-mein-area__text-area::before {
	position: absolute;
	content: "";
	bottom: -65px;
	right: -20px;
	width: 290px;
	height: 250px;
	background: url(img/lp-image/pc/title_chara-pc.png) no-repeat;
	background-size: contain;
}
.al-p-mein-area__text-area img {
  display: block;
  margin: 0 auto;
}
.al-p-mein-area__text-area .al-p-mein-area__text-area__text {
	text-align: center;
	margin: 0 auto;
}
.al-p-mein-area__text-area__list__item {
  text-align: center;
}
.al-p-mein-area__text-area__cv-area {
	text-align: center;
}
/* タイトル文字大が入るとき*/
.al-p-mein-area__text-area__cv-area__text {
  display: flex;
  justify-content: center;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 3.7rem;
	letter-spacing: -1px;
	margin: 50px auto;
}
.al-p-mein-area__text-area__cv-area__text .al-u-font-small {
  font-size: 2rem;
  font-weight: 600;
  margin-right:10px;
  line-height: 4rem;
}
.al-p-mein-area__text-area__cv-area__text--small {
  font-size: 2.4rem;
  font-weight: 600;
  margin-right:10px;
  line-height: 3rem;
}
.al-p-mein-area__text-area__cv-area__text .al-u-text-redline {
	border-bottom: 5px solid #b40019;
	color: #b40019;
  font-size: 3.5rem;
	font-weight: 600;
}
.al-p-mein-area__text-area__cv-area__text--small .al-u-text-redline {
  border-bottom: 5px solid #b40019;
  color: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3rem;
}
.al-p-mein-area__text-area__cv-area__text--small .al-u-red-arrow {
  position: relative;
}
.al-p-mein-area__text-area__cv-area__text--small .al-u-red-arrow::before {
  position: absolute;
  content: "";
  top: -85px;
  right: -40px;
  width: 50px;
  height: 80px;
  background: url(img/al-image/arrow-red.svg) no-repeat;
  background-size: contain;
}
.al-u-text-point {
  font-size: 3.5rem;
	font-weight: bold;
	line-height: 3.7rem;
}
.al-p-btn-area__bottom-text {
	margin-bottom: 40px;
	font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
}
.al-p-btn-area__bottom-text .al-u-text-redline {
  border-bottom: 5px solid #b40019;
  font-size: 2rem;
  font-weight: 600;
  margin-right:10px;
  line-height: 3rem;
}
@media all and (max-width: 768px) {
  .al-p-main-area {
		padding: 8px 0 1px;
	}
	/* 写真 */
	.al-p-mein-area__title {
		grid-template-rows: 110px;
		gap: 4px;
	}	
	.al-p-mein-area__title .al-u-photo--01 {
		background: url(img/lp-image/main-img_sp-01.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.al-p-mein-area__title .al-u-photo--02 {
		background: url(img/lp-image/main-img_sp-02.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
	}
	.al-p-mein-area__title .al-u-photo--03 {
		background: url(img/lp-image/main-img_sp-03.jpg) no-repeat;
		background-size: cover;
		background-position: top center;
	}
	/* 文字 */
	.al-p-mein-area__text-area {
		position: relative;
		margin-top: -13%;
	}
	.al-p-mein-area__text-area::before {
		position: absolute;
		content: "";
		bottom: 85px;
		right: 2px;
		width: 50%;
		max-width: 210px;
		height: 50%;
		background: url(img/lp-image/sp/title_chara-sp.png) no-repeat;
		background-size: contain;
	}
	.al-p-mein-area__text-area__text img {
		width: 98%;
	}
	.al-p-mein-area__text-area__list__item {
		width: 95%;
		margin: 10px auto 8px;
	}
	.al-p-mein-area__text-area__cv-area__text {
    display: block;
		font-size: 1.4rem;
		line-height: 1.8rem;
		margin-right: 45%;
		margin-top: 16px;
    margin-bottom: 24px;
    margin-left: 10px;
		padding-left: 0;
	}
  .al-p-mein-area__text-area__cv-area__text .al-u-font-small {
    font-size: 1.3rem;
    margin-right: 0;
    line-height: 1.6rem;
  }
	.al-p-mein-area__text-area__cv-area__text .al-u-text-redline {
		border-bottom: 3px solid #b40019;
    font-size: 1.4rem;
		line-height: 1.8rem;
		margin-left: 0;
	}
  .al-p-mein-area__text-area__cv-area__text--small {
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: left;
  }
  .al-p-mein-area__text-area__cv-area__text--small .al-u-text-redline {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .al-p-mein-area__text-area__cv-area__text--small .al-u-red-arrow::before {
    top: -38px;
    right: 46px;
    width: 25px;
    height: 40px;
    filter: drop-shadow(1px 2px 0 white);
  }
  .al-p-btn-area__bottom-text{
    width: 95%;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0;
    margin: 0 auto 20px;
  }
  .al-p-btn-area__bottom-text .al-u-text-redline {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* CVボタン共通
--------------------------------------------- */
/*　オレンジ　*/
.al-p-mein-area__text-area_cv-area__btn-area a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 580px;
	background: #ea5504;
	border-radius: 50px;
	box-shadow: 5px 5px #b40019;
	margin: 40px auto;
	transition: all 0.3s ease;
}
a .al-p-mein-area__text-area_cv-area__btn-area__link__text {
	color: #fff;
	font-size: 2rem !important;
	font-weight: bold;
	line-height: 2rem;
  margin: 30px 10px 30px 0;
}
.al-p-mein-area__text-area_cv-area__btn-area a:hover {
	box-shadow: none;
	transform: translate3d(5px, 5px, 0);
}
.al-p-mein-area__text-area_cv-area__btn-area a::after {
	position: absolute;
	content: "";
	top: calc(50% - 16px);
	right: 65px;
	width: 35px;
	height: 35px;
	background: url(img/iconCounseling.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.al-p-mein-area__text-area_cv-area__btn-area__link__icon {
	display: inline-block;
	background: #fff100;
	border-radius: 5px;
	color: #b40019;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8rem;
	margin: 20px 10px;
	padding: 5px 10px;
}
/* 指の動き */
.al-p-mein-area__text-area_cv-area__btn-area a::before {
	position: absolute;
	content: "";
	top: -20px;
	left: 30px;
	width: 52px;
	height: 52px;
	background: url(img/lp-image/icon_finger.svg) no-repeat;
	background-size: contain;
	animation-name: animation;
  animation-duration: 1.5s;
  animation-iteration-count:infinite;
}
@keyframes animation{
	0%, 100% {
		transform: translate(0, 0);
	  }
	  50% {
		transform: translate(-8px, -4px);
	  }
}
@media all and (max-width: 768px) {
	/*　オレンジ　*/
	.al-p-mein-area__text-area_cv-area__btn-area a {
    align-items: center;
    justify-content: center;
    width: 95%;
    background: #ea5504;
    border-radius: 50px;
    box-shadow: 5px 5px #b40019;
    margin: 20px auto;
    transition: unset;
  }
  a .al-p-mein-area__text-area_cv-area__btn-area__link__text {
    color: #fff;
    font-size: 1.8rem !important;
    font-weight: bold;
    line-height: 1.8rem;
    margin: 20px 0;
  }
  .al-p-mein-area__text-area_cv-area__btn-area a:hover {
    box-shadow: 5px 5px #b40019;
    transform: unset;
  }
  .al-p-mein-area__text-area_cv-area__btn-area a::after {
    display: none;
  }
  .al-p-mein-area__text-area_cv-area__btn-area__link__icon {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4rem;
    margin: 20px 10px;
    padding: 2px;
  }
  /* 指の動き */
  .al-p-mein-area__text-area_cv-area__btn-area a::before {
    top: -15px;
    left: 10px;
    width: 45px;
    height: 45px;
  }
  @keyframes animation{
    0%, 100% {
      transform: translate(0, 0);
      }
      50% {
      transform: translate(-8px, -4px);
      }
  }
}

/* loop | 画像をループ表示
--------------------------------------------- */
.al-p-loop {
	margin: 0 auto 180px;
}
.al-p-loop--wrapper {
	display: flex;
	overflow: hidden;
	margin: 0;
}
.al-p-loop__list {
	display: flex;
}
.u-loop__list--time-nomal {
	animation: loop-infinite 80s infinite linear 0.4s both;
}
.u-loop__list--time-slow {
	animation: loop-infinite 80s infinite linear 0.4s both;
	animation-direction:reverse;
}
.al-p-loop__list__item {
	width: 200px;
	height: auto;
	object-fit: cover;
}
.u-loop__list--time-nomal .al-p-loop__list__item img {
	width: 100%;
	vertical-align: bottom;
}
.u-loop__list--time-slow .al-p-loop__list__item img {
	width: 100%;
	vertical-align: top;
}
.d-demo__item > img{
	width: 100%;
 }
@keyframes loop-infinite {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@media all and (max-width: 768px) {
  .al-p-loop {
    margin: 0 auto 150px;
  }
  .al-p-loop__list__item {
		width: calc(100vw / 3.2);
		height: auto;
		object-fit: cover;
	}
}


.mainImg {
  background-image: url("img/mainImg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 58px; }
  @media all and (max-width: 768px) {
    .mainImg {
      background-position: left 69% center;
      background-image: url("img/mainImgSp.jpg");
      height: calc( 100vh - 62px ); } }

/*
.mainImgTxt1{
position: absolute;
top: 155px;
right: 190px;
@media all and (max-width: $md) {
top: 50%;
right: 50%;
transform: translate(50%,-50%);
}
}
.mainImgTxt1 h2{
@media all and (max-width: $md) {
height: 70vh;
}
}

.mainImgTxt1 img{
@media all and (max-width: $md) {
height: 100%;
width: auto;
}
}

.mainImgTxt2{
position: absolute;
top: 155px;
left: 25%;
@media all and (max-width: $md) {
top: 50%;
right: 50%;
transform: translate(50%,-50%);
}
}
.mainImgTxt2 h2{
@media all and (max-width: $md) {
height: 70vh;
}
}

.mainImgTxt2 img{
@media all and (max-width: $md) {
height: 100%;
width: auto;
}
}
*/
.topNotice {
  margin: 0;
}
.topNotice .inner1200 {
  text-align: center;
  padding-bottom: 50px;
}
  @media all and (max-width: 768px) {
    .topNotice .inner1200{
      width: 90%;
      text-align : left;
    } }
.topNotice .noticeTit {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
}
  @media all and (max-width: 768px) {
    .topNotice .noticeTit{
      font-size: 34px;
    } }
.topNotice .noticetit2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.topNews {
  margin-bottom: 172px; }
  @media all and (max-width: 768px) {
    .topNews {
      margin-bottom: 100px;
      padding-left: 5%;
      padding-right: 5%;
      box-sizing: border-box; } }
  .topNews .newsTit {
    text-align: center; }
  .topNews .newsTit span {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    @media all and (max-width: 768px) {
      .topNews .newsTit span {
        font-size: 16px;
        line-height: 1; } }
  .topNews .newsTit span:nth-child(1) {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px; }
    @media all and (max-width: 768px) {
      .topNews .newsTit span:nth-child(1) {
        font-size: 28px;
        line-height: 1; } }
  .topNews .newsBoxWrap {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }
    @media all and (max-width: 768px) {
      .topNews .newsBoxWrap {
        width: 100%; } }
  .topNews .newsBox {
    width: calc( (100% - 45px ) / 4 );
    margin-right: 15px; }
    @media all and (max-width: 768px) {
      .topNews .newsBox {
        width: calc( (100% - 2.5% ) / 2 );
        margin-right: 2.5%; } }
  @media all and (min-width: 768px) {
    .topNews .newsBox:last-child {
      margin-right: 0; } }
  @media all and (max-width: 768px) {
    .topNews .newsBox:nth-child(2n) {
      margin-right: 0; } }
  .topNews .img {
    width: 100%;
    height: 162px;
    background: #eeeff3;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: block; }
    @media all and (max-width: 768px) {
      .topNews .img {
        height: 130px; } }
  .topNews .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%); }
  .topNews .txt .time {
    font-weight: bold; }
  .topNews .viewMore {
    text-align: center;
    margin-top: 50px; }

.topButton {
  background: linear-gradient( #ffffff 0%, #F3F5F5 100%);
  padding-bottom: 50px;
  border-bottom: 1px solid #D1D1D1;
}

.companyIntroduction {
  background: linear-gradient(to left, #fee7ea 0%, #fee7ea 25%, #FFF 25%, #FFF 100%);
  padding-bottom: 200px; }
  @media all and (max-width: 768px) {
    .companyIntroduction {
      padding-bottom: 100px; } }
  .companyIntroduction .bg {
    background: url(img/topCompanyBg.svg);
    background-repeat: no-repeat;
    background-position: left top; }
  .companyIntroduction .inner1200 {
    padding-top: 120px;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 768px) {
      .companyIntroduction .inner1200 {
        display: block; } }
  .companyIntroduction .left {
    width: 30%;
    position: relative;
    height: auto; }
    @media all and (max-width: 768px) {
      .companyIntroduction .left {
        width: 100%; } }
  .companyIntroduction .leftInner {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .companyIntroduction .leftInner p {
    margin-bottom: 20px;
  }
  .companyIntroduction .right {
    width: 60%; }
    @media all and (max-width: 768px) {
      .companyIntroduction .right {
        width: 100%; } }
  .companyIntroduction .titBox {
    margin-bottom: 30px; }
    .companyIntroduction .titBox h3 span {
      font-size: 24px;
      font-weight: bold;
      padding-left: 12px;
      position: relative; }
    .companyIntroduction .titBox h3 span:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      height: 6px;
      width: 6px;
      border-radius: 100%;
      background: #B40019; }
    .companyIntroduction .titBox h3 p {
      font-weight: bold;
      padding-left: 12px; }
  .companyIntroduction .topPoint {
    color: #B40019;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: -2.5px; }
    @media all and (max-width: 768px) {
      .companyIntroduction .topPoint {
        font-size: 48px; } }
  .companyIntroduction .topPointTxt {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 32px; }
  .companyIntroduction .topPointTxt span {
    font-weight: bold;
    font-size: 18px;
    color: #B40019; }
  .companyIntroduction .txtBox {
    display: flex;
    margin-top: 25px;
    margin-bottom: 40px; }
  .companyIntroduction .txtBox .img {
    width: 15%;
    margin-right: 5%; }
  .companyIntroduction .txtBox .txt {
    width: 80%; }
  .companyIntroduction .txtBox .txt span {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
	display: inline-block;}
    @media all and (max-width: 768px) {
      .companyIntroduction .txtBox .txt span {
        font-size: 20px; } }
  .companyIntroduction .txtBox .txt p {
    font-weight: bold; }

.topSelf-intro {
  width: 100%;
  height: auto;
  background: url(img/background_self01.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.topSelf-intro .inner1200 {
  background: url(img/background_sell-02.png) no-repeat;
  background-position: right bottom;
  background-size: 48%;
  padding-top: 120px;
  padding-bottom: 250px; }
    @media all and (max-width: 768px) {
      .topSelf-intro .inner1200 {
        background-position: right bottom -60px;
        background-size: 100%;
        padding-top: 100px;
        padding-bottom: 300px; }   
    }
.topSelf-intro .titBox {
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .topVoice .titBox {
      display: block; } }
  .topVoice .titBox .left {
    width: 20%; }
    @media all and (max-width: 768px) {
      .topVoice .titBox .left {
        width: 100%; } }
  .topVoice .titBox .right {
    width: 80%; }
    @media all and (max-width: 768px) {
      .topVoice .titBox .right {
        width: 100%; } 
}
.topSelf-intro .titBox h3 span {
  font-size: 24px;
  font-weight: bold;
  padding-left: 12px;
  position: relative; }
.topSelf-intro .titBox h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #B40019; }
.topSelf-intro .titBox h3 p {
  font-weight: bold;
  padding-left: 12px; }
.topSelf-intro .topPoint {
  color: #B40019;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -2.5px; }
  @media all and (max-width: 768px) {
    .topSelf-intro .topPoint {
      font-size: 48px; }
}
.topSelf-intro .pointTxt {
  width: 50%;}
  @media all and (max-width: 768px) {
    .topSelf-intro .pointTxt {
      width:100%; }
}
.topSelf-intro .pointTxt p{
  margin-bottom: 20px;
}

.topVoice {
  background: url(img/topVoicceBg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  .topVoice .inner1200 {
    padding-top: 120px;
    padding-bottom: 150px; }
    @media all and (max-width: 768px) {
      .topVoice .inner1200 {
        padding-top: 100px;
        padding-bottom: 100px; } }
  .topVoice .titBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px; }
    @media all and (max-width: 768px) {
      .topVoice .titBox {
        display: block; } }
    .topVoice .titBox .left {
      width: 20%; }
      @media all and (max-width: 768px) {
        .topVoice .titBox .left {
          width: 100%; } }
    .topVoice .titBox .right {
      width: 80%; }
      @media all and (max-width: 768px) {
        .topVoice .titBox .right {
          width: 100%; } }
  .topVoice h3 span {
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
    padding-left: 12px;
    position: relative; }
  .topVoice h3 span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #FFF; }
  .topVoice .titBox p {
    color: #FFF;
    font-weight: bold; }
  .topVoice .voiceBoxWrap {
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 768px) {
      .topVoice .voiceBoxWrap {
        display: block; } }
  .topVoice .voiceBox {
    width: calc( (100% - 40px ) / 3 );}
    @media all and (max-width: 768px) {
      .topVoice .voiceBox {
        width: 100%;
        margin-bottom: 20px; } }
  .topVoice .voiceBox .img {
    margin-bottom: 0; }
  .topVoice .voiceBox .txt span {
    color: #FFF; }
  .topVoice .txtBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    padding: 5px; }
  .topVoice .txtBox .txt {
    width: 85%;
    padding-right: 5px; }
  .topVoice .txtBox .txt span {
    font-weight: bold; }
  .topVoice .txtBox .txt p {
    color: #FFF; }
  .topVoice .voiceBox .icon {
    width: 15%; }

.allianceCompany {
  background: url(img/topAllianceBg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px; }
  .allianceCompany .inner1200 {
    padding-top: 175px; }
    @media all and (max-width: 768px) {
      .allianceCompany .inner1200 {
        padding-top: 100px; } }
  .allianceCompany .titBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px; }
    @media all and (max-width: 768px) {
      .allianceCompany .titBox {
        display: block;
        margin-bottom: 40px; } }
    .allianceCompany .titBox .left {
      width: 20%; }
      @media all and (max-width: 768px) {
        .allianceCompany .titBox .left {
          width: 100%; } }
    .allianceCompany .titBox .right {
      width: 80%; }
      @media all and (max-width: 768px) {
        .allianceCompany .titBox .right {
          width: 100%; } }
  .allianceCompany h3 span {
    font-size: 24px;
    font-weight: bold;
    padding-left: 12px;
    position: relative; }
  .allianceCompany h3 span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #B40019; }
  .allianceCompany .titBox p {
    font-weight: bold; }
  .allianceCompany .alliance {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%; }
    @media all and (max-width: 768px) {
      .allianceCompany .alliance {
        margin-bottom: 10px;
    }}
  .allianceCompany .alliance .img {
    width: calc(( 100% - 200px ) / 4 );
    margin-bottom: 50px;
    height: auto; }
    @media all and (max-width: 768px) {
      .allianceCompany .alliance .img {
        width: calc(( 100% - 5% ) / 2 );
        margin-bottom: 5%; } 
      }
.img--gray-frame{
  /*border: 1px solid #B9B9B9;*/
  /*box-sizing: border-box;*/
  outline: 1px solid #B9B9B9;
  outline-offset: -1px;
}


.top-line-info {
  width: 1200px;
  margin: 20px auto; }
  @media all and (max-width: 768px) {
    .top-line-info {
      width: 90%;
    }
  }
.top-line-info--inner {
  width: 1200px;
  border: solid 3px #06c755;
  border-radius: 20px;
  background: url(img/al_illust_line.png) no-repeat;
  background-position: left 80px center;
  padding: 20px 40px;}
  @media all and (max-width: 768px) {
    .top-line-info--inner {
      width: 90%;
      background-size: contain;
      background-position: bottom 40px center;
      padding: 20px 10px;
    } }
.top-line-info__title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }
  @media all and (max-width: 768px) {
    .top-line-info__title-area {
      display: block;
      text-align: center;
    }
  }
.top-line-info__title-area__img {
  margin-right: 30px; }
  @media all and (max-width: 768px) {
    .top-line-info__title-area__img{
      width: 86%;
      margin: 0 auto;
    }
  }
.top-line-info__title-area__img img {
  object-fit: contain;
}
.top-line-info__title-area__title {
  font-size: 38px;
  font-weight: bold; }
  @media all and (max-width: 768px) {
    .top-line-info__title-area__title  {
      font-size: 28px;
    } }
.top-line-info__text-area {
  padding-left: 500px; }
  @media all and (max-width: 768px) {
    .top-line-info__text-area {
      padding-left: 30px; 
      margin-bottom: 90px;
    } }
.top-line-info__text-area__item {
  position: relative;
  font-size: 24px;
  line-height: 36px; }
  @media all and (max-width: 768px) {
    .top-line-info__text-area__item {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 10px; 
    } }
.top-line-info__text-area__item::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(img/al_check_line.png) no-repeat;
  background-size: contain; }
  @media all and (max-width: 768px) {
    .top-line-info__text-area__item::before{
      top: 10px;
      left: -24px;
      width: 18px;
      height: 18px;
    } }
.top-line-info__button-area {
  text-align: center;
  margin: 10px auto 0;
}
.top-line-info__button-area a {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #06c755;
  border: solid 2px #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 10px 20px; }
  @media all and (max-width: 768px) {
    .top-line-info__button-area a  {
      width: 90%;
      border-radius: 10px;
      padding: 10px;
    } }
.top-line-info__button-area__link img {
  margin-right: 50px; }
  @media all and (max-width: 768px) {
    .top-line-info__button-area__link img {
      margin-right: 20px;
    }
  }
.top-line-info__button-area__link,
.top-line-info__button-area__link .sp-none {
  color: #fff;得手
  font-size: 22px;
  font-weight: bold;}
  @media all and (max-width: 768px) {
    .top-line-info__button-area__link {
      font-size: 16px;
    }
    .top-line-info__button-area__link .sp-none {
      display: none;
    }}
.top-illust-chart img {
  margin: 30px auto 30px
}
.top-tips {
  display: flex;
  align-items: center;
  width: 1200px;
  background: #fee7ea;
  border-radius: 20px;
  margin: 20px auto;
  padding: 20px 30px;
box-sizing: border-box;}

  @media all and (max-width: 1200px) {
    .top-tips {
      display: block;
      width: 75%;
      padding: 20px 15px 10px;
    }
}
.top-tips--left {
  width: 150px;
  height: 150px;
  background: #b40019;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;}
  @media all and (max-width: 1200px) {
    .top-tips--left {
      width: 100%;
      height: auto;
      border-radius: 20px;
      margin-right: 0;
      margin-bottom: 15px;
      padding: 5px 0;
    }
}
.top-tips__title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 45px;}
  @media all and (max-width: 1200px) {
    .top-tips__title {
      margin-top: 0;
    }
}
.top-tips__item {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #fff;
  padding-bottom: 3px;
  margin: 10px 0;}
  @media all and (max-width: 1200px) {
    .top-tips__item {
      display: block;
      border-bottom: none;
      padding-bottom: 0px;
      padding-left: 5px;
      margin-bottom: 15px;
    }
}
.top-tips__item__cat {
  color: #b40019;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 10px;
  padding: 7px 10px 7px 15px;}
  @media all and (max-width: 1200px) {
    .top-tips__item__cat {
      border-top: solid 2px #b40019;
      border-bottom: solid 2px #b40019;
      text-align: center;
      margin-bottom: 6px;
    }
}
.top-tips__item__cat--font-large {
  color: #b40019;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-left: 5px;
}
.top-tips__item__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;}
  @media all and (max-width: 1200px) {
    .top-tips__item__text {
      font-size: 18px;
      padding: 0 10px;
    }
}
.faq {
  background: url(img/topFaqBg.svg);
  background-repeat: no-repeat;
  background-position: left bottom; }
  .faq .inner1200 {
    padding-top: 175px;
    padding-bottom: 200px;
    margin-bottom: 100px; }
    @media all and (max-width: 768px) {
      .faq .inner1200 {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-bottom: 50px; } }
  .faq .titBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px; }
    @media all and (max-width: 768px) {
      .faq .titBox {
        display: block; } }
    .faq .titBox .left {
      width: 20%; }
      @media all and (max-width: 768px) {
        .faq .titBox .left {
          width: 100%; } }
    .faq .titBox .right {
      width: 80%; }
      @media all and (max-width: 768px) {
        .faq .titBox .right {
          width: 100%; } }
  .faq h3 span {
    font-size: 24px;
    font-weight: bold;
    padding-left: 12px;
    position: relative; }
  .faq h3 span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #B40019; }
  .faq .titBox p {
    font-weight: bold; }
  .faq .qa dl {
    margin-bottom: 25px; }
  .faq .qa dt {
    border: solid 1px #ABABAB;
    padding: 42px 74px 42px 72px;
    background: #FFF; }
    @media all and (max-width: 768px) {
      .faq .qa dt {
        padding: 20px 30px 20px 30px; } }
  .faq .qa dt span {
    color: #44C71E;
    font-weight: bold;
    font-size: 20px;
    margin-right: 12px; }
  .faq .qa dd {
    border-left: solid 1px #ABABAB;
    border-bottom: solid 1px #ABABAB;
    border-right: solid 1px #ABABAB;
    padding: 42px 74px 42px 72px;
    background: #FFF; }
    @media all and (max-width: 768px) {
      .faq .qa dd {
        padding: 20px 30px 20px 30px; } }
  .faq .qa dd span {
    color: #B40019;
    font-weight: bold;
    font-size: 20px;
    margin-right: 12px; }


.topMailform .inner1200 {
  padding-top: 0;
  padding-bottom: 200px; }
    @media all and (max-width: 768px) {
      .topMailform .inner1200 {
        background-position: right bottom -60px;
        background-size: 100%;
        padding-bottom: 150px; }   
    }
.topMailform .titBox {
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .topMailform .titBox {
      display: block; } }
  .topMailform .titBox .left {
    width: 20%; }
    @media all and (max-width: 768px) {
      .topMailform .titBox .left {
        width: 100%; } }
  .topMailform .titBox .right {
    width: 80%; }
    @media all and (max-width: 768px) {
      .topMailform .titBox .right {
        width: 100%; } 
}
.topMailform .titBox {
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .topMailform .titBox {
      display: block; } }
  .topMailform .titBox .left {
    width: 20%; }
    @media all and (max-width: 768px) {
      .topMailform .titBox .left {
        width: 100%; } }
  .topMailform .titBox .right {
    width: 80%; }
    @media all and (max-width: 768px) {
      .topMailform .titBox .right {
        width: 100%; } 
}
.bannerBox img {
  margin: 0 auto;
  padding-top: 30px;
}
.innerText {
  margin: 40px 0;
  text-align: center;}
  @media all and (max-width: 768px) {
      .innerText {
        text-align: left;
    }
}
.innerText p {
  margin-bottom: 20px;
}
.innerText .red_bold {
  color: #b40019;
  font-weight: bold;
}
.topMailform .titBox h3 span {
  font-size: 24px;
  font-weight: bold;
  padding-left: 12px;
  position: relative; }
.topMailform .titBox h3 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #B40019; }
.topMailform .titBox h3 p {
  font-weight: bold;
  padding-left: 12px; }
.topMailform .topPoint {
  color: #B40019;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: -2.5px; }
  @media all and (max-width: 768px) {
    .topMailform .topPoint {
      font-size: 48px; }
}

/****************************************


5-1.お知らせ一覧ページ


*****************************************/
.news main {
  background: #F8F1F2;
  padding-bottom: 108px; }
.news .topTit {
  background-image: url("img/newsImg01.jpg"); }
.news .topNews_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }
.news .topHero + .topNews .topNews_list li {
  width: calc(100% - 120px); }
.news .topNews_list.inView li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.news .topNews_list li:nth-child(1) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s; }
.news .topNews li {
  background: #fff;
  margin-bottom: 20px;
  width: 100%; }
.news .topNews_list li {
  opacity: 0;
  -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(80px, 0, 0);
  -moz-transform: translate3d(80px, 0, 0);
  -o-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0); }
.news .topNews li a {
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.news .topNews li a, .news .topNews li span {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media all and (max-width: 1024px) {
    .news .topNews li a, .news .topNews li span {
      display: block; } }
.news .topNews_state {
  display: flex;
  align-items: center;
  width: 42%;
  border-right: 1px solid #CCCCCC; }
  @media all and (max-width: 1024px) {
    .news .topNews_state {
      border-right: none; } }
.news .topNews_year {
  line-height: 2.2;
  padding: 20px 0;
  padding-left: 11%;
  padding-right: 11%;
  border-right: 1px solid #CCCCCC;
  font-weight: bold;
  font-size: 90%; }
  @media all and (max-width: 1024px) {
    .news .topNews_year {
      border-right: none;
      padding-top: 18px;
      padding-right: 0; } }
.news .topNews_date {
  width: 100px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 90%; }
.news .topNews_category {
  color: #B40019;
  font-size: 10px;
  font-weight: bold;
  padding-left: 16%; }
  @media all and (max-width: 1280px) {
    .news .topNews_category {
      padding-left: 10%; } }
  @media all and (max-width: 1024px) {
    .news .topNews_category {
      padding-left: 18px; } }
.news .topNews_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 78%; }
.news .js-animation.do-fade.inView {
  opacity: 1; }
.news .js-animation.do-fade {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1); }
.news .topNews .topNews_list li {
  width: 100%; }
.news .topNews_body {
  padding: 35px 40px;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.news .topNews_body {
  overflow: hidden;
  width: 100%; }
.news .topNews_body p {
  line-height: 2.2; }

/****************************************


5-2.お知らせ 詳細


*****************************************/
.newsDetail {
  margin-bottom: 55px; }

.newsDay {
  margin-bottom: 31px; }

.newsDay span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 16px;
  vertical-align: middle; }

.newsDay .day {
  font-size: 16px;
  color: #B40019; }

.newsTit {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 32.5px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 56.5px; }
  @media all and (max-width: 768px) {
    .newsTit {
      font-size: 26px;
    }
  }
/****************************************


6.おうちの相談窓口とは


*****************************************/
.businessWrap .topTit {
  background-image: url("img/businessImgTop.jpg"); }

.businessTit {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 100px;
  text-align: center; }
  @media all and (max-width: 768px) {
    .businessTit {
      margin-bottom: 50px; } }

.businessTit span {
  font-size: 36px;
  font-weight: bold; }
  @media all and (max-width: 768px) {
    .businessTit span {
      font-size: 20px; } }

.businessTit span.red {
  color: #B40019; }

.businessTit:after {
  content: "";
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #B40019; }

.point {
  margin-bottom: 180px; }
  @media all and (max-width: 768px) {
    .point {
      margin-bottom: 100px; } }
  .point .businessBox {
    display: flex; }
    @media all and (max-width: 768px) {
      .point .businessBox {
        display: block;
		margin-bottom: 40px;} }
	    @media all and (max-width: 768px) {
      .point .businessBox:last-child {
		margin-bottom: 0;} }
  .point .imgBusiness {
    width: 50%; }
    @media all and (max-width: 768px) {
      .point .imgBusiness {
        width: 100%;
        margin-bottom: 15px; } }
  .point .txtWrap {
    width: 50%;
    box-sizing: border-box;
    padding: 40px; }
    @media all and (max-width: 768px) {
      .point .txtWrap {
        width: 100%;
        padding: 0px; } }
		
.point .txtWrap .img{
margin-bottom: 20px;
width: 25%;
margin-right: auto;
margin-left: auto;
}

		
		
  .point .businessBox:nth-child(1) .txtWrap {
    background: url(img/bussinessImg01.svg);
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media all and (max-width: 768px) {
      .point .businessBox:nth-child(1) .txtWrap {
        background: none; } }
  .point .businessBox:nth-child(1) {
    flex-flow: row-reverse; }
  .point .businessBox:nth-child(2) .txtWrap {
    background: url(img/bussinessImg02.svg);
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media all and (max-width: 768px) {
      .point .businessBox:nth-child(2) .txtWrap {
        background: none; } }
  .point .businessBox:nth-child(3) .txtWrap {
    background: url(img/bussinessImg03.svg);
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media all and (max-width: 768px) {
      .point .businessBox:nth-child(3) .txtWrap {
        background: none; } }
  .point .businessBox:nth-child(3) {
    flex-flow: row-reverse; }
  .point .txtWrap .boxTit span {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -0.8px; }
    @media all and (max-width: 768px) {
      .point .txtWrap .boxTit span {
        font-size: 18px; } }
  .point .txtWrap p {
    font-weight: bold;
    margin-bottom: 30px; }
  .point .txtWrap .boxTxt p {
    font-weight: normal;
    line-height: 32px;
    width: 100%; }

.step {
  padding-bottom: 250px; }
  @media all and (max-width: 768px) {
    .step {
      padding-bottom: 100px; } }

.plan {
  background: url(img/businessImg05.jpg);
  padding-bottom: 100px;
  padding-top: 100px;
  background-repeat: no-repeatno;
  background-size: cover; }
  @media all and (max-width: 768px) {
    .plan {
      padding-bottom: 50px;
      padding-top: 50px; } }
  .plan .planTit {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    color: #FFF;
    text-align: center;
    padding-bottom: 50px;
    margin-bottom: 30px; }
    @media all and (max-width: 768px) {
      .plan .planTit {
        font-size: 20px; } }
  .plan .planTit:after {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF; }
  .plan .zeroen {
    text-align: center;
    margin-bottom: 60px; }
    .plan .zeroen span {
      color: #FFF;
      font-weight: bold;
      vertical-align: baseline; }
    .plan .zeroen span:nth-child(1) {
      font-size: 200px;
      line-height: 1; }
    .plan .zeroen span:nth-child(2) {
      font-size: 70px;
      line-height: 1; }
  .plan .txt {
    color: #FFF;
    text-align: center;
    width: 41%;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.2; }
    @media all and (max-width: 768px) {
      .plan .txt {
        width: 80%;
        text-align: left; } }

.service {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media all and (max-width: 768px) {
    .service {
      padding-top: 75px;
      padding-bottom: 75px; } }
  .service .serviceTit {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 100px;
    text-align: center; }
  .service .serviceTit span {
    font-size: 36px;
    font-weight: bold; }
    @media all and (max-width: 768px) {
      .service .serviceTit span {
        font-size: 20px; } }
  .service .serviceTit span.red {
    color: #B40019; }
  .service .serviceTit:after {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #B40019; }
  .service .serviceBoxWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .service .serviceBox {
    width: calc(( 100% - 150px ) / 3 );
    margin-bottom: 50px; }
    @media all and (max-width: 768px) {
      .service .serviceBox {
        width: 100%; } }
  .service .serviceBox .tit {
    color: #B40019;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold; }
    @media all and (max-width: 768px) {
      .service .serviceBox .tit {
        margin-bottom: 10px;
        font-size: 20px; } }
  .service .serviceBox:nth-child(3) .tit {
    font-size: 20px;
    margin-bottom: 0px; }
  .service .serviceBox .txt {
    line-height: 2; }

/****************************************


7-1.お客様の声一覧ページ


*****************************************/
.topTit {
  background-image: url("img/voiceImg01.jpg"); }

.boxBtnWrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 140px; }
  @media all and (max-width: 768px) {
    .boxBtnWrap {
      display: block; } }

.boxBtn {
  width: calc( (100% - 80px ) / 3 );
  margin-right: 40px;
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .boxBtn {
      width: 100%;
      margin-right: 0; } }

.boxBtn:nth-child(3n) {
  margin-right: 0; }

.boxBottom {
  display: flex;
  justify-content: space-between; }

.boxContent p {
  font-weight: bold; }

.imgBtn {
  margin-bottom: 15px; }

/****************************************


7-2.お客様の声　詳細


*****************************************/
.voiceDetail {
  margin-bottom: 55px; }

.voiceContent {
  margin-bottom: 31px; }

.voiceContent span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 16px;
  vertical-align: middle; }

.voiceTit {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 32.5px;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 56.5px; }

.voicetxt {
  margin-bottom: 80px; }

.voiceImg {
  margin-bottom: 135px; }

.voiceImg img {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }

/****************************************


8.会社概要


*****************************************/
.company .topTit {
  background-image: url("img/companyImg01.jpg"); }
.company .companyInfo {
  margin-bottom: 115px; }
  .company .companyInfo dl {
    border-top: 1px solid #D1D1D1;
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    position: relative; }
    @media all and (max-width: 768px) {
      .company .companyInfo dl {
        display: block; } }
  .company .companyInfo dl:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    border-top: 1px solid #B40019; }
  .company .companyInfo dl:last-child {
    border-bottom: 1px solid #D1D1D1; }
  .company .companyInfo dl:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 18px;
    border-bottom: 1px solid #B40019; }
  .company .companyInfo dl dt {
    width: 20%;
    font-weight: bold; }
    @media all and (max-width: 768px) {
      .company .companyInfo dl dt {
        width: 100%; } }
  .company .companyInfo dl dd {
    width: 80%; }
    @media all and (max-width: 768px) {
      .company .companyInfo dl dd {
        width: 100%; } }
.company .map {
  margin-bottom: 170px; }
.company .map iframe {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media all and (max-width: 768px) {
    .company .map iframe {
      height: 300px; } }
.company .map h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px; }
.company .map p {
  margin-bottom: 20px; }

/****************************************


8.個別相談お申込み


*****************************************/
.counselingWrap .topTit {
  background-image: url("img/counselingImg01.jpg"); }

.mailform {
  margin-bottom: 120px; 
}
  @media all and (max-width: 768px) {
    .mailform {
      margin: 0 auto 50px;
    }
  }

.mailform .txt {
  font-weight: bold;
  padding-bottom: 38px;
}

select.month {
  width: 30%; }

select.day {
  width: 30%; }

.menu-20 + .txt, .menu-30 + .txt {
  padding-top: 23px;
  padding-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
  font-weight: normal; }

.form {
  margin-bottom: 50px; }
  .form dl {
    border-top: 1px solid #D1D1D1;
    padding-top: 38px;
    padding-bottom: 38px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media all and (max-width: 768px) {
      .form dl {
        display: block; } }
  .form dl:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    border-top: 1px solid #B40019; }
  .form dl:last-child {
    border-bottom: 1px solid #D1D1D1; }
  .form dl:last-child:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 18px;
    border-bottom: 1px solid #B40019; }
  .form dl dt {
    width: 24%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .form dl dt {
        width: 100%;
        padding-left: 0;
        justify-content: flex-start;
        margin-bottom: 15px; } }
  .form dl dd {
    width: 70%;
    padding-right: 35px;
    box-sizing: border-box; }
    @media all and (max-width: 768px) {
      .form dl dd {
        width: 100%;
        padding-right: 0; } }

.privacy {
  height: 10em;
  overflow-y: auto;
  margin: 1em 0 0;
  padding: 1em;
  border: solid 1px #ccc;
  margin-bottom: 50px; }
  .privacy dt {
    font-weight: bold;
    font-size: 12px; }
  .privacy dd {
    font-size: 12px;
    margin-bottom: .5rem; }
    @media all and (max-width: 768px) {
      .privacy {
        height: 6em; } }

/****************************************


9.無料セミナーお申込み


*****************************************/
.seminarWrap .topTit {
  background-image: url("img/seminarImg01.jpg"); }

/* メールフォームは個別相談お申込みと共通 */

/****************************************


10.資料請求


*****************************************/
.req-doc__group {
  border: solid 5px #ffe100;
  border-radius: 10px;
  padding: 0 40px;
  margin-bottom: 40px;
}
.req-doc__group--inner {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.req-doc__group__left {
  flex-basis: 52%;
}
.req-doc__group__right {
  flex-basis: 45%;
 padding: 20px 0;
}
.req-doc__group__right__svg {
  width: 360px;
  height: 270px;
}
.req-doc__group__reft__white-text {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
  padding: 0 10px;
}
.req-doc__group__left__bigtxt {
  display: block;
  border-bottom: solid 3px #000;
  font-size: 26px;
  font-weight: bold;
  line-height: 35px;
  margin: 20px 0 15px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.req-doc__group__left__txt {
  margin-bottom: 10px;
}
p .req-doc__group__left__text__thick-txt {
  color: #b40019;
  font-weight: bold;
}
.req-doc__group__center__text {
  display: block;
  background: #b40019;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
  padding: 5px 0;
}
.req-doc-thanks__group {
  display: flex;
  justify-content: space-between;
  background: #ffe100;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 40px;
}
.req-doc-thanks__group__bigtxt {
  font-size: 27px;
  font-weight: bold;
  line-height: 36px;
  margin: 20px 0;
}
.req-doc-thanks__group__txt { 
  margin: 0;
}
.req-doc-thanks__group__txt__center {
  text-align: center;
}
.req-doc-thanks__button {
    width: 40%;
    font-weight: bold;
    text-align: center;
    background: #B40019;
    border-radius: 50px;
    padding: 15px;
    margin: 30px auto;
}
.req-doc-thanks__button a,
.req-doc-thanks__button a:hover {
  color: #fff;
}
.req-doc-thanks__add {
  background: #f3f5f5;
  padding: 40px 100px;
  margin: 40px 0;
}
.req-doc__group__list {
  background: #efefef;
  border-radius: 10px;
  margin: 0 10px;
  padding: 20px 15px 10px;
}
.req-doc__group__list__title-area {
  position: relative;
  display: flex;
  align-items: baseline;
  border-bottom: solid 2px #b40019;
  margin-bottom: 10px;
  padding: 0 5px 5px;
}
.req-doc__group__list__title-area::before {
  position: absolute;
  content: "";
  top: -43px;
  left: -25px;
  width: 45px;
  height: 45px;
  background: url(img/img_fukidashi.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.req-doc__group__list__title-area--red {
  color: #b40019;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
.req-doc__group__list__title-area--red .u-text--big {
  color: #b40019;
  font-size: 26px;
  font-weight: bold;
  margin-right: 10px;
}
.req-doc__group__list__title-area h3 {
  font-size: 18px;
  font-weight: bold;
}
.req-doc__group__list__text-area p {
  margin-bottom: 10px;
}
.req-doc__group__caption {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.req-doc__group__caption p {
  font-size: 22px;
  font-weight: bold;
}
.req-doc__group__caption img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
.req-doc__group__photo,
.req-doc__group__photo img {
  width: 200px;
  height: 170px;
  object-fit: cover;
}
.u-sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .req-doc .inner {
    width: 85% !important;
  } 
  .req-doc__group {
    display: block;
    padding: 20px;
    margin-bottom: 40px;
  }
  .req-doc__group--inner {
    flex-wrap: wrap;
    margin: 20px auto 10px;
  }
  .req-doc__group__reft__white-text {
    margin-bottom: 10px;
  }
  .req-doc__group__left__bigtxt {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 20px;
  }
  .req-doc__group__center__text {
    padding: 5px;
  }
  .req-doc-thanks__group {
    display: block;
    padding: 20px;
  }
  .req-doc-thanks__button {
    width: 80%;
  }  
  .req-doc-thanks__add {
    padding: 20px;
  }
  .req-doc__group__list {
    margin: 0 auto 30px;
    padding: 20px 15px 10px;
  }
  .req-doc__group__list__title-area {
    display: block;
  }
  .req-doc__group__caption {
    display: block;
    margin-bottom: 0;
  }
  .req-doc__group__caption p {
    font-size: 20px;
    font-weight: bold;
  }
  .req-doc__group__caption img {
    width: 50px;
    height: 50px;
    margin: 10px auto 0;
  }
  .req-doc__group__photo {
    width: 48%;
    height: 120px;
    margin: 5px auto;
  }
  .req-doc__group__photo img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
  .u-sp-only {
    display: block;
  }
}

.newstxt strong span,.newstxt strong p{
font-weight: bold!important;
}

.newstxt h1,.newstxt h1 span,.newstxt h1 p,.newstxt h1 strong{
font-size: 36px!important;
}

.newstxt h2,.newstxt h2 span,.newstxt h2 p,.newstxt h2 strong{
font-size: 24px!important;
}

.newstxt h3,.newstxt h3 span,.newstxt h3 p,.newstxt h3 strong{
font-size: 18px!important;
}

.newstxt h4,.newstxt h4 span,.newstxt h4 p,.newstxt h4 strong{
font-size: 16px!important;
}

.newstxt h5,.newstxt h5 span,.newstxt h5 p,.newstxt h5 strong{
font-size: 14px!important;
}

.newstxt h6,.newstxt h6 span,.newstxt h6 p,.newstxt h6 strong{
font-size: 12px!important;
}



/****************************************


20220405＿修正


*****************************************/
.companyIntroduction .txtBox .txt .smallTit {
    font-size: 18px;
    font-weight: bold;
}
@media all and (max-width: 768px) {
.companyIntroduction .txtBox .txt .smallTit {
font-size: 13px; } }

.companyIntroduction .txtBox .txt .tit1 {
    font-size: 24px;
    font-weight: bold;
}
@media all and (max-width: 768px) {
.companyIntroduction .txtBox .txt .tit1 {
font-size: 18px; } }

.companyIntroduction .leftInner p {
    margin-bottom: 0;
}

.companyIntroduction .leftInner .pointTxt{
    margin-bottom: 20px;
}

.point .txtWrap .boxTit p {
    margin-top: 10px;
}

.point .txtWrap .boxTit .smallTit {
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 0;
}
@media all and (max-width: 768px) {
.point .txtWrap .boxTit .smallTit {
font-size: 16px; } }

.point .txtWrap .boxTxt p {
margin-bottom: 0;
}

.point .txtWrap .boxTit .tit1 {
font-size: 22px;
}
@media all and (max-width: 768px) {
.point .txtWrap .boxTit .tit1 {
font-size: 18px; } }

.mainImg.test {
  background-image: url("img/mainImg004.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin-bottom: 58px; }
@media all and (max-width: 768px) {
.mainImg.test {
background-position: left 69% center;
background-image: url("img/mainImgSp02.jpg");
height: calc( 100vh - 62px ); } }

/*# sourceMappingURL=style.css.map */


/*追記202510
-------------------------------*/
.ttl_01{
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}
.ttl_01 .slash{
	position: relative;
	font-size: 50px;
	font-weight: 900;
	vertical-align: baseline;
}
@media all and (max-width: 768px) {
.ttl_01 .slash{
	font-size: 30px;
}	
	
}
.ttl_01	.f_40{
	font-size: 40px;
    vertical-align: baseline;
	font-weight: 900;
}
@media all and (max-width: 768px) {
.ttl_01	.f_40{
	font-size: 24px;
}
}
.ttl_01 .slash::before{
	content: "";
	background-image: url("img/lp-image/pc/slash_l.webp");
	height: 52px;
	width: 31px;
	position: absolute;
	bottom:10px ;
	left: -40px;
}
.ttl_01 .slash::after{
	content: "";
	background-image: url("img/lp-image/pc/slash_r.webp");
	height: 52px;
	width: 31px;
	position: absolute;
	bottom: 10px;
	right: -40px;
}
@media all and (max-width: 768px) {
.ttl_01 .slash::after{
	right: -60px;
}	
}
.point_01{
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 768px) {
.point_01{
flex-wrap: wrap;
	gap:10px;
	}
}
.point_01 > li{
	width: calc(33.333% - 20px);
	text-align: center;
	box-sizing: border-box;
}
.point_01 > li > p:nth-child(1){
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	vertical-align: baseline;
}
.point_01 > li > p:nth-child(2){
	padding: 20px;
	font-size: 30px;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 1.2;
}
@media all and (max-width: 768px) {
.point_01 > li > p:nth-child(2){
	padding: 15px;
	font-size: 18px;
}
}
.point_01 > li > p:nth-child(2) > span{
font-size: 90px;
	font-weight: bold;
vertical-align: baseline;
}
@media all and (max-width: 768px) {
.point_01 > li > p:nth-child(2) > span{
font-size: 50px;
}
}
.point_01 > li:nth-child(1){
	border: #EA5283 1px solid;
}
@media all and (max-width: 768px) {
.point_01 > li:nth-child(1){
	width: 100%;
}
}
.point_01 > li:nth-child(1) > p:nth-child(1){
	background: #EA5283;
}
.point_01 > li:nth-child(1) > p:nth-child(2){
	color: #EA5283;
}
.point_01 > li:nth-child(1) > p:nth-child(2) > span{
	color: #EA5283;
}
.point_01 > li:nth-child(2){
	border: #17AE67 1px solid;
}
@media all and (max-width: 768px) {
.point_01 > li:nth-child(2){
	width: calc(50% - 5px);
	}	
}
.point_01 > li:nth-child(2) > p:nth-child(1){
	background: #17AE67;
}
.point_01 > li:nth-child(2) > p:nth-child(2){
	color: #17AE67;
}
.point_01 > li:nth-child(2) > p:nth-child(2) > span{
	color: #17AE67;
}
.point_01 > li:nth-child(3){
	border: #008B9C 1px solid;
}
@media all and (max-width: 768px) {
.point_01 > li:nth-child(3){
	width: calc(50% - 5px);
	}	
}
.point_01 > li:nth-child(3) > p:nth-child(1){
	background: #008B9C;
}
.point_01 > li:nth-child(3) > p:nth-child(2){
	color: #008B9C;
}
.point_01 > li:nth-child(3) > p:nth-child(2) > span{
	color: #008B9C;
}
.content_01{
	position: relative;
	padding-bottom: 290px;
	margin-top: 100px;
}
@media all and (max-width: 768px) {
.content_01{
	padding-bottom: 200px;
	margin-top: 50px;
}
}
.man{
	position: absolute;
	bottom: 0;
	right: 23%;
	
}
@media all and (max-width: 768px) {
.man{
	right: 0;
	
}
}
.hukidashi {
    position: absolute;
    bottom: 20%;
    right: 40%;
}
@media all and (max-width: 768px) {
.hukidashi {
    bottom: 90px;
    right: auto;
	left: 0;
	width: 65%;
}
}
.hukidashi img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}
.ttl_02{
	font-size:32px;
	font-weight: 900;
	background: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
	height: 154px;
	padding: 15px 80px;
	box-sizing: border-box;
	top: -70px;
	left: 0;
	right: 0;
	margin:0 auto;
}
@media all and (max-width: 768px) {
.ttl_02{
	font-size:18px;
	padding: 10px 30px;
	top: -55px;
	height: 114px;
	line-height: 1.4;
}
}
.ttl_02 > span{
	font-size:50px;
	color:#B40319;
	font-weight: 900;
}
@media all and (max-width: 768px) {
.ttl_02 > span{
	font-size:26px;
}
}
.ttl_02::before{
	content: "";
	background-image: url("img/lp-image/pc/ttl_l.webp");
	width: 32px;
	height: 154px;
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (max-width: 768px) {
.ttl_02::before{
	background-size: 24px;
	width: 24px;
	height: 114px;
}	
}
.ttl_02::after{
	content: "";
	background-image: url("img/lp-image/pc/ttl_r.webp");
	width: 32px;
	height: 154px;
	position: absolute;
	top: 0;
	right: 0;
}
@media all and (max-width: 768px) {
.ttl_02::after{
	background-size: 24px;
	width: 24px;
	height: 114px;
}
}
.bg_dot{
	background: url("img/lp-image/pc/bg_dot.webp") left top repeat;
	text-align: center;
}
@media all and (max-width: 768px) {
.bg_dot{
padding-bottom: 30px;
	}
}
.sankaku{
	margin-top: -30px;
}
@media all and (max-width: 768px) {
.sankaku{
	margin-top: -20px;
}
}
.point_02{
	display: flex;
	justify-content: space-between;
	margin-top: -60px;
	margin-bottom: 190px;
	flex-wrap: wrap;
}
@media all and (max-width: 768px) {
.point_02{
	margin-top: -60px;
	margin-bottom: 100px;
	gap:10px;
}		
}
.point_02 > li{
	width: calc(33.333% - 10px);
	text-align: center;
	position: relative;
	border: #fff 5px solid;
	box-shadow: 0px 0px 15px -5px #999;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: baseline;
	box-sizing: border-box;
}
@media all and (max-width: 768px) {
.point_02 > li{
	width: 100%;
	font-size: 18px;
}
}

.point_02 > li:nth-child(1){
	background: #EA5283;
	padding: 60px 0;
}
@media all and (max-width: 768px) {
.point_02 > li:nth-child(1){
	padding: 25px 0;
}
}

.point_02 > li:nth-child(2){
	background: #17AE67;
	padding: 40px 0;
	letter-spacing: -2px;
}
@media all and (max-width: 768px) {
.point_02 > li:nth-child(2){
	padding: 25px 0;
	letter-spacing: 0;
}
}
.point_02 > li:nth-child(3){
	background: #008B9C;
	padding: 80px 0;
}
@media all and (max-width: 768px) {
.point_02 > li:nth-child(3){
	padding: 25px 0;
}
}
.ye{
	color: #FEF101 !important;
}
.wh{
	color: #fff !important;
}
.f_60{
	font-size:60px;
	font-weight: bold;
	vertical-align: baseline;
}
@media all and (max-width: 768px) {
.f_60{
	font-size:40px;
	font-weight: bold;
	vertical-align: baseline;
}
}
.f_40{
	font-size:40px;
	font-weight: bold;
	vertical-align: baseline;
}
@media all and (max-width: 768px) {
.f_40{
	font-size:24px;
}
}
.f_30{
	font-size:30px;
	font-weight: bold;
	vertical-align: baseline;
}
@media all and (max-width: 768px) {
.f_30{
	font-size:18px;
}
}
.icon{
	position: absolute;
	top: -85px;
	left: 20px;
	
}
@media all and (max-width: 768px) {
.icon{
	width: 80px;
	top: -40px;
	left: 5px;
	
}
}
.bg_note{
	background: url("img/lp-image/pc/bg_note.webp") left top repeat;
	text-align: center;
	padding-bottom: 100px;
}
@media all and (max-width: 768px) {
.bg_note .ttl_02{
        padding: 10px 30px;
        top: -40px;
        height: 77px;
}
.bg_note .ttl_02::before{
	background-size: 16px;
	width: 16px;
	height: 77px;
}	
.bg_note .ttl_02::after{
	background-size: 16px;
	width: 16px;
	height: 77px;
}
}

.ttl_03{
border-bottom: #111 1px solid;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
@media all and (max-width: 768px) {
.ttl_03{
	padding-bottom: 30px;
	margin-bottom: 20px;
}
}
.ttl_03 > span:nth-child(1){
	color: #B40319;
	border: #B40319 1px solid;
	line-height: 2.4;
	font-size: 24px;
	padding: 5px;
	font-weight: bold;
}
@media all and (max-width: 768px) {
.ttl_03 > span:nth-child(1){
	line-height: 40px;
	font-size: 16px;
	box-sizing: border-box;
}
}
.ttl_03 > span:last-child{
	color: #fff;
	background:#B40319; 
	font-size: 50px;
	line-height: 1;
	padding: 5px;
	font-weight: bold;	
}
@media all and (max-width: 768px) {
.ttl_03 > span:last-child{
	font-size: 26px;
	line-height: 1;
}
}
.ttl_03.red > span{
	line-height: 1.6;
	color: #fff;
	background:#B40319; 
	font-size: 50px;
	padding: 5px;
	font-weight: bold;	
}
@media all and (max-width: 768px) {
.ttl_03.red > span{
	line-height: 1.8;
	font-size: 26px;
}
}
.box_01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}
@media all and (max-width: 768px) {
.box_01{
	flex-wrap: wrap;
	margin-bottom:30px;
	gap:20px;
}
}
.box_01 > div:nth-child(1){
	width: 500px;
}
@media all and (max-width: 768px) {
.box_01 > div:nth-child(1){
	width: 100%;
}
}
.box_01 > div:nth-child(2){
	width: 600px;
	text-align: left;
}
@media all and (max-width: 768px) {
.box_01 > div:nth-child(2){
	width: 100%;
}
}
.box_01.rev{
	flex-direction: row-reverse;
}
.box_01 > div:nth-child(2) > p{
	font-size: 22px;
}
@media all and (max-width: 768px) {
.box_01 > div:nth-child(2) > p{
	font-size: 16px;
}
}
.line{
	font-size: 22px;
	font-weight: bold;
	 background: linear-gradient(transparent 50%, #FEF101 50%);
}
@media all and (max-width: 768px) {
.line{
	font-size: 16px;
}
}
.contact_box{
	background: #B40319;
	position: relative;
}
.contact_box .ttl_01{
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media all and (max-width: 768px) {
.contact_box .ttl_01{
	top: -40px;
	}
.contact_box .ttl_01 .slash {
        font-size: 22px;
    }
.contact_box .ttl_01 .slash::before{
	background-size: 15px;
	height: 25px;
	width: 15px;
	bottom:5px ;
	left: -20px;
}
.contact_box .ttl_01 .slash::after{
	background-size:15px;
	height: 25px;
	width: 15px;
	bottom: 5px;
	right: -20px;
}	
}

.contact_box > div{
	padding: 60px 0;
	display: flex;
	gap: 40px;
	justify-content: flex-end;
	position: relative;
}
@media all and (max-width: 768px) {
.contact_box > div{
	padding: 15px 0 15px 100px;
	gap: 5px;
	flex-wrap: wrap;
	box-sizing: border-box;
	text-align: right;
}
}

.contact_box > div > figure{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
@media all and (max-width: 768px) {
.contact_box > div > figure{
width: 150px;
	left: -10px;
	}
}
.contact_box > div > p > a{
  margin: 0 auto;
}
.contact_box > div > p > a img {
  animation: btn_animation2 1s infinite;
  transform-origin:center;
}
@keyframes btn_animation2 {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}
.contact_box > div > div > p{
	color: #fff;
}
@media all and (max-width: 768px) {
.contact_box > div > div > p{
font-size: 12px;
	}
}
.contact_box > div > div > p > a{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	background: url("img/lp-image/pc/free.webp") left center no-repeat;
	padding-left: 50px;
}
@media all and (max-width: 768px) {
	.contact_box > div > div > p > a{
	font-size: 26px;
	padding-left: 40px;
	background-size: 35px;
}
}

.bg_dot_red{
	background: url("img/lp-image/pc/bg_dot_red.webp") left top repeat;
	padding: 120px 0 200px;
	overflow: hidden;
}
@media all and (max-width: 768px) {
.bg_dot_red{
	padding: 50px 0 100px;
}
}

.bg_dot_red > div{
position: relative;
	text-align: center;
}
.img_l{
	position: absolute;
	top: 50px;
	left: -350px;
	width: 450px;
}
.img_r{
	position: absolute;
	top: -110px;
	right: -300px;
	width: 450px;
}
@media all and (max-width: 1200px) {
.img_l,.img_r{
display: none;
	}
}
.f_32{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
@media all and (max-width: 768px) {
.f_32{
	font-size: 18px;
	margin-bottom: 20px;
}
}
.bg_dot_red h2{
	margin-bottom: 120px;
}
.bg_dot_red h2 img{
	margin: 0 auto;
}
@media all and (max-width: 768px) {
.bg_dot_red h2{
	margin-bottom: 60px;
}
}
.bg_dot_red figure{
	margin-bottom: 100px;
}
@media all and (max-width: 768px) {
.bg_dot_red figure{
	margin-bottom: 50px;
}
}
.img_center img{
	margin: 0 auto;
}
.company_box{
	background: #FEE7EA;
	padding: 100px 0;
	margin-bottom: 100px;
}
@media all and (max-width: 768px) {
.company_box{
	padding: 50px 0;
	margin-bottom: 50px;
}
}
.company_box_in{
	display: flex;
	gap:60px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
@media all and (max-width: 768px) {
.company_box_in{
	gap:20px;
}
}
.company_box_in > div{
	width: calc(50% - 30px);
}
@media all and (max-width: 768px) {
.company_box_in > div{
	width: 100%;
}
}
.company_box_in > div:first-child p:nth-child(1){
color: #B4031A;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
@media all and (max-width: 768px) {
.company_box_in > div:first-child p:nth-child(1){
	font-size: 22px;
	margin-bottom: 20px;
}	
}
.company_box_in > div:first-child p:nth-child(2),.company_box_in > div:first-child p:nth-child(3),.company_box_in > div:first-child p:nth-child(4){
	margin-bottom: 30px;
	font-size: 20px;
}
@media all and (max-width: 768px) {
.company_box_in > div:first-child p:nth-child(2),.company_box_in > div:first-child p:nth-child(3),.company_box_in > div:first-child p:nth-child(4){
	margin-bottom: 15px;
	font-size: 14px;
}
}
.company_box_in > div:first-child p:nth-child(4){
	margin-bottom: 0;
}
.company_box_in > div:first-child p:nth-child(4) a{
	text-decoration: underline;
}
@media all and (max-width: 1300px) {
.ggmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}