@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
  list-style: none;
  font-style: inherit;
}
html {
	height: 100%;
}

html {
	font-size: 62.5%;/* 10px */
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;

  overflow-x: hidden;

  letter-spacing: .4px;

  color: #000000;
  position: relative;
  word-break: break-all;

  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.anime {
  opacity: 0;
}

.open {
  opacity: 1;
-webkit-animation: 1.0s ease-in-out 0s normal opening both;
          animation: 1.0s ease-in-out 0s normal opening both;
}


.en {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: 1px;
  text-transform: uppercase;
  word-break: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

img {
	vertical-align: top;
	height:auto;
	max-width:100%;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
  background:transparent;
  display: block;
  transition: .3s;
}

a:hover {
  opacity: .6;
  transition: .3s;
}

a.inline {
  display: inline;
  text-decoration: underline;
}

ins {
	background-color:#F2E1A0;
	color:#000;
	text-decoration:none;
}

mark {
	background-color: rgba(255,237,100,.6);
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display: block;
	width: auto;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #3366CC;
}

input, select {
	vertical-align:middle;
}

.clear {clear:both;}
.clear hr {display:none;}
.clearboth {clear:both;}

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -js-display: flex;
}


.abBox {
	position: relative;
}
.ab {
	position: absolute;
}

.mb20 {
	margin-bottom: 2vh;
}
.mb30 {
	margin-bottom: 3vh;
}
.mb40 {
	margin-bottom: 4vh;
}
.mb50 {
	margin-bottom: 5vh;
}

/*テキストスタイル*/
.min {
	font-family: "Times New Roman", Times, 'YuMincho', '游明朝','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.fs10 {
	font-size: 0.625rem;
}
.fs11 {
	font-size: 0.6875rem;
}
.fs12 {
	font-size: 0.75rem;
}
.fs13 {
	font-size: 0.8125rem;
}
.fs14 {
	font-size: 0.875rem;
}
.fs16 {
	font-size: 1rem;
}
.fs18 {
	font-size: 1.125rem;
}
.fs24 {
	font-size: 1.5rem;
}

img {
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: inherit;
}

/*レイアウト*/

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

.sp {
	display: none!important;
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */

@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}

	.sp {
		display: inherit!important;
	}
}

section {
  position: relative;
}

.anime {
  opacity: 0;
}

.anime.open {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-aanimation-delay: .2s;
  animation-delay: .2s;
}

a.bnr_link:hover {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


/* .header */

.header {
  width: 100%;
  height: 80px;
  background: #FFF;
  position: sticky;
  padding: 20px 5%;
  box-sizing: border-box;
}

.header .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo_box h1 {
  width: 155px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
  text-indent: 105%;
  background: url(../image/logo.svg) no-repeat;
  background-size: 100% auto;
}

.tel_box * {
  display: inline-block;
}

.tel_box .catch {
  font-weight: bold;
  padding-right: 20px;
}

.tel_box .tel a {
  width: 245px;
  margin-right: 0;
}

.tel_box .tel small {
  padding-left: 15px;
  font-size: 12px;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .header {
    height: 50px;
    padding: 11px 5%;
  }

  .header .logo_box h1 {
    width: 100px;
    height: 28px;
  }

  .header .tel_box .tel a {
    width: 28px;
    height: 28px;
    overflow: hidden;
  }

  .tel_box .catch {
    padding-right: 0;
    margin-bottom: 2%;
  }

  .tel_box,
  .tel_box .tel {
    height: 28px;
  }

  .tel_box .tel a {
    width: 265px;
  }

  .tel_box .tel img {
    vertical-align: top;
  }

  .tel_box .tel small {
    padding-left: 0;
    font-size: 11px;
    margin-top: 2%;
  }
}

.popup_bnr {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 24%;
  max-width: 282px;
  z-index: 999;
}

.popup_bnr a,
.popup_bnr a img {
  transition: .3s;
}

.popup_bnr a:hover,
.popup_bnr a:hover img {
  opacity: 1;
}

.popup_bnr a:hover img {
  transform: scale(1.04);
}

.popup_bnr .close {
  position: absolute;
  top: 26px;
  right: 4px;
  z-index: 9999;
}

.popup_bnr .close img {
  vertical-align: top;
}

@media screen and (max-width: 761px) {
  .popup_bnr {
    bottom: 5px;
    width: 50%;
    max-width: none;
  }

  .popup_bnr .close {
    top: 17px;
    right: 3px;
  }

}

.video_block {
  position: fixed;
  width:262px;
  height:147px;
  bottom: 220px;
  right: 20px;
  z-index: 9999;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .video_block {
    bottom: 5px;
    left: 1%;
    width: 48%;
    height: 100px;
    border-radius: 6px;
  }
}

/* .main_visual */
.main_visual {
  position: relative;
  width: 100%;
}

.main_visual .txt {
  width: 100%;
}


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

}


/* .title_box */
.title_box {
  text-align: center;
  margin-bottom: 40px;
}

.title_box .sub_tit {
  font-size: 12rem;
  font-weight: 900;
  opacity: 0.12;
  letter-spacing: 1px;
  margin-bottom: -30px;
  background: linear-gradient(to right,#5FB3B6,#036EB8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thema02 .title_box .sub_tit {
  background: linear-gradient(to right,#D67F7D,#D2231E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_box h2 {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.0;
}

.title_box h2 em {
  color: #3DADA5;
}

.thema02 .title_box h2 em {
  color: #EF5D59;
}


@media screen and (max-width: 767px) {
  .title_box {
    margin-bottom: 5%;
  }

  .title_box .sub_tit {
    font-size: 6rem;
    letter-spacing: 1px;
    margin-bottom: -15px;
  }

  .title_box h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }

}


/* .section_cv */
.section_cv {
  padding: 40px 4% 80px;
  background: linear-gradient(to right,#5FB3B6,#036EB8);
  color: #FFF;
  position: relative;
}

.section_cv .sub_tit {
  background: none;
  color: #FFF;
  -webkit-text-fill-color:#FFF;
}

.section_cv .phrase {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 15px;
  line-height: 42px;
  background: #FFF;
  color: #1482B4;
  border-radius: 25px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.section_cv .phrase::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: #FFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 94%;
  left: 50%;
  transform: translateX(-50%);
}

.section_cv .lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.section_cv .lead.big {
  font-size: 2.8rem;
}

.section_cv .lead em {
  color: #FFED64;
}

.section_cv .btn_cv {
  width: 550px;
  margin: -10px auto 0;
  text-align: center;
}

.section_cv .btn_cv a {
  display: block;
  border-radius: 50px;
  line-height: 90px;
  color: #2C8CB7;
  font-size: 2.1rem;
  font-weight: 700;
  background: #FFF url(../image/arrow_blue.svg) 92% center no-repeat;
  transition: .3s;
}

.section_cv .btn_cv a:hover {
  opacity: 1;
  background-position: 94% center;
}

.section_cv .sub_link {
  text-align: center;
  margin-top: 10px;
}

.section_cv .sub_link a {
  background: url(../image/arrow.svg) center right no-repeat;
  background-size: 12px auto;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 20px;
  text-decoration: underline;
}

.section_cv .document {
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: 50%;
  margin-left: -620px;
  width: 300px;
}

.section_cv .ph {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 320px;
  width: 270px;
}

@media screen and (max-width: 767px) {
  .section_cv {
    padding: 8% 6% 42%;
  }

  .section_cv .phrase {
    padding: 0 25px 0 15px;
    line-height: 32px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .section_cv .phrase::after {
    width: 12px;
    height: 15px;
    top: 94%;
  }

  .section_cv .lead {
    font-size: 1.6rem;
  }

  .section_cv .lead.big {
    font-size: 2.0rem;
  }

  .section_cv .btn_cv {
    width: 100%;
    margin: -2% auto 0;
  }

  .section_cv .btn_cv a {
    line-height: 60px;
    font-size: 1.6rem;
    background-size: 10px;
  }

  .section_cv .sub_link {
    margin-top: 2%;
  }

  .section_cv .sub_link a {
    font-size: 1.3rem;
    padding-right: 20px;
  }

  .section_cv .document {
    top: auto;
    bottom: 6%;
    transform: none;
    left: 10%;
    margin-left: 0;
    width: 40%;
  }

  .section_cv .ph {
    left: auto;
    right: 5%;
    margin-left: 0;
    width: 40%;
  }
}



/* .logo_block */
.logo_block {
  margin: 55px 0 80px;
}

.logo_block .loop {
  margin-bottom: 20px;
}

.logo_block .slick-track {
  width: 9084px!important;
}

.logo_block .slick-list {
  height: 73px!important;
}

.logo_block img {
  width: 3028px!important;
  height: 70px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .logo_block {
    margin: 6% 0 10%;
  }

  .logo_block .loop {
    margin-bottom: 3%;
  }

  .logo_block .slick-slider {
    padding-bottom: 0;
  }

  .logo_block .slick-track {
    width: 6000px!important;
  }

  .logo_block .slick-list {
    height: 46px!important;
  }

  .logo_block img {
    width: 2000px!important;
    height: 46px;
  }
}


/* .section_problem */
.section_problem {
  padding: 0 4%;
}

.section_problem .problem_box {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2%;
}

.section_problem .box {
  padding: 30px 0 25px;
  flex-basis: 32%;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 6px;
}

.section_problem .box .sub {
  font-size: 1.8rem;
  color: #EF5D59;
  opacity: .4;
  font-weight: 700;
}

.section_problem .box .icon {
  width: 110px;
  height: 110px;
  position: relative;
  margin: 0 auto;
}

.section_problem .box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_problem .box .catch {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.6;
}

.section_problem .box .catch em {
  color: #EF5D59;
}

.section_problem .result_box {
  text-align: center;
  margin: 30px 0 20px;
  padding: 22px 0 36px;
  line-height: 1.4;
  background: url(../image/arrow_down.svg) top center no-repeat;
}

.section_problem .result_box .lead {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .section_problem {
    padding: 0 6%;
  }

  .section_problem .problem_box {
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 15px;
    padding: 0 5%;
  }

  .section_problem .box {
    padding: 6% 0 6%;
    flex-basis: 100%;
  }

  .section_problem .box .sub {
    font-size: 1.2rem;
  }

  .section_problem .box .icon {
    width: 80px;
    height: 80px;
  }

  .section_problem .box .icon img {
    transform: translate(-50%, -50%) scale(.8);
  }

  .section_problem .box .catch {
    font-size: 1.5rem;
  }

  .section_problem .result_box {
    margin: 5% 0 3%;
    padding: 15px 0 30px;
  }

  .section_problem .result_box .lead {
    font-size: 1.8rem;
  }
}



/* .section_reason */
.section_reason {
  background: rgba(61,173,165,0.06);
  padding: 80px 4% 120px;
}

.section_reason .reason_box {
  max-width: 1200px;
  margin: 0 auto;
}

.section_reason .reason_box .box {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 26px rgba(61,173,165,0.12);
  padding: 40px;
}

.section_reason .reason_box .box:not(:last-child) {
  margin-bottom: 45px;
}

.section_reason .reason_box .head_block {
  display: flex;
  column-gap: 2%;
}

.section_reason .reason_box .box:nth-child(2n+1) .head_block {
  flex-direction: row-reverse;
}

.section_reason .reason_box .head_block .ph {
  flex-basis: 47%;
}

.section_reason .reason_box .head_block .ph img {
  border-radius: 10px;
  overflow: hidden;
}

.section_reason .reason_box .txt_box {
  padding: 10px 20px;
  flex-basis:51%;
}

.section_reason .reason_box .txt_box .sub {
  font-size: 1.8rem;
  font-weight: 700;
  opacity: .2;
}

.section_reason .reason_box .txt_box .catch {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 10px;
}

.section_reason .reason_box .txt_box .catch em {
  color: #3DADA5;
}

.section_reason .reason_box .txt_box .lead {
  font-size: 2.0rem;
  opacity: .5;
  font-weight: 700;
  line-height: 1.4;
}

.section_reason .reason_box .benefit_box {
  background: #F3FAFA;
  border-radius: 10px;
  padding: 30px 20px 20px;
  position: relative;
  margin-top: 40px;
}

.section_reason .reason_box .benefit_box .tit {
  position: absolute;
  top: -18px;
  left: 0;
  background: #3DADA5;
  color: #FFF;
  line-height: 36px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 20px;
  display: inline-block;
  border-radius: 20px;
}

.section_reason .reason_box .benefit_box li {
  background: url(../image/icon_list.svg) 0 4px no-repeat;
  background-size: 21px auto;
  padding-left: 32px;
  line-height: 1.6;
}

.section_reason .reason_box .benefit_box li:not(:last-child) {
  margin-bottom: 6px;
}

.section_reason .reason_box .benefit_box li mark {
  font-weight: 700;
  padding: 0 2px;
}

.section_reason .reason_box .detail_txt {
  padding: 30px 20px 10px;
  font-size: 1.4rem;
  opacity: .4;
  line-height: 1.8;
}

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

  .section_reason .reason_box .box {
    border-radius: 8px;
    padding: 6% 6% 8%;
  }

  .section_reason .reason_box .box:not(:last-child) {
    margin-bottom: 5%;
  }

  .section_reason .reason_box .head_block {
    display: block;
  }

  .section_reason .reason_box .head_block .ph {
    margin-bottom: 6%;
  }

  .section_reason .reason_box .head_block .ph img {
    border-radius: 8px;
  }

  .section_reason .reason_box .txt_box {
    padding: 0 2%;
  }

  .section_reason .reason_box .txt_box .sub {
    font-size: 1.2rem;
  }

  .section_reason .reason_box .txt_box .catch {
    font-size: 2.2rem;
    margin-top: 2%;
    margin-bottom: 3%;
  }

  .section_reason .reason_box .txt_box .lead {
    font-size: 1.5rem;
  }

  .section_reason .reason_box .benefit_box {
    border-radius: 8px;
    padding: 25px 6% 6%;
    margin-top: 10%;
    font-size: 1.3rem;
  }

  .section_reason .reason_box .benefit_box .tit {
    top: -14px;
    line-height: 28px;
    font-size: 1.4rem;
    padding: 0 15px;
  }

  .section_reason .reason_box .benefit_box li {
    background: url(../image/icon_list.svg) 0 2px no-repeat;
    background-size: 18px auto;
    padding-left: 26px;
  }

  .section_reason .reason_box .benefit_box li:not(:last-child) {
    margin-bottom: 2%;
  }

  .section_reason .reason_box .detail_txt {
    padding: 6% 2% 0;
    font-size: 1.1rem;
  }
}



/* .section_case */
.section_case {
  padding: 80px 0 100px;
}

.section_case .case_box {
  padding: 0 4%;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  column-gap: 4%;
}

.section_case .case_box .box {
  flex-basis: 32%;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 10px;
  overflow: hidden;
}

.section_case .case_box .txt_box {
  padding: 22px 6.5% 25px;
}

.section_case .case_box .catch {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 4px 0 8px;
}

.section_case .case_box .catch em {
  color: #EF5D59;
}

.section_case .case_box .company {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: .3;
  line-height: 1.0;
}

.section_case .case_box .txt {
  font-size: 1.3rem;
  line-height: 1.8;
  opacity: .6;
}

.section_case .case_box .category {
  font-size: 1.3rem;
  line-height: 1.0;
  font-weight: 700;
  color: #EF5D59;
  margin-top: 10px;
}

.section_case .case_box .category li::before {
  content: "# ";
}

.section_case .result_box {
  text-align: center;
  margin-top: 50px;
}

.section_case .result_box .lead {
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1.4;
  padding: 0 10px;
  background: linear-gradient(transparent 50%, rgba(255, 237, 100, .6) 50%);
}

.section_case .result_box .lead em {
  color: #EF5D59;
}

.section_case .result_box .lead strong {
  font-size: 3.2rem;
}

.section_case .logo_block {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .section_case {
    padding: 10% 0 10%;
  }

  .section_case .case_box {
    padding: 0 6%;
    box-sizing: content-box;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 15px;
  }

  .section_case .case_box .box {
    flex-basis: 100%;
    border-radius: 8px;
  }

  .section_case .case_box .txt_box {
    padding: 6% 6% 8%;
  }

  .section_case .case_box .catch {
    font-size: 1.8rem;
    margin: 2% 0 3%;
  }

  .section_case .case_box .company {
    font-size: 1.3rem;
  }

  .section_case .case_box .txt {
    font-size: 1.2rem;
  }

  .section_case .case_box .category {
    font-size: 1.2rem;
    margin-top: 3%;
  }

  .section_case .result_box {
    margin-top: 6%;
  }

  .section_case .result_box .lead {
    font-size: 1.8rem;
    margin-bottom: 4%;
    padding: 0;
    background: none;
  }

  .section_case .result_box .lead span {
    padding: 0 10px;
    background: linear-gradient(transparent 50%, rgba(255, 237, 100, .6) 50%);
  }

  .section_case .result_box .lead strong {
    font-size: 2.8rem;
  }

}



/* .section_flow */
.section_flow {
  padding: 80px 4%;
}

.section_flow .flow_box {
  max-width: 1000px;
  margin: 0 auto;
}

.section_flow .flow_box .box {
  border-radius: 6px;
  display: flex;
  background: #EFF8F8;
}

.section_flow .flow_box .box:nth-child(2) {
  background: #F2F9F9;
}
.section_flow .flow_box .box:nth-child(3) {
  background: #EFF8F9;
}
.section_flow .flow_box .box:nth-child(4) {
  background: #EFF6F9;
}
.section_flow .flow_box .box:nth-child(5) {
  background: #ECF5F9;
}
.section_flow .flow_box .box:nth-child(6) {
  background: #EBF3F9;
}

.section_flow .flow_box .box:not(:last-child) {
  margin-bottom: 20px;
}

.section_flow .flow_box .tit_box {
  flex-basis: 23%;
  background: #3DADA5;
  color: #FFF;
  text-align: center;
  padding: 36px 0 40px;
  position: relative;
  border-radius: 6px 0 0 6px;
}

.section_flow .flow_box .box:not(:last-child) .tit_box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -10px;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: url(../image/arrow_flow.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 999;
}

.section_flow .flow_box .box:nth-child(2) .tit_box {
  background: #5FB3B6;
}
.section_flow .flow_box .box:nth-child(3) .tit_box {
  background: #32A5B7;
}
.section_flow .flow_box .box:nth-child(4) .tit_box {
  background: #3291B7;
}
.section_flow .flow_box .box:nth-child(5) .tit_box {
  background: #177DB8;
}
.section_flow .flow_box .box:nth-child(6) .tit_box {
  background: #046FB8;
}

.section_flow .flow_box .tit_box .sub {
  font-size: 1.2rem;
  opacity: .5;
  margin-bottom: 6px;
}

.section_flow .flow_box .tit_box .tit {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.0;
}

.section_flow .flow_box .detail {
  flex-basis: 77%;
  padding: 20px 4%;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section_flow .flow_box .detail .catch {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .section_flow {
    padding: 10% 6%;
  }

  .section_flow .flow_box .box:not(:last-child) {
    margin-bottom: 10px;
  }

  .section_flow .flow_box .tit_box {
    flex-basis: 30%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section_flow .flow_box .box:not(:last-child) .tit_box::after {
    top: 100%;
    left: 50%;
    margin-top: -5px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
  }

  .section_flow .flow_box .tit_box .sub {
    font-size: 1.0rem;
    margin-bottom: 6px;
  }

  .section_flow .flow_box .tit_box .tit {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .section_flow .flow_box .detail {
    flex-basis: 70%;
    padding: 4% 4%;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2rem;
  }

  .section_flow .flow_box .detail .catch {
    font-size: 1.4rem;
    margin-bottom: 2%;
    line-height: 1.4;
  }
}



/* .section_faq */
.section_faq {
  padding: 0 4% 120px;
}

.section_faq .tit img {
  height: 77px;
}

.section_faq dl {
  margin: 0 auto 0;
  max-width: 1000px;
  text-align: left;
}

.section_faq dt {
  position: relative;
  background: #FFF;
  padding: 15px 65px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 9px;
  line-height: 1.5;
}

.section_faq dt .icon_q {
  content: "";
  position: absolute;
  top: 10px;
  left: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 33px;
  text-align: center;
  z-index: 99;
}

.section_faq dt::before {
  content: "";
  display: block;
  right: 20px;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #151515;
}

.section_faq dt::after {
  content: "";
  display: block;
  right: 27px;
  position: absolute;
  top: calc(50% - 7px);
  width: 1px;
  height: 15px;
  background: #151515;
  transition: .3s;
}

.section_faq dt.on::after {
  transition: .3s;
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.section_faq dd {
  padding: 5px 65px 30px;
  font-size: 16px;
  display: none;
  position: relative;
}

.section_faq dd::before {
  content: "A";
  position: absolute;
  top: 5px;
  left: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, .14);
  color: #000;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  z-index: 99;
}

.section_faq dd a {
  display: inline-block;
  text-decoration: underline;
}

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

  .section_faq .tit {
    width: 48%;
    margin: 0 auto;
  }

  .section_faq .tit img {
    height: auto;
  }

  .section_faq dl {
    margin: 6% auto 0;
    width: 100%;
  }

  .section_faq dt {
    padding: 9px 32px 9px 38px;
    font-size: 14px;
    margin-bottom: 1%;
  }

  .section_faq dt .icon_q {
    top: 10px;
    left: 10px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 1.2rem;
  }

  .section_faq dt::before {
    right: 15px;
    width: 13px;
  }

  .section_faq dt::after {
    right: 21px;
    top: calc(50% - 6px);
    height: 13px;
  }

  .section_faq dd {
    padding: 1% 2% 5% 37px;
    font-size: 12px;
  }

  .section_faq dd::before {
    top: 4px;
    left: 8px;
    width: 22px;
    height: 22px;
    font-size: 1.2rem;
    line-height: 20px;
  }

}



/* .footer */
.footer {
  padding: 100px 5% 80px;
  font-size: 1.4rem;
}

.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer .info_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.footer .logo {
  width: 240px;
}

.footer .link_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer a {
  display: inline-block;
  text-decoration: underline;
  margin: 0 30px 0 0;
}

.footer .copyright {
  opacity: .4;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 12% 6% 10%;
    font-size: 1.3rem;
    text-align: left;
  }

  .footer .info_box {
    display: block;
    margin-bottom: 12%;
  }

  .footer .logo {
    width: 180px;
    margin-bottom: 8%;
  }

  .footer .tel_box {
    display: block;
  }

  .footer .link_box {
    display: block;
  }

  .footer a {
    margin: 0 4% 0 0;
  }

  .footer .copyright {
    font-size: 10px;
    text-align: right;
    margin-top: 8%;
  }
}
