@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  color: #0c125a;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body {
  margin: 0;
  color: #0c125a;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 160%;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #0c125a;
  text-decoration: none;
}
a:link,
a:visited {
  color: #0c125a;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd {
  margin-inline-start: 0;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
.w_70 {
  width: 70%;
}
@media screen and (max-width: 850px) {
  .w_70 {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 850px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  .outerBlock {
    min-width: 320px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
body,
p {
  line-height: 1.6;
}
@media screen and (min-width: 850px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
.innerBlock {
  max-width: 1000px;
}
@media screen and (max-width: 850px) {
  .innerBlock {
    padding: 0 15px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
button {
  outline: none;
}
.intro-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-top: 160px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .inner {
    padding: 60px 15px;
  }
}
._flex-center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.u-flex {
  display: -webkit-flex;
  display: flex;
}
.m_auto {
  margin: auto;
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  height: 109px;
  padding-top: 32px;
}
@media screen and (max-width: 850px) {
  #header {
    padding-top: 27px;
    height: 82px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#header .header_item {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1120px;
  padding: 10px 20px 10px 30px;
  border-radius: 60px;
  box-shadow: 0px 0px 20px rgba(12, 18, 90, 0.15);
  margin-top: 10px;
  background: #ffffff;
}
@media screen and (max-width: 850px) {
  #header .header_item {
    display: flex;
    padding: 10px 23px;
    margin-top: 0;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .logo {
  max-width: 107px;
  line-height: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 850px) {
  #header .header_item .logo_item .logo {
    max-width: 92px;
    margin: auto;
    z-index: 999999999;
  }
}
#header .menu_item {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 0;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item #menu_list {
  display: flex;
  text-align: left;
  column-gap: 20px;
}
@media screen and (max-width: 950px) {
  #header .menu_item #menu_list {
    column-gap: 6px;
  }
}
#header .menu_item #menu_list li a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #0c125a;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list li a {
    font-size: 12px;
  }
}
#header .menu_item #menu_list .link {
  padding-right: 20px;
  position: relative;
}
#header .menu_item #menu_list .link a {
  color: #919191;
	display:block!important;
}
#header .menu_item #menu_list .link::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/header_link_icon.png) no-repeat center / contain;
}

#header .menu_item #menu_list .url-button {
  padding-right: 20px;
  position: relative;
  margin-top: 3px;
}
@media screen and (max-width: 1100px) {
  #header .menu_item #menu_list .url-button {
    margin-top: 5px;
  }
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list .url-button {
    margin-top: 0;
  }
}
#header .menu_item #menu_list .url-button a {
  color: #919191;
	display:block!important;
}
#header .menu_item #menu_list .url-button::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/header_link_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #header .menu_item #menu_list {
    display: none;
    background: #ffffff;
    height: calc(100% - 60px);
    width: calc(100% - 40px);
    padding: 150px 20px 0 20px;
    position: fixed;
    top: 90px;
    left: 20px;
    z-index: 999999;
    overflow: scroll;
    height: 80vh;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(12, 18, 90, 0.15);
    background: linear-gradient(180deg, #dcedf2 0%, #f5e8f0 100%);
  }
  #header .menu_item #menu_list li {
    padding: 10px 0;
    width: fit-content;
    margin: auto;
  }
  #header .menu_item #menu_list li + li {
    width: fit-content;
    margin: auto;
  }
  #header .menu_item #menu_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    color: #0c125a;
    font-weight: 500;
  }
}
#header .admin_btn {
  background: linear-gradient(90deg, #f1cf42 0%, #e94455 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 25px 7px 25px;
  margin-left: 20px;
  border-radius: 60px;
  min-width: fit-content;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 950px) {
  #header .admin_btn {
    margin-left: 6px;
    padding: 5px 15px 7px 15px;
  }
}
#header .admin_btn:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: lit2 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@keyframes lit2 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(200) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 850px) {
  #header .admin_btn {
    font-size: 14px;
    padding: 5px 15px 7px 15px;
    margin-left: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 850px) {
  #header #menuBtn {
    /*background: fade(@blue, 20%);*/
    width: 17px;
    height: 15px;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    top: 46px;
    z-index: 9999999;
  }
  #header #menuBtn span {
    display: block;
    background: #0c125a;
    width: 17px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
  }
  #header #menuBtn span:nth-child(1) {
    top: 0px;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 7px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 1px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    transform: translateY(0px) rotate(45deg);
    bottom: 6px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    display: none;
  }
}
#mv {
  background: url(../img/fv_bg.jpg) no-repeat center / contain;
  background-position-y: bottom;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #mv {
    background: url(../img/fv_bg_bg.jpg) no-repeat center / contain;
    background-position-y: bottom;
    background-size: cover;
    width: 100%;
  }
}
#mv .inner {
  max-width: 1140px;
  padding-top: 140px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 850px) {
  #mv .inner {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
#mv .header_ttl {
  color: #6c9b07;
  font-size: 11px;
  margin: auto;
  max-width: 1120px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #mv .header_ttl {
    display: none;
  }
}
#mv ul {
  display: flex;
  column-gap: 45px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  #mv ul {
    display: block;
  }
}
#mv ul li {
  margin: auto;
  display: flex;
  align-items: center;
  width: calc(54% - 45px);
}
#mv ul li .mv_left {
  width: 100%;
  margin: auto;
  text-align: center;
}
#mv ul li .mv_left img {
  width: 100%;
  margin: auto;
  max-width: 428px;
}
@media screen and (max-width: 850px) {
  #mv ul li .mv_left img {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
#mv ul li .mv_left .mv_ttl {
  font-size: 26px;
  font-weight: bold;
  color: #0c125a;
  line-height: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  #mv ul li .mv_left .mv_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 1080px) {
  #mv ul li .mv_left .mv_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  #mv ul li .mv_left .mv_ttl {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}
#mv ul li .mv_left .mv_ttl span {
  color: #0a97ff;
  font-size: 34px;
}
@media screen and (max-width: 1280px) {
  #mv ul li .mv_left .mv_ttl span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1080px) {
  #mv ul li .mv_left .mv_ttl span {
    font-size: 26px;
  }
}
@media screen and (max-width: 850px) {
  #mv ul li .mv_left .mv_ttl span {
    font-size: 25px;
  }
}
#mv ul li .mv_left p {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1080px) {
  #mv ul li .mv_left p {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  #mv ul li .mv_left p {
    font-size: 20px;
    line-height: 140%;
  }
}
#mv ul li .mv_left .mv_btn {
  max-width: 408px;
  font-size: 19px;
  font-weight: bold;
  color: #0c125a;
  margin: auto;
  margin-top: 25px;
}
#mv ul li .mv_left .mv_btn .txt {
  letter-spacing: 0.5em;
}
#mv ul li .mv_left .mv_btn a {
  border-radius: 60px;
  line-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  background: #fc9213;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
#mv ul li .mv_right {
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #mv ul li .mv_right {
    text-align: center;
    width: 100%;
  }
}
#mv ul li .mv_right img {
  width: 100%;
  max-width: 504px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #mv ul li .mv_right img {
    max-width: 204px;
  }
}
@media screen and (max-width: 850px) {
  #mv ul li {
    width: 100%;
  }
}
#mv ul li:nth-child(1) {
  width: 46%;
}
@media screen and (max-width: 850px) {
  #mv ul li:nth-child(1) {
    width: 100%;
  }
}
#trouble .inner {
  padding-top: 40px;
  padding-bottom: 110px;
  position: relative;
  max-width: 955px;
}
@media screen and (max-width: 850px) {
  #trouble .inner {
    padding-bottom: 100px;
  }
}
#trouble .inner::after {
  position: absolute;
  content: "";
  width: 307px;
  height: 49px;
  bottom: 0;
  right: calc(50% - 153.5px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/trouble_icon.png) no-repeat center / contain;
}
#trouble .h2_ttl {
  font-size: 32px;
  color: #0c125a;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #trouble .h2_ttl {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
#trouble ul {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 850px) {
  #trouble ul {
    display: block;
  }
}
#trouble ul li {
  width: calc(33.3333% - 13.3333px);
  text-align: center;
}
@media screen and (max-width: 850px) {
  #trouble ul li {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
#trouble ul li:last-child {
  margin-bottom: 0;
}
#trouble ul li .img {
  max-width: 307px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  #trouble ul li .img {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
#trouble ul li .txt {
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  color: #0c125a;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #trouble ul li .txt {
    font-size: 15px;
  }
}
.bg_y {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 40px;
  line-height: 160%;
}
.bg_y span {
  background: linear-gradient(transparent 50%, #fdfaab 50%);
}
@media screen and (max-width: 850px) {
  .bg_y {
    font-size: 18px;
    margin-top: 30px;
  }
}
.point_h3_ttl {
  font-size: 38px;
  font-weight: bold;
  color: #0091eb;
  letter-spacing: 0;
  line-height: 110%;
}
@media screen and (max-width: 850px) {
  .point_h3_ttl {
    font-size: 24px;
    letter-spacing: -1px;
  }
}
.point_icon_txt {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #de1571;
}
.btn_y {
  display: block;
  color: #ffffff !important;
  background: #fc9213;
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: auto;
  border-radius: 60px;
  max-width: 630px;
  overflow: hidden;
  position: relative;
}
.btn_y:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: lit 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@keyframes lit {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(200) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 850px) {
  .btn_y {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    max-width: calc(100% - 40px);
  }
}
.btn_admin {
  margin-top: 20px;
}
.btn_admin p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .btn_admin p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.btn_admin a {
  display: block;
  color: #ffffff !important;
  background: #fc9213;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: auto;
  border-radius: 60px;
  max-width: 630px;
  overflow: hidden;
  position: relative;
}
.btn_admin a:before {
  content: "";
  width: 20px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  animation: lit 6s ease-in-out infinite;
  position: absolute;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
}
@keyframes lit {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(200) rotate(45deg);
    opacity: 0;
  }
}
@media screen and (max-width: 850px) {
  .btn_admin a {
    font-size: 18px;
    border-radius: 30px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: calc(100% - 40px);
  }
}
#point1 {
  background: url(../img/point1_bg.png) no-repeat center / contain;
  background-position-y: top;
  background-size: 100% 100%;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #point1 {
    background: url(../img/point1_bg_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#point1 .inner {
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 850px) {
  #point1 .inner {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 90px;
  }
}
#point1 .point_h2_ttl {
  padding-top: 60px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 850px) {
  #point1 .point_h2_ttl {
    padding-top: 40px;
    font-size: 22px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: -2px;
  }
}
#point1 .point_h2_ttl span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  #point1 .point_h2_ttl span {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
#point1 .point_h3_ttl {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  #point1 .point_h3_ttl {
    margin-bottom: 30px;
  }
}
#point1 .sub_ttl {
  padding-left: 46px;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 30px;
  line-height: 100%;
}
#point1 .sub_ttl::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  bottom: calc(50% - 17.5px);
  left: 0;
  background: url(../img/point_ttl_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #point1 .sub_ttl::after {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #point1 .sub_ttl {
    font-size: 18px;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
#point1 p {
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  #point1 p {
    font-size: 15px;
  }
}
#point1 .bg_y {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  #point1 .bg_y {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#point1 ul {
  display: flex;
  column-gap: 70px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  #point1 ul {
    display: block;
  }
}
#point1 ul li:nth-child(2) {
  width: 47%;
  max-width: 514px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #point1 ul li:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
}
#point1 ul li:nth-child(1) {
  width: calc(53% - 70px);
  text-align: left;
  padding-top: 10px;
}
@media screen and (max-width: 850px) {
  #point1 ul li:nth-child(1) {
    padding-top: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#point2 {
  background: url(../img/point2_bg.png) no-repeat center / contain;
  background-position-y: top;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -90px;
}
#point2 .inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  padding-bottom: 160px;
  padding-top: 150px;
}
@media screen and (max-width: 850px) {
  #point2 .inner {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 850px) {
  #point2 {
    background: url(../img/point2_bg_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
    margin-top: -70px;
  }
}
#point2 .point_h3_ttl {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #point2 .point_h3_ttl {
    max-width: 100%;
    text-align: left;
  }
}
#point2 .point_icon_txt {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #point2 .point_icon_txt {
    max-width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #point2 .point_icon_txt {
    text-align: left;
  }
}
#point2 .btn_y {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  #point2 .btn_y {
    margin-top: 70px;
  }
}
#point2 .sub_ttl {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
  width: fit-content;
  padding-left: 50px;
  padding-right: 20px;
  max-width: 1120px;
  line-height: 100%;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  #point2 .sub_ttl {
    max-width: 100%;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 140%;
    padding-left: 20px;
  }
}
#point2 .sub_ttl::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  bottom: calc(50% - 17.5px);
  left: 0;
  background: url(../img/point2_ttl_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #point2 .sub_ttl::after {
    display: none;
  }
}
#point2 .bg_y {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1120px;
  margin: auto;
  margin-top: 20px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 850px) {
  #point2 .bg_y {
    line-height: 180%;
  }
}
#point2 .logo {
  background: #ffffff;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 45px;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  #point2 .logo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
#point2 .logo img {
  width: 100%;
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 850px) {
  #point2 .logo img {
    max-width: 95px;
    margin: 0;
  }
}
#point2 .logo .m_t_20 {
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  #point2 .logo .m_t_20 {
    margin-top: 15px;
  }
}
#point2 .point2_txt {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1120px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  #point2 .point2_txt {
    max-width: 100%;
    text-align: left;
    font-size: 14px;
  }
}
#point2 .point2_content {
  position: relative;
  max-width: 1120px;
  margin: auto;
}
#point2 .point2_content::after {
  position: absolute;
  content: "";
  width: 274px;
  height: 322px;
  top: -100px;
  right: -75px;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  #point2 .point2_content::after {
    display: none;
  }
}
#point3 {
  background: url(../img/point3_bg.png) no-repeat center / contain;
  background-position-y: top;
  background-size: 100% 100%;
  width: 100%;
  margin-top: -90px;
}
@media screen and (max-width: 850px) {
  #point3 {
    margin-top: -70px;
    background: url(../img/point3_bg_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#point3 .inner {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 850px) {
  #point3 .inner {
    padding-top: 110px;
    padding-bottom: 65px;
  }
}
#point3 .point_h3_ttl {
  letter-spacing: -2px;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  #point3 .point_h3_ttl {
    letter-spacing: -2px;
    margin-bottom: 25px;
    line-height: 140%;
  }
}
@media screen and (max-width: 850px) {
  #point3 .bg_y {
    text-align: center;
  }
}
#point3 ul {
  display: flex;
  column-gap: 70px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 850px) {
  #point3 ul {
    display: block;
  }
}
#point3 ul li:nth-child(2) {
  width: 47%;
  max-width: 514px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #point3 ul li:nth-child(2) {
    width: 100%;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#point3 ul li:nth-child(1) {
  width: calc(53% - 70px);
  text-align: left;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #point3 ul li:nth-child(1) {
    padding-top: 0;
    width: 100%;
  }
}
.cta {
  width: 100%;
}
.cta .inner {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  max-width: 630px;
}
@media screen and (max-width: 850px) {
  .cta .inner {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}
.cta .inner::after {
  position: absolute;
  content: "";
  width: 107px;
  height: 103px;
  top: 50px;
  left: 12px;
}
@media screen and (max-width: 850px) {
  .cta .inner::after {
    width: 92px;
    height: 89px;
    top: 30px;
    left: calc(50% - 46px);
  }
}
@media screen and (max-width: 850px) {
  .cta .btn_y {
    max-width: 100%;
  }
}
.cta .ttl {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  .cta .ttl {
    font-size: 28px;
  }
}
.cta .sub_ttl {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.5em;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .cta .sub_ttl {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
#reason {
  background: linear-gradient(180deg, #dcedf2 0%, #f5e8f0 100%);
}
#reason .inner {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 850px) {
  #reason .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#reason .h2_ttl {
  font-size: 32px;
  color: #0c125a;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #reason .h2_ttl {
    font-size: 20px;
  }
}
#reason .reason_content li {
  margin-top: 120px;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li {
    margin-top: 70px;
  }
}
#reason .reason_content li .list {
  background: url(../img/reason_li_bg.png) no-repeat center / contain;
  background-position-y: bottom;
  background-size: 100% auto;
  border-radius: 30px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li .list {
    background: url(../img/reason_li_bg_sp.png) no-repeat center / contain;
    background-position-y: bottom;
    background-size: 100% auto;
  }
}
#reason .reason_content li:nth-child(1) {
  margin-top: 90px;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li:nth-child(1) {
    margin-top: 20px;
  }
}
#reason .reason_content li:nth-child(1) dt img {
  max-width: 241px;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li:nth-child(1) dt img {
    max-width: 190px;
  }
}
#reason .reason_content li:nth-child(1) .h3_ttl::after {
  position: absolute;
  content: "";
  width: 251px;
  height: 129px;
  top: -40px;
  right: 0;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li:nth-child(1) .h3_ttl::after {
    display: none;
  }
}
#reason .reason_content li:nth-child(2) dt img {
  max-width: 248px;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li:nth-child(2) dt img {
    max-width: 167px;
  }
}
#reason .reason_content li:nth-child(2) .h3_ttl::after {
  position: absolute;
  content: "";
  width: 179px;
  height: 164px;
  top: -75px;
  right: 75px;
  background: url(../img/reason_ttl2_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li:nth-child(2) .h3_ttl::after {
    display: none;
  }
}
#reason .reason_content li:nth-child(3) dt img {
  max-width: 289px;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li:nth-child(3) dt img {
    max-width: 231px;
  }
}
#reason .reason_content li:nth-child(3) .h3_ttl::after {
  position: absolute;
  content: "";
  width: 159px;
  height: 146px;
  top: -50px;
  right: 130px;
  background: url(../img/reason_ttl3_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li:nth-child(3) .h3_ttl::after {
    display: none;
  }
}
#reason .reason_content li .txt_item {
  padding: 0 80px 80px 80px;
  display: flex;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li .txt_item {
    display: block;
    padding: 0 20px 65px 20px;
    margin-top: 20px;
  }
}
#reason .reason_content li .txt_item dt {
  width: calc(46% - 100px);
  text-align: center;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li .txt_item dt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#reason .reason_content li .txt_item dt img {
  margin: auto;
}
#reason .reason_content li .txt_item dd {
  width: 54%;
  margin-left: 100px;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li .txt_item dd {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#reason .reason_content li .txt_item dd .dd_ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 40px;
  line-height: 160%;
  color: #0a97ff;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li .txt_item dd .dd_ttl {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
#reason .reason_content li .txt_item dd .dd_ttl span {
  background: linear-gradient(transparent 70%, #fdfaab 70%);
}
#reason .reason_content li .txt_item dd p {
  font-size: 16px;
  line-height: 160%;
  text-align: left;
}
#reason .reason_content li .txt_item dd p span {
  font-size: 14px;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 850px) {
  #reason .reason_content li .txt_item dd p span {
    margin-top: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 850px) {
  #reason .reason_content li .txt_item dd p {
    font-size: 14px;
  }
}
#reason .h3_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: url(../img/reason_ttl_bg.png) no-repeat center / contain;
  background-position-y: bottom;
  background-size: 100% 100%;
  width: 100%;
  border-radius: 30px 30px 0 0;
  padding-top: 25px;
  padding-bottom: 50px;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 850px) {
  #reason .h3_ttl {
    background: url(../img/reason_ttl_bg_sp.png) no-repeat center / contain;
    background-position-y: bottom;
    background-size: 100% 100%;
    font-size: 20px;
    padding-top: 20px;
  }
}
#sevice {
  background: #ffffff;
}
#sevice .inner {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  #sevice .inner {
    padding-bottom: 50px;
  }
}
#sevice .sevice_ttl {
  font-size: 26px;
  font-weight: bold;
}
#sevice .sevice_ttl span {
  color: #0a97ff;
}
@media screen and (max-width: 850px) {
  #sevice .sevice_ttl {
    font-size: 18px;
  }
  #sevice .sevice_ttl span {
    display: block;
  }
}
#sevice p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  #sevice p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
#sevice img {
  max-width: 465px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #sevice img {
    max-width: 100%;
  }
}
#action .inner {
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
}
#action .inner::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 187px;
  top: 55px;
  right: 20px;
}
@media screen and (max-width: 850px) {
  #action .inner::after {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #action .inner {
    padding-top: 70px;
  }
}
#action .h2_ttl {
  font-size: 32px;
  font-weight: bold;
}
#action .h2_ttl span {
  color: #0a97ff;
}
@media screen and (max-width: 850px) {
  #action .h2_ttl {
    font-size: 24px;
  }
}
#action p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  #action p {
    font-size: 16px;
  }
}
#action ul {
  display: flex;
  column-gap: 43px;
  margin-top: 70px;
  position: relative;
  padding-bottom: 130px;
}
#action ul::after {
  position: absolute;
  content: "";
  width: 307px;
  height: 49px;
  bottom: 0;
  right: calc(50% - 153.5px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/trouble_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #action ul::after {
    width: 186px;
    height: 30px;
    right: calc(50% - 93px);
  }
}
@media screen and (max-width: 850px) {
  #action ul {
    padding-bottom: 90px;
    margin-top: 60px;
    display: block;
  }
}
#action ul li {
  width: calc(33.3333% - 28.6666px);
  position: relative;
  text-align: center;
}
@media screen and (max-width: 850px) {
  #action ul li {
    width: 100%;
    margin-bottom: 50px;
  }
}
#action ul li .list_icon {
  position: absolute;
  transform: rotate(-8.34deg);
  font-size: 43px;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  color: #0c125a;
  left: 10px;
  top: -15px;
  z-index: 50;
}
#action ul li .img {
  width: 100%;
  border-radius: 100%;
  max-width: 240px;
  margin: auto;
  position: inherit;
  z-index: 5;
}
#action ul li .list_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #69c9fd;
  border-radius: 36px;
  padding: 13px 10px;
  text-align: center;
  margin-top: -25px;
  position: inherit;
  z-index: 10;
  line-height: 130%;
  letter-spacing: 0;
}
@media screen and (max-width: 850px) {
  #action ul li .list_ttl {
    font-size: 16px;
    padding: 10px;
  }
}
#action ul li:nth-child(2) .list_ttl {
  background: #c1a0ff;
}
#action ul li:nth-child(3) {
  margin-bottom: 0;
}
#action ul li:nth-child(3) .list_ttl {
  background: #ffa0cb;
}
#action .cpy_txt {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}
@media screen and (max-width: 850px) {
  #action .cpy_txt {
    font-size: 26px;
    padding: 45px 0;
  }
}
#action .cpy_txt::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  top: calc(50% - 17px);
  left: 0;
  background: url(../img/cpy_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #action .cpy_txt::before {
    top: 0;
  }
}
#action .cpy_txt::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  bottom: calc(50% - 17px);
  right: 0;
  background: url(../img/cpy_icon.png) no-repeat center / contain;
}
@media screen and (max-width: 850px) {
  #action .cpy_txt::after {
    bottom: 0;
  }
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 74px;
  z-index: 9999;
}
@media screen and (max-width: 850px) {
  .pagetop {
    right: 10px;
    max-width: 47px;
    bottom: 10px;
  }
}
#footer .footer_list {
  text-align: center;
  background: #efecec;
}
#footer .footer_list .inner {
  padding-top: 70px;
  padding-bottom: 55px;
}
@media screen and (max-width: 850px) {
  #footer .footer_list .inner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
#footer .footer_list .logo {
  max-width: 220px;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 850px) {
  #footer .footer_list .logo {
    margin-bottom: 40px;
  }
}
#footer .footer_list .logo img {
  width: 100%;
}

#footer .footer_list ul {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 850px) {
  #footer .footer_list ul {
    display: block;
    text-align: center;
  }
}
#footer .footer_list ul li {
  position: relative;
  width: fit-content;
  margin: auto;
}
#footer .footer_list ul li a {
  color: #0c125a !important;
  font-size: 14px;
	display: block!important;
}
@media screen and (max-width: 850px) {
  #footer .footer_list ul li + li {
    margin-top: 15px;
  }
}
#footer .footer_list ul .link {
  position: relative;
  padding-right: 20px;
}
#footer .footer_list ul .link::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/footer_link_icon.png) no-repeat center / contain;
}
#footer .footer_list ul .url-button {
  position: relative;
  padding-right: 20px;
}
#footer .footer_list ul .url-button::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/footer_link_icon.png) no-repeat center / contain;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 10px 20px 15px 20px;
}

/* -----------
LP2
--------------- */

/* fv */
.fv {
  padding-bottom: 170px;
  background-image: url(../img/lp2/fv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: right;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .fv {
    padding-bottom: 320px;
  }
}

.fv__inner {
  max-width: 1210px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.fv__contents {
  width: 628px;
  /* padding-top: 200px; */
  padding-top: 175px;
}
@media screen and (min-width: 1440px) {
  .fv__contents {
    padding-top: 205px;
  }
}
@media screen and (max-width: 1000px) {
  .fv__contents {
    width: 450px;
  }
}

.fv__sns-img {
  /* width: 96%; */
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .fv__sns-img {
    width: 96%;
  }
}

.fv__text-block {
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 22px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .fv__text-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fv__text-title {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #0c125a;
  line-height: 1;
  font-weight: 700;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}

.fv__text-title.fv__text-title--color {
  color: #0a97ff;
  display: inline-block;
}

.fv__text {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #0c125a;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 13px;
}

.fv__button-block {
  margin-top: 32px;
  text-align: center;
}

.fv__button-text {
  display: inline-block;
  letter-spacing: 0.5em;
  font-weight: 700;
  line-height: 1;
  color: #0c125a;
  font-size: 19px;
  text-align: center;
}

.fv__button {
  margin-top: 6px;
  display: inline-block;
  text-align: center;
  background-color: #fc9213;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 9999px;
  padding: 16px 0;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 850px) {
  .fv {
    padding-bottom: 160px;
    background-image: url(../img/lp2/fv_bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: right;
  }

  .fv__contents {
    width: 51%;
    padding-top: 150px;
    max-width: 380px;
    min-width: 200px;
  }

  .fv__text-block {
    text-align: center;
    padding: 8px;
  }

  .fv__text-title {
    font-size: 20px;
    line-height: 1.24;
  }

  .fv__text-title.fv__text-title--color {
    font-size: 26px;
    display: inline;
  }

  .fv__text-title.fv__text-title--color span {
    font-size: 20px;
  }

  .fv__text {
    letter-spacing: -0.03em;
    line-height: 1.333;
    margin-top: 45px;
    text-align: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .fv__button-block {
    margin-top: 35px;
  }

  .fv__button {
    margin-top: 11px;
    line-height: 1.2;
    padding: 13px 0;
    max-width: 600px;
  }
}

@media screen and (max-width: 560px) {
  .fv {
    padding-bottom: 0;
    background-position-x: 50%;
  }
}

/* check */
.check {
  padding-top: 178px;
  padding-bottom: 110px;
  background-image: url(../img/lp2/check_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.check__inner {
  max-width: 1130px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.check__title-main {
  text-align: center;
  color: #0c125a;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1875;
}

.check__contents {
  margin-top: 32px;
}

.check__text {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  color: #0c125a;
}

.check__flex {
  margin-top: 33px;
  display: flex;
  gap: 10px;
}

.check__title-sub {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #0c125a;
}

.check__img {
  margin-top: 16px;
  aspect-ratio: 535 / 233;
  border-radius: 5px;
}

.check__img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 850px) {
  .check {
    padding-top: 72px;
    padding-bottom: 50px;
    background-image: url(../img/lp2/check_bg-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .check__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .check__title-main {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -0.08em;
  }

  .check__contents {
    margin-top: 10px;
  }

  .check__text {
    font-size: 15px;
    text-align: left;
    line-height: 1.66667;
  }

  .check__flex {
    margin-top: 28px;
    flex-direction: column;
    gap: 22px;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .check__title-sub {
    font-size: 13px;
  }

  .check__img {
    margin-top: 11px;
    aspect-ratio: 335 / 146;
  }
}

/* qa */
.qa {
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: url(../img/lp2/qa_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.qa__inner {
  max-width: 1130px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.qa__title-main {
  text-align: center;
  color: #0c125a;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}

.qa__contents {
  margin-top: 85px;
}

.qa__content {
  border-bottom: 1px solid #707070;
  padding-bottom: 30px;
}

.qa__content + .qa__content {
  margin-top: 30px;
}

.qa__title {
  padding-left: 55px;
  font-size: 24px;
  color: #0a97ff;
  font-weight: 700;
  position: relative;
  line-height: 1.6363;
}

.qa__title::before {
  content: "";
  background-image: url(../img/lp2/qa_q.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}

.qa__text {
  padding-left: 55px;
  font-size: 16px;
  color: #0c125a;
  font-weight: 400;
  position: relative;
  line-height: 1.5625;
  margin-top: 30px;
}

.qa__text::before {
  content: "";
  background-image: url(../img/lp2/qa_a.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: -10px;
}

@media screen and (max-width: 850px) {
  .qa {
    padding-top: 57px;
    padding-bottom: 50px;
  }

  .qa__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .qa__title-main {
    font-size: 24px;
  }

  .qa__contents {
    margin-top: 34px;
  }

  .qa__content {
    padding-bottom: 26px;
  }

  .qa__title {
    padding-left: 55px;
    font-size: 22px;
    position: relative;
  }

  .qa__text {
    padding-left: 55px;
    font-size: 14px;
    position: relative;
  }
}
