@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap);
/* _setting CSS */
/* _setting CSS */
html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-weight: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
  -webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 1.9;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}

::-moz-placeholder, ::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  }
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 1.9;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

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

input[type=text], input[type=number], input[type=password], input[type=tel] {
  box-shadow: none;
  border: 1px solid #ccc;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}

textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  display: block;
  border: none;
  background: none;
  outline: none;
  color: inherit;
  font-size: 1.4rem;
}

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

sup {
  font-size: 1.2rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.fwnw {
  flex-wrap: nowrap;
}

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

/* @media screen and (max-width: 768px) {
  .jcsb {
    justify-content: space-between;
    align-items: center;
  }
} */
.jcc {
  justify-content: center;
}

.jcr, .jcfe {
  justify-content: flex-end;
}

.aic {
  align-items: center;
}

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

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2rem;
}

.textc {
  text-align: center !important;
}

.textl {
  text-align: left !important;
}

.textr {
  text-align: right !important;
}

.textu {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0 !important
}

.mt05em {
  margin-top: 0.5em !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

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

.c_wrap1, .c_pc_wrap1 {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c_wrap1, .c_pc_wrap1 {
    width: 100%;
  }
}

.c_link_sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.c_link_sns li {
  width: 50px;
  margin: 0 13px;
}
.c_link_sns li a {
  display: block;
}
.c_link_sns._page {
  margin-bottom: 100px;
}

.c_link1 {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  margin: 4px 0 0;
}
.c_link1:hover {
  opacity: 0.7;
}
.c_link1._pink {
  color: #f05082;
}
.c_link1._arrow::before {
  margin: 0 8px 0 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #f05082;
  border-right: 3px solid #f05082;
}
.c_link1._anchor {
  position: relative;
  padding: 3px 44px;
  border: 2px solid #f05082;
  border-radius: 1000px;
  color: #f05082;
  font-weight: bold;
  text-decoration: none;
}
.c_link1._anchor::before {
  position: absolute;
  top: 50%;
  left: 18px;
  margin: -7px 0 0;
  transition: 0.15s;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 3px solid #f05082;
  border-bottom: 3px solid #f05082;
}
.c_link1._anchor:hover {
  opacity: 1;
}
.c_link1._anchor:hover::before {
  margin: -4px 0 0;
}
.c_link1._pdf {
  align-items: flex-start;
}
.c_link1._pdf::before {
  content: url("../images/icon_pdf.svg");
  position: relative;
  top: 2px;
  margin: 0 8px 0 0;
}
.c_link1._dis {
  opacity: 0.5;
  pointer-events: none;
  text-decoration: none;
}
.c_link1._dis:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #a1a1a1;
  border-right: 3px solid #a1a1a1;
}

/* @media screen and (max-width: 768px) {
  .c_link1 {
    font-size: 30px;
  }
} */
.c_link2 {
  font-size: inherit !important;
  text-decoration: underline;
}

.c_btn1, .c_btn3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 300px;
  height: 40px;
  padding: 1px 0 0;
  border-radius: 1000px;
  background: #0096d2;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c_btn1, .c_btn3 {
    display: flex;
    min-width: auto;
    width: 100%;
  }
}

.c_btn1::before, .c_btn3::before {
  position: absolute;
  top: 50%;
  right: 25px;
  margin: -4px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c_btn1._pink, .c_btn3._pink {
  background: #f05082;
}

.c_btn1._dis, .c_btn3._dis {
  background: #e4e4e4;
  color: #999999;
  pointer-events: none;
}

/* @media screen and (max-width: 768px) {
  .c_btn1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .textc + .textc {
    margin-top: 20px;
  }
  .c_btn1--long {
    width: 100%;
  }
} */
.c_btn2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 400px;
  height: 66px;
  padding: 1px 0 0;
  border: 2px solid #f05082;
  border-radius: 1000px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.c_btn2::before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: -5px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-left: 2px solid #f05082;
  border-bottom: 2px solid #f05082;
}
.c_btn2._right::before {
  left: auto;
  right: 30px;
  border: none;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #f05082;
  border-right: 2px solid #f05082;
}
.c_btn2._fc {
  color: #f05082;
}
.c_btn2._dis {
  color: #999 !important;
  border-color: #999 !important;
  pointer-events: none;
}
.c_btn2._dis::before {
  border-color: #999;
}

/* @media screen and (max-width: 768px) {
  .c_btn2 {
    height: 140px !important;
  }
} */
.c_btn3 {
  background: none;
  border: 2px solid #0096d2;
  color: #0096d2;
}
.c_btn3::before {
  border-color: #0096d2;
}

.c_notice {
  font-size: 1.3rem;
}
.c_notice a {
  font-size: inherit !important;
  text-decoration: underline;
}
.c_notice a:hover {
  opacity: 0.7;
}

.c_indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.c_indent_wrap {
  position: relative;
  padding: 0 0 0 1.4em;
}
.c_indent_wrap > .indent {
  position: absolute;
  top: 0;
  left: 0;
}

.fc_pink1 {
  color: #f05082;
}

.fc_black1 {
  color: #000000 !important;
}

.c_marker1 {
  display: inline-block;
  padding: 0 4px;
  background: linear-gradient(transparent 58%, #ffed00 58%, #ffed00 90%, transparent 90%);
  color: #f05082;
  font-weight: bold;
}

.c_marker2 {
  display: inline;
  padding: 0 4px 3px;
  background: linear-gradient(transparent 58%, #ffed00 58%);
  font-weight: bold;
}

.c_marker3 {
  display: inline;
  padding: 0 4px;
  background: linear-gradient(transparent 58%, #ffed00 58%, #ffed00 90%, transparent 90%);
  color: #f05082;
  font-weight: bold;
}

.c_h1 {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 20px;
  border: 1px solid #0096d2;
  border-radius: 5px;
  color: #0096d2;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c_h1 {
    display: block;
    margin: 0 0 -15px;
    line-height: 1.4;
    padding: 14px;
    font-size: 1.6rem;
  }
}

.c_h2 {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .c_h2 {
    font-size: 1.6rem;
  }
}

/* @media screen and (min-width: 751px) {
  .hov1 {
    transition: 0.3s;
  }
  .hov1:hover {
    opacity: 0.7;
  }
  .hov_wrap1 a {
    transition: 0.3s;
  }
  .hov_wrap1 a:hover {
    opacity: 0.7;
  }
} */
body, html {
  min-width: 1150px;
}
@media screen and (max-width: 750px) {
  body, html {
    min-width: 100%;
  }
}

#page_top {
  position: fixed;
  bottom: 140px;
  right: 0;
  z-index: 10000;
  width: 48px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#page_top img {
  width: 100%;
}
#page_top.on {
  opacity: 1;
  pointer-events: all;
}

/* @media screen and (max-width: 768px) {
  #page_top {
    position: fixed;
    bottom: 60vw;
    right: 0;
    z-index: 1;
    width: 40vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .p-image-top {
    aspect-ratio: 48 / 178;
    object-fit: cover;
    width: 60%;
    height: auto;
  }
} */
#header {
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
}
#header > div {
  padding: 12px;
}

/* @media screen and (max-width: 768px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
  }
} */
/* @media screen and (max-width: 768px) {
  #header > div {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
} */
.c_notice {
  display: block;
  line-height: 1.5;
  padding: 10px 0 0;
}

.c_ib {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .c_ib._pc {
    display: block;
  }
}

.c_hov1:hover {
  opacity: 0.7;
}

#mv {
  position: relative;
  padding: 0 0 70px;
  border-bottom: 5px solid #f05082;
  background: linear-gradient(0deg, #f9dbe8 40%, #fffffa 100%);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #mv {
    padding: 0;
  }
}
#mv .img1 {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 30;
  width: 1305px;
  max-width: 1305px;
  transform: translateX(-50%);
  pointer-events: none;
}
#mv > .inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  #mv > .inner {
    width: 100%;
    background: #fff;
  }
}
#mv .mv_wrap {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #mv .mv_wrap {
    width: 100%;
  }
}
#mv .mv_wrap h1 {
  position: relative;
  z-index: 1;
}
#mv .mv_wrap h1 img {
  position: relative;
  height: auto;
}
#mv .mv_wrap p {
  position: absolute;
  top: 50px;
  right: -25px;
}
#mv .mv_wrap p .text {
  position: absolute;
  top: 232px;
  right: 57px;
}
#mv .mv_wrap .closed_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  width: 450px;
  padding: 20px 0 15px;
  border: 4px solid #f05082;
  background: #fff;
  transform: translate(-50%, -50%);
}
#mv .mv_wrap .closed_wrap p {
  position: static;
  font-size: 1.6rem;
  text-align: center;
}
#mv .mv_wrap .closed_wrap .text1 {
  line-height: 1.5;
  color: #f05082;
  font-size: 2.2rem;
  font-weight: 600;
}
#mv .pgage_link {
  padding: 32px 0 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #mv .pgage_link {
    padding: 30px 0;
  }
}
#mv .pgage_link p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #mv .pgage_link p {
    font-size: 1.8rem;
  }
}
#mv .pgage_link p a {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  #mv .pgage_link p a {
    display: block;
    padding: 5px 0 0;
  }
}
#mv .pgage_link p b {
  color: #f05082;
  font-size: 3.2rem;
}
@media screen and (max-width: 750px) {
  #mv .pgage_link p b {
    font-size: 2rem;
  }
}
#mv .pgage_link ul {
  justify-content: space-between;
  width: 1020px;
  margin: 30px auto 0;
  padding: 10px 30px;
  border: 1px solid #f05082;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  #mv .pgage_link ul {
    display: block;
    width: auto;
    margin: 20px 25px 0;
    border-radius: 5px;
  }
}
#mv .pgage_link ul li a {
  padding: 0 0 0 28px;
  border: none;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}
#mv .pgage_link ul li a::before {
  left: 0;
}
#mv.mv_closed .mv_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
}
#mv .mv_text {
  line-height: 1.6;
  margin: -20px 0 35px;
  font-size: 1.3rem;
  text-align: center;
}
#mv.photolist {
  background: linear-gradient(0deg, #ffe8b2 5%, #fff7c3 25%, white 85%, white 100%);
  padding-bottom: 0;
}
#mv.photolist .mv_wrap {
  padding-bottom: 30px;
}
#mv #sec1 {
  width: 1100px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #mv #sec1 {
    width: 100%;
    padding: 0 25px;
  }
  #mv #sec1 .p-flex {
    display: block;
  }
}
#mv #sec1 h2 {
  margin: 0 0 30px;
  color: #000;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
}
#mv #sec1 .top_text_wrap {
  margin: 0 0 30px;
}
#mv #sec1 .top_text_wrap h2 {
  width: 270px;
  line-height: 0;
  padding: 5px 0 0;
  text-align: center;
}
#mv #sec1 .top_text_wrap .top_text {
  width: 740px;
  line-height: 2;
  font-size: 1.4rem;
}
#mv #sec1 section {
  border: 2px solid #f05082;
}
#mv #sec1 section h3 {
  padding: 0 30px;
  background: #f05082;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #mv #sec1 section h3 {
    padding: 10px;
    line-height: 1.4;
  }
}
#mv #sec1 section .inner {
  padding: 20px;
}
@media screen and (max-width: 750px) {
  #mv #sec1 section .inner {
    padding: 15px;
  }
}
#mv #sec1 .sec_1, #mv #sec1 .sec_2 {
  width: 640px;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  #mv #sec1 .sec_1, #mv #sec1 .sec_2 {
    width: 100%;
    margin: 0 0 30px;
  }
}
#mv #sec1 .sec_1 .text1, #mv #sec1 .sec_2 .text1 {
  line-height: 1.7;
  margin: 0 0 10px;
  font-size: 1.7rem;
  font-weight: bold;
}
#mv #sec1 .sec_1 p, #mv #sec1 .sec_2 p {
  line-height: 1.8;
}
#mv #sec1 .sec_1 p a, #mv #sec1 .sec_2 p a {
  font-size: 1.6rem;
}
#mv #sec1 .sec_1 .text2 li, #mv #sec1 .sec_2 .text2 li {
  line-height: 1.7;
  width: 280px;
  margin: 0 0 25px;
}
@media screen and (max-width: 750px) {
  #mv #sec1 .sec_1 .text2 li, #mv #sec1 .sec_2 .text2 li {
    width: 100%;
    margin: 0 0 15px;
  }
}
#mv #sec1 .sec_1 .text2 li .text, #mv #sec1 .sec_2 .text2 li .text {
  text-align: left;
}
#mv #sec1 .sec_1 .text2 li:last-child, #mv #sec1 .sec_2 .text2 li:last-child {
  margin: 0;
}
#mv #sec1 .sec_1 .text2 li a, #mv #sec1 .sec_2 .text2 li a {
  min-width: 280px;
  font-size: 1.6rem;
  @media screen and (max-width: 750px) {
    min-width: 0;
  }
}
#mv #sec1 .sec_1 .text2 li span, #mv #sec1 .sec_2 .text2 li span {
  display: block;
  text-align: center;
}
#mv #sec1 .sec_1 .text3, #mv #sec1 .sec_2 .text3 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}
#mv #sec1 .sec_1 .text3 span, #mv #sec1 .sec_2 .text3 span {
  color: #f05082;
}
#mv #sec1 .sec_1 .c_btn2, #mv #sec1 .sec_2 .c_btn2 {
  min-width: 500px;
  text-align: center;
  height: 60px;
  margin: 10px 0;
  font-size: 1.8rem;
  color: #f05082;
}
@media screen and (max-width: 750px) {
  #mv #sec1 .sec_1 .c_btn2, #mv #sec1 .sec_2 .c_btn2 {
    min-width: 100%;
    height: auto;
    line-height: 1.4;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
#mv #sec1 .sec_1 .c_btn2::before, #mv #sec1 .sec_2 .c_btn2::before {
  right: 15px;
  width: 7px;
  height: 7px;
  margin: -3px 0 0;
}
#mv #sec1 .sec_1 .text1 {
  display: block;
  text-align: center;
}
#mv #sec1 .sec_1 .text1 .text {
  display: inline-block;
  padding: 10px 0 0;
  font-size: 1.7rem;
  font-weight: bold;
}
#mv #sec1 .sec_1 .text2 {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 750px) {
  #mv #sec1 .sec_1 .text2 {
    display: block;
    padding: 10px 0 20px;
  }
}
#mv #sec1 .sec_1 .text4 {
  margin: 10px 0 -15px;
  color: #f05082;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  #mv #sec1 .sec_1 .text4 {
    line-height: 1.3;
    margin: 0 0 10px;
    color: #f05082;
    font-weight: 800;
    font-size: 2.2rem;
  }
  #mv #sec1 .sec_1 .text4 .small {
    font-size: 1.8rem;
  }
}
#mv #sec1 .sec_2 {
  width: 360px;
  border-color: #6eb43c;
}
@media screen and (max-width: 750px) {
  #mv #sec1 .sec_2 {
    width: 100%;
  }
}
#mv #sec1 .sec_2 h3 {
  background: #6eb43c;
}
#mv #sec1 .sec_2 .text1 {
  text-align: center;
}
#mv .mv_bottom_text {
  padding: 40px 0 0;
  text-align: center;
}

#sec2 {
  padding: 45px 0 80px;
  background: #fffffa;
}
@media screen and (max-width: 750px) {
  #sec2 {
    padding: 30px 25px 30px;
  }
}
#sec2 > section {
  margin-bottom: 45px;
  padding: 50px 0 0;
}
@media screen and (max-width: 750px) {
  #sec2 > section {
    padding: 0;
  }
}
#sec2 > section:last-child {
  margin-bottom: 0;
}
#sec2 > section .inner {
  padding: 0 5px 45px;
  border: 4px solid #f05082;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #sec2 > section .inner {
    padding: 0;
  }
}
#sec2 > section h2 {
  margin: 0 0 20px;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 h2 {
    transform: translateY(-70%);
    margin: 0 0 -20px;
  }
  #sec2 .sec_1 h2 img {
    width: 240px;
  }
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 ul {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 ul h3 {
    width: 215px;
    margin: 0 auto 20px;
    min-height: 0;
  }
}
#sec2 .sec_1 ul li {
  width: 33%;
  padding: 0 35px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 ul li {
    width: 100%;
    padding: 25px 0;
  }
}
#sec2 .sec_1 ul li h3 {
  min-height: 190px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 ul li h3 {
    min-height: 0;
    margin: 0 auto 10px;
  }
}
#sec2 .sec_1 ul li:nth-child(2) {
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 ul li:nth-child(2) {
    border: none;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  #sec2 .sec_1 ul li:nth-child(2) h3 {
    width: 259px;
  }
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 ul li:nth-child(3) h3 {
    width: 208px;
  }
}
#sec2 .sec_1 ul li p {
  line-height: 1.8;
}
#sec2 .sec_1 ul li p a:first-of-type {
  margin-top: 15px;
}
#sec2 .sec_2 .inner {
  padding: 0 75px 42px 80px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 .inner {
    padding: 0 18px 20px;
  }
}
#sec2 .sec_2 h2 {
  transform: translateY(-32%);
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 h2 {
    width: 210px;
    margin: 0 auto 20px;
  }
}
#sec2 .sec_2 p {
  font-size: 1.7rem;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 p {
    font-size: 1.6rem;
  }
}
#sec2 .sec_2 ul {
  padding: 10px 0 20px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 ul {
    padding: 0;
  }
}
#sec2 .sec_2 ul li {
  padding: 15px 0 15px 62px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 ul li {
    padding: 10px 0 10px 37px;
    font-size: 1.6rem;
  }
}
#sec2 .sec_2 ul li b {
  color: #f05082;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 ul li b {
    font-size: 2rem;
  }
}

/* @media screen and (max-width: 768px) {
  #sec2 .sec_1 ul li p {
    font-size: 36px;
  }
} */
.orange {
  color: #f05082;
  font-weight: 700;
}

#sec2 .sec_2 ul li {
  line-height: 1.4;
}
#sec2 .sec_2 ul li .large {
  font-size: 2.4rem;
  margin-right: 4px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 ul li .large {
    font-size: 2rem;
  }
}
#sec2 .sec_2 ul li .nomal {
  display: inline-block;
  color: inherit;
  font-size: 1.6rem;
  font-weight: normal;
}
#sec2 .sec_2 ul li .nomal a {
  display: inline;
}
#sec2 .sec_2 ul li .c_link1 {
  margin: 0;
}
#sec2 .sec_2 ul li::before {
  position: absolute;
  content: "";
  background: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 48px;
  height: 38px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_2 ul li::before {
    top: 15px;
    transform: none;
    width: 25px;
    background-size: 100%;
    background-position: top;
  }
}
#sec2 .sec_2 .botton_link {
  padding: 0.5em 0 2em;
  text-align: center;
}
#sec2 .sec_2 .c_indent {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 h2 {
    width: 265px;
    margin: 0 auto;
    transform: translateY(-18%);
  }
}
#sec2 .sec_3 ul {
  padding: 25px 80px 0;
  margin-bottom: -5px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 ul {
    padding: 10px 20px !important;
  }
}
#sec2 .sec_3 ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 35px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 ul li {
    display: block;
    width: 100%;
    margin: 0 0 25px;
  }
}
#sec2 .sec_3 ul li h3 {
  width: 100px;
  line-height: 1.6;
  margin: 5px 0 0;
  padding: 0 10px;
  border-radius: 4px;
  background: #f05082;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 ul li h3 {
    width: 80px;
    margin: 0 auto 5px;
    padding: 5px;
    font-size: 1.6rem;
  }
}
#sec2 .sec_3 ul li h3 span {
  display: inline-block;
  font-size: 2rem;
  transform: translateY(1px);
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 ul li h3 span {
    font-size: 1.6rem;
  }
}
#sec2 .sec_3 ul li p {
  width: 780px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 ul li p {
    width: auto;
  }
}
#sec2 .sec_3 ul li p span {
  display: inline-block;
  line-height: 1.65;
  color: #f05082;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_3 ul li p span {
    line-height: 1.4;
    margin: 0 0 5px;
    font-size: 2rem;
  }
}
#sec2 .sec_4 h2 {
  margin-top: -12px;
}
#sec2 .sec_4 .inner {
  padding-left: 77px;
  padding-right: 77px;
}
#sec2 .sec_4 .about {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 0;
  padding: 38px 0 0;
  border-top: 2px solid #e4e4e4;
}
#sec2 .sec_4 .about:first-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
#sec2 .sec_4 .about .img {
  width: 260px;
  line-height: 1.6;
  font-size: 1.5rem;
  text-align: center;
}
#sec2 .sec_4 .about .img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}
#sec2 .sec_4 .about .img span {
  font-size: 2rem;
  font-weight: bold;
}
#sec2 .sec_4 .about .text {
  order: 2;
  width: 645px;
}
#sec2 .sec_4 .about .text h3 {
  line-height: 1.6;
  margin: 0 0 12px;
  color: #f05082;
  font-size: 2.4rem;
  font-weight: bold;
}
#sec2 .sec_4 .about .text h3:nth-of-type(2n) {
  margin-top: 35px;
}
#sec2 .sec_4 .voices {
  margin: 60px 0 0;
  padding: 45px 45px 40px;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: radial-gradient(#ffffff 17%, transparent 20%), radial-gradient(#ffffff 17%, transparent 20%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}
#sec2 .sec_4 .voices h3 {
  margin: 0 0 20px;
  text-align: center;
}
#sec2 .sec_4 .voices p a {
  min-width: 300px;
  height: 40px;
  color: #f05082;
  font-size: 1.6rem;
}
#sec2 .sec_5 .inner {
  padding: 0 70px 45px;
}
#sec2 .sec_5 .inner .text_wrap {
  margin: 0 0 55px;
}
#sec2 .sec_5 .inner .text_wrap p {
  font-size: 1.7rem;
}
#sec2 .sec_5 .inner .c_btn2 {
  min-width: 300px;
  height: 40px;
  color: #f05082;
  font-size: 1.6rem;
}
#sec2 .c_btn1 {
  margin-bottom: 10px;
  min-width: 600px;
  height: 80px;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  #sec2 .c_btn1 {
    min-width: 100%;
    line-height: 1.4;
    height: auto;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
#sec2 .c_btn1::before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-width: 3px;
}
#sec2 .c_btn2 {
  margin-top: 30px;
  min-width: 500px;
  height: 60px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #sec2 .c_btn2 {
    min-width: 100%;
    margin-top: 0;
    line-height: 1.4;
    height: auto;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

/* @media screen and (max-width: 768px) {
  #sec2 .c_btn1 {
    height: 140px !important;
    line-height: 1.4;
  }
} */
#sec3 {
  position: relative;
  padding: 80px 0 30px;
}
@media screen and (max-width: 750px) {
  #sec3 {
    padding: 40px 25px;
  }
}
#sec3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, white 0%, #fcf6f9 40%, #f9e4ed 87%, #f5c6cd 100%);
  width: 100%;
  height: 1480px;
}
#sec3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, white 0%, #fcf6f9 40%, #f9e4ed 87%, #f5c6cd 100%);
  width: 100%;
  height: 1480px;
}
#sec2 > .c_btn2,
#sec3 > .c_btn2 {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  color: #f05082;
  min-width: 500px;
  height: 60px;
  margin: 30px 0 10px;
  padding: 0 30px;
}
@media screen and (max-width: 750px) {
  #sec2 > .c_btn2,
  #sec3 > .c_btn2 {
    min-width: 100%;
    line-height: 1.4;
    height: auto;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
#sec3 > .c_btn2::before {
  right: 30px;
  width: 10px;
  height: 10px;
}
#sec3 > .c_btn2._large {
  font-size: 2.2rem;
  min-width: 600px;
  height: 80px;
  margin: 0 0 15px;
}
@media screen and (max-width: 750px) {
  #sec3 > .c_btn2._large {
    min-width: 100%;
    margin: 0;
    line-height: 1.4;
    height: auto;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
#sec3 > .c_btn2._large._dis {
  color: #999999;
  background: #e4e4e4;
  border: transparent;
  pointer-events: none;
}
#sec3 > .c_btn2._large._dis::before {
  width: 13px;
  height: 13px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
}
#sec3 .sec_1 {
  background: #ffffff;
  margin-bottom: 80px;
  overflow: hidden;
  border: 2px solid #f05082;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 {
    margin: 30px 0 30px !important;
    padding: 0;
  }
}
#sec3 .sec_1 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: #f05082;
  height: 70px;
  padding: 0 0 2px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 h2 {
    height: 45px;
    font-size: 1.9rem;
  }
}
#sec3 .sec_1 h2 img {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 h2 img {
    width: 19px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 table {
    display: block;
    padding: 0 18px;
  }
}
#sec3 .sec_1 table .icon_space {
  position: relative;
}
#sec3 .sec_1 table .icon_space::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/challenge_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 124px;
  height: 124px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 table .icon_space::after {
    display: none;
  }
}
#sec3 .sec_1 table th {
  padding: 25px 30px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 230px;
  padding: 25px 0 25px 30px;
}
#sec3 .sec_1 table th .large {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6;
}
#sec3 .sec_1 table th ul.flex {
  padding: 10px 0 0;
}
#sec3 .sec_1 table th ul.flex li {
  margin: 0 20px 0 0;
}
#sec3 .sec_1 table th .list1 li {
  display: flex;
}
#sec3 .sec_1 table th .list1 li .ball, #sec3 .sec_1 table th .list1 li span {
  color: #f05082;
}
#sec3 .sec_1 table td {
  padding: 25px 30px;
}
#sec3 .sec_1 table td .large {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 table td .large {
    font-size: 1.6rem;
  }
}
#sec3 .sec_1 table td ul.flex {
  padding: 10px 0 0;
}
#sec3 .sec_1 table td ul.flex li {
  margin: 0 20px 0 0;
}
#sec3 .sec_1 table td .list1 li {
  display: flex;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 table td .list1 li {
    display: block;
  }
  #sec3 .sec_1 table td .list1 li strong {
    font-weight: normal;
  }
}
#sec3 .sec_1 table td .list1 li .ball, #sec3 .sec_1 table td .list1 li span {
  color: #f05082;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 table tbody {
    display: block;
  }
  #sec3 .sec_1 table tr {
    display: block;
  }
  #sec3 .sec_1 table th,
#sec3 .sec_1 table td {
    display: block;
    max-width: 100%;
    padding: 0 0 15px;
    border: none;
  }
  #sec3 .sec_1 table th {
    padding: 15px 0 0;
  }
  #sec3 .sec_1 table th::before {
    content: "■";
    color: #f05082;
    margin: 0 2px 0 0;
  }
  #sec3 .sec_1 table td {
    border-bottom: 1px solid #e1e1e1;
  }
  #sec3 .sec_1 table td ul {
    display: block;
    padding: 10px 0 0;
  }
  #sec3 .sec_1 table td ul li {
    margin: 0 0 10px;
  }
}
#sec3 .sec_1 table tr:nth-child(even) th, #sec3 .sec_1 table tr:nth-child(even) td {
  background: #f5f5f5;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_1 table tr:nth-child(even) th, #sec3 .sec_1 table tr:nth-child(even) td {
    background: none;
  }
}
#sec3 .sec_2 {
  background: #ffffff;
  margin-bottom: 80px;
  overflow: hidden;
  border: 2px solid #f05082;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 {
    margin: 30px 0 !important;
  }
}
#sec3 .sec_2 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: #f05082;
  height: 70px;
  padding: 0 0 2px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 h2 {
    margin: 0 0 25px;
    height: 45px;
    font-size: 1.9rem;
  }
}
#sec3 .sec_2 h2 img {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 h2 img {
    width: 19px;
    margin: 0 10px 0 0;
  }
}
#sec3 .sec_2 .inner {
  padding: 30px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 .inner {
    padding: 0 15px;
  }
}
#sec3 .sec_2 ul {
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul {
    margin: 0 0 25px;
  }
}
#sec3 .sec_2 ul li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul li {
    display: block;
    padding: 0 0 70px;
    background: url("../images/arrow2.svg") no-repeat center bottom 25px/60px;
  }
  #sec3 .sec_2 ul li:last-child {
    padding: 0;
    background: none;
  }
}
#sec3 .sec_2 ul li h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #f05082;
  background: #fdf2f6;
  width: 280px;
  padding: 50px 0 40px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul li h3 {
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    background: none;
    font-size: 1.8rem;
  }
}
#sec3 .sec_2 ul li h3 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto";
  color: #ffffff;
  background: #f05082;
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  border-radius: 100%;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul li h3 .num {
    display: inline-flex;
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
    font-size: 1.6rem;
    margin: 0 8px 0 0;
    padding: 1px 0 0 1px;
  }
}
#sec3 .sec_2 ul li h3::after {
  content: url("../images/arrow.svg");
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 85%);
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul li h3::after {
    display: none;
  }
}
#sec3 .sec_2 ul li .large {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul li .large {
    font-size: 1.6rem;
  }
}
#sec3 .sec_2 ul li .large.c_marker2 {
  background: linear-gradient(transparent 70%, #ffed00 70%);
  padding-bottom: 0;
}
#sec3 .sec_2 ul li .text {
  width: 750px;
  padding: 30px 0 30px 30px;
  border-bottom: 2px solid #cacaca;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul li .text {
    width: 100%;
    padding: 0;
    border: none;
  }
}
#sec3 .sec_2 ul li .text p {
  line-height: 30px;
}
#sec3 .sec_2 ul li .text .c_btn1 {
  margin-top: 8px;
  padding-right: 45px;
  padding-left: 45px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 ul li .text .c_btn1 {
    display: block;
    width: 100%;
    padding: 4px 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
#sec3 .sec_2 ul li:last-child h3::after {
  display: none;
}
#sec3 .sec_2 ul li:last-child .text {
  border: none;
}
#sec3 .sec_2 table {
  width: 100%;
  margin: 20px 0 0;
  border: 1px solid #cacaca;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 table {
    border: none;
    margin: 0;
  }
}
#sec3 .sec_2 table th {
  padding: 5px 10px;
  font-weight: bold;
  white-space: nowrap;
  width: 235px;
  padding-left: 20px;
}
#sec3 .sec_2 table th span {
  color: #f05082;
}
#sec3 .sec_2 table td {
  padding: 5px 10px;
  padding-right: 20px;
  padding-left: 0;
}
#sec3 .sec_2 table td:before {
  content: "：";
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 table td:before {
    display: none;
  }
}
@media all and (min-width: 751px) {
  #sec3 .sec_2 table tr:first-child th, #sec3 .sec_2 table tr:first-child td {
    padding-top: 20px;
  }
  #sec3 .sec_2 table tr:last-child th, #sec3 .sec_2 table tr:last-child td {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #sec3 .sec_2 table tr tbody {
    display: block;
  }
  #sec3 .sec_2 table tr tr {
    display: block;
  }
  #sec3 .sec_2 table tr th,
#sec3 .sec_2 table tr td {
    display: block;
    max-width: 100%;
    padding: 0 0 15px;
    border: none;
  }
  #sec3 .sec_2 table tr th {
    padding: 15px 0 0;
  }
  #sec3 .sec_2 table tr td {
    border-bottom: 1px solid #e1e1e1;
  }
  #sec3 .sec_2 table tr td ul {
    display: block;
    padding: 10px 0 0;
  }
  #sec3 .sec_2 table tr td ul li {
    margin: 0 0 10px;
  }
}
#sec3 .sec_4 {
  background: #ffffff;
  margin-bottom: 80px;
  overflow: hidden;
  border: 2px solid #f05082;
  border-radius: 10px;
  margin-bottom: 30px;
}
#sec3 .sec_4 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: #f05082;
  height: 70px;
  padding: 0 0 2px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_4 h2 {
    height: 45px;
    font-size: 1.9rem;
  }
}
#sec3 .sec_4 h2 img {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_4 h2 img {
    width: 18px;
    margin: 0 10px 0 0;
  }
}
#sec3 .sec_4 .inner {
  padding: 30px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_4 .inner {
    padding: 20px 15px;
  }
}
#sec3 .sec_4 .inner h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #f05082;
  margin: 0 0 15px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_4 .inner h3 {
    margin: 0 0 20px;
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
#sec3 .sec_4 .inner > ul {
  margin: 0 0 40px;
}
#sec3 .sec_4 .inner > ul:last-child {
  margin: 0;
}
#sec3 .sec_4 .inner > ul > li {
  margin: 0 0 20px;
}
#sec3 .sec_4 .inner > ul > li h4 a {
  display: block;
  position: relative;
  font-size: 1.6rem;
  background: #f5f5f5;
  padding: 10px 45px 8px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_4 .inner > ul > li h4 a {
    line-height: 1.4;
  }
}
#sec3 .sec_4 .inner > ul > li h4 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  background: #333333;
  width: 17px;
  height: 3px;
}
#sec3 .sec_4 .inner > ul > li h4 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  background: #333333;
  width: 17px;
  height: 3px;
  transform: rotate(90deg);
}
#sec3 .sec_4 .inner > ul > li h4 a:hover {
  opacity: 0.7;
}
#sec3 .sec_4 .inner > ul > li h4.on a::after {
  display: none;
}
#sec3 .sec_4 .inner > ul > li .a_wrap {
  display: none;
  padding: 20px 20px 20px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_4 .inner > ul > li .a_wrap {
    padding: 10px 0 20px;
  }
}
#sec3 .sec_4 .inner > ul > li .a_wrap .list1 li {
  display: flex;
  font-size: 1.5rem;
}
#sec3 .sec_4 .inner > ul > li .a_wrap .list1 li .ball, #sec3 .sec_4 .inner > ul > li .a_wrap .list1 li span {
  color: #f05082;
}
#sec3 .sec_4 .inner > ul > li .a_wrap p {
  font-size: 1.5rem;
}
#sec3 .sec_4 .inner > ul > li .a_wrap.on {
  display: block;
}
#sec3 .sec_4 .inner table {
  width: 100%;
  margin: 10px 0 0;
}
#sec3 .sec_4 .inner table th {
  line-height: 1.4;
  padding: 5px;
  font-weight: bold;
  white-space: nowrap;
  width: 225px;
  padding-left: 0;
}
#sec3 .sec_4 .inner table th span {
  color: #f05082;
}
#sec3 .sec_4 .inner table td {
  line-height: 1.4;
  padding: 5px;
  padding-right: 0;
  padding-left: 0;
}
#sec3 .sec_4 .inner table td:before {
  content: "：";
}
#sec3 .sec_4 .inner table tr:first-child th, #sec3 .sec_4 .inner table tr:first-child td {
  padding-top: 20px;
}
#sec3 .sec_4 .inner table tr:last-child th, #sec3 .sec_4 .inner table tr:last-child td {
  padding-bottom: 20px;
}
#sec3 .sec_5 {
  background: #ffffff;
  margin-bottom: 80px;
  overflow: hidden;
  border: 2px solid #f05082;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 {
    margin-bottom: 40px;
  }
}
#sec3 .sec_5 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: #f05082;
  height: 70px;
  padding: 0 0 2px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 h2 {
    height: 45px;
    font-size: 1.9rem;
  }
}
#sec3 .sec_5 h2 img {
  margin: 0 12px 0 0;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 h2 img {
    width: 18px;
    margin: 0 10px 0 0;
  }
}
#sec3 .sec_5 .inner {
  padding: 30px 30px 35px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 .inner {
    padding: 15px;
  }
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 .text_mc_01 {
    line-height: 1.6;
  }
}
#sec3 .sec_5 .large {
  font-size: 2.4rem;
}
#sec3 .sec_5 .large.c_marker2 {
  background: linear-gradient(transparent 70%, #ffed00 70%);
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 .large {
    font-size: 1.6rem;
  }
}
#sec3 .sec_5 ul {
  padding: 0 0 20px 25px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 ul {
    padding: 0;
    justify-content: space-between;
  }
}
#sec3 .sec_5 ul li {
  line-height: 1.4;
  width: 33.3%;
  padding: 10px 20px 20px 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 ul li {
    width: 47%;
    display: flex;
    margin: 0 0 10px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  #sec3 .sec_5 ul li > br {
    display: none;
  }
  #sec3 .sec_5 ul li strong {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
    font-size: 1.6rem;
    text-align: center;
  }
  #sec3 .sec_5 ul li strong.l2 {
    height: 56px;
  }
  #sec3 .sec_5 ul li strong.l3 {
    height: 84px;
  }
}
#sec3 .sec_5 ul li img {
  order: 2;
  float: left;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 ul li img {
    width: 100%;
    margin: 0 0 5px;
  }
}
#sec3 .sec_5 ul li a {
  order: 3;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_5 ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 5px;
    padding: 3px 5px;
    border: 1px solid #f05082;
    border-radius: 100px;
    color: #f05082;
    font-size: 1.4rem;
    text-decoration: none;
  }
  #sec3 .sec_5 ul li a::before {
    margin: 0 5px 0 0;
    transform: scale(0.8) translateY(2px);
  }
}
#sec3 .sec_5 ul li a:first-of-type {
  margin-top: 10px;
}
#sec3 .sec_5 ul li:nth-child(3n) {
  padding-right: 0;
}
#sec3 .sec_5 ul li .c_link1::before {
  top: 0;
}
#sec3 .sec_6 {
  background: #ffffff;
  margin-bottom: 80px;
  overflow: hidden;
  border: 2px solid #f05082;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
  border: 2px solid #f05082;
  border-radius: 10px;
}
#sec3 .sec_6 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: #f05082;
  height: 70px;
  padding: 0 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background: #f05082;
  height: 70px;
  padding: 0 0 2px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_6 h2 {
    height: 45px;
    font-size: 1.9rem;
  }
}
#sec3 .sec_6 h2 img {
  margin: 0 12px 0 0;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_6 h2 img {
    width: 18px;
    margin: 0 10px 0 0;
  }
}
#sec3 .sec_6 .inner {
  padding: 20px;
}
#sec3 .sec_6 .inner table {
  width: 100%;
}
#sec3 .sec_6 .inner table tr .icon_space {
  position: relative;
}
#sec3 .sec_6 .inner table tr .icon_space::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
  background-image: url(../images/challenge_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 124px;
  height: 124px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_6 .inner table tr .icon_space::after {
    display: block;
    position: static;
    transform: none;
  }
}
#sec3 .sec_6 .inner table tr th {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px solid #c7c7c7;
  font-weight: bold;
  width: 265px;
  border-right: 1px solid #c7c7c7;
}
#sec3 .sec_6 .inner table tr td {
  font-size: 1.6rem;
  padding: 16px 25px;
  border-bottom: 1px solid #c7c7c7;
}
#sec3 .sec_6 .inner table tr td .large {
  font-size: 1.8rem;
}
#sec3 .sec_6 .inner table tr:last-child th, #sec3 .sec_6 .inner table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_6 .inner table tr {
    display: block;
  }
  #sec3 .sec_6 .inner table tr th,
#sec3 .sec_6 .inner table tr td {
    display: block;
    padding: 0 0 15px;
    border: none;
  }
  #sec3 .sec_6 .inner table tr th {
    padding: 15px 0 0;
  }
  #sec3 .sec_6 .inner table tr th::before {
    content: "■";
    color: #f05082;
    margin: 0 2px 0 0;
  }
  #sec3 .sec_6 .inner table tr td {
    border-bottom: 1px solid #e1e1e1;
  }
}
#sec3 .sec_3 h2 {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_3 h2 {
    font-size: 2rem;
  }
}
#sec3 .sec_3 .text_wrap {
  background: #ffffff;
  padding: 28px 0;
  border: 1px solid #cacaca;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_3 .text_wrap {
    padding: 15px;
  }
}
#sec3 .sec_3 .text_wrap .text1 {
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  width: 352px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_3 .text_wrap .text1 {
    width: 100%;
    padding: 0 0 10px;
  }
}
#sec3 .sec_3 .text_wrap .text2 {
  padding: 2px 0 5px 70px;
  border-left: 2px solid #cacaca;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_3 .text_wrap .text2 {
    width: 100%;
    border: none;
    padding: 10px 0 0;
    border-top: 1px solid #cacaca;
  }
}
#sec3 .sec_3 .text_wrap .text2 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 5px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_3 .text_wrap .text2 h3 {
    font-size: 1.6rem;
    text-align: center;
  }
}
#sec3 .sec_3 .text_wrap .text2 .mail {
  position: relative;
  font-size: 1.4rem;
  margin: 5px 0 3px;
  padding: 0 0 0 43px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_3 .text_wrap .text2 .mail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
}
#sec3 .sec_3 .text_wrap .text2 .mail * {
  font-size: 1.6rem;
}
#sec3 .sec_3 .text_wrap .text2 .mail:before {
  content: url("../images/icon_mail.svg");
  position: absolute;
  top: 4px;
  left: 0;
  width: 30px;
  height: 24px;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_3 .text_wrap .text2 .mail:before {
    position: static;
    margin: 0 8px 0 0;
    transform: scale(0.9);
  }
}
#sec3 .sec_7 {
  margin: 0 0 50px;
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_7 {
    margin: 30px 0 40px !important;
    padding: 25px;
  }
}
#sec3 .sec_7 .top_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_7 .top_text_wrap {
    display: block;
    width: 100%;
  }
}
#sec3 .sec_7 .top_text_wrap h2 {
  width: 210px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_7 .top_text_wrap h2 {
    width: 100%;
    margin: 0 0 15px;
  }
  #sec3 .sec_7 .top_text_wrap h2 img {
    width: 100px;
  }
}
#sec3 .sec_7 .top_text_wrap .top_text {
  width: 740px;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  #sec3 .sec_7 .top_text_wrap .top_text {
    width: 100%;
  }
}

#sec_photolist {
  padding: 80px 0 90px;
  background: #fff url("../images/sec2_bg.png") repeat-y center 0/2051px;
}
#sec_photolist .inner {
  margin-bottom: 70px;
  padding: 40px 45px 10px;
  border: 4px solid #f05082;
  border-radius: 10px;
  background: #fff;
}
#sec_photolist .inner h2 {
  margin: 0 0 50px;
  text-align: center;
}
#sec_photolist .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sec_photolist .inner ul li {
  width: 300px;
  margin: 0 0 50px;
  text-align: center;
}
#sec_photolist .inner ul li a {
  display: inline-block;
  line-height: 1.6;
  transition: 0.3s;
  text-align: center;
}
#sec_photolist .inner ul li a .img {
  display: block;
  position: relative;
  margin: 0 0 12px;
}
#sec_photolist .inner ul li a .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #333 url("../images/icon_loupe.svg") no-repeat center;
}
#sec_photolist .inner ul li a:hover {
  opacity: 0.7;
}

#sec_voicelist {
  padding: 80px 0 90px;
  background: #fff url("../images/sec2_bg.png") repeat-y center 0/2051px;
}
#sec_voicelist .inner {
  margin-bottom: 70px;
  padding: 40px 60px;
  border: 4px solid #f05082;
  border-radius: 10px;
  background: #fff;
}
#sec_voicelist .inner h2 {
  margin: 0 0 50px;
  text-align: center;
}
#sec_voicelist .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 55px 60px 40px;
  border: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: radial-gradient(#ffffff 17%, transparent 20%), radial-gradient(#ffffff 17%, transparent 20%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}
#sec_voicelist .inner ul li {
  position: relative;
  margin: 0 0 60px;
}
#sec_voicelist .inner ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/balloon_g.svg") no-repeat 0;
  background-size: 100% 100% !important;
  opacity: 0.2;
}
#sec_voicelist .inner ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/balloon_g.svg") no-repeat 0;
  background-size: 100% 100% !important;
  opacity: 0.2;
  background-image: url("../images/balloon.svg");
  opacity: 1;
}
#sec_voicelist .inner ul li::before {
  top: 10px;
  left: 10px;
}
#sec_voicelist .inner ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 387px;
  min-height: 200px;
  padding: 30px 20px 45px 35px;
  font-size: 1.8rem;
}
#sec_voicelist .inner ul li:nth-child(even) {
  top: 55px;
}
#sec_voicelist .inner ul li:nth-child(even)::before, #sec_voicelist .inner ul li:nth-child(even)::after {
  transform: scale(-1, 1);
}
#sec_voicelist .inner ul li:nth-child(even) span {
  padding: 30px 40px 47px 40px;
}
#sec_voicelist .inner ul li:nth-child(even).large {
  top: 0;
  margin-left: auto;
}
#sec_voicelist .inner ul li:nth-child(even).large span {
  padding: 45px 60px 60px 80px;
}
#sec_voicelist .inner ul .line_ov span {
  line-height: 1.6;
  padding: 23px 10px 45px 30px !important;
}
#sec_voicelist .inner ul .large {
  margin-bottom: 50px;
}
#sec_voicelist .inner ul .large::before {
  background-image: url("../images/balloon_l_g.svg");
}
#sec_voicelist .inner ul .large::after {
  background-image: url("../images/balloon_l.svg");
}
#sec_voicelist .inner ul .large span {
  width: 787px;
  padding: 45px 60px 60px;
  justify-content: flex-start;
}

#to_top {
  position: fixed;
  bottom: 98px;
  right: 0;
}
#to_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #e31837;
}

.g-globalfooter {
  color: #fff;
}
.g-globalfooter a {
  font-size: 1.2rem;
}
.g-globalfooter p {
  color: #b4b4b4;
  font-size: 1.2rem;
  text-align: center;
}

#sec3 > ._pink {
  background: #f05082;
  color: #fff;
}
#sec3 > ._pink::before {
  border-top: solid #fff;
  border-right: solid #fff;
}

#sec2 .sec_1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 {
    margin-bottom: 30px;
  }
}
#sec2 .sec_1 .inner {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 .inner {
    padding-bottom: 0;
  }
}
#sec2 .sec_1 .inner .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 526px;
  transform: translate(-50%, 60%);
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 .inner .btn {
    bottom: -60px !important;
  }
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 .inner .btn {
    width: 100%;
  }
}
#sec2 .sec_1 .inner .btn a {
  width: 100%;
  min-width: 100%;
  height: 66px;
  border: 3px solid #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 .inner .btn a {
    height: 50px;
    font-size: 1.8rem;
  }
}
#sec2 .sec_1 .inner .btn a img {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
  #sec2 .sec_1 .inner .btn a img {
    width: 25px;
    margin: 0 10px 0 0;
  }
}

.u-mobile {
  display: none !important;
}

/* @media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  .u-mobile {
    display: block !important;
  }
} */
.p-flex {
  display: flex;
}

/* @media screen and (max-width: 768px) {
  .p-flex {
    display: block !important;
  }
  .p-flex__title {
    margin-left: auto;
    margin-right: auto;
    width: 600px !important;
  }
  .p-flex__text {
    width: 100% !important;
    margin-top: 3rem;
  }
} */
/* @media screen and (max-width: 768px) {
  .p-flex__block {
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    margin-top: 60px;
  }
} */
/* @media screen and (max-width: 768px) {
  .p-flex__h3 {
    font-size: 72px !important;
  }
  .p-flex__h4 {
    font-size: 50px !important;
    color: #333 !important;
  }
  .p-flex__40 {
    font-size: 40px !important;
  }
  .p-flex__60 {
    font-size: 40px !important;
  }
  .u-desktop {
    display: none;
  }
  .p-flex__submit {
    padding-top: 60px;
    padding-bottom: 60px;
  }
} */
.p-flex__40 {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-flex__40 {
    margin-top: 0;
  }
}

.p-flex__30 {
  margin-top: 5px;
}

/* @media screen and (max-width: 768px) {
  .p-flex__row {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .p-flex__textc {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .p-flex__textc-btn {
    font-size: 40px !important;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
} */
.p-flex__list {
  display: flex;
  flex-direction: column;
}

/* @media screen and (max-width: 768px) {
  .p-flex__list {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .p-flex__list + .p-flex__list {
    margin-top: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-ball__flex {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .float__text--sp {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__wide {
    width: 100%;
    font-size: 40px !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
} */
.p-flex__nopt {
  padding-top: initial !important;
}

.p-flex__nopb {
  padding-bottom: initial !important;
}

.p-flex__mt {
  bottom: -80px !important;
}

.p-flex__mt100 {
  margin-top: 200px !important;
}

/* @media screen and (max-width: 768px) {
  .p-flex__mt {
    bottom: -160px !important;
  }
  .p-flex__mt100 {
    margin-top: 300px !important;
  }
} */
.p-flex__mt50 {
  margin-top: 80px !important;
}

.p-flex__img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.p-flex__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

/* .mt45 {
  margin-top: 45px;
}
.mt18 {
  margin-top: 18px;
}
.mt22 {
  margin-top: 22px;
} */
@media all and (min-width: 751px) {
  .p-mv__img img {
    aspect-ratio: 1100/480;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}

/* @media screen and (max-width: 768px) {
  .p-mv__img img {
    aspect-ratio: 750/890;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-image {
    aspect-ratio: 320 / 100;
    object-fit: cover;
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-image-1 {
    aspect-ratio: 260 / 130;
    object-fit: cover;
    width: 50%;
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-image-2 {
    aspect-ratio: 300 / 130;
    object-fit: cover;
    width: 60%;
    height: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-image-3 {
    aspect-ratio: 253 / 163;
    object-fit: cover;
    width: 50%;
    height: auto;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-drawer-icon {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    aspect-ratio: 90 / 50;
    object-fit: cover;
    width: 200px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-header__right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-flex__greeting {
    aspect-ratio: 142 / 46;
    object-fit: cover;
    width: 60%;
    height: auto;
  }
} */
#nav_open {
  display: flex;
  align-items: center;
  top: 22px;
  right: 4vw;
  z-index: 1001;
}
#nav_open a {
  display: block;
  position: relative;
  width: 140px;
  padding: 30px 0 0;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
}
#nav_open a span {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 4px;
  margin: -2px 0 0;
  background: #f05082;
  transition: 0.3s;
  height: 10px;
}
#nav_open a::before, #nav_open a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 4px;
  margin: -2px 0 0;
  background: #f05082;
  transition: 0.3s;
  height: 10px;
}
#nav_open a::before {
  margin-top: -28px;
}
#nav_open a::after {
  margin-top: 22px;
}
#nav_open.on a span {
  opacity: 0;
}
#nav_open.on a::before {
  margin-top: 0;
  transform: rotate(45deg);
}
#nav_open.on a::after {
  margin-top: 0;
  transform: rotate(-45deg);
}

/* @media screen and (min-width: 769px) {
  #sp_nav {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #sp_nav {
    position: fixed;
    top: 191px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: #f05082;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
} */
/* #sp_nav.on {
  opacity: 1;
  pointer-events: all;
}
#sp_nav .top_link {
  display: flex;
  align-items: center;
  height: 18.6666666667vw;
  padding: 0 0 0 4vw;
  background: #fff;
}
#sp_nav .top_link a {
  font-size: 2.8rem;
}
#sp_nav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 2.6666666667vw 4vw;
  background: #439fad;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
#sp_nav > ul > li > a.disable {
  display: flex;
  align-items: center;
  padding: 2.6666666667vw 4vw;
  background: #e4e4e4;
  color: #999;
  font-size: 3.6rem;
  font-weight: bold;
}
#sp_nav > ul > li > a::before {
  margin: 0 2.6666666667vw 0 0;
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  transform: rotate(45deg);
  border-top: 0.8vw solid #fff;
  border-right: 0.8vw solid #fff;
}
#sp_nav > ul > li ul {
  padding: 4vw 4vw 4vw 9.3333333333vw;
}
#sp_nav > ul > li ul a {
  display: flex;
  align-items: center;
  gap: 24px;
  line-height: 1.4;
  padding: 2vw 0;
  color: #fff;
  font-size: 3.2rem;
}
#sp_nav > ul > li ul a::before {
  position: relative;
  margin: 0 2.6666666667vw 0 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-top: 0.5333333333vw solid #fff;
  border-right: 0.5333333333vw solid #fff;
}
#sp_nav > ul > li._dis > a {
  background: #e4e4e4;
  color: #999999;
  pointer-events: none;
}
#sp_nav .c_link_sns {
  margin-top: 8vw;
}
#sp_nav .c_link_sns li a {
  padding: 0 !important;
  background: none !important;
}
#sp_nav .c_link_sns li a::before {
  display: none !important;
} */
/* @media screen and (max-width: 768px) {
  .p-h2__img {
    width: 40%;
    aspect-ratio: 540 / 48;
    object-fit: cover;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-h2__img3 {
    width: 70%;
    aspect-ratio: 760 / 74;
    object-fit: cover;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-float__img {
    aspect-ratio: 100 / 140;
    object-fit: cover;
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-float__strong {
    font-size: 40px;
  }
} */
.p-saftiy__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* @media screen and (max-width: 768px) {
  .p-saftiy__flex {
    display: block;
  }
}
 */
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  img {
    height: auto !important;
  }
}
@media all and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .g-globalfooter .g-globalfooter__inr {
    width: 100% !important;
  }

  #header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
  }

  #nav_open {
    display: flex;
    align-items: center;
    position: absolute;
    top: 22px;
    right: 4vw;
    z-index: 1001;
  }

  #nav_open a {
    display: block;
    position: relative;
    width: 50px;
    padding: 30px 0 0;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0;
  }

  #nav_open a span {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  #nav_open a span,
#nav_open a::before,
#nav_open a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 4px;
    margin: -2px 0 0;
    background: #f05082;
    transition: 0.3s;
  }

  #nav_open a::before {
    margin-top: -14px;
  }

  #nav_open a::after {
    margin-top: 10px;
  }

  #nav_open.on a span {
    opacity: 0;
  }

  #nav_open.on a::before {
    margin-top: 0;
    transform: rotate(45deg);
  }

  #nav_open.on a::after {
    margin-top: 0;
    transform: rotate(-45deg);
  }

  #sp_nav {
    position: absolute;
    top: 72px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: calc(100vh - 72px);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }

  #sp_nav.on {
    opacity: 1;
    pointer-events: all;
  }

  #sp_nav .top_link {
    display: flex;
    align-items: center;
    height: 18.6666666667vw;
    padding: 0 0 0 4vw;
    background: #fff;
  }

  #sp_nav .top_link a {
    color: #fff !important;
    font-size: 2.8rem;
  }

  #sp_nav > ul > li > a {
    display: flex;
    align-items: center;
    padding: 2.6666666667vw 4vw;
    background: #ffe7ee;
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
  }

  #sp_nav > ul > li > a.disable {
    display: flex;
    align-items: center;
    padding: 2.6666666667vw 4vw;
    background: #e4e4e4;
    color: #999;
    font-size: 1.8rem;
    font-weight: bold;
  }

  #sp_nav > ul > li > a::before {
    margin: 0 2.6666666667vw 0 0;
    content: "";
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    transform: rotate(45deg);
    border-top: 0.8vw solid #000;
    border-right: 0.8vw solid #000;
  }

  #sp_nav > ul > li ul {
    padding: 4vw 4vw 4vw 9.3333333333vw;
  }

  #sp_nav > ul > li ul a {
    display: flex;
    line-height: 1.4;
    padding: 2vw 0;
    color: #000;
    font-size: 1.6rem;
  }

  #sp_nav > ul > li ul a::before {
    position: relative;
    top: 1.6vw;
    margin: 0 2.6666666667vw 0 0;
    content: "";
    display: block;
    width: 2.4vw;
    height: 2.4vw;
    transform: rotate(45deg);
    border-top: 0.5333333333vw solid #000;
    border-right: 0.5333333333vw solid #000;
  }

  #sp_nav > ul > li._dis > a {
    background: #e4e4e4;
    color: #999999;
    pointer-events: none;
  }

  #sp_nav .c_link_sns {
    margin-top: 8vw;
  }

  #sp_nav .c_link_sns li a {
    padding: 0 !important;
    background: none !important;
  }

  #sp_nav .c_link_sns li a::before {
    display: none !important;
  }
  .sp_mt0 {
    margin-top: 0 !important
  }
}


