@charset "utf-8";

@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url('Fonts/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url('Fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url('Fonts/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: "KozGoPr6N-Regular";
  src: url('Fonts/KozGoPr6N-Regular.otf') format('opentype');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all .5s;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}


abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input[type="submit"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  /* 16px*/
  color: #231815;
  line-height: 1.5;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}


.inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

#main {
  overflow: hidden;
}

/* -----------------------
          header
-------------------------- */
.header_fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
}

.header_fx_l img {
  width: 100%;
  vertical-align: middle;
  max-width: 245px;
}

.header_fx_r {
  display: flex;
  align-items: center;
  column-gap: 30px;
  width: 100%;
  max-width: 570px;
}

.header_fx_r img {
  max-width: 323px;
}

.header_fx_r a {

  display: inline-block;
  color: #fff;
  font-family: "NotoSansCJKjp-Bold";
  font-weight: bold;
  background-color: #e01c75;
  width: 100%;
  max-width: 220px;
  font-size: 17px;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
  cursor: pointer;
}

.header_fx_r a span {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 500 !important;
  font-size: 10px;
}

@media screen and (max-width:768px) {

  .header_fx_r img {
    max-width: 130px;
  }

  .header_fx_l img {
    width: 100%;
    max-width: 100px;
  }

  .header_fx {
    height: 50px;
  }

}

.header_nav ul {
  display: flex;
  background-color: #000000;
  align-items: center;
  column-gap: 60px;
  padding: 15px 0px;
  justify-content: center;
}

.header_nav li {
  position: relative;
}

.header_nav li:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: -17px;
  margin-top: -2px;
  transform: rotate(45deg);
}

.header_nav ul a {
  color: #fff;
  font-family: "KozGoPr6N-Regular";
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width:768px) {

  .header_fx_r a,
  .header_nav {
    display: none;
  }

  .header_fx {
    justify-content: space-between;
  }

  .header_fx_r {
    column-gap: 30px;
    width: auto;
    max-width: 570px;
  }
}

/* -----------------------
          top
-------------------------- */


.slider_box {
  position: relative;
  height: 55vw;
}

.slider_box p img {
  width: 50%;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

@media screen and (max-width:768px) {

  .slider_box {
    position: relative;
    height: 152vw;
  }

  .slider_txt {
    top: 35%;
    left: 50%;
    width: 100%;
  }

  .slider_txt img.xm_logo{
    margin-top: 40px;
  }
}

.slider_txt {
  position: absolute;
  color: #fff;
  top: 48%;
  left: 33%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider_txt img.xm_logo{
  margin-top: 40px;
}

.slider_txt02 {
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider_txt h2 {
    font-size: clamp(60px, 3.69vw, 47px);
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8.4%;
}

.slider_txt h2 span {
    font-weight: 500;
}

.slider_txt p {
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 500;
  margin-top: 9.4%;
  letter-spacing: .04em;
}

.slider_txt img {
  width: 55%;
  max-width: 230px;
  margin: 0 auto;
}

.slider_txt img.header_kameiten {
  width: 100%;
  max-width: 300px;
  margin: 30px auto;
}

@media screen and (max-width:768px) {

  .slider_txt h2 {
    font-size: 50px;
    line-height: 1.45;
    margin-top: 5.35%;
  }

  .slider_txt img {
    width: 100%;
    max-width: 258px;
    margin: 0 auto;
  }

  .slider_txt p {
    font-size: 25px;
    margin-top: 5.34%;
  }
}

@media screen and (max-width:479px) {

  .slider_txt h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 5.35%;
  }

  .slider_txt h2 span{
      font-weight: 500;
  }

  .slider_txt img {
    width: 100%;
    max-width: 158px;
    margin: 0 auto;
  }

  .slider_txt img.header_kameiten {
    width: 100%;
    max-width: 300px;
    margin: 30px auto;
  }

  .slider_txt p {
    font-size: 18px;
    margin-top: 5%;
  }
}

.sp_br {
  display: none;
}


.top_visual {
  position: relative;
}

#top_btn {
  position: absolute;
  right: 12px;
  bottom: 18px;
  width: 139px;
  height: 139px;
}

@media screen and (max-width:768px) {

  #top_btn {
    right: 15px;
    bottom: 18px;
    width: 88px;
    height: 88px;
  }

}


.btn_bg {
  background: url(./img/btn.png);
  background-size: cover;
  -webkit-animation: rotate-btn 20s linear infinite;
  animation: rotate-btn 20s linear infinite;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate-btn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-btn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#top_btn a,
#c_btn a {
  color: #fff;
  font-size: 15px;
  line-height: 1.16;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 78%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

#top_btn a span,
#c_btn a span {
  font-size: 10px;
}

@media screen and (max-width:768px) {

  #top_btn a,
  #c_btn a {
    font-size: 12px;
    line-height: 1.16;
    width: max-content;
    top: 75%;
  }

  #top_btn a span,
  #c_btn a span {
    display: block;
    transform: scale(0.7);
  }
}



#c_btn {
  width: 139px;
  height: 139px;
  display: none;
  position: fixed;
  right: 12px;
  bottom: 100px;
  cursor: pointer;
}


@media screen and (max-width:768px) {


  #c_btn {
    right: 12px;
    width: 88px;
    height: 88px;
  }

  .sp_br {
    display: block;
  }

  .pc_br {
    display: none;
  }

}


.a_btn {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 78px;
  font-size: 24px;
  border-radius: 10px;
  text-decoration: none;
  background-color: #18943b;
  color: #fbfbfb;
  text-align: center;
  transition: .2s;
}

.a_btn:before,
.a_btn:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #18943b;
  transform: translate3d(0, 0, 0);
}

.a_btn:before {
  animation: anime 1.5s ease-out infinite;
}

.a_btn:after {
  animation: anime 1.5s ease-out 1.5s infinite;
}

@keyframes anime {
  0% {
    transform: scale(.95);
    opacity: 1
  }

  90% {
    opacity: .1
  }

  to {
    transform: scale(1.2, 1.4);
    opacity: 0
  }
}

.a_btn {
  display: block;
  text-align: center;
}

.a_btn_text {
  background: none;
  border: none;
  padding: 0;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  margin-top: 0.5%;
  font-weight: 600;
}

.btn_under_text {
  font-size: 30px;
}

.a_btn_yellow {
  color: #fff100;
}

@media screen and (max-width:768px) {

  .a_btn {
    position: relative;
    margin: 10% auto;
    width: 80%;
    height: 78px;
    line-height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .a_btn:before,
  .a_btn:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 78px;
    top: 0;
    left: 0;
    background: #18943b;
    transform: translate3d(0, 0, 0);
  }

  .a_btn_text {
    font-size: 20px;
    margin: 5% auto;
  }

  .btn_under_text {
    font-size: 24px;
  }

}

/* -----------------------
          about
-------------------------- */

#about {
  text-align: center;
}

#about .frst_txt {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: bold;
  color: #200000;
  letter-spacing: .2em;
  margin-bottom: 5px;
  background-color: #a9bc00;
  padding: 5% 0;
}

#about .frst_txt .txtbig01 {
  font-size: clamp(45px, 4.8vw, 69px);
}

.incentive img {
  width: 60%;
  margin: 2% auto;
}

.incentive_sp {
    display: none;
}

@media screen and (max-width:768px) {

  #about .frst_txt {
    font-size: 16px;
    letter-spacing: .26em;
    margin-bottom: 24px;
  }

  #about .frst_txt .txtbig01 {
    font-size: 20px;
  }

  .incentive img {
    width: 100%;
    margin: 2% auto;
    margin-bottom: 8%;
  }

  .incentive_pc {
      display: none;
  }

  .incentive_sp {
    display: block;
  }

}

#about .green_txt {
  font-size: 26px;
  color: #aabd00;
  display: inline-block;
  letter-spacing: .06em;
  background-color: #231815;
  width: 90%;
  max-width: 700px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 95px;
}

@media screen and (max-width:768px) {

  #about .green_txt {
    font-size: 17px;
    margin-bottom: 30px;
    height: 28px;
    line-height: 28px;
    width: 100%;
    max-width: 500px;
  }
}

#about .dot {
  font-size: clamp(35px, 3.5vw, 43px);
  font-weight: 500;
  letter-spacing: .06em;
  color: #000000;
  margin-bottom: 45px;
}

#about .dot span {
  border-bottom: 3px dotted #000000;
}

#about h2 {
  font-size: clamp(45px, 4.5vw, 60px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: .06em;
  color: #000000;
  margin-bottom: 40px;
}

#about .red_txt {
  font-family: "NotoSansCJKjp-Bold";
  font-weight: bold;
  font-size: 24px;
  line-height: 1.375;
  color: #c8000e;
  border: 5px solid #c8000e;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 12px 0;
}

@media screen and (max-width:768px) {

  #about .dot {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #about h2 {
    font-size: 33px;
    line-height: 1.27;
    margin-bottom: 18px;
  }

  #about .red_txt {
    font-size: 12px;
    max-width: 240px;
    margin: 0 auto;
    padding: 7px 0;
    border: 2.5px solid #c8000e;

  }

}

/* -----------------------
          contents01
-------------------------- */

/* 共通 */
.contents_ttl {
  text-align: center;
}

.contents_ttl p {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: .24em;
  line-height: 1.96;
  margin-top: 5px;
}

.contents_ttl h2 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: .06em;
  background-color: #231815;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: 52px;
  line-height: 52px;
}

.contents_ttl img {
  max-width: 146px;

}

@media screen and (max-width:768px) {
  .contents_ttl h2 {
    max-width: none;
    font-size: 31px;
  }

  .contents_ttl img {
    max-width: 117px;

  }

  .contents_ttl p {
    font-size: 22px;
    margin-top: 5px;
  }
}

#content01 {
  background-color: #a9bc00;
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 240px;
  margin-top: 75px;
}

.house_img {
  max-width: 125px;
  margin-top: 64px;
}

@media screen and (max-width:768px) {

  #content01 {
    padding-top: 60px;
    padding-bottom: 190px;
    margin-top: 18px;
  }

  .house_img {
    max-width: 72px;
    margin-top: 34px;
  }

}

.contents_box p {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .24em;
  margin-top: 20px;
}

.contents_box_fx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  max-width: 622px;
  margin: 0 auto;
  margin-top: 70px;

}

.contents01_box_fx img {
  max-width: 230px;
}

@media screen and (max-width:768px) {
  .contents01_box_fx img {
    max-width: 114px;
  }

  .contents_box p {
    font-size: 22px;
    margin-top: 12px;
    line-height: 1.36;
  }

  .contents01_box_fx {
    flex-direction: column;
    margin-top: 30px;
  }
}

.contents01_box_fx p {
  letter-spacing: .24em;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.contents_box_abs {
  background-color: #fff;
  border-radius: 50%;
  width: 304px;
  height: 304px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
}

.contents_box_abs p {
  font-weight: 500;
  font-size: 31px !important;
  line-height: 1.38 !important;
  letter-spacing: .06em;

}

@media screen and (max-width:768px) {

  .contents01_box_fx p {
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
  }

  .contents_box_abs {
    width: 200px;
    height: 200px;
    bottom: -3%;
    left: 50%;
  }

  .contents_box_abs p {
    font-size: 22px !important;
    line-height: 1.27 !important;

  }



}

/* -----------------------
          contents02
-------------------------- */

#content02 {
  text-align: center;
  padding-top: 105px;
  padding-bottom: 160px;
}

.contents02_box_fx {
  column-gap: 40px;
  margin-top: 97px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 880px;
}


.contents02_box_fx img {
  width: 100%;
}

@media screen and (max-width:768px) {

  #content02 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 45px;
  }

  #content02 p {
    font-size: 22px;
    line-height: 1.54;
  }

  .contents02_box_fx {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .contents02_box_fx img {
    width: 100%;
  }

  .contents02_box_fx .sp_only {
    width: 100%;
    max-width: 600px;
  }
}

#content02 p {
  font-weight: 500;
  font-size: clamp(32px, 2.8vw, 36px);
  line-height: 1.5;
  letter-spacing: .24em;
}

.contents02_img {
  margin-top: 70px;
  margin-bottom: 145px;
  max-width: 750px;
}

.contents02_img02 {
  margin-top: 95px;
  max-width: 880px;
}

@media screen and (max-width:768px) {

  #content02 p {
    font-size: 22px;
    line-height: 1.5;
  }

  .contents02_img {
    margin-top: 34px;
    margin-bottom: 60px;
    max-width: 750px;
  }

  .contents02_img02 {
    margin-top: 32px;
    max-width: 600px;
  }

}


/* -----------------------
          case01
-------------------------- */

#case01 {
  text-align: center;
  /* padding-bottom: 85px; */
}

.case_ttl h2 {
  font-family: "NotoSansCJKjp-Bold";
  font-weight: bold;
  background-color: #200000;
  color: #fff;
  font-size: 31px;
  display: inline-block;
  width: 210px;
  height: 58px;
  line-height: 58px;
  border-radius: 16px;
  margin-top: 30px;
  letter-spacing: .3em;
  margin-bottom: 53px;
}

.case_ttl p {
  font-size: 24px;
  letter-spacing: .68em;
  font-weight: 500;
}

@media screen and (max-width:768px) {

  .case_ttl p {
    font-size: 16px;
    letter-spacing: .6em;
  }

  .case_ttl h2 {
    font-size: 21px;
    width: 140px;
    height: 38px;
    border-radius: 11px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

}

.case_fx {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}

.case_fx01 {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 85px;
  justify-content: space-between;
  margin-bottom: 95px;
  column-gap: 10px;
}

.simcard {
  width: 37%;
  max-width: 285px;
}

.simcard img {
  max-width: 210px;
}

.case_fx_box {
  width: 62%;
  max-width: 460px;
}

.simcard p {
  font-family: "NotoSansCJKjp-Bold";
  font-size: clamp(20px, 2.5vw, 24px);
  letter-spacing: .16em;
  line-height: 1.33;
  font-weight: bold;
  margin-top: 25px;
}

@media screen and (max-width:768px) {

  .horie_sp {
    max-width: 700px;
    margin: 0 auto;
  }

  .case_fx01 {
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .simcard {
    width: 100%;
    max-width: none;
  }

  .simcard img {
    width: 100%;
    max-width: 218px;
  }

  .simcard p {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .case_fx_box {
    width: 95%;
    max-width: 460px;
  }
}


.case01_img03 {
  max-width: 830px;
}

.case_fx01__02 {
  align-items: center;
  justify-content: space-between;
  background-color: #666666;
  padding: 35px 70px;
  width: 100%;
  max-width: 882px;
  margin: 0 auto;
  margin-top: 85px;

}

.horie-useronly-tokuten {
  color: #726931;
  text-align: center;
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.horie-toku__box {
  display: grid;
  width: 90%;
  max-width: 800px;
  margin: 5rem auto;
  gap: 3rem;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}


@media screen and (max-width:768px) {

  .case_fx01__02 {
    flex-direction: column;
    margin-top: 30px;
    padding: 30px 0;

  }

  .case01_img03 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }

    .horie-toku__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .horie-toku__box img:last-child {
    grid-column: 1 / -1;
    display: block;
    margin: 0 auto;
  }

}


.case_fx01__02 img {
  width: 31%;
  max-width: 230px;
}

.case_fx01__02 p {
  color: #fff;
  font-size: clamp(33px, 3.5vw, 40px);
  font-family: "NotoSansCJKjp-Bold";
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .16em;
}

@media screen and (max-width:768px) {

  .case_fx01__02 img {
    width: 100%;
    max-width: 260px;
  }

  .case_fx01__02 p {
    font-size: 24px;
    line-height: 1.33;
    margin-top: 25px;
  }

}

/* -----------------------
          case02
-------------------------- */

#case02 {
  text-align: center;
  padding-bottom: 115px;
}

.case_fx02 {
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 70px;
  align-items: flex-end;
}


@media screen and (max-width:768px) {

  #case02 {
    padding-bottom: 35px;
  }

  .case_fx02 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .daigo_sp {
    max-width: 700px;
    margin: 0 auto;
  }
}

.case_fx02 img {
  width: 100%;
}

.case02_img04 {
  max-width: 450px;
  margin-bottom: 35px;
}

.case_fx02__02 {
  background-color: #0095db;
  width: 100%;
  max-width: 882px;
  margin: 0 auto;
  padding: 30px 60px 30px 45px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width:768px) {

  .case_fx02 img {
    width: 95%;
    max-width: 460px;
  }

  .case_fx02 .case02_img02 {
    width: 90%;
  }

  .case_fx02__02 {
    flex-direction: column;
    width: 95%;
    max-width: 500px;
    padding: 5px 5px 17px 5px;

  }

  .case02_img04 {
    width: 75%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.case_fx02__02 p {
  font-family: "NotoSansCJKjp-Bold";
  font-weight: bold;
  color: #fff;
  text-align: left;
  font-size: clamp(28px, 3.5vw, 37px);
  line-height: 1.67;
  letter-spacing: .12em;
  margin: auto;
}

.case_fx02__02 img {
  width: 39%;
  max-width: 305px;
}

@media screen and (max-width:768px) {

  .case_fx02__02 img {
    width: 100%;
    max-width: none;
  }

  .case_fx02__02 p {
    text-align: center;
    font-size: 17px;
    line-height: 1.58;
    margin-top: 17px;
  }
}

/* -----------------------
          case03
-------------------------- */

#case03 {
  background-color: #f4f5f5;
  padding-top: 85px;
  padding-bottom: 90px;
  text-align: center;
}

#case03 img {
  max-width: 700px;
}

@media screen and (max-width:768px) {

  #case03 {
    background-color: #f4f5f5;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
  }

  #case03 img {
    width: 90%;
    max-width: 600px;
  }

}

/* -----------------------
          contents03
-------------------------- */

#content03 {
  text-align: center;
  padding-bottom: 90px;
}

#content03 .contents03_bg {
  background-color: #a9bc00;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 153px;
}

#content03 .contents_ttl h2 {
  max-width: 470px;
}

.contents03_img {
  max-width: 750px;
  margin-top: 10px;
}

#content03 .contents03_bg .contents03_txt {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .026em;
  text-align: left;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width:768px) {

  #content03 {
    text-align: center;
    padding-bottom: 40px;
  }

  #content03 .contents03_bg {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  #content03 .contents03_bg .contents03_txt {
    font-size: 12px;
    line-height: 1.5;
    max-width: 760px;
    width: 83%;
    margin-top: 30px;
  }
}


.plus {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  max-width: 64px;
  margin-bottom: 32px;

}


#content03 .e_sim {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: .08em;
  border: 2px solid #231815;
  text-align: center;
  display: inline-block;
  height: 92px;
  line-height: 89px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 30px;

}

@media screen and (max-width:768px) {

  .plus {
    margin-top: 14px;
    max-width: 32px;
    margin-bottom: 0;

  }

  #content03 .e_sim {
    font-size: 19px;
    border: 1px solid #231815;
    height: 34px;
    line-height: 32px;
    width: 100%;
    max-width: 300px;
    margin-top: 15px;

  }


}


.circle_box {
  width: max-content;
  margin: 0 auto;
  margin-top: 98px;
  position: relative;
  z-index: 1;
}

.circle_box::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 304px;
  height: 304px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.circle_box p {
  font-size: 31px;
  letter-spacing: .06em;
  line-height: 1.38;
  font-weight: 500;

}

@media screen and (max-width:768px) {

  .circle_box {
    margin-top: 60px;
  }

  .circle_box p {
    font-size: 22px;
    letter-spacing: .06em;
    line-height: 1.27;

  }

  .circle_box::before {
    width: 200px;
    height: 200px;
  }

}

#content03 .contents03_txt02 {
  margin-top: 100px;
  margin-bottom: 70px;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: .06em;
  line-height: 1.5;
}

#content03 .font01 {
  font-weight: 500;
  font-size: clamp(45px, 4.2vw, 58px);
  letter-spacing: .06em;
  line-height: 1.41;
}

.contents03_img02 {
  max-width: 760px;
  margin-top: 45px;
  margin-bottom: 65px;
}

@media screen and (max-width:768px) {

  #content03 .contents03_txt02 {
    margin-top: 65px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.35;
  }

  #content03 .font01 {
    font-size: 22px;
    line-height: 1.36;
  }

  .contents03_img02 {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 40px;

  }
}

.contents03_txt03 {
  font-weight: 900;
  font-size: 33px;
}

.contents03_box_fx {
  margin-top: 42px;
  width: 95%;
  max-width: 1053px;
  justify-content: space-between;
  column-gap: 10px;
}

.contents02_box_fx_box {
  background-color: #f2f2f2;
  padding: 30px 50px;
  width: 48%;
  max-width: 500px;
  height: 37.5vw;
  max-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents02_box_fx_box:last-child img {
  width: 90%;
  /* max-width: 350px; */
}

.sp_only {
  display: none !important;
}

@media screen and (max-width:768px) {

  .contents03_box_fx {
    flex-direction: column;
    row-gap: 40px;
    margin-top: 0;
  }

  .contents02_box_fx_box {
    background-color: transparent;
    width: 100%;
    max-width: 320px;
    height: auto;
    padding: 0;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .contents03_txt03 {
    font-size: 19px;
    line-height: 1.47;
  }
}

/* -----------------------
          reason
-------------------------- */

#reason {
  text-align: center;
}

#reason .reason_ttl img {
  max-width: 148px;
  display: block;
  margin: 0 auto;
  margin-top: 85px;
  margin-bottom: 45px;
}

#reason .reason_ttl h2 {
  background-color: #a9bc00;
  display: inline-block;
  font-size: 49px;
  font-weight: 900;
  line-height: 1.44;
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width:768px) {

  #reason .reason_ttl img {
    max-width: 117px;
    margin-top: 50px;
    margin-bottom: 35px;
  }

  #reason .reason_ttl h2 {
    font-size: 22px;
    line-height: 1.44;
    padding: 8px 0px;
    width: 100%;
    max-width: 800px;
  }
}

.reason_contents {
  width: 95%;
  max-width: 1025px;
  margin: 0 auto;
}

.reason_txt {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 10px;
  padding-bottom: 30px;
  border-bottom: 15px solid #a9bc00;
  display: inline-block;
}

#reason .txtbig {
  font-size: 60px;
  font-family: "NotoSansCJKjp-Bold";
  font-weight: bold;
  letter-spacing: .2em;
  margin-top: 30px;
}

@media screen and (max-width:768px) {

  .reason_txt {
    font-size: 18px;
    line-height: 1.55;
    padding-bottom: 18px;
    border-bottom: 8px solid #a9bc00;
  }

  #reason .txtbig {
    font-size: 32px;
    letter-spacing: .2em;
    margin-top: 18px;
  }



}

#reason ol {
  list-style: none;
  text-align: left;
  margin-top: 100px;
}

#reason ol li {
  margin-bottom: 130px;
}

#reason ol li:last-child {
  margin-bottom: 180px;
}

#reason ol li p {
  font-size: clamp(36px, 4.5vw, 47px);
  font-weight: 900;
  line-height: 1.36;
  letter-spacing: .04em;
  text-indent: -2.25em;
  padding-left: 2.25em;
  margin-bottom: 60px;
}

@media screen and (max-width:768px) {

  #reason ol {
    list-style: none;
    text-align: left;
    margin-top: 100px;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 60px;
  }

  #reason ol li p {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 25px;
  }

  #reason ol li {
    margin-bottom: 70px;
  }

  #reason ol li:last-child {
    margin-bottom: 40px;
  }
}


.reason_fx {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:768px) {

  .reason_fx {
    flex-direction: column;
  }

  .reason_fx img {
    max-width: 350px;
  }

  .reason_fx03 {
    flex-direction: column-reverse;
  }
}

#reason .reason_fx02 {
  justify-content: flex-start;
  column-gap: 120px;
  align-items: flex-start;
  margin-top: 60px;
}

#reason .reason_fx02 h3 {
  font-size: clamp(32px, 4vw, 40px);
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 20px;
}

#reason .reason_fx02 ul li {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.63;
}

@media screen and (max-width:768px) {

  #reason .reason_fx02 {
    align-items: flex-start;
    row-gap: 30px;
    margin-top: 30px;
  }

  #reason .reason_fx02 h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  #reason .reason_fx02 ul li {
    font-size: 14px;
    letter-spacing: -.02em;
    line-height: 1.42;
  }
}


/* 個別 */

.item01 .reason_fx div:first-child {
  max-width: 564px;
}

.item02 .reason_fx div:first-child {
  max-width: 441px;
  margin-right: 35px;
}

@media screen and (max-width:768px) {

  .item02 .reason_fx div:first-child {
    margin-right: 0;
    margin-bottom: 17px;
  }

}

.item03 .reason_fx04 {
  align-items: flex-end;
}

.item03 .reason_fx03 div:first-child {
  max-width: 600px;
  margin: 5% auto;
}

.item03 .reason_fx04 div:first-child {
  max-width: 327px;
  margin-right: 58px;
  margin-top: 25px;
}

.item03 .reason_fx04 div:last-child {
  max-width: 511px;
}

@media screen and (max-width:768px) {

  .item03 .reason_fx04 {
    align-items: center;
  }

  .item03 .reason_fx03 div:first-child {
    margin-top: 40px;
  }

  .item03 .reason_fx04 div:first-child {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
  }
}


.item05 span {
  display: block;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.63;
  padding-bottom: 30px;
}

.reason_fx05 {
  justify-content: space-around;
  column-gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}

.reason_fx05 div {
  max-width: 295px;
}

@media screen and (max-width:768px) {

  .reason_fx05 {
    flex-direction: column;
    justify-content: space-between;
    row-gap: 60px;
    padding-bottom: 27px;
  }

  .item05 span {
    font-size: 18px;
    line-height: 1.55;
    padding-bottom: 30px;
  }

  .reason_fx05 div {
    max-width: none;
  }
}

/* -----------------------
          support
-------------------------- */

#support {
  background-color: #a9bc00;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 127px;
}

#support .support_ttl img {
  max-width: 146px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

#support .support_ttl p {
  letter-spacing: .2em;
  line-height: 1.45;
  font-size: 20px;
  font-weight: 500;
}

#support .support_ttl h2 {
  font-size: 29px;
  line-height: 1.41;
  letter-spacing: .24em;
  font-weight: 500;
}


@media screen and (max-width:768px) {

  #support {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  #support .support_ttl img {
    max-width: 117px;
    margin-bottom: 20px;
  }

  #support .support_ttl p {
    line-height: 1.37;
    font-size: 16px;
  }

  #support .support_ttl h2 {
    font-size: 22px;
    line-height: 1.36;
  }
}

.support_contents {
  background-color: #231815;
  color: #fff;
  padding: 40px 45px 57px 40px;
  margin-top: 70px;
}

.support_fx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}

@media screen and (max-width:768px) {

  .support_contents {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #231815;
    color: #fff;
    padding: 35px 25px 30px 25px;
    margin-top: 25px;
  }

  .support_fx {
    flex-direction: column;
  }

}


.support_fx_img {
  width: 60%;
  max-width: 830px;
}

.support_fx_txt ul li {
  font-family: "NotoSansCJKjp-Medium";
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin-bottom: 35px;
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: .029em;
}

.support_fx_txt ul .txtbig {
  font-size: 37px;
  font-weight: bold;
  letter-spacing: .08em;

}

.support_fx_txt ul .txtdate {
  font-size: 20px;
  font-weight: normal;
  font-family: "KozGoPr6N-Regular";
  letter-spacing: .089em;

}

.support_fx_txt ul .txtsmall {
  font-size: 14px;
  font-family: "KozGoPr6N-Regular";
  font-weight: normal;
  letter-spacing: .089em;

}

.sup_fx {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media screen and (max-width:768px) {

  .support_fx_img {
    width: 100%;
    max-width: none;
  }

  .support_fx_txt ul li {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.1;
  }

  .support_fx_txt ul .txtbig {
    font-size: 31px;

  }

  .support_fx_txt ul .txtdate {
    font-size: 13px;

  }

  .support_fx_txt ul .txtsmall {
    font-size: 14px;
    font-family: "KozGoPr6N-Regular";
    font-weight: normal;
    letter-spacing: .089em;

  }



}


.support_fx02 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.support_fx02 p {
  font-size: 19px;
  font-family: "KozGoPr6N-Regular";
  font-weight: normal;
  letter-spacing: .049em;
  line-height: 1.47;
  margin-top: 20px;
}

.slack_box {
  width: 31%;
  max-width: 279px;
}

.support_fx03 {
  width: 62%;
  max-width: 565px;
}

@media screen and (max-width:768px) {
  .support_fx02 {
    flex-direction: column;
  }

  .support_fx02 p {
    font-size: 16px;
    line-height: 1.56;
    margin-top: 20px;
  }

  .slack_box {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }

  .support_fx03 {
    width: 100%;
    max-width: none;
  }
}

/* -----------------------
          end_contents
-------------------------- */

#end_contents {
  text-align: center;
  margin-top: 120px;
}

@media screen and (max-width:768px) {

  #end_contents {
    margin-top: 55px;
  }

}

#end_contents p {
  margin-bottom: 35px;
  font-size: 33px;
  letter-spacing: .24em;
  line-height: 1.42;
  font-weight: 500;
}


#end_contents img {
  max-width: 860px;
  margin-top: 130px;
}

.end_box h3 {
  background-color: #231815;
  color: #fff;
  display: inline-block;
  font-family: "NotoSansCJKjp-Regular";
  font-weight: normal;
  font-size: 49px;
  letter-spacing: .12em;
  line-height: 1.32;
  padding: 10px 0;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 75px;
  margin-top: 54px;
}

.end_box p {
  font-size: 33px !important;
}

@media screen and (max-width:768px) {

  #end_contents p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.36;
  }

  #end_contents p:first-child {
    margin-bottom: 20px;
  }

  #end_contents img {
    max-width: 660px;
    margin-top: 15px;
    width: 95%;
  }

  .end_box h3 {
    font-size: 30px;
    letter-spacing: .089em;
    line-height: 1.3;
    padding: 10px 0;
    max-width: 860px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .end_box p {
    font-size: 22px !important;
  }


}

/* -----------------------
          faq
-------------------------- */

#faq {
  text-align: center;
  padding-top: 160px;
}

#faq h2 {
  font-size: 47px;
  font-weight: 900;
  letter-spacing: .04em;
}

.faq_area {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  column-gap: 10px;
}

@media screen and (max-width:768px) {

  #faq {
    text-align: center;
    padding-top: 45px;
  }

  .faq_area {
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    margin-top: 35px;
  }

  #faq h2 {
    font-size: 16px;
    letter-spacing: .6em;
  }


}

.accordion-container {
  max-width: 490px;
  width: 100%;
}

.accordion-list:not(:first-child) {
  margin-top: 7px;
}

.accordion-title {
  background: #cbdb00;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  padding: 27px 40px 27px 13px;
  position: relative;
  border-radius: 7px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width:768px) {

  .accordion-title {
    font-size: 15px;
    padding: 19.25px 45px 19.25px 13px;
    border-radius: 5px;
    align-items: center;
  }


}


.accordion-title img,
.accordion-text img {
  max-width: 33px;
  vertical-align: middle;
  padding-right: 10px;
}

.accordion-text img {
  margin-top: 3px;
}

@media screen and (max-width:768px) {

  .accordion-title img,
  .accordion-text img {
    max-width: 24px;
    vertical-align: middle;
    padding-right: 10px;
  }

  .accordion-text img {
    margin-top: 5px;
  }
}


.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 3px;
  width: 15px;
  background: #000000;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 3px;
  width: 15px;
  background: #000000;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}

.accordion-title.open:after {
  opacity: 0;
}

@media screen and (max-width:768px) {


  .accordion-title:before {
    right: 25px;
    height: 2px;
    width: 11px;
  }

  .accordion-title:after {
    right: 25px;
    height: 2px;
    width: 11px;
  }

}

.accordion-text {
  display: none;
  padding: 27px 13px;

}

.accordion-text div {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.accordion-text div p {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

.accordion-text div p .small {
  font-size: 12px;
}

@media screen and (max-width:768px) {

  .accordion-text {
    display: none;
    padding: 19.25px 13px;
  }

}

/* -----------------------
          form_area
-------------------------- */

#form_area {
  text-align: center;
  margin-top: 230px;
  margin-bottom: 195px;
}

#form_area p {
  font-size: 33px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: .1em;
}

@media screen and (max-width:768px) {

  #form_area {
    text-align: center;
    margin-top: 76px;
    margin-bottom: 95px;
  }

  #form_area p {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: .16em;
  }
}


.form_box {
  width: 100%;
  max-width: 606px;
  margin: 0 auto;
  margin-top: 95px;
  text-align: left;
}


.form_item {
  margin-bottom: 40px;
}

.form_item .label {
  display: block;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .24em;
  margin-bottom: 20px;
  color: #231815;
}

.form_item .label span {
  color: #e01c75;
  font-size: 11px;
  padding-left: 5px;
}

.form_item input {
  width: 100%;
  height: 55px;
  border: 1px solid #231815;
}

.form_item input.name1,
.form_item input.name2 {
  width: 48%;
  max-width: 290px;
}

.form_item input.name1 {
  margin-right: 3%;
}

@media screen and (max-width:768px) {

  .form_item {
    margin-bottom: 17px;
  }

  .form_box {
    width: 95%;
    max-width: 606px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .form_item .label {
    font-size: 10px;
    margin-bottom: 13px;
  }

  .form_item .label span {
    font-size: 6px;
    padding-left: 5px;
  }

  .form_item input {
    width: 99%;
    height: 28px;
  }

  .form_item input.name1,
  .form_item input.name2 {
    width: 48%;
  }

  .form_item input.name1 {
    margin-right: 1%;
  }
}


.form_box .button {
  text-align: center;
  margin: 0 auto;
  margin-top: 90px;
}

.form_box .button button {
  background-color: #e01c75;
  color: #fff;
  font-weight: 500;
  border: none;
  font-size: 33px;
  letter-spacing: .02em;
  line-height: 1;
  width: 100%;
  padding: 23px 0;
  border-radius: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.form_box p {
  color: #e01c75;
  text-align: center;
  font-size: 21px !important;
  margin-top: 22px;
  font-weight: 500;

}

@media screen and (max-width:768px) {

  .form_box .button {
    margin-top: 40px;
  }

  .form_box .button button {
    font-size: 16px;
    line-height: 1.125;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
  }

  .form_box p {
    font-size: 11px !important;
    margin-top: 20px;
  }
}

/* -----------------------
          footer
-------------------------- */

.footer_nav {
  display: flex;
  justify-content: center;
  align-items: end;
  column-gap: 10px;
}

@media screen and (max-width:768px) {
  .footer_nav {
    flex-direction: column;
    align-items: center;
  }

}

.footer_nav img {
  max-width: 344px;
  margin-bottom: 0;
  margin-right: 40px;
}

.footer_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}

.footer_nav ul a {
  padding-bottom: 10px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 20px;
  line-height: 1;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.footer_nav ul a+a {
  border-left: 0;
  border-right: 1px solid #000000;
}

@media screen and (max-width:768px) {

  .footer_nav img {
    width: 62%;
    max-width: 300px;
    margin-bottom: 35px;
    margin-right: 0;
  }

  .footer_nav ul {
    margin-bottom: 0;
  }

  .footer_nav ul a {
    padding-bottom: 10px;
    color: #000000;
    font-size: 10px;
    cursor: pointer;
    padding: 0 20px;
    line-height: 1;
  }


}



.copyright {
  background-color: #a9bc00;
  padding: 20px 0 130px 0;
  margin-top: 40px;
  text-align: center;
}

.copyright small {
  color: #231815;
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
}

.copyright img {
  max-width: 35px;
  margin-left: 15px;
  vertical-align: middle;
}

@media screen and (max-width:768px) {

  .copyright small {
    font-size: 6px;
    transform: scale(0.7);
  }

  .copyright img {
    max-width: 14px;
  }

  .copyright {
    padding: 7px 0 40px 0;
    margin-top: 30px;
  }
}