@charset "UTF-8";
@font-face {
  font-family: "roboto";
  src: url(../font/Roboto-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/NotoSansJP-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/NotoSansJP-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/NotoSansJP-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Base
----------------------------------------------- */
html {
  scroll-behavior: smooth;
  font-size: 0.625em;
}

body {
  margin: 0;
  padding-top: 9rem;
  -webkit-text-size-adjust: 100%;
  min-width: 100%;
  background: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: break-word;
  color: #333333;
  font-family: sans-serif;
  font: 400 1.6em/1.8 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

sub {
  bottom: -0.1em;
}

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

b, strong {
  font-weight: 700;
}

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

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

figure {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 0;
  }
}
/*****************************************************
  Layout
*****************************************************/
/* -----------------------------------------------
	.l-header
----------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.2s background;
  background: #ffffff;
  box-shadow: 0 6px 6px 0 rgba(51, 51, 51, 0.08);
}
.l-header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .l-header_inner {
    max-width: 123rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.l-header_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 64rem;
  /*width: 61.2rem;*/
  /*width: 48rem;*/
}
.l-header_btnItem:nth-child(1) {
  width: 23rem;
}
.l-header_btnItem:nth-child(2) {
  width: 40rem;
  /*width: 37.2rem;*/
  /*width: 23rem;*/
}
.l-header_fix {
  display: none;
}

@media screen and (max-width: 1024px) {
  .l-header {
    position: static;
    background: #ffffff;
    padding: 2.5rem 0 2.5rem;
  }
  .l-header.-active {
    background: #ffffff;
    box-shadow: none;
  }
  .l-header_inner {
    display: block;
    height: auto;
  }
  .l-header_logo {
    text-align: center;
    line-height: 0;
    margin-bottom: 2.4rem;
  }
  .l-header_logo img {
    width: 22.8rem;
  }
  .l-header_btn {
    width: 100%;
  }
  .l-header_btnItem:nth-child(1) {
    width: 43.478%;
    /*width: 48.5%;*/
  }
  .l-header_btnItem:nth-child(2) {
    width: 53.623%;
    /*width: 48.5%;*/
  }
  .l-header_fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0.5rem 1.5rem;
    min-height: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 6px 6px 0 rgba(51, 51, 51, 0.08);
    transform: translateY(-105%);
    transition: 0.3s transform;
  }
  .l-header_fix.-active {
    transform: none;
  }
  .l-header_fixLogo {
    width: 15rem;
  }
  .l-header_fixBtn {
    width: 53.623%;
    /*width: 48.5%;*/
  }
}
@media screen and (max-width: 320px) {
  .l-header_btnItem .c-btn01 {
    font-size: 1rem;
  }
  .l-header_fixLogo {
    width: 13rem;
  }
  .l-header_fixBtn {
    width: 51%;
  }
  .l-header_fixBtn .c-btn01 {
    font-size: 1rem;
  }
}
/* -----------------------------------------------
	.l-footer
----------------------------------------------- */
.l-footer {
  position: relative;
  padding: 2.8rem 0 2.7rem;
  background: #444444;
}
.l-footer_pagetop {
  position: absolute;
  right: 2rem;
  top: -8rem;
  z-index: 10;
  transition: 0.2s opacity, 0.2s visibility;
}
.l-footer_pagetop.-hide {
  visibility: hidden;
  opacity: 0;
}
.l-footer_pagetop.-fixed {
  position: fixed;
  right: 2rem;
  top: auto;
  bottom: 2rem;
}
.l-footer_pagetop a {
  display: block;
  position: relative;
  width: 6rem;
  height: 6rem;
  background: #114CB2;
  border-radius: 50%;
  transition: 0.2s background;
  border: 2px solid #114CB2;
}
.l-footer_pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.2s border-color;
}
.l-footer_pagetop a:hover {
  opacity: 1;
  background: #ffffff;
}
.l-footer_pagetop a:hover::before {
  border-color: #114CB2;
}
.l-footer_inner {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .l-footer_inner {
    max-width: 123rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.l-footer_copy {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .l-footer {
    padding: 2.6rem 0 2.6rem;
  }
  .l-footer_pagetop {
    right: 2rem;
    top: -8rem;
  }
  .l-footer_copy {
    font-size: 1.3rem;
  }
}
/* -----------------------------------------------
	.l-inner
----------------------------------------------- */
/* -----------------------------------------------
  Frame
----------------------------------------------- */
.l-wrapper {
  position: relative;
}

/*****************************************************
  Object
*****************************************************/
/* =================================================
  Component
================================================= */
/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-hover {
  transition: 0.2s opacity;
}
.c-hover:hover {
  opacity: 0.7;
}

.c-red {
  color: #DE3700;
}

.c-redBold {
  color: #DE3700;
  font-weight: bold;
}

.c-yellow {
  color: #F5FF00;
}

.c-txt + .c-txt {
  margin-top: 1rem;
}
.c-txt.-white {
  color: #ffffff;
}

.c-txt02 {
  font-size: 1.8rem;
  line-height: 2;
}
.c-txt02 + .c-txt02 {
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-txt02 {
    font-size: 1.6rem;
  }
}
.c-btn01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  color: #ffffff;
  background: #114CB2;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  min-height: 4.6rem;
  border-radius: 9999px;
  border: 2px solid #114CB2;
  transition: 0.2s color, 0.2s background;
  padding: 0.5rem;
}
.c-btn01_span01 {
  width: 100%;
}
.c-btn01:hover {
  color: #114CB2;
  background: #ffffff;
}
.c-btn01:hover::before {
  border-color: #114CB2;
}
.c-btn01:hover .c-btn02_span03 {
  color: #ffffff;
  background: #DE3700;
}
.c-btn01.-white {
  color: #114CB2;
  background: #ffffff;
}
.c-btn01.-white::before {
  border-color: #114CB2;
}
.c-btn01.-white:hover {
  color: #ffffff;
  background: #114CB2;
}
.c-btn01.-white:hover::before {
  border-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .c-btn01 {
    font-size: 12px;
    line-height: 1.4;
    min-height: 6rem;
    padding: 0.5rem;
  }
}
.c-btn02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  color: #ffffff;
  background: #114CB2;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  text-align: center;
  min-height: 7rem;
  border-radius: 9999px;
  border: 2px solid #114CB2;
  transition: 0.2s color, 0.2s background;
  padding: 0.5rem 3.5rem;
}
.c-btn02::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  z-index: 2;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s border-color;
}
.c-btn02_span01 {
  display: block;
  width: 100%;
}
.c-btn02_span02 {
  display: block;
  margin-bottom: 0.1rem;
  font-size: 1.3rem;
}
.c-btn02_span02.-ver02 {
  letter-spacing: 0.1rem;
}
.c-btn02_span03 {
  display: inline-block;
  margin-right: 1.4rem;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #DE3700;
  background: #ffffff;
  min-width: 5rem;
  text-align: center;
  border-radius: 0.2rem;
  transition: 0.2s color, 0.2s background;
}
.c-btn02:hover {
  color: #114CB2;
  background: #ffffff;
}
.c-btn02:hover::before {
  border-color: #114CB2;
}
.c-btn02:hover .c-btn02_span03 {
  color: #ffffff;
  background: #DE3700;
}
.c-btn02.-orange {
  background: #DE3700;
  border-color: #DE3700;
}
.c-btn02.-orange:hover {
  color: #DE3700;
  background: #ffffff;
}
.c-btn02.-orange:hover::before {
  border-color: #DE3700;
}
.c-btn02.-orange02 {
  background: #DE3700;
  border-color: #DE3700;
  transition: 0.2s color, 0.2s background, 0.2s border-color;
}
.c-btn02.-orange02:hover {
  color: #DE3700;
  background: #ffffff;
  border-color: #ffffff;
}
.c-btn02.-orange02:hover::before {
  border-color: #DE3700;
}
.c-btn02.-white {
  color: #114CB2;
  background: #ffffff;
}
.c-btn02.-white::before {
  border-color: #114CB2;
}
.c-btn02.-white:hover {
  color: #ffffff;
  background: #114CB2;
}
.c-btn02.-white:hover::before {
  border-color: #ffffff;
}
.c-btn02.-ver02 {
  min-height: 7rem;
}

@media screen and (max-width: 1024px) {
  .c-btn02 {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 0.41rem 3.5rem;
  }
  .c-btn02::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    z-index: 2;
    width: 0.7rem;
    height: 0.7rem;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s border-color;
  }
  .c-btn02_span01 {
    display: block;
    width: 100%;
  }
  .c-btn02_span02 {
    margin-bottom: 0.5rem;
  }
  .c-btn02_span02.-ver02 {
    letter-spacing: 0.7rem;
  }
  .c-btn02_span03 {
    display: block;
    margin: 0 auto 0.5rem;
    padding: 0.3rem 0.5rem;
    font-size: 1.4rem;
    width: 5rem;
    min-width: 0.1rem;
  }
  .c-btn02.-ver02 {
    min-height: 9rem;
  }
  .c-btn02.-ver03 {
    min-height: 7rem;
  }
}
.c-col2Btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.c-col2Btn.-col1 {
  display: block;
}
.c-col2Btn.-col1 .c-col2BtnItem {
  max-width: 55.5rem;
  margin: 0 auto;
}
.c-col2Btn.-col1 .c-col2BtnItem + .c-col2BtnItem {
  margin-top: 2rem;
}
.c-col2Btn.-ver02 {
  margin: 6rem auto 0;
}
.c-col2Btn.-tabSp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .c-col2Btn {
    display: block;
  }
  .c-col2Btn.-col1 .c-col2BtnItem {
    max-width: 100%;
  }
  .c-col2Btn.-ver02 {
    width: calc(100% - 3rem);
  }
  .c-col2BtnItem + .c-col2BtnItem {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 740px) {
  .c-col2Btn.-ver02 {
    margin: 3rem auto 0;
  }
}
.c-link {
  color: #114CB2;
  text-decoration: underline;
}
.c-link:hover {
  text-decoration: none;
}

.c-linkList {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .c-linkList {
    margin-top: 1.5rem;
    text-align: left;
  }
}

.c-caution > li {
  position: relative;
  padding-left: 1em;
}
.c-caution > li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-caution > li + li {
  margin-top: 1rem;
}

@media screen and (max-width: 740px) {
  .c-caution > li {
    padding-left: 0;
  }
  .c-caution > li::before {
    content: "※";
    display: inline-block;
    position: static;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .c-caution > li + li {
    margin-top: 1rem;
  }
}
.c-ttl {
  margin-bottom: 4.8rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.c-ttlBubble {
  margin-bottom: 2.7rem;
  padding-top: 6.1rem;
  text-align: center;
}
.c-ttlBubble_inner {
  display: inline-block;
  position: relative;
  padding: 0 15rem;
}
.c-ttlBubble_img {
  position: absolute;
  top: -6rem;
  left: -3rem;
}
.c-ttlBubble_Head {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.c-ttlBubble.-white {
  padding-top: 2rem;
}
.c-ttlBubble.-white .c-ttlBubble_Head {
  color: #ffffff;
}
.c-ttlBubble.-white .c-ttlBubble_img {
  top: 0.2rem;
  left: -5rem;
}

@media screen and (max-width: 1280px) {
  .c-ttlBubble {
    margin-bottom: 1.6rem;
    padding-top: 0;
  }
  .c-ttlBubble_inner {
    padding: 0;
  }
  .c-ttlBubble_img {
    position: static;
    margin: 0 auto 1.2rem;
    width: 11rem;
  }
}
@media screen and (max-width: 740px) {
  .c-ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .c-ttlBubble_Head {
    font-size: 2rem;
  }
}
.c-wBox {
  padding: 3rem 5.7rem 1.3rem;
  background: #ffffff;
  border-radius: 1rem;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .c-wBox {
    padding: 3rem 1.5rem;
    border-radius: 0.6rem;
  }
}
/* -----------------------------------------------
  .l-section
----------------------------------------------- */
.c-thumbList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3rem;
}
.c-thumbList_link {
  display: grid;
  grid-template-columns: 16rem 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  outline: 2px solid transparent;
  outline-offset: 1rem;
  transition: outline 0.2s;
}
.c-thumbList_link:hover {
  outline-color: #114CB2;
}
.c-thumbList_img {
  line-height: 0;
}
.c-thumbList_title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  .c-thumbList {
    row-gap: 2rem;
  }
  .c-thumbList_link {
    grid-template-columns: 10rem 1fr;
    outline-offset: 0.5rem;
  }
  .c-thumbList_title {
    font-size: 1.4rem;
  }
}

/* =================================================
  Project
================================================= */
/* -----------------------------------------------
  .mv
----------------------------------------------- */
.mv {
  color: #ffffff;
  background: #0067C4 url("../images/bg_mv.png") repeat-x center bottom;
}
.mv_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  padding-top: 5.4rem;
  padding-bottom: 5.3rem;
}
@media screen and (max-width: 740px) {
  .mv_inner {
    max-width: 123rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.mv_cont {
  max-width: 61.6rem;
}
.mv_bubble {
  display: block;
  max-width: 60rem;
  margin-bottom: 4rem;
  padding: 0.4em 0.5rem 1.24rem;
  position: relative;
  color: #0067C4;
  background: #ffffff;
  border-radius: 0.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.mv_bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.9rem;
  border-top: 1rem solid #ffffff;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid transparent;
  transform: translateX(-50%);
}
.mv_bubble_span {
  position: relative;
  bottom: -0.1rem;
  font-size: 3.2rem;
}
.mv_bubble_span02 {
  margin: 0 0.4rem 0 0.2rem;
}
.mv_bubble_span03 {
  margin-right: 0.4rem;
}
.mv_head {
  margin-bottom: 4rem;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-left: -1.4rem;
}
.mv_head_span {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5;
}
.mv_txt {
  display: block;
  font-size: 1.8rem;
  line-height: 2;
}
.mv_txt_span {
  display: block;
  font-size: 16px;
  margin-top: 0.2rem;
}
.mv_txt02 {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.mv_txt02 span {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0 5rem;
}
.mv_txt02 span::before, .mv_txt02 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/img_slash_03.svg") no-repeat center/contain;
}
.mv_txt02 span::after {
  left: auto;
  right: 0;
  background: url("../images/img_slash_04.svg") no-repeat center/contain;
}
.mv_btn {
  max-width: 54rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding-right: 1.5rem;
}
.mv_btnItem + .mv_btnItem {
  margin-top: 1.5rem;
}
.mv_img {
  position: absolute;
  top: 0;
  left: 69.5rem;
  width: 83.7rem;
  height: 100%;
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

@media screen and (max-width: 1024px) {
  .mv {
    padding: 4rem 0 4rem;
    background: url("../images/img_mv.png") no-repeat center/cover;
  }
  .mv_inner {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mv_cont {
    position: relative;
    padding: 3rem 1.5rem;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 103, 196, 0.9);
  }
  .mv_bubble {
    display: block;
    max-width: 30.8rem;
    margin: 0 auto 2.2rem;
    padding: 0.3em 0.5rem 0.92rem;
    font-size: 1.6rem;
  }
  .mv_bubble_span {
    bottom: 0;
    font-size: 2.6rem;
  }
  .mv_bubble_span02 {
    margin: 0 0.4rem 0 0.2rem;
  }
  .mv_bubble_span03 {
    margin-right: 0.4rem;
  }
  .mv_bubbleSp {
    display: block;
    margin-bottom: 0.4rem;
  }
  .mv_head {
    margin-bottom: 2rem;
    font-size: 2.8rem;
    line-height: 1.3;
    margin-left: 0;
  }
  .mv_head_span {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .mv_txt {
    font-size: 1.6rem;
    line-height: 1.67;
    margin-left: 0;
  }
  .mv_txt_span {
    display: block;
    font-size: 1.6rem;
    margin-top: 0;
  }
  .mv_txt02 {
    margin-bottom: 1rem;
  }
  .mv_txt02 span {
    font-size: 2rem;
    line-height: 1.5;
    padding: 0 1.4em;
  }
  .mv_txt02 span::before, .mv_txt02 span::after {
    content: "";
    bottom: 0.5rem;
    width: 1.2rem;
    height: 2rem;
    background: url("../images/img_slash_03_sp.svg") no-repeat center/contain;
  }
  .mv_txt02 span::after {
    left: auto;
    right: 0;
    background: url("../images/img_slash_04_sp.svg") no-repeat center/contain;
  }
  .mv_btn {
    max-width: 100rem;
    box-sizing: border-box;
    padding-right: 0;
  }
  .mv_btnItem + .mv_btnItem {
    margin-top: 2rem;
  }
  .mv_img {
    position: static;
    margin: 0 auto 2rem;
    padding: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
    text-align: center;
  }
  .mv_img img {
    display: inline-block;
    max-width: 40rem;
    -o-object-fit: none;
       object-fit: none;
  }
  .mv_imgCaption {
    margin-top: 1.2rem;
  }
}
/* -----------------------------------------------
  .problem
----------------------------------------------- */
.problem01 {
  background: #ffffff;
  padding: 7rem 0 7rem;
  text-align: center;
}
.problem01_inner {
  width: 100%;
  max-width: 123rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .problem01_inner {
    max-width: 123rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}

.problem02 {
  position: relative;
  padding: 7.8rem 0 6.9rem;
  background: #E7F1FB;
}
.problem02::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10.9rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5.5rem solid #E7F1FB;
  border-right: 15.6rem solid transparent;
  border-bottom: 5.5rem solid transparent;
  border-left: 15.6rem solid transparent;
  transform: translateX(-50%);
  pointer-events: none;
}
.problem02_inner {
  position: relative;
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .problem02_inner {
    max-width: 115rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.problem02_bgImg {
  display: block;
  position: absolute;
  top: -12rem;
  left: -6.7em;
}
.problem02_head {
  display: block;
  text-align: center;
  margin-bottom: 5.2rem;
}
.problem02_head.-ver02 {
  margin-bottom: 2.5rem;
}
.problem02_head.-ver03 {
  margin-bottom: 1rem;
}
.problem02_head span {
  display: inline-block;
  position: relative;
  padding: 0 1.2em;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.problem02_head span::before, .problem02_head span::after {
  content: "＼";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.problem02_head span::after {
  content: "／";
  left: auto;
  right: 0;
}
.problem02_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 112rem;
  margin: 0 auto;
}
.problem02_col3Box {
  padding: 0 2rem;
}
.problem02_col3Item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 0 0;
  background: #ffffff;
  border-radius: 0.6rem;
}
.problem02_col3Blue {
  margin-bottom: 0.5rem;
  color: #114CB2;
  font-weight: bold;
  text-align: center;
}
.problem02_col3Head {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.problem02_col3Img {
  line-height: 0;
}
.problem02_col3List li {
  position: relative;
  padding-left: 2.4rem;
}
.problem02_col3List li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 1.3rem;
  height: 0.9rem;
  background: url("../images/ico_check01.svg") no-repeat center/contain;
}
.problem02_col3List li + li {
  margin-top: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .problem01 {
    padding: 3.1rem 0 2.4rem;
    text-align: left;
  }
  .problem02_col3Head {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 740px) {
  .problem02 {
    padding: 4.1rem 0 4rem;
  }
  .problem02::before {
    content: "";
    bottom: -5.5rem;
    border-top: 2.8rem solid #E7F1FB;
    border-right: 7.8rem solid transparent;
    border-bottom: 2.8rem solid transparent;
    border-left: 7.8rem solid transparent;
  }
  .problem02_head {
    margin-bottom: 2rem;
  }
  .problem02_head span {
    padding: 0 2em;
    font-size: 2rem;
  }
  .problem02_head span::before, .problem02_head span::after {
    content: "";
    bottom: 0.2rem;
    width: 3.3rem;
    height: 5.5rem;
    background: url("../images/img_slash_01.svg") no-repeat center/contain;
  }
  .problem02_head span::after {
    content: "";
    left: auto;
    right: 0;
    background: url("../images/img_slash_02.svg") no-repeat center/contain;
  }
  .problem02_head.-ver02 {
    margin-bottom: 2rem;
  }
  .problem02_head.-ver03 {
    margin-bottom: 2rem;
  }
  .problem02_head.-spVer02 span {
    padding: 0;
  }
  .problem02_head.-spVer02 span::before, .problem02_head.-spVer02 span::after {
    display: none;
  }
  .problem02_col3 {
    display: block;
  }
  .problem02_col3Item {
    padding: 1rem 1.5rem 1.5rem;
  }
  .problem02_col3Item + .problem02_col3Item {
    margin-top: 2.5rem;
  }
  .problem02_col3Blue {
    margin-bottom: 0.2rem;
  }
  .problem02_col3Head {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .problem02_col3Img {
    margin: 0 auto 0.5rem;
    max-width: 36rem;
  }
  .problem02_col3Img img {
    width: 100%;
  }
  .problem02_col3List li {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
  .problem02_col3List li + li {
    margin-top: 1.4rem;
  }
}
/* -----------------------------------------------
  .solve
----------------------------------------------- */
.solve {
  padding: 7rem 0 7.3rem;
  background: #ffffff;
}
.solve_inner {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .solve_inner {
    max-width: 115rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.solve_box {
  position: relative;
  padding: 0 0 5.6rem;
  text-align: center;
}
.solve_box::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20rem;
  height: 14.2rem;
  background: url(../images/img_obj_02.svg) no-repeat center bottom/contain;
}
.solve_pointItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3.6rem 4rem 2.4rem 1.5rem;
  background: #E7F1FB;
  border-radius: 1rem;
}
.solve_pointItem + .solve_pointItem {
  margin-top: 3.5rem;
}
.solve_pointItem.-ver02 {
  padding-bottom: 1rem;
}
.solve_pointImg {
  width: 31.8rem;
  text-align: center;
}
.solve_pointImgBlue {
  margin-bottom: 1rem;
  color: #114CB2;
  font-weight: bold;
}
.solve_pointImgHead {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.solve_pointPic {
  line-height: 0;
}
.solve_pointPic img {
  margin: 0 auto;
}
.solve_pointCont {
  padding-top: 1rem;
  width: calc(100% - 33.3rem);
}
.solve_pointContHead {
  position: relative;
  margin: -0.3rem 0 2.3rem;
  padding-left: 3.8rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.solve_pointContHead:not(.-noIcon)::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 2.5rem;
  height: 3.7rem;
  background: url("../images/ico_point.png") no-repeat center/contain;
}
.solve_pointContHead.-noIcon {
  padding-left: revert;
}
.solve_pointContlist li {
  position: relative;
  padding: 1.46rem 2rem 1.46rem 6.2rem;
  background: #ffffff;
  border-radius: 0.4rem;
  font-weight: bold;
}
.solve_pointContlist li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/ico_check02.svg") no-repeat center/contain;
}
.solve_pointContlist li + li {
  margin-top: 0.5rem;
}

@media screen and (max-width: 740px) {
  .solve {
    padding: 6.4rem 0 4rem;
  }
  .solve_box {
    text-align: left;
    padding: 0 0 1.7rem;
  }
  .solve_pointItem {
    display: block;
    padding: 1.3rem 1.5rem 2rem;
    border-radius: 0.6rem;
  }
  .solve_pointItem + .solve_pointItem {
    margin-top: 1.5rem;
  }
  .solve_pointItem.-ver02 {
    padding-bottom: 2rem;
  }
  .solve_pointImg {
    width: 100%;
    min-height: 0.1rem;
    margin-bottom: 0.6rem;
  }
  .solve_pointImgBlue {
    margin-bottom: 0.3rem;
  }
  .solve_pointImgHead {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .solve_pointPic {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
  .solve_pointCont {
    width: 100%;
  }
  .solve_pointContHead {
    margin: 0 0 1.5rem;
    padding-left: 3rem;
    font-size: 1.8rem;
  }
  .solve_pointContHead:not(.-noIcon)::before {
    top: 0.1rem;
    left: 0.2rem;
    width: 1.8rem;
    height: 2.7rem;
  }
  .solve_pointContlist li {
    padding: 0.81rem 2rem 0.81rem 4.2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .solve_pointContlist li::before {
    top: 50%;
    left: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
  .solve_pointContlist li + li {
    margin-top: 0.5rem;
  }
}
/* -----------------------------------------------
  .guidebooks
----------------------------------------------- */
.guidebooks {
  padding: 2rem 0 7.9rem;
  background: #1A4692 url("../images/bg_01.png") repeat-x center bottom;
}
.guidebooks_inner {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .guidebooks_inner {
    max-width: 115rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.guidebooks_box {
  margin-bottom: 2.4rem;
  text-align: center;
}
.guidebooks_materialInner {
  position: relative;
  color: #ffffff;
  padding: 3rem 1.5rem 4rem 1.5rem;
  background: #15346B;
  border-radius: 1rem;
}
.guidebooks_materialHead {
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.guidebooks_materialCol3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.guidebooks_materialBtn {
  max-width: 64rem;
  margin: 3rem auto 0;
}

@media screen and (max-width: 1024px) {
  .guidebooks_materialInner {
    margin-bottom: 4rem;
  }
  .guidebooks_materialList {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .guidebooks_materialList li {
    font-size: 18px;
    padding: 0 1rem 0 8rem;
    line-height: 1.6;
  }
  .guidebooks_materialList li + li {
    margin-top: 1.85rem;
  }
  .guidebooks_materialList span {
    top: 0rem;
    left: 0.4rem;
    padding: 0.9rem 0.5rem;
    font-size: 1.4rem;
    min-width: 6rem;
  }
}
@media screen and (max-width: 740px) {
  .guidebooks {
    padding: 4rem 0 4rem;
    background: #1A4692 url("../images/bg_01_sp.png") repeat-x center bottom/37.5rem;
  }
  .guidebooks_box {
    text-align: left;
    margin-bottom: 2rem;
  }
  .guidebooks_materialInner {
    margin-bottom: 2.6rem;
    padding: 1.6rem 1.5rem 2rem;
    border-radius: 0.6rem;
  }
  .guidebooks_materialHead {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .guidebooks_materialCol3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .guidebooks_materialCol3 li:nth-child(3) {
    display: none;
  }
}
/* -----------------------------------------------
  .bgGray
----------------------------------------------- */
.bgGray {
  padding: 7.3rem 0 9rem;
  background: #f6f6f6;
}

@media screen and (max-width: 740px) {
  .bgGray {
    padding: 3.3rem 0 4rem;
  }
}
/* -----------------------------------------------
  .l-section
----------------------------------------------- */
.l-section {
  padding: 7rem 0;
}
.l-section_inner {
  width: min(103.6rem, 100%);
  padding: 0 1.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 740px) {
  .l-section {
    padding: 3.5rem 0;
  }
}

/* -----------------------------------------------
  .step
----------------------------------------------- */
.step {
  margin-bottom: 7rem;
}
.step_inner {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .step_inner {
    max-width: 115rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 740px) {
  .step {
    margin-bottom: 4rem;
  }
}
/* -----------------------------------------------
  .sche
----------------------------------------------- */
.sche_inner {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .sche_inner {
    max-width: 115rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}

/* -----------------------------------------------
  .cta
----------------------------------------------- */
.cta {
  padding: 6rem 0;
}
.cta.-ver02 {
  padding: 10rem 0;
}
.cta.-ver03 {
  padding: 6rem 0 10rem;
}
.cta_inner {
  width: 100%;
  max-width: 115rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 740px) {
  .cta_inner {
    max-width: 115rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 740px) {
  .cta {
    padding: 4rem 0;
  }
  .cta.-ver02 {
    padding: 4rem 0 4rem;
  }
  .cta.-ver03 {
    padding: 4rem 0 10rem;
  }
}
/* =================================================
  Animation
================================================= */
@media not print {
  [data-animate=fadeIn] {
    opacity: 0;
    transition: 0.8s ease-in-out transform;
  }
  [data-animate=fadeIn].-animate {
    opacity: 1;
  }
  [data-animate=bottomToTop] {
    opacity: 0;
  }
  [data-animate=bottomToTop].-animate {
    animation: bottomToTop 1s ease;
    opacity: 1;
  }
  [data-animate=leftToRight] {
    opacity: 0;
  }
  [data-animate=leftToRight].-animate {
    animation: leftToRight 1s ease;
    opacity: 1;
  }
  [data-animate=rightToLeft] {
    opacity: 0;
  }
  [data-animate=rightToLeft].-animate {
    animation: rightToLeft 1s ease;
    opacity: 1;
  }
}
/* =================================================
  Utility
================================================= */
.u-sp,
.u-tab,
.u-tabSp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
  .u-tab {
    display: inherit !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-tabSp {
    display: inherit !important;
  }
}
@media screen and (max-width: 740px) {
  .u-pc {
    display: none !important;
  }
  .u-pcTab {
    display: none !important;
  }
  .u-sp {
    display: inherit !important;
  }
}
@media screen and (max-width: 320px) {
  .u-xsNon {
    display: none !important;
  }
}
.u-regular {
  font-weight: 400;
}

.u-bold {
  font-weight: bold;
}

.u-center {
  text-align: center;
}

.u-palt {
  font-feature-settings: "palt";
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 740px) {
  .u-centerPC {
    text-align: left;
  }
}
/*****************************************************
  CSS Animation
*****************************************************/
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes bottomToTop {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftToRight {
  from {
    opacity: 0;
    transform: translateX(-50rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightToLeft {
  from {
    opacity: 0;
    transform: translateX(50rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.mixin_list {
  width: 48.3296213808%;
  max-width: 43.4rem;
  width: 100%;
  max-width: 100.8rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 49.2307692308%;
  margin: 0 1.5384615385% 3rem 0;
}
@media screen and (max-width: 740px) {
  .mixin_list {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .mixin_list {
    max-width: 100.8rem;
    padding: 0 1.5rem;
    max-width: 100%;
  }
}
.mixin_list:nth-child(n) {
  margin-right: 1.5384615385%;
}
.mixin_list:nth-child(2n) {
  margin-right: 0;
}