@charset "utf-8";

/* Google font Icon */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/* CSS Document */
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/

html, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html,body{
     height:100%;
}
html {
    font-size: 62.5%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
a{
	color: #222222;
	transition: .4s;
}
a:hover{
	opacity: 0.8;
}
p {
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}
img {
    border-style: none;
    vertical-align: bottom;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/*--------------------------------------------------------------
# 全体
--------------------------------------------------------------*/
body {
  width:100%;
  font-family:'Noto Sans JP', sans-serif;
  margin:0;
  padding:0;
  color:#222222;
  line-height:1.7;
  position: relative;
  font-size: 1.6rem;
	background:#ffffff;
  min-width: 1250px;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
    min-width: auto;
  }
}

.main {
    /* padding-top: 80px; */
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 50px;
    overflow: hidden;
  }
}



.contents_wrap{
  padding: 100px 0px 100px;
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    padding: 50px 0px 50px;
  }
}

.contens_inner{
	max-width: 960px;
	margin: 0 auto;
}

.contens_inner_1120 {
  max-width: 1120px;
}

.contens_inner_1020 {
  max-width: 1020px;
}

.font_b{
	font-weight: bold;
}
.bkF5F7FF{
    background: #F5F7FF;	
}
.bkFFF6F5{
	background: #FFF6F5;
}
.black_bk_text_wrap{
	text-align: center;
}
.black_bk_text {
    font-size: 4.8rem;
    background: #222222;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .black_bk_text {
    font-size: 24px;
    padding: 0 20px;
  }
}


.black_bk_text sup{
    font-size: 2rem;
    font-weight: normal;
    vertical-align: 1.2em;
}

@media screen and (max-width: 767px) {
  .black_bk_text sup  {
    vertical-align: text-bottom;
  }
}
.note_text {
  font-size: 1.3rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .note_text {
    font-size: 11px;
  }
}



/* KV */

.kv {
  background: url(../images/kv_bg.jpg) no-repeat center center / cover;
  width: 100%;
  /* height: 800px; */
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .kv {
    padding-bottom: 40px;
    background: url(../images/kv_bg_sp.jpg) no-repeat top center / cover;
  }
}

.kv_inner {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  max-width: 1560px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kv_inner {
    flex-direction: column;
  }
}


.kv_left {
  width: 60%;
  /* padding-bottom: 60px; */
}

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

.kv_left_top {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  padding: 0px 0 0 50px;
}

@media screen and (max-width: 767px) {
  .kv_left_top {
    padding: 0 15px;
    gap: 0 10px;
    justify-content: center;
  }
}

.kv_left_top_left {
  flex-shrink: 0;
  line-height: 1.6rem;
}

.kv_left_top_left_subttl {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0 20px;
  text-align: center;
  justify-content: center;
} 

@media screen and (max-width: 767px) {
  .kv_left_top_left_subttl {
    font-size: 16px;
  }
}

.kv_left_top_left_subttl:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #000;
  transform: rotate(-40deg);
}

.kv_left_top_left_subttl:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #000;
  transform: rotate(40deg);
}

.kv_left_top_left_ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: initial;
}

@media screen and (max-width: 767px) {
  .kv_left_top_left_ttl {
    font-size: 18px;
  }
}

.kv_left_top_right_img {
  height: 48px;
  width: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kv_left_top_right_img {
    height: 20px;
  }
}

.kv_left_top_right {
  flex-shrink: 0;
}

.kv_left_top_right_ttl {
  font-size: 36px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kv_left_top_right_ttl {
    font-size: 24px;
  }
}

.kv_left_top_right_ttl span {
  color: #CB1414;
}

.kv_left_top_right_ttl .large {
  font-size: 100px;
  display: inline-block;
  height: 138px;
}

@media screen and (max-width: 767px) {
  .kv_left_top_right_ttl .large {
    font-size: 60px;
    height: 84px;
  }
}

.kv_left_top_right_ttl .yellow_line:before {
  content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: calc(100% + 2px);
    height: 15px;
    border-radius: 20px 0 0 20px;
    background: #FFD01A;
    z-index: -1;
}

.kv_left_top_right_ttl .yellow_line:nth-child(2):before{
  border-radius: 0 20px 20px 0;
}

.kv_left_top_right_ttl .yellow_line:nth-child(2){
  margin-right: 5px;
}

.kv_left_top_right_ttl sup{
  font-size: 12px;
  position: relative;
  top: -20px;
  left: -5px;
  color: #CB1414;
}


.kv_left_middle {
  padding: 20px 0 0 50px;
  max-width: 670px;
}

@media screen and (max-width: 767px) {
  .kv_left_middle {
    padding: 10px 15px;
    max-width: 100%;
  }
}

.kv_left_middle_label {
  font-size: 21px;
  font-weight: bold;
  background: #CB1414;
  color: #fff;
  padding: 4px;
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kv_left_middle_label {
    font-size: 16px;
    width: 120px;
    padding: 0;
  }
}

.kv_left_middle_label span {
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .kv_left_middle_label span {
    font-size: 20px;
  }
}

.kv_left_middle_img {
  width: 670px;
  height: auto;
  margin-top: -45px;
}

@media screen and (max-width: 767px) {
  .kv_left_middle_img {
    width: 100%;
    margin-top: -20px;
    /* margin-left: -15px; */
  }
}

.kv_left_middle_text {
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #CB1414;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kv_left_middle_text {
    font-size: 11px;
    margin-bottom: 20px;
  }
}

.kv_left_middle_list {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .kv_left_middle_list {
    justify-content: center;
    margin-bottom: 10px;
  }
}

.kv_left_middle_list li {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 2px 16px;
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  .kv_left_middle_list li {
    font-size: 14px;
  }
}


.kv_subttl {
  font-size: 30px;
  font-weight: bold;
  /* margin-bottom: 20px; */
}

@media screen and (max-width: 767px) {
  .kv_subttl {
    font-size: 20px;
    text-align: center;
  }
}

.kv_ttl {
  font-size: 80px;
  font-weight: bold;
  color: #CB1414;
  line-height: initial;
  text-align: left;
  margin-top: -20px;
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .kv_ttl {
    font-size: 48px;
    margin-top: -10px;
    margin-left: 0px;
    text-align: center;
  }
}

.kv_left_bottom {
  padding: 20px 0 0 50px;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom {
    padding: 20px 15px;
  }
}

.kv_left_bottom ul {
  display: flex;
  align;
  gap: 0 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom ul {
    gap: 0 5px;
  }
}

.kv_left_bottom ul li {
  width: 33.33333333333333%;
  background: #fff;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom ul li {
    padding: 10px 8px;
  }
}


.kv_left_bottom ul li:nth-child(1) {
  border-radius: 20px 0 0 20px;
}

.kv_left_bottom ul li:nth-child(3) {
  border-radius: 0 20px 20px 0;
}

.kv_left_bottom ul li:nth-child(2)::before,
.kv_left_bottom ul li:nth-child(3)::before {
  content: "";
  background: url(../images/plus.png) no-repeat center center / contain;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .kv_left_bottom ul li:nth-child(2)::before,
  .kv_left_bottom ul li:nth-child(3)::before {
    left: -12px;
    width: 20px;
    height: 20px;
  }
}

.kv_left_bottom_item_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #CB1414;
  display: flex;
  align-items: center;
  /* padding: 30px; */
  flex-direction: column;
}

.kv_left_bottom_item_ttl sup {
  font-size: 12px;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom_item_ttl {
    font-size: 10px;
  }

  .kv_left_bottom_item_ttl sup {
    display: none;
  }
}

.kv_left_bottom_item_ttl span {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom_item_ttl span {
    font-size: 11px;
  }
}

.kv_left_bottom_item_ttl span.large {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom_item_ttl span.large {
    font-size: 11px;
  }
}

.kv_left_bottom_text {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom_text {
    font-size: 11px;
    text-align: center;
  }
}

.kv_left_bottom_item_text {
  position: absolute;
  line-height: initial;
  top: -75px;
  right: -40px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 25px;
  border-radius: 50%;
  transform: rotate(15deg);
  text-align: center;
}

.kv_left_bottom_item_text sup {
  font-size: 12px;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .kv_left_bottom_item_text {
    font-size: 9px;
    padding: 10px;
    top: -30px;
    right: -10px;    
  }

  .kv_left_bottom_item_text sup {
    display: inline-block;
    font-size: 8px;
    vertical-align: text-top;
  }
}


.kv_right {
  width: 35%;
  padding: 20px 50px 0 0;
}

@media screen and (max-width: 767px) {
  .kv_right {
    width: 100%;
    padding: 0 15px;
  }
}

.kv_right_inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .kv_right_inner {
    background: #fff;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
    padding: 30px 10px;
    border-radius: 20px;
  }
}

.kv_right_inner_label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6rem;
}

@media screen and (max-width: 767px) {
  .kv_right_inner_label {
    font-size: 12px;
  }
}

.kv_right_inner_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .kv_right_inner_ttl {
    font-size: 16px;
  }
}

.kv_right_inner_ttl:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 35px;
  background: #000;
  transform: rotate(-40deg);
  margin-right: 20px;
} 

@media screen and (max-width: 767px) {
  .kv_right_inner_ttl:before {
    height: 25px;
  }
}

.kv_right_inner_ttl:after  {
  content: "";
  display: inline-block;
  width: 1px;
  height: 35px;
  background: #000;
  transform: rotate(40deg);
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .kv_right_inner_ttl:after {
    height: 25px;
  }
}

.kv_right_body {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.25);
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .kv_right_body {
    padding: 20px 15px;
    box-shadow: none;
  }
}

.kv_right_body_inner {
  max-width: 500px;
  margin: 0 auto;
}

.kv_right_body .field {
  margin-bottom: 20px;
}


.kv_right_body label {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.kv_right_body input, 
.kv_right_body select {
  background: #F8F8F8;
  padding: 8px 10px;
  border: none;
  box-shadow: 0 0 2px rgb(0, 0, 0, 0.3);
  width: 100% !important;
  /* cursor: pointer; */
}

.kv_right_body .hs_privacy .hs-field-desc {
  font-size: 12px;
  color: #222;
  margin-bottom: 4px;
}

.kv_right_body .hs_privacy .hs-field-desc a {
  text-decoration: underline;
}

.kv_right_body .hs_privacy .input {
  text-align: center;
  margin: 0;
}

.kv_right_body .hs_privacy .input .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
}

.kv_right_body .hs_privacy .input .hs-form-checkbox-display:after {
  content: none;
}

.kv_right_body .hs_privacy .input .hs-form-checkbox-display input {
  width: 20px !important;
  height: 20px;
  margin: 0;
}

.kv_right_body .hs_recaptcha {
  display: none;
}

.kv_right_body .hs-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kv_right_body .hs-submit input {
  background: #FFD01A;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px;
  width: 240px !important;
  border: none;
  box-shadow: 0 0 2px rgb(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
}

.kv_right_body .hs-submit .actions {
  position: relative;
}

.kv_right_body .hs-submit .actions:before{
  position: absolute;
	top: 4px;
	left: 62px;
	content: "\e0e1";
	font-family: "Material Icons";
	color: #000;
  font-size: 26px;
  z-index: 1;
}

.kv_right_body .hs-submit .actions:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.kv_right_body .hs-error-msg {
  color: #CB1414;
  font-size: 12px;
}



.kv_right_body .hs-form-required {
  display: none;
}


.kv_right_body .field label:after {
  content: "必須";
  display: inline-block;
  width: 45px;
  background: #F97070;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}


.kv_right_body label.hs-error-msg:after {
  content: none;
}


/* KV END*/





/* SLIDER START */

.slider {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}

.slider_inner .slick-track {
  display: flex;
  align-items: center;
}

.slider_img {
}





/* SLIDER END */








.center_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 99;
}

@media screen and (max-width: 767px) {
  .center_img {
    position: initial;
    transform: none;
    width: 80px;
    height: auto;
    margin: 0 auto 10px;
  }

  .center_img img {
    width: 100%;
  }
}
.info_text{
    text-align: center;
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .info_text {
    font-size: 16px;
  }
}

.font_roboto{
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}

/***吹き出し***/
.speechbox {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    padding: 5px 10px;
    border: 2px solid #d9d9d9;
    background-color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.speechbox::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #d9d9d9;
    translate: 100% -50%;
}
.speechbox::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 4.8px 0 4.8px 9.5px;
    border-color: transparent transparent transparent #ffffff;
    translate: 100% -50%;
}
.balloon_left {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background: #364C68;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 767px) {
  .balloon_left {
    font-size: 16px;
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
}

.balloon_left::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -5px;
  border: 10px solid transparent;
  border-left: 20px solid #364C68;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.balloon_right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 1.4;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #222222;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 6px;
	filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}

.balloon_right::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -5px;
    border: 10px solid transparent;
    border-right: 20px solid #222222;
    z-index: 0;
    transform: rotate(-45deg);
}
.circle_text{
    width: 128px;
    height: 128px;
    background: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .circle_text {
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
}

.right_arrow {
  position: relative;
  display: inline-block;
  width: 8.9px;
  height: 13.9px;
}
.right_arrow::before,
.right_arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 11px;
  height: 3px;
  border-radius: 9999px;
  background-color: #222222;
  transform-origin: calc(100% - 1.5px) 50%;
}
.right_arrow::before {
  transform: rotate(45deg);
}
.right_arrow::after {
  transform: rotate(-45deg);
}

.yellow_btn{
    background: #FFD01A;
    width: 240px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50px;
	position: relative;
}
.yellow_btn .right_arrow {
    position: absolute;
    right: 0;
    margin-right: 15px;
}
.yellow_btn .pdf_icon{
    width: 20px;
    margin-right: 10px;
}
.yellow_btn.request_btn {
    width: 436px;
    height: 80px;
    font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .yellow_btn.request_btn {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 12px 0;
  }
}

.yellow_btn.request_btn .orange_text{
    background: #F68D14;
    border-radius: 50px;
    color: #ffffff;
    font-size: 1.4rem;
    width: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    position: absolute;
    left: 0;
    margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .yellow_btn.request_btn .orange_text {
    width: 80px;
    height: 40px;
    font-size: 12px;
  }
}

.yellow_btn.request_btn .pdf_icon {
    width: 32px;
    margin-right: 10px;
}

.yellow_line{
	position: relative;
	z-index: 0;
}
.yellow_line:before {
	content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 8px;
    border-radius: 20px;
	background: #FFD01A;
	z-index: -1; /* 背面に配置して文字が前に来る */
}

.triangle_icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 30px solid #222222;
    border-right: 0;
}

@media screen and (max-width: 767px) {
  .triangle_icon {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 20px solid #222222;
  }
}

/***タイトル***/
.main_title_wrap{
	text-align: center;
}
.main_title {
    position: relative;
    line-height: 1.6;
    font-weight: bold;
    font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .main_title {
    font-size: initial;
    line-height: initial;
  }
}

.main_title .sercle_text{
	position: absolute;
}
.main_title .tit01{
    font-size: 2.4rem;
    display: block;
}

@media screen and (max-width: 767px) {
  .main_title .tit01 {
    font-size: 16px;
  }
}

.main_title .tit02{
	font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .main_title .tit02 {
    font-size: 24px;
  }
}

.main_title span{
  color: #222;
}

.mt_60 {
  margin-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt_40_sp {
    margin-top: 40px !important;
  }

  .mb_40_sp {
    margin-bottom: 40px !important;
  }
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.header {
    width: 100%;
    height: 80px;
    /* position: fixed; */
    top: 0;
    z-index: 1000;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
}
header .header__inner{
    width: 100%;
    height: 100%;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin: auto;
}
.header_logo {
    width: 225px;
    height: auto;
    margin-right: 30px;
}

.humberger {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    height: auto;
  }

  body.active {
    overflow: hidden;
  }
  body.active .header {
    box-shadow: 0px 3px 6px #00000029;
  }

  .header .header__inner {
    padding: 20px 15px;
  }

  .header_logo {
    width: 150px;
  }

  .humberger {
    display: block;
  }

  .humberger span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: #222;
    width: 30px;
    margin: 6px 0;
    transition: all 0.3s ease;
  }

  .humberger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }

  .humberger.active span:nth-child(2) {
    opacity: 0;
  }

  .humberger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -4px);
  }

  .humberger_wrap {
    display: block;
    width: 100%;
    transform: translateY(-120%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: transform .3s;
    background: #fff;
    height: 100%;
  }

  .active {
    opacity: 1;
    top: 72px;
  }

  .humberger_wrap.active {
    transform: translateY(0);
    overflow: scroll;
  }

  .humberger_wrap .close {
    position: absolute;
    top: 16px;
    right: 8px;
  }

  .humberger_wrap .g-nav {
    padding: 60px 30px;
    position: relative;
  }

  .g-nav .close img {
    width: 24px;
    height: auto;
  }

  .humberger_nav_body {
    list-style: none;
    border-top: solid 1px #dcdcdc;
    margin-bottom: 60px;
  }

  .humberger_nav_list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: solid 1px #D9D9D9;
  }

  .humberger_nav_list:first-child {
    padding-top: 30px;
  }

  .humberger_nav_list a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #505050;
    letter-spacing: 3px;
  }

  .humberger_wrap .rightbox {
    text-align: center;
    
  }

  .humberger_wrap .rightbox .heading_box {
    position: relative;
    padding: 5px 20px;
    border: 2px solid #222;
    color: #333333;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
  }

  .humberger_wrap .rightbox .heading_box::before,
  .humberger_wrap .rightbox .heading_box::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    transform: translate(-50%, 0);
  }

  .humberger_wrap .rightbox .heading_box::before {
    background-color: #222;
  }

  .humberger_wrap .rightbox .heading_box::after {
    bottom: -12px;
    background-color: #fff;
  }

  .humberger_wrap .rightbox .yellow_btn {
    margin: auto;
  }


}


/*--------------------------------------------------------------
# LP
--------------------------------------------------------------*/
.company_logo_slide{
	padding: 20px 0px;
}

#mv_wrap{
	box-shadow: 0px 3px 6px #00000029;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
#mv_wrap .top_menu_bar{
	padding: 10px 0px;
	border-top: solid 1px #EFEFEF;
}
#mv_wrap .top_menu_bar .flexbox{
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0 60px;
	align-items: center;
}
#mv_wrap .top_menu_bar .flexbox .leftbox ul{
    display: flex;
    align-items: center;
}
#mv_wrap .top_menu_bar .flexbox .leftbox ul li{
    padding: 0 20px;
}
#mv_wrap .top_menu_bar .flexbox .leftbox ul li.center{
	border-left: solid 1px #EFEFEF;
	border-right: solid 1px #EFEFEF;
}
#mv_wrap .top_menu_bar .flexbox .rightbox{
    display: flex;
    align-items: center;
}

/***lp_contents01***/
.lp_contents01 .main_title {
    display: inline-block;
}

@media screen and (max-width: 767px) {}

.lp_contents01 .main_title .yellow_line{
    font-size: 4.8rem;
    color: #364B68;
}

@media screen and (max-width: 767px) {
  .lp_contents01 .main_title .yellow_line {
    font-size: 24px;
  }
}

.lp_contents01 .balloon_left {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -30px;
    margin-left: -60px;
    color: #fff;
}

@media screen and (max-width: 767px) {
  .lp_contents01 .balloon_left {
    font-size: 16px;
    margin-top: -45px;
    margin-left: 0px;
  }
}

.lp_contents01 .item_wrap {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin: 20px auto 0;
}
.lp_contents01 .item_wrap .item {
    width: 380px;
    background: #D2DFF1;
    border-radius: 20px;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {

  .lp_contents01 .item_wrap {
    padding: 0 15px;
  }
  
  .lp_contents01 .item_wrap .item {
    margin-top: 20px;
    width: 100%;
  }
}

.lp_contents01 .item_wrap .item .wh_bk{
	background: #ffffff;
	border-radius: 20px;
	padding: 25px;
}
.lp_contents01 .item_wrap .item .wh_bk h4{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .lp_contents01 .item_wrap .item .wh_bk h4 {
    font-size: 20px;
  }
}

.lp_contents01 .item_wrap .item .blue_bk {
    text-align: center;
    padding-bottom: 10px;
}
.lp_contents01 .item_wrap .item .blue_bk img{
    margin-top: -15px;
}

/***lp_contents02***/
.lp_contents02{
	position: relative;
}
.lp_contents02.contents_wrap{
    padding: 100px 0px 60px;
}

@media screen and (max-width: 767px) {
  .lp_contents02.contents_wrap {
    padding: 70px 0px 50px;
  }
}

.lp_contents02:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    border: 80px solid transparent;
    border-top: 58px solid #222222;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .lp_contents02:before {
    border: 35px solid transparent;
    border-top: 30px solid #222222;
    top: -10px;
  }
}

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

@media screen and (max-width: 767px) {
  .lp_contents02 .main_title {
    padding: 0 15px;
  }

  .lp_contents02 .main_title .tit02 {
    font-size: 23px;
  }
}

.lp_contents02 .main_title .img01{
    margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .main_title .img01 {
    width: 160px;
    margin: 0;
    margin-right: 5px;
  }
}

.lp_contents02 .main_title .img02{
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .main_title .img02 {
    width: 80px;
    margin: 0 4px;
  }
}

.lp_contents02 .about_box{
    border: solid #CB1414 2px;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    margin: 60px 0px 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .about_box {
    padding: 40px 20px 20px;
    margin: 40px 15px 20px;
  }
}

.lp_contents02 .about_box h4{
	position: absolute;
    top: 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #CB1414;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -24px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .about_box h4 {
    font-size: 16px;
    margin-top: -12px;
  }
}

.lp_contents02 .about_box .bk_red_text{
    background: #CB1414;
    color: #ffffff;
    font-size: 4.8rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .about_box .bk_red_text {
    font-size: 22px;
    padding: 0 6px;
  }
}

.lp_contents02 .about_box .last_text{
    font-size: 4rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .about_box .last_text {
    font-size: 20px;
  }
}

.lp_contents02 .about_box .last_text .red_text{
    font-size: 4.8rem;
    color: #CB1414;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .about_box .last_text .red_text {
    font-size: 24px;
  }
}


.lp_contents02 .item_wrap {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin: 0px auto 40px;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .item_wrap {
    margin: 0px 15px;
  }
}

.lp_contents02 .item_wrap .item {
    background: #FFE5E4;
    border-radius: 20px;
    padding: 30px;
    margin-top: 60px;
    width: 380px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .item_wrap .item {
    width: 100%;
    margin-top: 20px;
    padding: 30px 20px;
    height: auto;
  }
}

.lp_contents02 .item_wrap .item .check_icon_red{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
    margin-top: -36px;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .item_wrap .item .check_icon_red {
    top: 50%;
    left: 50px;
    transform: translate(-50%, 0%);
    width: 60px;
  }
}

.lp_contents02 .item_wrap .item h5{
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    color: #CB1414;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .item_wrap .item h5 {
    font-size: 20px;
  }
}

.lp_contents02 .info_text.last{
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lp_contents02 .info_text.last {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

/***lp_contents03***/
.lp_contents03.contents_wrap {
    padding: 100px 0px 100px;
}

@media screen and (max-width: 767px) {
  .lp_contents03.contents_wrap {
    padding: 50px 0px 70px;
  }
}

.lp_contents03 .contens_inner{
	max-width: 1024px;
}
.lp_contents03 .main_title_wrap{
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp_contents03 .main_title_wrap {
    margin-bottom: 80px;
    display: block;
    position: relative;
  }
}


.lp_contents03 .main_title {
    font-size: 4.8rem;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .lp_contents03 .main_title {
    font-size: 24px;
  }
}

.lp_contents03 .main_title img{
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents03_01 {
    position: absolute;

    width: 80px;
    height: auto;
    bottom: -20px;
    left: 20px;
  }

  .lp_contents03 .main_title img {
    margin-right: 10px;
    width: 40px;
  }
}

.lp_contents03 .main_title .text02{
    font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .lp_contents03 .main_title .text02 {
    font-size: 24px;
  }
}

.lp_contents03 .item_wrap{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .lp_contents03 .item_wrap {
    padding: 0 15px;
    flex-wrap: wrap;
    gap: 40px 10px;
  }
}


.lp_contents03 .item_wrap .item {
    width: 230px;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 20px 40px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents03 .item_wrap .item {
    width: calc(100% / 2 - 10px);
    padding: 80px 10px 40px;
  }
}

.lp_contents03 .item_wrap .item .down_fuki{
    position: absolute;
    top: 0;
    font-size: 2rem;
    background: #364B68;
    color: #ffffff;
    width: 196px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .lp_contents03 .item_wrap .item .down_fuki {
    width: 100%;
    height: auto;
    margin-top: -20px;
    font-size: 16px;
    padding: 20px 0;
  }

  .lp_contents03 .item_wrap .item .text {
    font-size: 20px;
  }
}

.lp_contents03 .item_wrap .item .down_fuki:after{
	content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -20px;
    border-top: 27px solid #364B68;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
	transform: translateX(-50%);
}

/***lp_contents04***/
.lp_contents04{
	position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents04.contents_wrap {
    padding: 120px 0px 50px;
  }
}

.lp_contents04 .contens_inner{
	max-width: 1000px;
}
.lp_contents04 .main_title_wrap .top_text{
    font-size: 2.4rem;
    color: #CB1414;
    font-weight: bold;
    border-top: solid 2px;
    border-bottom: solid 2px;
    display: inline-block;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .contens_inner {
    font-size: 16px;
  }

  .lp_contents04 .main_title_wrap .top_text {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.lp_contents04 .main_title_wrap .main_title{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .main_title_wrap .main_title {
    font-size: 24px;
  }
}

.lp_contents04 .main_title_wrap .main_title .red_bk_text {
    background: #CB1414;
    color: #ffffff;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6.2rem;
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .main_title_wrap .main_title .red_bk_text {
    font-size: 28px;
    margin: 0 10px;
    width: 60px;
    height: 60px;
  }
} 

.lp_contents04 .item_wrap_title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lp_contents04 .item_wrap_title .flex{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap_title .flex {
    margin: 20px 0 0;
  }
}

.lp_contents04 .item_wrap_title .text01{
    font-size: 4.8rem;
    font-weight: bold;
    color: #CB1414;
}


.lp_contents04 .item_wrap_title .text01 span {
  font-size: 12px;
  color: #000;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap_title .text01 {
    font-size: 24px;
  }

  .lp_contents04 .item_wrap_title .text01 span {
    font-size: 10px;
  }
}

.lp_contents04 .item_wrap_title {
    display: flex;
    justify-content: center;
	align-items: center;
    margin: 40px 0px;
}
.lp_contents04 .item_wrap_title .balloon_right {
    margin: 0;
    margin-top: -68px;
    margin-right: -110px;
    position: absolute;
    right: 0;
    background: #222222;
    letter-spacing: 3px;
    display: block;
    text-align: left;
    padding: 14px 0 14px 21px;
}

.lp_contents04 .item_wrap_title .balloon_right sup {
  font-size: 10px;
  vertical-align: text-top;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap_title .balloon_right {
    font-size: 12px;
    margin-top: -120px;
    margin-right: -40px;
    width: 70px;
    height: 70px;
    padding: 16px 8px 0 20px;
  }

  .lp_contents04 .item_wrap_title .balloon_right sup  {
    font-size: 8px;
  }
}

.balloon_right:before {
    border-right: 22px solid #222222;
}
.lp_contents04 .item_wrap_title .font_roboto{
    width: 98px;
    height: 98px;
    color: #ffffff;
    background: #CB1414;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap_title .font_roboto {
    width: auto;
    height: auto;
    flex-direction: column;
    padding: 10px 16px 6px;
    margin-right: 20px;
  }
}


.lp_contents04 .item_wrap_title .font_roboto .point_text {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap_title .font_roboto .point_text {
    font-size: 12px;
    line-height: initial;
    margin-top: 0;
  }
}

.lp_contents04 .item_wrap_title .font_roboto .number {
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap_title .font_roboto .number {
    font-size: 28px;
    line-height: initial;
    margin-bottom: 0;
  }
}

.lp_contents04 .item_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap {
    flex-direction: column;
    padding: 0 15px;
  }
}

.lp_contents04 .item_wrap .item.blue_bk{
    width: 470px;
    background: #D2DFF1;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .item.blue_bk {
    width: 100%;
    margin-bottom: 10px;
  }
}

.lp_contents04 .item_wrap .item.red_bk{
    width: 470px;
    background: #FFE5E4;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .item.red_bk {
    width: 100%;
    margin-bottom: 0px;
  }
}

.lp_contents04 .item_wrap .item h4{
    font-size: 2.4rem;
    text-align: center;
    color: #ffffff;
    padding: 20px 0px;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .item h4 {
    font-size: 20px;
  }
}

.lp_contents04 .item_wrap .item.blue_bk h4{
    background: #364B68;
}
.lp_contents04 .item_wrap .item.red_bk h4{
    background: #CB1414;
}
.lp_contents04 .item_wrap .item .bottom_box{
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .item .bottom_box {
    
  }
}

.lp_contents04 .item_wrap .item .bottom_box .wh_fuki{
    font-size: 2rem;
    font-weight: bold;
    background: #ffffff;
    margin: 0 40px 20px;
    padding: 20px 10px;
	position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .item .bottom_box .wh_fuki {
    font-size: 16px;
    margin: 0 ;
    padding: 10px 5px;
  }
}

.lp_contents04 .item_wrap .item .bottom_box .wh_fuki:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -20px;
    border-top: 27px solid #ffffff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    transform: translateX(-50%);
}
.lp_contents04 .item_wrap .item .bottom_box .text01{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .item .bottom_box .text01 {
    font-size: 16px;
    margin: 30px 0 20px;
  }

  .lp_contents04 .item_wrap .item .bottom_box .lp_contents04_01 {
    width: 130px;
  }
}


.lp_contents04 .item_wrap .item.red_bk .bottom_box .text01{
	color: #CB1414;
}
.lp_contents04 .item_wrap .item.red_bk .bottom_box img{
    margin-top: -20px;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .item.red_bk .bottom_box img {
    margin-top: -10px;
    width: 100%;
  }
}

.lp_contents04 .item_wrap .triangle_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .lp_contents04 .item_wrap .triangle_icon {
    transform: rotate(90deg);
    position: initial;
    margin: auto;
    margin-bottom: 10px;
  }
}
.lp_contents04 .circle_text {
  background: #CB1414;
	margin-bottom: -64px;
	bottom: 0;
}

@media screen and (max-width: 767px) {
  .lp_contents04 .circle_text {
    margin-bottom: -40px;
  }
}

/***lp_contents05***/



.lp_contents05 .balloon_left {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -50px;
    margin-left: -98px;
    background: #F97070;
    color: #fff;
}

@media screen and (max-width: 767px) {
  .lp_contents05 {
    padding: 80px 0 50px;
  }

  .lp_contents05 .main_title .yellow_line {
    font-size: 24px;
  }

  .lp_contents05 .balloon_left {
    color: #fff;
    margin-left: -75px;
  }
}

.lp_contents05 .balloon_left:before {
    border-left: 20px solid #F97070;
}
.lp_contents05 .main_title {
    display: inline-block;
}
.lp_contents05 .flexbox{
  display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents05 .flexbox {
    flex-direction: column;
    margin-top: 30px;
    padding: 0 15px;
    gap: 30px 0;
  }
}

.lp_contents05 .flexbox .red_text{
    font-size: 3.6rem;
    font-weight: bold;
    color: #CB1414;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .lp_contents05 .flexbox .red_text {
    font-size: 16px;
    text-align: center;
  }
}

.lp_contents05 .flexbox img {
    padding: 0 0 0 60px;
}

@media screen and (max-width: 767px) {
  .lp_contents05 .flexbox img {
    padding: 0;
    width: 100%;
  }
}

.lp_contents05 .note_text {
    margin: 20px auto 40px;
    width: 773px;
}

@media screen and (max-width: 767px) {
  .lp_contents05 .note_text {
    width: 100%;
    font-size: 11px;
    padding: 0 15px;
    text-align: center;
  }
}

.lp_contents05 .bottom_box {
    border: solid 2px #CB1414;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
  .lp_contents05 .bottom_box {
    margin: 0 15px;
    padding: 20px;
  }
}

.lp_contents05 .bottom_box p{
    font-size: 4.8rem;
    font-weight: bold;
}
.lp_contents05 .bottom_box p .bk_red{
    background: #CB1414;
    color: #ffffff;
    margin-right: 15px;
    padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .lp_contents05 .bottom_box p {
    font-size: 24px;
  }

  .lp_contents05 .bottom_box p .bk_red {
    font-size: 24px;
  }
}

/***lp_contents06***/
.lp_contents06 .contens_inner {
    max-width: 1120px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp_contents06 {
    padding: 50px 0 0;
  }

  .lp_contents06 .main_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.lp_contents06 .item_wrap{
    display: flex;
    justify-content: space-between;
    margin: 60px 0px;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap {
    margin: 0 15px;
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 30px;
  }
}

.lp_contents06 .item_wrap .item {
    max-width: 340px;
    box-shadow: 0 0 8px rgb(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 25px;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap .item {
    max-width: 100%;
  }
}

.lp_contents06 .item_wrap .item h4{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap .item h4 {
    font-size: 20px;
  }

  .lp_contents06 .item_wrap .item img {
    display: block;
    margin: auto;
  }
}

.lp_contents06 .black_bk_text_wrap .text {
    text-align: center;
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .black_bk_text_wrap .text {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.lp_contents06 .black_bk_text_wrap .text span{
    background: #364B68;
    color: #ffffff;
    padding: 5px 30px;
    display: inline-block;
    margin: 8px 0;
    margin-right: 10px;
}

.lp_contents06_03 {
  display: block;
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  .lp_contents06_03 {
    margin: 30px auto;
  }
}

.lp_contents08:after {
  content: "";
  background: url(../images/lp_contents08_001.png) no-repeat center center / contain;
  position: absolute;
  display: block;
  bottom: 0;
  right: -130px;
  width: 167px;
  height: 356px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lp_contents08:after {
    width: 70px;
    height: 140px;
    right: 20px;
  }
}

.lp_contents06 .item_wrap_title,
.lp_contents08 .item_wrap_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0px;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap_title,
  .lp_contents08 .item_wrap_title {
    margin: 20px 15px;
  }
}


.lp_contents06 .item_wrap_title .flex,
.lp_contents08 .item_wrap_title .flex {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap_title .flex,
  .lp_contents08 .item_wrap_title .flex {
    margin: 20px 0;
  }
}

.lp_contents06 .item_wrap_title .font_roboto,
.lp_contents08 .item_wrap_title .font_roboto {
  width: 98px;
  height: 98px;
  color: #ffffff;
  background: #CB1414;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap_title .font_roboto,
  .lp_contents08 .item_wrap_title .font_roboto {
    width: 54px;
    height: auto;
    padding: 8px 4px 4px;
    margin-right: 15px;
  }
}

.lp_contents06 .item_wrap_title .font_roboto .point_text,
.lp_contents08 .item_wrap_title .font_roboto .point_text {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap_title .font_roboto .point_text,
  .lp_contents08 .item_wrap_title .font_roboto .point_text {
    font-size: 12px;
    margin-top: 0;
    line-height: initial;
  }
}

.lp_contents06 .item_wrap_title .font_roboto .number,
.lp_contents08 .item_wrap_title .font_roboto .number {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap_title .font_roboto .number,
  .lp_contents08 .item_wrap_title .font_roboto .number {
    font-size: 28px;
    line-height: initial;
    margin-bottom: 0;
  }
}

.lp_contents06 .item_wrap_title .text01,
.lp_contents08 .item_wrap_title .text01 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #CB1414;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .item_wrap_title .text01,
  .lp_contents08 .item_wrap_title .text01 {
    font-size: 24px;
  }
}


.lp_contents06 .circle_text{
    margin: 50px 0px;
    position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents06 .circle_text {
    margin: 30px 0;
  }
}



.lp_contents07 {
  padding: 100px 0;
  position: relative;
}


.lp_contents07 .main_title span {
  color: #364B68;
}

@media screen and (max-width: 767px) {
  .lp_contents07 {
    padding: 50px 15px;
  }

  .lp_contents07 .main_title {
    font-size: 24px;
  }

  .lp_contents07 .main_title span {
    color: #364B68;
  }

  .lp_contents07 img {
    width: 100%;
  }
}


.lp_contents08 {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.lp_contents08:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  border: 80px solid transparent;
  border-top: 58px solid #222222;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {

  .lp_contents08 {
   width: 100%;
  }

  .lp_contents08:before {
    border: 40px solid transparent;
    border-top: 29px solid #222222;
    margin-top: -8px;
  }
}


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

@media screen and (max-width: 767px) {
  .flex_sp {
    flex-direction: column;
  }
}

.gap_60 {
  gap: 60px;
}

.gap_20_sp {
  gap: 20px;
}

.lp_contents08 .left_item {
  width: 60%;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .left_item {
    width: 100%;
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.lp_contents08 .left_item span {
  background: #CB1414;
  color: #fff;
  padding: 5px 30px;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .left_item span {
    margin-top: 20px;
    display: inline-block;
  }
}

.lp_contents08.right_item {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .right_item {
    width: 100%;
    padding: 0 15px;
  }
}

.lp_contents08 .right_item img {
  max-width: 540px;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .right_item img {
    width: 100%;
  }
}


.lp_contents08 .item {
  
}

.lp_contents08 .item .small_text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .item .small_text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.lp_contents08 .item .text {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: initial;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .item .text {
    font-size: 24px;
  }
}

.lp_contents08 .item_img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .item_img {
    width: 50px;
  }
}

.lp_contents08 .item_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .item_img img {
    width: 100%;
    transform: rotate(90deg);
  }
}

.lp_contents08 .item_bg {
  background: #364B68;
  color: #fff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .lp_contents08 .item_bg {
    width: 100%;
  }
}

.lp_contents09 {
  position: relative;
}

.lp_contents09:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  border: 80px solid transparent;
  border-top: 58px solid #222222;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .lp_contents09:before {
    border: 40px solid transparent;
    border-top: 29px solid #222222;
    top: -8px;
  }

  .lp_contents09 .main_title {
    font-size: 24px;
  }

  .lp_contents09 img {
    width: 100%;
    padding: 0 20px;
  }
}


.lp_contents10 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents10_img {
    width: 200px;
  }
}



.lp_contents10_ttl {
  text-align: center;
}

.lp_contents10_ttl .text01 {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_contents10_ttl .text01 {
    font-size: 24px;
  }
}

.lp_contents10_ttl .text02 {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_contents10_ttl .text02 {
    font-size: 24px;
  }
}

.lp_contents10_ttl .text02 span {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .lp_contents10_ttl .text02 span {
    font-size: 24px;
  }
}

.lp_contents10_ttl .text02 span.red_text {
  color: #CB1414;
  font-size: 64px;
}

@media screen and (max-width: 767px) {
  .lp_contents10_ttl .text02 span.red_text {
    font-size: 25px;
  }
}

.lp_contents10 .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contents10 .text {
    font-size: 16px;
  }

  .lp_contents10 picture {
    padding: 0 20px;
    display: block;
  }

  .lp_contents10 picture img {
    width: 100%;
  }
}

.lp_contents10_card {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #CB1414;
  padding: 30px 100px;
  border: solid 2px #CB1414;
  border-radius: 15px;
  display: inline-block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lp_contents10_card {
    font-size: 24px;
    padding: 30px;
  }
}

.lp_contents11 {
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents11.pt_100 {
    padding: 200px 0 50px !important;
  }
}

.lp_contents11:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  border: 80px solid transparent;
  border-top: 58px solid #222222;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .lp_contents11:before {
    border: 40px solid transparent;
    border-top: 29px solid #222222;
    top: -8px;

  }
}

.lp_contents11_card {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #CB1414;
  padding: 30px;
  width: 100%;
  border: solid 2px #CB1414;
  background: #FFE5E4;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents11_card {
    font-size: 24px;
    padding: 30px;
    /* margin: 0 15px; */
  }

  .lp_contents11_wrap_title {
    padding: 0 15px;
  }
}

.lp_contents11_card:before {
  content: "";
  background: url(../images/11_img.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
    width: 291px;
    height: 264px;
    background-size: contain;
}

@media screen and (max-width: 767px) {
  .lp_contents11_card:before {
    width: 145px;
    height: 132px;
    bottom: auto;
    top: -133px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.lp_contents11_items {
  justify-content: center;
}

.lp_contents11_items .item:first-child {
  border-right: 1px solid #000;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .lp_contents11_items .item:first-child {
    padding-right: 20px;
  }
}

.lp_contents11_items .item .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contents11_items .item .text {
    font-size: 14px;
  }
}


.lp_contents11_block {
 background: url(../images/lp_contents11_block_bg.png) no-repeat;
 background-size: contain;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%;
}

.lp_contents11_block_top {
  display: none;
}

@media screen and (max-width: 767px) {
  .lp_contents11_block {
    background: none;
    padding: 0 16px;
  }

  .lp_contents11_block_top {
    display: block;
    width: 100%;
  }
}


.lp_contents11_block .flex {
  align-items: flex-start;
  padding: 120px 80px 50px 80px;
}

.lp_contents11_block .item {
  width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  .lp_contents11_block .flex {
    padding: 0;
    background: #fff;
    border: solid 2px #CB1414;
    margin: 0 ;
    border-top: none;
    padding-bottom: 40px;
    border-radius: 0 0 20px 20px;
    margin-top: -45px;
  }

  .lp_contents11_block .item {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.lp_contents11_block .item img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents11_block .item img {
    width: 130px;
  }
}

.lp_contents11_block .item .text {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contents11_block .item .text span {
    font-size: 14px;
  }
}

.lp_contents11_block .item .text span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .lp_contents11_block .item .text span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}


.lp_contents12 {
  position: relative;
  background: #F8F8F8;
}

.lp_contents12 .main_title {
  font-size: 40px;
} 

@media screen and (max-width: 767px) {
  .lp_contents12 .main_title {
    font-size: 24px;
  }
}

.lp_contents12 .main_title span {
  font-size: 54px;
  color: #CB1414;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .main_title span {
    font-size: 28px;
  }
}

.example_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap {
    margin: 0 15px;
    margin-top: 40px;
  }
}

.lp_contents12 .example_wrap .item {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item {
    padding: 50px 25px;
  }
}

.lp_contents12 .example_wrap .item:first-child {
  margin-bottom: 80px;
}

.lp_contents12 .example_wrap .item .num {
  font-size: 24px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #CB1414;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .num {
    font-size: 16px;
    width: 200px;
  }
}

.lp_contents12 .example_wrap .item .ttl {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #CB1414;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .ttl {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

.lp_contents12 .example_wrap .item .flex {
  align-items: center;
  gap: 0 30px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .flex img {
    width: 100%;
  }
}

.lp_contents12 .example_wrap .item .item_body {
}

.lp_contents12 .example_wrap .item .item_body .item_body_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .item_body .item_body_ttl {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }
}

.lp_contents12 .example_wrap .item .item_body .item_body_text {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .item_body .item_body_text {
    font-size: 14px;
  }
}

.lp_contents12 .example_wrap .item .item_body .item_body_text .red_text {
  font-size: 20px;
  font-weight: bold;
  color: #CB1414;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .item_body .item_body_text .red_text {
    font-size: 16px;
  }
}


.lp_contents12 .example_wrap .item .cont {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .cont {
    flex-direction: column;
    margin-top: 20px;
  }
}

.lp_contents12 .example_wrap .item .cont .arrow_right {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .cont .arrow_right {
    margin-top: 10px;
    transform: rotate(90deg);
    width: 20px;
  }
}

.lp_contents12 .example_wrap .item .cont .cont_item img {
  width: 130px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .cont .cont_item img {
    width: 100px;
  }
}

.lp_contents12 .example_wrap .item .cont .cont_item .text {
  font-size: 24px;
  font-weight: bold;
  width: 440px;
  padding: 30px;
  background: #D2DFF1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lp_contents12 .example_wrap .item .cont .cont_item {
    width: 100%;
  }
  .lp_contents12 .example_wrap .item .cont .cont_item .text {
    font-size: 16px;
    width: 100%;
  }
}

.lp_contents12 .example_wrap .item .cont .cont_item .text.after {
  background: #FFE5E4;
  color: #CB1414;
  
}

.lp_contents13 .main_title,
.lp_contents14 .main_title,
.lp_contents15 .main_title,
.lp_contents16 .main_title {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .lp_contents13 .main_title,
  .lp_contents14 .main_title,
  .lp_contents15 .main_title,
  .lp_contents16 .main_title {
    font-size: 14px;
  }

  .lp_contents13 .contens_inner {
    margin: 0 15px;
  }

  .lp_contents13 img {
    width: 100%;
  }
}


.lp_contents13 .flex {
  gap: 0 40px;
  margin-top: 60px;
} 

@media screen and (max-width: 767px) {
  .lp_contents13 .flex {
    margin-top: 30px;
  }
}

.lp_contents13 .flex .item {
  width: calc(100% / 3 - 20px);
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 30px 22px;
  border-radius: 20px;

}

@media screen and (max-width: 767px) {
  .lp_contents13 .flex .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.lp_contents13 .flex .item img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lp_contents13 .flex .item img {
    width: 170px;
  }
}

.lp_contents13 .flex .item .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.lp_contents13 .flex .item .text {
  font-size: 16px;
}

.lp_contents13 .note_text {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  color: #222222;
}

@media screen and (max-width: 767px) {
  .lp_contents13 .note_text {
    font-size: 11px;
    margin-top: 0;
  }

  .lp_contents14 .main_title,
  .lp_contents15 .main_title,
  .lp_contents16 .main_title {
    font-size: 16px;
  }

  .lp_contents14 img {
    width: 200px;
    margin: 0 auto;
  }
}

.lp_contents13 .note_text a {
  text-decoration: underline;
}



@media screen and (max-width: 767px) {
  .qa {
    margin: 0 30px;
    border-top: 2px solid #d6dde3;
  }
}

.qa-6 {
  margin-bottom: 5px;
  border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .qa-6 summary {
    font-size: 15px;
    padding: 10px 40px 10px 30px;
    align-items: flex-start;
    gap: 0 8px;
  }
}

.qa-6 summary::before,
.qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .qa-6 summary::before,
  .qa-6 p::before {
    font-size: 16px;
    left: 8px;
    top: 8px;
  }
}

.qa-6 summary::before {
  color: #CB1414;
  content: "Q";
}

.qa-6 summary::after {
  font-size: 30px;
  font-weight: 400;
  color: #CB1414;
  content: '+';
  transition: transform .5s;
}

@media screen and (max-width: 767px) {
  .qa-6 summary::after {
    /* margin-top: 10px; */
    position: absolute;
    top: -2px;
    right: 8px;
  }
}


.qa-6[open] summary::after {
  content: "ー";
  /* transform: rotate(225deg); */
}

@media screen and (max-width: 767px) {
  .qa-6[open] summary::after {
    content: "-";
  }
}

.qa-6 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 20px 3em;
  color: #333;
  font-size: 20px;
  transition: transform .5s, opacity .5s;
  background: #FFF6F5;
}

@media screen and (max-width: 767px) {
  .qa-6 p {
    font-size: 14px;
    padding: 10px 10px 10px 30px;
  }
}

.qa-6[open] p {
  transform: none;
  opacity: 1;
}

.qa-6 p::before {
  color: #000;
  /* line-height: 1.2; */
  content: "A";
}


.lp_contents16 {
  
}

@media screen and (max-width: 767px) {
  .lp_contents16 {
    margin: 0 15px;
  }
}

.lp_contents16 .company_info .item {
  margin-bottom: 20px;
  display: flex;
  gap: 0 35px;
}

@media screen and (max-width: 767px) {
  .lp_contents16 .company_info .item {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.lp_contents16 .company_info .item .ttl {
  width: 200px;
  font-size: 20px;
  padding: 20px 0;
  background: #7E7E7E;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .lp_contents16 .company_info .item .ttl {
    width: 100%;
    font-size: 16px;
    justify-content: flex-start;
    padding: 10px 20px;
  }
}

.lp_contents16 .company_info .item .text {
  font-size: 16px;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .lp_contents16 .company_info .item .text {
    font-size: 15px;
    padding: 15px 20px 20px;
  }
}






/*--------------------------------------------------------------
# 資料請求
--------------------------------------------------------------*/
.request_info {
    background: url(../images/request_info_bk.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

@media screen and (max-width: 767px) {
  .request_info {
    background: #F97070;
    padding: 40px 0 100px; 
  }
}

.request_info .contens_inner {
    position: relative;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
  .request_info .contens_inner {
    display: block;
    padding: 0 15px;
  }
}
.request_info .left_item{
    width: 436px;
    text-align: center;
}

@media screen and (max-width: 767px) {
  .request_info .left_item {
    width: 100%;
  }
}


.request_info .left_item .line_title{
    color: #FFFFFF;
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
    display: inline-block;
	line-height: 1;
} 

@media screen and (max-width: 767px) {
  .request_info .left_item .line_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.request_info .left_item .line_title:before,
.request_info .left_item .line_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ffffff;
  width: 2px;
  height: 1.1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.request_info .left_item .line_title:before {
  transform: rotate(-45deg);
}
.request_info .left_item .line_title:after {
  transform: rotate(45deg);
}
.request_info .rignt_item {
    position: absolute;
    right: 0;
    margin-right: -100px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
  .request_info .rignt_item {
    margin-right: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0px);
    margin-top: -25px;
    z-index: 40;
  }
}

.request_info .rignt_item img{
	max-width:540px;
}

@media screen and (max-width: 767px) {
  .request_info .rignt_item img {
    max-width: 300px;
  }
}


.pt_100 {
  padding-top: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}



.pt_60 {
  padding-top: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
} 

@media screen and (max-width: 767px) {

  .pt_150_sp {
    padding-top: 150px !important;
  }

  .pt_50_sp {
    padding-top: 50px !important;
  }

  .pb_50_sp {
    padding-bottom: 50px !important;
  }

  .pt_20_sp {
    padding-top: 20px !important;
  }

  .pb_20_sp {
    padding-bottom: 20px !important;
  }

  .pt_0_sp {
    padding-top: 0 !important;
  }
  .pb_0_sp {
    padding-bottom: 0 !important;
  }
}



.width_100 {
  width: 100%;
}

.red_text {
  color: #CB1414 !important;
}



.footer {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer__inner {
  text-align: center;
}

.footer__inner a {
  font-size: 13px;
  text-decoration: underline;
  color: #222222;
}

.footer__inner .copyright {
  font-size: 13px;
  color: #222222;
  text-align: center;
}



.thanks {

}


.thanks .main_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .thanks .main_inner {
    padding: 50px 15px;
  }
}

.thanks .thanks_ttl {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: #CB1414;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks_ttl {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.thanks .thanks_text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks_text {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

.thanks .thanks_btn {
  text-align: center;
}

.thanks .thanks_btn_link {
  display: inline-block;
  padding: 20px 40px;
  background-color: #CB1414;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .thanks .thanks_btn_link {
    font-size: 15px;
  }
}