@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  a:hover,
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
* {
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 62.5%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
}

@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.7733952049vw;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #111;
  min-height: 100%;
  font-weight: 500;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
input::-moz-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px; /* textareaはheight指定 */
  font-size: 16px;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
textarea:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

input,
select,
textarea {
  font-family: "Inter", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  color: #0D2A52;
  transition: opacity 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}

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

.ly_inner {
  width: 120.2rem;
  max-width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .ly_inner {
    margin: 0 3rem;
    width: auto !important;
    max-width: initial !important;
  }
}

.bl_allWrap {
  background: #fff;
  position: relative;
}

.bl_hdr {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: none;
  transition: 0.3s ease-out;
}
.bl_hdr.header {
  background: #0D2A52;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .bl_hdr.header .com_link a {
    color: #0D2A52;
    background-image: url(../img/challage/arrow_icon02.png);
    background-color: #fff;
    transition: all 0.3s;
  }
  .bl_hdr.header .h_box {
    padding: 2.1rem 0;
  }
}
.bl_hdr .h_box {
  margin: 0 auto;
  padding: 3rem 0;
  width: calc(100% - 8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl_hdr .bl_hdr_inner_logo {
  width: 20.5rem;
}
.bl_hdr .bl_hdr_inner_logo a {
  display: block;
}
.bl_hdr .com_link a {
  padding-bottom: 1.2rem;
  width: 24rem;
  color: #fff;
  background-color: #0D2A52;
  background-image: url(../img/challage/arrow_icon01.png);
}
@media screen and (max-width: 767px) {
  .bl_hdr .h_box {
    margin: 0 2rem;
    padding: 1.3rem 0;
    width: auto;
  }
  .bl_hdr .h_box .bl_hdr_inner_logo {
    width: 12.4rem;
  }
  .bl_hdr .com_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .bl_hdr .com_link li {
    width: 50%;
    position: relative;
  }
  .bl_hdr .com_link li:not(:last-child)::before {
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.5;
    background: #fff;
    z-index: 1;
  }
  .bl_hdr .com_link a {
    height: 4.8rem;
    padding: 1rem;
    width: 100%;
    border-radius: 0;
    background-image: none;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.bl_ftr {
  padding: 10.3rem 0 6.4rem;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #fff;
  background: linear-gradient(0deg, #0A1421 0%, #0A1421 100%), #FFF;
}
.bl_ftr .f_box {
  width: 128rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bl_ftr .f_box .logo {
  margin-bottom: 2rem;
}
.bl_ftr .f_box .logo a {
  display: block;
  width: 20.4rem;
}
.bl_ftr .copyright {
  margin-top: 3.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-align: justify;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-style: normal;
  width: 100%;
}
.bl_ftr .tel_box {
  width: 30rem;
  text-align: right;
}
.bl_ftr .tel_box p {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.bl_ftr .tel_box a {
  color: #fff;
}
.bl_ftr .tel_box .tel {
  margin-bottom: 2.7rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem dashed #fff;
}
.bl_ftr .tel_box .tel a {
  margin-left: auto;
  padding-left: 2.9rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  background: url(../img/challage/tel_icon.png) no-repeat center left/2.2rem;
  letter-spacing: 0.07em;
  display: block;
}
.bl_ftr .tel_box .tel small {
  display: block;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .bl_ftr .tel_box .text_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .bl_ftr {
    padding: 6rem 0;
  }
  .bl_ftr .f_box {
    display: block;
    font-size: 1.2rem;
  }
  .bl_ftr .f_box .logo {
    margin-bottom: 1rem;
  }
  .bl_ftr .f_box .logo a {
    width: 18rem;
  }
  .bl_ftr .tel_box {
    width: 100%;
    margin: 2.8rem 0 2rem;
    text-align: left;
  }
  .bl_ftr .tel_box p {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .bl_ftr .tel_box .tel {
    margin-bottom: 0.7rem;
    padding-bottom: 1.5rem;
  }
  .bl_ftr .tel_box .tel a {
    padding-left: 2.4rem;
    margin-left: 0;
    font-size: 2rem;
    background-size: 1.8rem;
  }
  .bl_ftr .tel_box .tel small {
    font-size: 1rem;
  }
  .bl_ftr .copyright {
    margin-top: 2.3rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.headline_01 {
  margin-bottom: 8.1rem;
  padding-bottom: 1.7rem;
  color: #0D2A52;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 0.2rem dashed #91C0EE;
}
.headline_01 span {
  display: block;
}
.headline_01 .en {
  margin-bottom: 1rem;
  color: #91C0EE;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .headline_01 {
    margin-right: -1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .headline_01 {
    margin-bottom: 3.1rem;
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .headline_01 .en {
    font-size: 1.6rem;
  }
}
.headline_02 {
  margin-bottom: 8rem;
  display: flex;
  align-items: center;
  gap: 2.1rem;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.headline_02 .en {
  width: 10rem;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #91C0EE;
  flex-direction: column;
  font-size: 4rem;
  line-height: 1;
  border-radius: 100%;
  border: 0.2rem dashed currentColor;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.headline_02 .en small {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .headline_02 {
    margin-bottom: 4rem;
    display: block;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .headline_02 .en {
    margin-bottom: 1.9rem;
    width: 6.5rem;
    height: 6.5rem;
    font-size: 3rem;
  }
  .headline_02 .en small {
    font-size: 1rem;
    line-height: 0.6;
  }
}
.headline_03 {
  margin-bottom: 1.9rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #0D2A52;
  letter-spacing: 0.05em;
  overflow: hidden;
}
.headline_03 .en {
  margin-bottom: 2.3rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #91C0EE;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1.68px;
}
.headline_03 .en::after {
  width: 999rem;
  height: 0.2rem;
  content: "";
  position: absolute;
  left: calc(100% + 1.4rem);
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 0.2rem dashed #91C0EE;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .headline_03 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .headline_03 .en {
    margin-bottom: 1.9rem;
  }
  .headline_03 .en::after {
    top: 65%;
  }
}

.com_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.com_link a {
  width: 26rem;
  height: 5rem;
  padding: 1rem 1.6rem 1.1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #0D2A52;
  background: #fff url(../img/challage/arrow_icon02.png) no-repeat center right 1.8rem/1.2rem;
  border-radius: 5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .com_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .com_link a {
    width: 16rem;
    font-size: 1.4rem;
  }
}

.challenge_main {
  margin-bottom: 20rem;
  font-weight: 500;
}
.challenge_main p {
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.challenge_main .main_visual {
  padding: 24rem 0 1px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 60rem;
  color: #fff;
  background: linear-gradient(to right, #0D2A52 55.55%, #fff 0%);
  gap: 9.7rem;
  position: relative;
}
.challenge_main .main_visual::before, .challenge_main .main_visual::after {
  position: absolute;
  content: "";
  background: url(../img/challage/bg03.png) no-repeat top center/100%;
  pointer-events: none;
}
.challenge_main .main_visual::before {
  width: 16.2rem;
  height: 26rem;
  bottom: 0;
  left: 0;
  background-image: url(../img/challage/bg04.png);
}
.challenge_main .main_visual::after {
  width: 27.9rem;
  height: 15.2rem;
  top: 0;
  left: 55.55%;
  transform: translateX(-100%);
}
.challenge_main .main_visual .main_img {
  margin-bottom: -9rem;
  width: 55.4%;
  overflow: hidden;
  border-radius: 0.9rem 0 0 0.9rem;
}
.challenge_main .main_visual .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.challenge_main .main_visual p {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.challenge_main .main_visual .page_title {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.challenge_main .main_visual .page_title .text {
  margin-left: 0.7rem;
  padding: 0 1.3rem 0 2rem;
  color: #0D2A52;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  display: inline-block;
  border-radius: 0.9rem;
  border: 0.2rem solid #FFF;
  background: #FFF;
  position: relative;
  line-height: 1.32;
  vertical-align: 0.7rem;
}
.challenge_main .main_visual .page_title .text img {
  position: absolute;
  width: 13.7rem;
  top: -3.1rem;
  left: -4.5rem;
}
.challenge_main .main_visual .text_box {
  margin-top: -1.2rem;
}
@media screen and (max-width: 767px) {
  .challenge_main .main_visual {
    padding: 13.9rem 0 1px 4rem;
    min-height: inherit;
    display: block;
    background: #0D2A52;
  }
  .challenge_main .main_visual .main_img {
    margin: 0 0 -6.4rem;
    width: auto;
  }
  .challenge_main .main_visual .text_box {
    margin-bottom: 4rem;
  }
  .challenge_main .main_visual .page_title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .challenge_main .main_visual .page_title .text {
    padding: 0 1rem 0 1.6rem;
    margin-left: 0.6rem;
    font-size: 3.6rem;
    line-height: 1.28;
  }
  .challenge_main .main_visual .page_title .text img {
    width: 9.1rem;
    top: -2.3rem;
    left: -2.8rem;
    transform: rotate(-7deg);
  }
  .challenge_main .main_visual::before {
    width: 10rem;
    height: 12.9rem;
    bottom: 3.4rem;
    background-image: url(../img/challage/bg03_sp.png);
  }
  .challenge_main .main_visual::after {
    width: 14.7rem;
    height: 8.1rem;
    left: auto;
    right: 0;
    transform: none;
    background-image: url(../img/challage/bg04_sp.png);
  }
}
.challenge_main .img_box {
  margin-bottom: 9.4rem;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}
.challenge_main .img_box:last-child {
  margin-bottom: 0 !important;
}
.challenge_main .img_box .photo_box {
  width: 57rem;
}
.challenge_main .img_box .photo_box img {
  width: 100%;
}
.challenge_main .img_box .text_box {
  flex: 1;
}
.challenge_main .img_box .heading {
  margin-bottom: 1.9rem;
  color: #0D2A52;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.challenge_main .img_box .title {
  margin: 0.9rem 0;
  color: #0D2A52;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.challenge_main .img_box p + p {
  margin-top: 0.8rem;
}
.challenge_main .img_box p + .tips {
  margin-top: 2.1rem;
}
.challenge_main .img_box strong {
  color: #0D2A52;
}
.challenge_main .img_box .sub_box {
  margin: 2rem 0;
  padding: 2rem 3rem;
  border-radius: 0.6rem;
  background: #EAF1F7;
}
.challenge_main .img_box .sub_box p {
  font-weight: 700;
  line-height: 1.8;
  color: #0D2A52;
}
.challenge_main .img_box_01 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .challenge_main .img_box {
    margin-bottom: 6rem;
    display: block;
  }
  .challenge_main .img_box .photo_box {
    margin-top: 3rem;
    width: 100%;
  }
  .challenge_main .img_box .heading {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .challenge_main .img_box .sub_box {
    padding: 2rem;
    border-radius: 0.9rem;
  }
  .challenge_main .img_box p + p {
    margin-top: 1.6rem;
  }
  .challenge_main .img_box p + .tips {
    margin-top: 1rem;
  }
}
.challenge_main .prologue {
  margin: 21rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .challenge_main .prologue {
    margin: 13.9rem 0 8rem;
  }
}
.challenge_main .point_box {
  padding: 13rem 0 10.7rem;
  background: #0D2A52;
  color: #fff;
}
.challenge_main .point_box .heading {
  color: #fff;
}
.challenge_main .point_box .img_box {
  margin-bottom: 8rem;
  border-bottom: 0.2rem dashed #91C0EE;
  align-items: flex-end;
}
.challenge_main .point_box .img_box .photo_box {
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .challenge_main .point_box .img_box .text_box {
    margin-bottom: 7.8rem;
  }
}
.challenge_main .point_box .img_box_01 {
  margin-bottom: 0;
  border-bottom: none;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .challenge_main .point_box .img_box_01 .heading {
    line-height: 1.9;
  }
  .challenge_main .point_box .img_box_01 .text_box {
    margin-bottom: 0;
  }
}
.challenge_main .point_box .img_box_01 strong {
  color: #fff;
}
.challenge_main .point_box .img_box_01 .photo_box {
  margin: 2rem 0 0;
}
.challenge_main .point_box .img_box .sub_box {
  padding-left: 3.5rem;
  color: #0D2A52;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.challenge_main .point_box .img_box .sub_box li {
  padding-left: 1rem;
  font-weight: 700;
  position: relative;
  text-indent: -1rem;
}
.challenge_main .point_box .img_box .sub_box li::before {
  margin-right: 0.3rem;
  display: inline-block;
  content: "・";
}
.challenge_main .point_box_02 {
  padding: 13rem 0 15rem;
  background: #EAF1F7;
}
.challenge_main .point_box_02 .headline_02 {
  margin-bottom: 6rem;
  color: #0D2A52;
}
.challenge_main .point_box_02 .img_box {
  margin-bottom: 0;
}
.challenge_main .point_box_02 .photo {
  margin-top: 5.6rem;
}
@media screen and (min-width: 768px) {
  .challenge_main .point_box_02 .photo {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.challenge_main .point_box_02 .list {
  margin-bottom: 6rem;
  width: 57rem;
}
.challenge_main .point_box_02 .list li {
  min-height: 19.3rem;
  display: flex;
  background-color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
.challenge_main .point_box_02 .list li + li {
  margin-top: 2rem;
}
.challenge_main .point_box_02 .list .ico_box {
  width: 10rem;
  background: #0D2A52;
  display: flex;
  align-items: center;
  justify-content: center;
}
.challenge_main .point_box_02 .list .ico_box img {
  width: 4.2rem;
}
.challenge_main .point_box_02 .list .inner {
  flex: 1;
  padding: 3rem 3rem 1rem;
}
.challenge_main .point_box_02 .list .title {
  margin: 0 0 0.9rem;
  line-height: 1.5;
  font-size: 1.8rem;
}
.challenge_main .point_box_02 .list p {
  line-height: 1.5;
}
.challenge_main .point_box_02 .list p.tips {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .challenge_main .point_box {
    padding: 8rem 0;
  }
  .challenge_main .point_box .img_box {
    margin-bottom: 4rem;
  }
  .challenge_main .point_box .img_box .sub_box {
    padding-left: 2.6rem;
  }
  .challenge_main .point_box .img_box .sub_box li {
    padding-left: 0.8rem;
    text-indent: -0.8rem;
  }
  .challenge_main .point_box .img_box_01 .photo_box {
    margin-top: 3rem;
  }
  .challenge_main .point_box_02 {
    padding: 8.2rem 0;
  }
  .challenge_main .point_box_02 .headline_02 {
    margin-bottom: 4rem;
  }
  .challenge_main .point_box_02 .photo {
    margin: 0;
  }
  .challenge_main .point_box_02 .photo img {
    width: 100%;
  }
  .challenge_main .point_box_02 .list {
    margin: 3rem 0;
    width: auto;
  }
  .challenge_main .point_box_02 .list li {
    min-height: inherit;
    border-radius: 1.2rem;
  }
  .challenge_main .point_box_02 .list li + li {
    margin-top: 1rem;
  }
  .challenge_main .point_box_02 .list .ico_box {
    width: 6rem;
  }
  .challenge_main .point_box_02 .list .ico_box img {
    width: 3.2rem;
  }
  .challenge_main .point_box_02 .list .inner {
    padding: 2rem 2rem 1.9rem;
  }
  .challenge_main .point_box_02 .list .title {
    margin-bottom: 1.1rem;
    font-size: 1.6rem;
  }
  .challenge_main .point_box_02 .list p.tips {
    margin-top: 0.8rem;
  }
}
.challenge_main .tips {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .challenge_main .tips {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.challenge_main .info_box {
  padding: 5.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  border: 2px dashed #91C0EE;
  border-radius: 1.5rem;
}
.challenge_main .info_box .photo_box {
  width: 45rem;
}
.challenge_main .info_box .photo_box img {
  width: 100%;
  border-radius: 1.5rem;
}
.challenge_main .info_box .text_box {
  flex: 1;
}
.challenge_main .info_box .heading {
  margin-bottom: 2rem;
  color: #0D2A52;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .challenge_main .info_box {
    border-radius: 1.2rem;
    display: block;
    padding: 2.3rem;
  }
  .challenge_main .info_box .photo_box {
    margin-bottom: 2rem;
    width: 100%;
  }
  .challenge_main .info_box .photo_box img {
    border-radius: 1.1rem;
  }
  .challenge_main .info_box .heading {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}
.challenge_main .finally {
  padding: 13rem 0 14.5rem;
}
.challenge_main .finally .headline_01 {
  margin: 0.2rem 0 1.8rem;
  border-bottom: none;
}
.challenge_main .finally .headline_01 .jp {
  padding-bottom: 0.2rem;
  line-height: 2;
  display: inline;
  border-bottom: 0.2rem dashed #91C0EE;
}
.challenge_main .finally .img_box {
  margin-bottom: 10.3rem;
}
.challenge_main .finally .photo_box01 {
  width: 67.5rem;
}
.challenge_main .finally .photo_box01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .challenge_main .finally {
    padding: 7.6rem 0 8rem;
  }
  .challenge_main .finally .headline_01 {
    margin-bottom: 1.2rem;
  }
  .challenge_main .finally .photo_box01 {
    margin: 3rem 0 0;
    width: 100%;
  }
  .challenge_main .finally .img_box {
    margin-bottom: 7.4rem;
  }
}
.challenge_main .contact_box {
  margin: 0 auto;
  padding: 6.1rem 2rem;
  width: calc(100% - 60px);
  max-width: 90rem;
  border-radius: 1.5rem;
  background: url(../img/challage/bg01.png) no-repeat left bottom/13rem, url(../img/challage/bg02.png) no-repeat right top/12.2rem;
  background-color: #0D2A52;
}
.challenge_main .contact_box .heading {
  margin-bottom: 3.9rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .challenge_main .contact_box {
    padding: 6.1rem 3rem 6rem;
    background: url(../img/challage/bg01.png) no-repeat left -1.2rem bottom -1.5rem/6.8rem, url(../img/challage/bg02_sp.png) no-repeat right top/6.9rem;
    background-color: #0D2A52;
  }
  .challenge_main .contact_box .com_link {
    display: block;
  }
  .challenge_main .contact_box .com_link li + li {
    margin-top: 2rem;
  }
  .challenge_main .contact_box .com_link a {
    padding-right: 1rem;
    width: 100%;
    font-size: 1.6rem;
  }
  .challenge_main .contact_box .heading {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .challenge_main {
    margin-bottom: 12.4rem;
  }
}/*# sourceMappingURL=main.css.map */