@charset "utf-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
* * Basic information:
* * - CSS guideline : FLOCSS
* *
* * Order of discription:
* * - Foundation [ reset / base ]
* * - Layout [ header / main / side / footer ]
* * - Object [ component / project / utility ]
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /

/****************************
  base
*****************************/

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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html,
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #333333;
  min-width: 1100px;
  position: relative;
}



body {
  position: relative;
}

body:before {
  position: fixed;
  background-image: url(../../images/consultation/body.png);
  background-size: 75%;
  background-repeat: repeat-y;
  background-position: top left;
  min-height: 100vh;
  left: 50%;
  margin-left: -435px;
  width: 100%;
  z-index: 0;
  content: '';
}

ol, ul {
  list-style: none;
}

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

select {
  font-size: 14px;
  background-color: #fff;
  height: 26px;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a img:hover {
  opacity: .75;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover, a:active, a:focus {
  text-decoration: inherit;
}

a:hover {
  opacity: 1.0;
}

a[href]:hover {
  opacity: .8;
}

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

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

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.din-r {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-i {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.din-b {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-bi {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.din-nr {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-nb {
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  padding: 15px 40px 20px 33px;
  width: 22.5%;
  max-width: 360px;
  min-width: 270px;
  position: fixed;
  left: 50%;
  top: 0;
  margin-left: -815px;
  overflow-y: auto;
  z-index: 1;
  height: calc(100vh - 0px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*logo*/
.l-header-logo {
  margin-bottom: 26px;
}

.l-header-portal__logo {
  margin-bottom: 25px;
}

.l-header-portal__logo img {
  width: 78px;
}

.l-header-portal__logo img + img {
  width: 125px;
  margin-left: 10px;
}

.l-header-logo h1 a img,
.l-header-logo p a img {
  max-width: 271px;
  margin-left: 8px;
  width: 100%;
}

.l-header-logo h1 span,
.l-header-logo p span {
  font-size: 0.8125rem;
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #D6490C;
}

.l-header-inner {
  padding-bottom: 10px;
}

/*nav*/
.l-header-nav__items {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}

.l-header-nav__items__links {
  padding: 12px 0;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.l-header-nav__items.child-link.child-link-con .l-header-nav__items__links {
  color: #D84003;
  font-weight: 700;
}

.sp-accordion {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  background: url(../../images/common/ico-navi-ex-bg.svg) no-repeat right center;
  background-size: 100%;
  right: 0;
  top: 27px;
  margin-top: -14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

.sp-accordion:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background: #0D9AA5;
  left: 8px;
  top: 13px;
}

.sp-accordion:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background: #0D9AA5;
  left: 13px;
  top: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sp-accordion.active:after {
  -webkit-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

.l-header-nav__items.child-link-sem .sp-accordion {
  background: url(../../images/common/ico-navi-sem-bg.svg) no-repeat right center;
}

.l-header-nav__items.child-link-con .sp-accordion {
  background: url(../../images/common/ico-navi-con-bg.svg) no-repeat right center;
}

.l-header-nav__items.child-link-sem .sp-accordion:before,
.l-header-nav__items.child-link-sem .sp-accordion:after {
  background: #D13F60;
}

.l-header-nav__items.child-link-con .sp-accordion:before,
.l-header-nav__items.child-link-con .sp-accordion:after {
  background: #C75000;
}

.l-header-nav__items__sub, 
.sp-navi-items,
.menu {
  display: none;
}

.l-header-nav__items__sub.is-open {
  display: block;
}

.l-header-nav__items.child-link-ex .l-header-nav__items__sub_items {
  border-top: 1px dashed #0D9AA5;
}

.l-header-nav__items.child-link-sem .l-header-nav__items__sub_items {
  border-top: 1px dashed #D13F60;
}

.l-header-nav__items.child-link-con .l-header-nav__items__sub_items {
  border-top: 1px dashed #C75000;
}

.l-header-nav__items__sub li.l-header-nav__items__sub_items {
  border-top: 1px dashed #D13F60;
}

.l-header-nav__items__sub {
  margin-left: 20px;
  border-bottom: 1px dashed #D13F60;
  margin-bottom: 20px;
}

.l-header-nav__items__sub_items > a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  font-size: 1rem;
  background: url(../../images/common/ico-navi-arw_sem.svg) no-repeat right center;
  background-size: 5px auto;
}

.l-header-nav__items.child-link-ex .l-header-nav__items__sub_items > a {
  background: url(../../images/common/ico-navi-arw_gblue.svg) no-repeat right center;
  background-size: 5px auto;
}

.l-header-nav__items.child-link-con .l-header-nav__items__sub_items > a {
  background: url(../../images/common/ico-navi-arw_orange.svg) no-repeat right center;
  background-size: 5px auto;
}

.l-header-nav__items.child-link.lp-link {
  margin-left: auto;
  text-align: right;
  margin-top: 0;
}

.l-header-nav__items.child-link.lp-link a {
  display: inline-block;
  padding-left: 32px;
  background: url(../../images/common/ico-arw-link_lp.svg) no-repeat left center;
  background-size: 24px auto;
  width: auto;
  font-weight: 500;
  color: #333;
  padding-right: 0;
}

.l-header-cons__info {
  margin: 17px 0;
}

.l-header-cons__info .tell {
  margin-bottom: 16px;
}

.l-header-cons__info .tell p {
  font-size: 0.87rem;
  color: #D84003;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
}

.l-header-cons__info .tell p a {
  font-weight: 700;
  color: #D84003;
  font-size: 1.25rem;
  margin-left: 10px;
}

.l-header-cons__info .tell span {
  color: #D84003;
  font-size: 0.8125rem;
  line-height: 1.4;
  display: block;
}

.l-header-cons__info .mail {
  margin-bottom: 20px;
}

.l-header-cons__info .mail a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #D84003;
  border-radius: 200px;
  padding: 6px 0;
}

.l-header-cons__info .mail a span {
  padding-left: 21px;
  background: url(../../images/common/ico-mail-white.svg) no-repeat left center;
  background-size: 16px auto;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.l-header-cons__info .online-entry a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #D84003;
  border-radius: 200px;
  padding: 6px 0;
}

.l-header-cons__info .online-entry a span {
  padding-left: 22px;
  background: url(../../images/common/ico-mail-contact-white.svg) no-repeat left center;
  background-size: 17px auto;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  padding-top: 2px;
  padding-bottom: 2px;
}

.l-header-cons__info .online-contact {
  margin-top: 16px;
}

.l-header-cons__info .online-contact a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/consultation/ico-arw-orange.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #fff;
  border: 2px solid #D84003;
  border-radius: 200px;
  padding: 8px 24px;
  line-height: 1.3;
}

.l-header-cons__info .online-contact a span {
  padding-left: 22px;
  background: url(../../images/consultation/ico-mail-orange.svg) no-repeat left center;
  background-size: 17px auto;
  color: #D84003;
  font-size: 0.875rem;
  font-weight: 500;
}

.l-header-cons__info .mail p,
.l-header-cons__info .online-entry p {
  margin-top: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.l-header-nav__items.child-link.child-link-con .l-header-nav__items__sub {
  margin-bottom: 0;
  border-bottom: none;
}

.l-header-nav__items.child-link.child-link-sem .l-header-nav__items__sub ,
.l-header-nav__items.child-link.child-link-ex .l-header-nav__items__sub {
  border-bottom: none;
}

.l-header-nav__btn {
  margin-top: 20px;
}

.l-header-nav__btn .c-btn {
  text-align: center;
  display: inline-block;
  color: #fff;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #0D9AA5;
  border-radius: 200px;
  line-height: 1.3;
  width: 100%;
  max-width: 500px;
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 500;
}

.l-header-nav__btn02 .c-btn03 {
  border: 2px solid #0D9AA5;
  padding: 8px 24px;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/expert/ico-arw-green.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  border-radius: 200px;
  margin-top: 16px;
}

.l-header-nav__btn02 .c-btn03 span {
  display: inline-block;
  padding-left: 21px;
  background: url(../../images/expert/ico-arw-mail.svg) no-repeat left center;
  background-size: 16px auto;
  color: #0D9AA5;
  font-weight: 500;
  font-size: 0.875rem;
}

.l-header-nav__btn03 .c-btn04 {
  border: 2px solid #D13F60;
  padding: 8px 24px;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: url(../../images/seminar/ico-arw-pink.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  border-radius: 200px;
  margin-top: 16px;
}

.l-header-nav__btn03 .c-btn04 span {
  display: inline-block;
  padding-left: 21px;
  background: url(../../images/seminar/ico-arw-mail.svg) no-repeat left center;
  background-size: 16px auto;
  color: #D13F60;
  font-weight: 500;
  font-size: 0.875rem;
}

.l-header-nav__btn04 .c-btn05 {
  text-align: center;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #D13F60;
  border-radius: 200px;
  padding: 11px 20px;
  line-height: 1.3;
  width: 100%;
  max-width: 440px;
  margin-top: 10px;
}

.l-header-nav__btn04.type-blue .c-btn05 {
  background-color: #6075A9;
}

.lp-link {
  margin-left: auto;
  text-align: right;
  margin-top: 40px;
}

.lp-link a {
  display: inline-block;
  padding-right: 22px;
  background: url(../../images/common/ico-arw-link_green.svg) no-repeat right center;
  background-size: 16px auto;
  font-size: 0.875rem;
  width: auto;
  color: #018937;
}

.side-banner {
  margin-top: 38px;
  position: relative;
}

.side-banner-ttl span {
  color: #3E68DE;
  font-weight: 700;
  display: inline-block;
  padding-left: 24px;
  background: url(../../images/common/ico-information.svg) no-repeat left center;
  background-size: 18px auto;
  position: relative;
  z-index: 1;
}

.side-banner img {
  margin-top: -10px;
}

/* Main
---------------------------------------------------------------*/
#container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding: 20px 0 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.l-wrapper {
  margin-left: auto;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  width: calc(100% - 22.5%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Footer
---------------------------------------------------------------*/
.body-top {
  overflow: hidden;
  width: 100%;
  position: relative;
}

#footer {
  position: relative;
  z-index: 2;
  width: 100%;
}

#footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - -500px);
  height: 100%;
  background: #fff;
  z-index: -1;
}

#footer:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - -500px);
  height: 100%;
  background: linear-gradient(135deg,  rgba(255,220,149,0.24) 0%,rgba(255,249,241,0.24) 41%,rgba(255,249,241,0.24) 59%,rgba(255,245,194,0.24) 100%);
  z-index: -1;
}

.l-footer-inner {
  padding: 64px 60px 28px 114px;
  position: relative;
  z-index: 1;
}

.l-footer-top {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 80px;
  width: 80px;
  height: 80px;
}

.l-footer-navi {
  padding-bottom: 22px;
  margin-bottom: 18px;
  border-bottom: 1px solid #DCDCDC;
}

.l-footer-navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.l-footer-navi ul li a {
  font-weight: 700;
}

.l-footer-info {
  max-width: 60%;
}

.l-footer-info .ft-info-open {
  font-size: 0.875rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.l-footer-info .ft-info-management {
  font-size: 0.875rem;
  font-weight: 500;
}

.l-footer-sub__navi {
  margin-bottom: 29px;
  position: absolute;
  right: 60px;
  top: 130px;
}

.l-footer-sub__navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
}

.l-footer-sub__navi ul li a {
  font-weight: 500;
  font-size: 0.8125rem;
}

.copyright {
  color: #C75000;
  font-size: 0.8125rem;
  margin-top: 25px;
}

.sp-fixed-link {
  display: none!important;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */

/*main visual*/
.mv {
  margin-bottom: 56px;
  background: url(../../images/consultation/mv-bg.png) no-repeat left top;
  background-size: 100%;
  padding: 75px 60px 0 40px;
  position: relative;
  z-index: 2;
}

.support-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 30px;
}

.mv-info {
  padding-top: 31%;
  padding-left: 6.8%;
  position: relative;
}

.mv-catch {
  text-align: center;
  margin-bottom: 10px;
}

.mv-catch p {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
  background: url(../../images/consultation/mv-catch-left.svg) no-repeat left center, url(../../images/consultation/mv-catch-right.svg) no-repeat right center;
  background-size: 25px auto, 25px auto;
  font-size: 1.275rem;
  font-weight: 500;
  line-height: 1.4;
}

.mv-free {
  max-width: 560px;
}

.mv-free p {
  width: 90%;
  background: linear-gradient(45deg,  rgba(210,63,8,1) 0%,rgba(210,63,8,1) 52%,rgba(210,63,8,0.78) 65%,rgba(255,255,255,0.2) 100%);
  padding: 24px 30px;
  border-radius: 20px;
}

.mv-free p img {
  width: 350px;
}

.mv-info .info {
  padding: 0;
  background: inherit;
  border: 1px solid #FFEFD2;
  position: relative;
  margin-top: 0;
}

.mv-info .info .info-inner {
  position: relative;
  z-index: 1;
}

.mv-info .info:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  background: url(../../images/consultation/info-bg02-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

/*news*/
.news .c-center {
  margin-bottom: 50px;
}

.news .c-center-inner {
  border: none;
  padding-bottom: 70px;
}

.news .lead {
  margin-bottom: 20px;
}

.news .lead h2 {
  color: #D84003;
  font-weight: 700;
  font-size: 1.75rem;
}

.news-slider-items {
  margin: 0 10px;
  position: relative;
  max-width: 386px;
}

.news .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.news .slick-slide {
  height: auto!important;
}

.news-slider {
  display: none;
}
.news-slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

/*一時停止*/
.row_btns {
  position: absolute;
  left: 120px;
  bottom: -52px;
  z-index: 3;
}

.row_btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  cursor: pointer;
}

.row_btns button img {
  display: block;
}

.row_btns .slick_pause .btn-start {
  display: none;
}

.row_btns .slick_pause.paused .btn-pause {
  display: none;
}

.row_btns .slick_pause.paused .btn-start {
  display: block;
}

.news-wrap {
  position: relative;
}

.news-slider-items .thum ,
.news-slider-items .thum img {
  width: 100%;
}

.news-slider-items .thum {
  margin-bottom: 20px;
}

.news-slider-items .news-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.news-slider-items .news-head .news-date {
  font-weight: 700;
  margin-right: 10px;
}

.news-slider-items .news-head .cat {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1.3;
  border-radius: 100px;
  background-color: #D84003;
  padding: 2px 20px;
}

.news-slider-items .news-head .cat.cat01 {
  background-color: #3E68DE;
}

.news-slider-items h3 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 7px;
}

.news-slider-items p.txt14 {
  line-height: 1.4;
  font-size: 0.875rem;
}

.slick-dots li button:hover:before, 
.slick-dots li button:before, 
.slick-dots li button:focus:before {
  background: rgba(199,80,0,.3);
}

.slick-dots li.slick-active button:before {
  background: #C75000;
}

/*about*/
.lead.type02 {
  margin-bottom: 0;
}

.lead.type02 h2 {
  font-size: 1.5rem;
  color: #D84003;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.lead.type02 h2 span {
  font-size: 2rem;
}

.lead.type02 h2::after {
  background: linear-gradient(135deg,  rgba(219,106,30,1) 0%,rgba(251,229,141,1) 50%,rgba(219,106,30,1) 100%);
  border-radius: 100%; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
  margin-left: 5px; /* 文字との余白 */
}

.about .lead.type02 img {
  margin-left: 13px;
  margin-right: 4px;
}

.about-catch {
  margin-bottom: 40px;
}

.about-catch p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.about-catch p span {
  font-weight: 500;
}

.about-inner {
  position: relative;
}

.about-inner:before {
  content: '';
  position: absolute;
  right: -40px;
  top: 0;
  width: 23.75vw;
  height: 23.75vw;
  max-width: 380px;
  background: url(../../images/consultation/about-img01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.about-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  max-width: 640px;
  padding: 15px 0;
  border-bottom: 1px dashed #D9D9D9;
}

.about-list:last-of-type {
  border-bottom: none;
}

.about-list dt {
  width: 86px;
  font-weight: 700;
}

.about-list dd {
  width: calc(100% - 86px);
}

.about-btn {
  margin-top: 40px;
}

.lead.type03 {
  margin-bottom: 24px;
}

.lead.type03 h2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  color: #D84003;
}

.lead.type03 p {
  text-align: center;
  font-weight: 700;
}

.lead.type03 h2:before,
.lead.type03 h2:after {
  background: linear-gradient(135deg, rgba(219, 106, 30, 1) 0%, rgba(251, 229, 141, 1) 50%, rgba(219, 106, 30, 1) 100%);
  border-radius: 100%; /* 横線の両端を丸く */
  content: "";
  flex-grow: 1; /* 横幅いっぱい */
  height: 2px; /* 横線の高さ */
}

.lead.type03 h2:before {
  margin-right: 12px;
}

.lead.type03 h2:after {
  margin-left: 12px;
}

.about-target {
  margin-bottom: 30px;
}

.about-target p {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #C75000;
  background-color: #fff;
  text-align: center;
  padding: 2px 20px;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 700;
}

.about-sem-ttl {
  color: #D84003;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.dl-inner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 4px;
}

.dl-inner-list + .dl-inner-list {
  margin-top: 10px;
}

.dl-inner-list .ttl {
  background-color: #fff;
  border: 1px solid #DA5626;
  border-radius: 100px;
  padding: 2px 3px;
  color: #DA5626;
  line-height: 1.3;
  width: 52px;
  text-align: center;
}

.dl-inner-list .txt16 {
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  width: calc(100% - 66px);
  margin-left: auto;
  line-height: 1.4;
}

.orange-ul-list li {
  font-weight: 400;
  margin-bottom: 4px;
  position: relative;
}

/*info*/

.info {
  background: url(../../images/consultation/info-bg-pc.png) no-repeat top center;
  background-size: cover;
  border-radius: 20px;
  padding: 5px;
  margin-top: 36px;
}

.info-inner {
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
}

.info-inner .grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.info-inner .info-title {
  text-align: center;
  color: #D84003;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 1.5rem;
}

.info-inner .info-tell {
  width: 39.61%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../../images/consultation/info-tell.svg) no-repeat left top;
  background-size: 70px auto;
  padding-left: 80px;
  padding-top: 17px;
  border-right: 2px solid rgba(199,80,0,.2);
}

.info-inner .info-right {
  margin-left: auto;
  width: calc(100% - 41.61%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.info-inner .info-right .info-right-mail ,
.info-inner .info-right .info-right-contact {
  width: 48%;
}

.info-inner .info-tell .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #D84003;
}

.info-inner .info-tell .ttl span {
  margin-left: 13px;
  font-weight: 500;
  font-size: 0.8125rem;
}

.info-inner .info-tell a {
  font-size: 2.3vw;
  line-height: 1.2;
  font-weight: 700;
  color: #D84003;
}

.info-inner .info-tell .info-open {
  color: #D84003;
  font-size: 0.875rem;
  margin-left: 5em;
  text-indent: -5em;
  line-height: 1.3;
}

.info-right-mail .ttl {
  font-size: 1.25rem;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 700;
  color: #D84003;
  padding-left: 80px;
  background: url(../../images/consultation/info-mail.svg) no-repeat left center;
  background-size: 70px auto;
}

.info-right-contact .ttl {
  font-size: 1.25rem;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 700;
  color: #D84003;
  padding-left: 80px;
  background: url(../../images/consultation/info-contact.svg) no-repeat left center;
  background-size: 70px auto;
}

.info-right-mail a,
.info-right-contact a {
  display: inline-block;
  text-align: center;
  padding: 10px;
  border-radius: 200px;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  width: 100%;
  margin: 10px 0;
  background-color: #EC4100;
  color: #fff;
  font-weight: 500;
}

.info-right-mail .info-right-mail__txt,
.info-right-contact .info-right-mail__txt {
  line-height: 1.5;
  font-size: 0.8125rem;
}

.about-con-list__title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.about-con-list__txt {
  margin-bottom: 19px;
  font-weight: 700;
}

.about-con-list__items li {
  width: 100%;
  padding-left: 35px;
  background: url(../../images/consultation/check-pink.svg) no-repeat 0px 0px;
  background-size: 27px auto;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 9px;
}

.about-con-list.last {
  margin-top: 24px;
}

.about-con-list.last .about-con-list__items li {
  background: url(../../images/consultation/check-green.svg) no-repeat 0px 0px;
  background-size: 27px auto;
}

.about-con-list.last .about-con-list__head .inner {
  background: url(../../images/consultation/about-img02.png) no-repeat left center;
  background-size: 280px;
}

.about-con-list__head .inner {
  background: url(../../images/consultation/about-img03.png) no-repeat left center;
  background-size: 280px;
  padding-left: 343px;
  min-height: 280px;
  padding-top: 20px;
}

/*CASE*/

.case-list {
  padding-left: 100px;
  margin-top: 64px;
}

.case-list-inner {
  border: 1px solid #C75000;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  padding: 30px 40px 30px 120px;
}

.case-list-inner .case-list-thum {
  position: absolute;
  left: -100px;
  top: -40px;
  width: 200px;
}

.case-list-inner .case-list-thum img {
  width: 100%;
}

.case-list-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 20px;
}

.case-list-head p.ttl-sub {
  color: #C75000;
  font-weight: 700;
  font-size: 1.375rem;
  flex: 1;
  white-space: nowrap;
}

.case-list-head h3 {
  font-weight: 700;
  font-size: 1.375rem;
  flex: 3;
}

.case-list-num {
  position: absolute;
  left: 120px;
  top: -20px;
  width: 146px;
  border-radius: 200px;
  text-align: center;
  background-color: #C75000;
  color: #fff;
  font-size: 1.375rem;
  padding: 4px 10px;
  font-weight: 700;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.case-list-inner .txt16 {
  line-height: 1.6;
}

.case-anchor-btn {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  padding: 5px;
  position: relative;
  z-index: 1;
}

.case-anchor-btn:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 200px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: linear-gradient(to right,  rgba(255,215,148,1) 0%,rgba(255,234,170,1) 50%,rgba(255,239,154,1) 100%);
  z-index: -1;
}

.case-anchor-btn .inner {
  text-align: left;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #C75000;
  background: url(../../images/consultation/ico-btn-arw_orange02.svg) no-repeat 97% 50%;
  background-size: 36px auto;
  background-color: #fff;
  border-radius: 200px;
  padding: 15px 53px;
  line-height: 1.3;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.case-anchor-btn .inner span {
  font-size: 1.125rem;
  font-weight: 700;
}

.case-anchor-btn .inner.active  {
  background: url(../../images/consultation/ico-btn-arw_orange03.svg) no-repeat 97% 50%;
  background-size: 36px auto;
  background-color: #fff;
}

.case-answer {
  display: none;
}

/*fLOW*/
.flow-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
  position: relative;
  padding: 0 32px;
  margin-top: 90px;
}

.flow-list:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -259px;
  bottom: -79px;
  width: 518px;
  height: 138px;
  background: url(../../images/consultation/arw-glay-btm.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;
}

.flow-list .items {
  width: 420px;
  text-align: center;
}

.flow-list .items .target {
  background-color: #D13F60;
  border-radius: 20px;
  text-align: center;
  height: 128px;
  padding: 79px 20px 20px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-list .items + .items .target {
  background-color: #479468;
}

.flow-list .items .target img {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: -70px
}

.flow-list .items .target p {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.flow-info {
  padding: 0 26px;
}

.flow-type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 105px;
  background: url(../../images/consultation/arw-orange-btm.svg) no-repeat bottom center;
  background-size: 651px auto;
}

.flow-type li {
  width: 32.041%;
  background-color: #fff;
  border: 2px solid #F5D5C0;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 24px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-type li:before {
  content: '';
  position: absolute;
  top: -59px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
}

.flow-type li.flow-tell:before {
  background: url(../../images/consultation/info-tell.svg);
  background-repeat: no-repeat;
  background-size: 80px auto;
}

.flow-type li.flow-mail:before {
  background: url(../../images/consultation/info-mail.svg);
  background-repeat: no-repeat;
  background-size: 80px auto;
}

.flow-type li.flow-online:before {
  background: url(../../images/consultation/info-contact.svg);
  background-repeat: no-repeat;
  background-size: 80px auto;
}

.flow-type li .ttl {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.flow-type li .ttl span {
  display: block;
  line-height: 1;
  margin-top: 4px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.flow-type li.flow-tell a {
  font-weight: 700;
  color: #D84003;
  font-size: 2.25rem;
  line-height: 1.3;
  display: inline-block;
  margin-top: -8px;
}

.flow-type li.flow-tell .txt14 {
  font-size: 0.8125rem;
}

.flow-type li.flow-mail a ,
.flow-type li.flow-online a {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #D84003;
  border-radius: 140px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 8px 10px;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #D84003;
}

.flow-list-txt13 {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
  margin-left: 1em;
  text-indent: -1em;
}

.flow-list-catch {
  position: relative;
  z-index: 1;
}

.flow-consul-block {
  /*background-color: #D84003;*/
  background: linear-gradient(135deg, rgba(255, 220, 149, 0.24) 0%, rgba(255, 249, 241, 0.24) 41%, rgba(255, 249, 241, 0.24) 59%, rgba(255, 245, 194, 0.24) 100%);
  border: 1px solid #D84003;
  padding: 30px 90px;
  border-radius: 20px;
  color: #D84003;
  position: relative;
  margin-top: 5px;
}

.flow-consul-block:after {
  content: '';
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 200px;
  height: 200px;
  background: url(../../images/consultation/flow-illust03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.flow-consul-block .ttl {
  font-size: 1.375rem;
  max-width: 72%;
}

.flow-consul-block .txt16 {
  max-width: 72%;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */

.c-center {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-center-inner {
  border: 1px solid #FFEFBB;
  padding: 60px;
  background: rgba(255,255,255,.9);
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-btn {
  text-align: center;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: url(../../images/common/ico-arw-btn__white.svg) no-repeat 95% 50%;
  background-size: 12px auto;
  background-color: #0D9AA5;
  border-radius: 200px;
  padding: 20px;
  line-height: 1.3;
  width: 100%;
  max-width: 500px;
}

.c-btn02 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 500px;
  padding: 5px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.c-btn02 a.c-btn02-inner {
  text-align: center;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #C75000;
  background: url(../../images/consultation/ico-btn-arw_orange01.svg) no-repeat 98% 50%;
  background-size: 36px auto;
  background-color: #fff;
  border-radius: 200px;
  padding: 22px 53px;
  line-height: 1.3;
  width: 100%;
  max-width: 490px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.c-btn02:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 200px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  background: linear-gradient(to right,  rgba(255,215,148,1) 0%,rgba(255,234,170,1) 50%,rgba(255,239,154,1) 100%);
  z-index: -1;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.flex-top {
  align-items: flex-start;
}

.flex-middle {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content:space-around;
}

.flex-left {
  justify-content:flex-start;
}

.flex-center {
  justify-content:center;
}

.flex-right {
  justify-content:flex-end;
}


/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-12 { width: 100%; }


.txt14 {
  font-size: 0.875rem;
}

.txt16 {
  font-size: 1rem;
}

.txt18 {
  font-size: 1.125rem;
}

strong {
  font-weight: bold;
}

/*color*/
.u-color-orange {
  color: #D84003;
}
.u-color-pink {
  color: #D13F60;
}
.u-color-green {
  color: #479468;
}

/*backgroud-color*/
.u-bg-orange {
  background-color: #C75000;
}


/*==========
Effect
==========*/

.rotate {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.rotate.trigger {
  -webkit-animation-name: rotate;
          animation-name: rotate;
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeIn.trigger {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUp.trigger {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.fadeUpList > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.fadeUpList.trigger > * {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.popUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUp.trigger {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

.popUpList > * {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  will-change: transform, opacity;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.popUpList.trigger > * {
  -webkit-animation-name: popUp;
          animation-name: popUp;
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.slideLeft {
  will-change: transform, opacity;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideLeft.trigger {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideRight {
  will-change: transform, opacity;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slideRight.trigger {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* ==========================================================================
Utility [ display / margin / padding / device... ]
========================================================================== */

/* device - utility
--------------------------------------------------------- */
.u-pc {
  display: block !important;
}
.u-sp {
  display: none !important;
}

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t{
  vertical-align: top !important;
}
.u-va-m{
  vertical-align: middle !important;
}
.u-va-b{
  vertical-align: bottom !important;
}

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}
.u-br-8{
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}
.u-br-12{
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}
.u-br-16{
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/* border-none */
.u-br-0{
  border: none;
}
.u-br-t-0{
  border-top: none;
}
.u-br-r-0{
  border-right: none;
}
.u-br-b-0{
  border-bottom: none;
}
.u-br-l-0{
  border-left: none;
}

/* clearfix - utility
--------------------------------------------------------- */
.u-cf{
  *zoom: 1;
}
.u-cf:after{
  display: table;
  clear: both;
  content: '';
}

/* display - utility
--------------------------------------------------------- */
.u-d-tb{
  display: table !important;
}
.u-d-tbc{
  display: table-cell !important;
}
.u-d-b{
  display: block !important;
}
.u-d-ib{
  display: inline-block !important;
}
.u-d-n{
  display: none !important;
}

/* float - utility
--------------------------------------------------------- */
.u-fl-l{
  float: left !important;
}
.u-fl-r{
  float: right !important;
}

/* font-size - utility
--------------------------------------------------------- */
.u-fz-10{
  font-size: 10px !important;
}
.u-fz-12{
  font-size: 12px !important;
}
.u-fz-14{
  font-size: 14px !important;
}
.u-fz-16{
  font-size: 16px !important;
}
.u-fz-18{
  font-size: 18px !important;
}
.u-fz-20{
  font-size: 20px !important;
}
.u-fz-22{
  font-size: 22px !important;
}
.u-fz-24{
  font-size: 24px !important;
}
.u-fz-26{
  font-size: 26px !important;
}
.u-mini {
  font-size: 80%;
}

/* line-clamp - utility
--------------------------------------------------------- */
.u-lc{
  display:         box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* margin - utility
--------------------------------------------------------- */
/* auto margin */
.u-m-c{
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Top margin */
.u-mt-0{
  margin-top: 0 !important;
}
.u-mt-8{
  margin-top: 8px !important;
}
.u-mt-16{
  margin-top: 16px !important;
}
.u-mt-24{
  margin-top: 24px !important;
}
.u-mt-32{
  margin-top: 32px !important;
}
.u-mt-40{
  margin-top: 40px !important;
}
.u-mt-48{
  margin-top: 48px !important;
}
.u-mt-56{
  margin-top: 56px !important;
}
.u-mt-64{
  margin-top: 64px !important;
}

/* Right margin */
.u-mr-0{
  margin-right: 0 !important;
}
.u-mr-8{
  margin-right: 8px !important;
}
.u-mr-16{
  margin-right: 16px !important;
}
.u-mr-24{
  margin-right: 24px !important;
}
.u-mr-32{
  margin-right: 32px !important;
}
.u-mr-40{
  margin-right: 40px !important;
}
.u-mr-48{
  margin-right: 48px !important;
}
.u-mr-56{
  margin-right: 56px !important;
}
.u-mr-64{
  margin-right: 64px !important;
}

/* Bottom margin */
.u-mb-0{
  margin-bottom: 0 !important;
}
.u-mb-8{
  margin-bottom: 8px !important;
}
.u-mb-16{
  margin-bottom: 16px !important;
}
.u-mb-24{
  margin-bottom: 24px !important;
}
.u-mb-32{
  margin-bottom: 32px !important;
}
.u-mb-40{
  margin-bottom: 40px !important;
}
.u-mb-48{
  margin-bottom: 48px !important;
}
.u-mb-56{
  margin-bottom: 56px !important;
}
.u-mb-64{
  margin-bottom: 64px !important;
}

/* Left margin */
.u-ml-0{
  margin-left: 0 !important;
}
.u-ml-8{
  margin-left: 8px !important;
}
.u-ml-16{
  margin-left: 16px !important;
}
.u-ml-24{
  margin-left: 24px !important;
}
.u-ml-32{
  margin-left: 32px !important;
}
.u-ml-40{
  margin-left: 40px !important;
}
.u-ml-48{
  margin-left: 48px !important;
}
.u-ml-56{
  margin-left: 56px !important;
}
.u-ml-64{
  margin-left: 64px !important;
}

/* misc - utility
--------------------------------------------------------- */
.u-ws-nowrap{
  white-space: nowrap;
}
.u-mx-img{
  max-width: 100%;
}
.u-tx-inside{
  margin-left: 1em;
  text-indent: -1em;
}

/* padding - utility
--------------------------------------------------------- */
/* Top padding */
.u-pt-0{
  margin-top: 0 !important;
}
.u-pt-8{
  margin-top: 8px !important;
}
.u-pt-16{
  margin-top: 16px !important;
}
.u-pt-24{
  margin-top: 24px !important;
}
.u-pt-32{
  margin-top: 32px !important;
}
.u-pt-40{
  margin-top: 40px !important;
}
.u-pt-48{
  margin-top: 48px !important;
}
.u-pt-56{
  margin-top: 56px !important;
}
.u-pt-64{
  margin-top: 64px !important;
}

/* Right padding */
.u-pr-0{
  padding-right: 0 !important;
}
.u-pr-8{
  padding-right: 8px !important;
}
.u-pr-16{
  padding-right: 16px !important;
}
.u-pr-24{
  padding-right: 24px !important;
}
.u-pr-32{
  padding-right: 32px !important;
}
.u-pr-40{
  padding-right: 40px !important;
}
.u-pr-48{
  padding-right: 48px !important;
}
.u-pr-56{
  padding-right: 56px !important;
}
.u-pr-64{
  padding-right: 64px !important;
}

/* Bottom padding */
.u-pb-0{
  padding-bottom: 0 !important;
}
.u-pb-8{
  padding-bottom: 8px !important;
}
.u-pb-16{
  padding-bottom: 16px !important;
}
.u-pb-24{
  padding-bottom: 24px !important;
}
.u-pb-32{
  padding-bottom: 32px !important;
}
.u-pb-40{
  padding-bottom: 40px !important;
}
.u-pb-48{
  padding-bottom: 48px !important;
}
.u-pb-56{
  padding-bottom: 56px !important;
}
.u-pb-64{
  padding-bottom: 64px !important;
}

/* Left padding */
.u-pl-0{
  padding-left: 0 !important;
}
.u-pl-8{
  padding-left: 8px !important;
}
.u-pl-16{
  padding-left: 16px !important;
}
.u-pl-24{
  padding-left: 24px !important;
}
.u-pl-32{
  padding-left: 32px !important;
}
.u-pl-40{
  padding-left: 40px !important;
}
.u-pl-48{
  padding-left: 48px !important;
}
.u-pl-56{
  padding-left: 56px !important;
}
.u-pl-64{
  padding-left: 64px !important;
}

/* position - utility
--------------------------------------------------------- */
.u-pos-a{
  position: absolute !important;
}
.u-pos-r{
  position: relative !important;
}

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l{
  text-align: left !important;
}
.u-ta-c{
  text-align: center !important;
}
.u-ta-r{
  text-align: right !important;
}

/* text-decoration - utility
--------------------------------------------------------- */
.u-fw-r{
  font-weight: 400 !important;
}
.u-fw-n{
  font-weight: 500 !important;
}
.u-fw-b{
  font-weight: bold !important;
}
.u-td-u{
  text-decoration: underline !important;
}

/* text-truncate - utility
--------------------------------------------------------- */
.u-tt{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* for IE 8/9 */
}

/* width - utility
--------------------------------------------------------- */
.u-w-auto{
  width: auto !important;
}
.u-maw-full{
  max-width: 100% !important;
}
.u-maw-half{
  max-width: 50% !important;
}

/*可変幅*/
@media screen and (max-width: 1710px){
  #container {
    overflow: hidden;
  }
}
@media screen and (max-width: 1600px){
  #header {
    margin-left: 0;
    left: 0;
  }
  .l-header-logo h1 span, .l-header-logo p span {
    font-size: 0.6875rem;
  }
  .mv {
    background-size: 98.774%;
  }
  .mv-info {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 26%;
  }
  .info-inner .info-tell,
  .info-right-mail .ttl,
  .info-right-contact .ttl {
    background-size: 60px auto;
    padding-left: 70px;
    padding-top: 12px;
    font-size: 1.125rem;
  }
  .info-inner .info-tell .ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1550px){
  .mv {
    padding-left: 40px;
  }
  .c-center {
    padding: 0 20px;
  }
  .c-center-inner {
    padding: 40px;
  }
  .about-support-list__items .info .txt16 br {
    display: none;
  }
  .about-catch p {
    font-size: 1.125rem;
  }
  .flow-list .items {
    width: 48%;
  }
  .flow-type li.flow-tell a {
    font-size: 2.3vw;
  }
  .flow-type li.flow-mail a, .flow-type li.flow-online a {
    font-size: 1rem;
  }
  .flow-consul-block:after {
    right: 60px;
  }
  .info-inner .info-tell .info-open {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1550px){
  .info-inner .info-tell .info-open {
    font-size: 0.750rem;
  }
}
@media screen and (max-width: 1300px){
  .l-header-portal__logo img + img {
    width: 105px;
  }
}
@media screen and (max-width: 1200px){
  body {
    overflow-x: hidden; 
    padding-top: 80px;
  }
  #header {
    width: 100%;
    max-width: 100%;
    height: 80px;
    padding-top: 5px;
    z-index: 10;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
  }
  .l-header-logo h1 a img, .l-header-logo p a img {
    max-width: 234px;
    margin-left: 8px;
    width: 100%;
  }
  .l-header-logo h1 span, .l-header-logo p span {
    font-size: 0.714285714rem;
    display: inline-block;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  .l-header-portal__logo {
    margin-bottom: 25px;
    position: absolute;
    left: 310px;
    top: 43px;
    width: 94px;
  }
  /*hamburger menu*/
  .menu {
    display: block;
    position: absolute;
    width: 40px;
    z-index: 30;
    height: 40px;
    top: 10px;
    right: 10px;
    background: url(../../images/consultation/sp-menu-bg.png) no-repeat top center;
    background-size: 40px auto;
    border-radius: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
  }

  .menu span {
    position: absolute;
    left: 9px;
    width: 22px;
    height: 2px;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #C75000;
  }
  .menu span {
    background-color: #C75000;
  }
  .menu span:nth-of-type(1) {
    top: 16px;
  }
  .menu span:nth-of-type(2) {
    top: 22px;
    left: 13px;
    width: 18px;
  }
  .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(2px) rotate(-35deg);
    transform: translateY(2px) rotate(-35deg);
    background-color: #C75000;
    top: 17px;
  }
  .menu.active span:nth-of-type(2) {
    -webkit-transform: translateY(-2px) rotate(35deg);
    transform: translateY(-2px) rotate(35deg);
    background-color: #C75000;
    left: 9px;
    top: 21px;
    width: 22px;
  }
  .menu.is-show span {
    background-color: #001489;
  }
  /*nav*/
  .l-header-nav {
    position: fixed;
    top: 80px;
    left: 0;
    transform: translateX(-100%);
    transition: all .6s;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    height: calc(100% - 80px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .l-header-nav.active {
    transform: translateX(0%);
  }
  .l-wrapper {
    width: 100%;
    padding: 0 0px;
    margin: 0 auto;
  }
  .l-header-logo {
    width: 400px;
  }
  .about-inner:before {
    width: 24vw;
    height: 24vw;
    right: -20px;
  }
}