@charset "UTF-8";
* {
  min-height: 0vw;
  min-height: 0;
}

body {
  overflow: hidden;
}

/*---------- 調整 ----------*/
ul {
  padding-left: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

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

/*---------- break point ----------*/
/*---------- フッターの空き調整 ----------*/
@media screen and (min-width: 640px), print {
  .site-main {
    margin: 0 0 0;
  }
}
.site-footer {
  margin: 0 0 0;
}

.site-footer-02 {
  position: relative;
  margin: 0;
}

/*---------- fancyboxの設定 ----------*/
.fancybox-active .fancybox-bg {
  width: 100%;
  height: 100vh;
}

/*---------- link ----------*/
a {
  text-decoration: none;
  transition: 0.3s;
  color: #2c69ff;
}
a:hover {
  transition: 0.3s;
}

a:visited {
  color: #2c69ff;
}

/*---------- 非表示 ----------*/
#necpeace_cont .pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  #necpeace_cont .md_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont .lg_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont .lg_block {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont .md_block {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont .sm_block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #necpeace_cont .xs_block {
    display: block;
  }
}

/*---------- 幅 ----------*/
#necpeace_cont .container {
  padding: 100px 10px;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont .container {
    padding: 80px 10px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont .container {
    padding: 40px 10px;
  }
}
#necpeace_cont .container .inner_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

/*---------- パーツ ----------*/
#necpeace_cont .mgt_1em {
  margin-top: 1em;
}
#necpeace_cont .mgb_1em {
  margin-bottom: 1em;
}
#necpeace_cont .mgb_2em {
  margin-bottom: 2em;
}
#necpeace_cont .text_center {
  text-align: center;
}
#necpeace_cont .txt_indent {
  margin-left: 1em;
  text-indent: -1em;
}
#necpeace_cont .link-style01 {
  position: relative;
  padding-right: 0.75em;
}
#necpeace_cont .link-style01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #6B7387;
  border-right: 1px solid #6B7387;
  transform: rotate(45deg);
}
@media screen and (max-width: 576px) {
  #necpeace_cont .link-style01::after {
    width: 6px;
    height: 6px;
  }
}
#necpeace_cont .txt_underline {
  text-decoration: underline;
}

/*---------- ボタン ----------*/
#necpeace_cont .btn01 {
  text-align: center;
}
#necpeace_cont .btn01 a {
  background-color: #2c69ff;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 1em 4em 1em 2.25em;
  border-radius: 100vh;
  border-bottom: solid 5px #7d869a;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #necpeace_cont .btn01 a {
    display: block;
    padding: 1em 2em 1em 0.5em;
  }
}
#necpeace_cont .btn01 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background-color: #ff8c00;
  z-index: -1;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: center;
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont .btn01 a:hover {
    border-bottom: solid 5px #fff;
    color: #000;
  }
  #necpeace_cont .btn01 a:hover::after {
    transform-origin: center;
    transform: scale(1, 1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont .btn01 a:hover {
    border-bottom: solid 5px #fff;
    color: #000;
  }
  #necpeace_cont .btn01 a:hover::after {
    transform-origin: center;
    transform: scale(1, 1);
  }
}
#necpeace_cont .btn01 a span {
  position: relative;
}
#necpeace_cont .btn01 a span::before {
  content: "";
  position: absolute;
  top: calc(50% - 17.5px);
  right: -40px;
  background: url(../img/icon_check.svg) 50% 50% no-repeat;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont .btn01 a span::before {
    top: calc(50% - 8px);
    right: -25px;
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont .btn01 a:hover span::before {
    background: url(../img/icon_check_blue.svg) 50% 50% no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont .btn01 a:hover span::before {
    background: url(../img/icon_check_blue.svg) 50% 50% no-repeat;
  }
}

#necpeace_cont .btn01_s {
  text-align: center;
  margin-top: 1em;
}
#necpeace_cont .btn01_s a {
  position: relative;
  z-index: 0;
  background-color: #2c69ff;
  color: #fff;
  display: inline-block;
  padding: 1em 4em 0.75em;
  border-bottom: solid 5px #7d869a;
  border-radius: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #necpeace_cont .btn01_s a {
    padding: 1em 0 0.75em;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont .btn01_s a {
    padding: 1em 0 0.75em;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont .btn01_s a {
    padding: 0.75em 0 0.5em;
  }
}
#necpeace_cont .btn01_s a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background-color: #ff8c00;
  z-index: -1;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: center;
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont .btn01_s a:hover {
    border-bottom: solid 5px #fff;
    color: #000;
  }
  #necpeace_cont .btn01_s a:hover::after {
    transform-origin: center;
    transform: scale(1, 1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont .btn01_s a:hover {
    border-bottom: solid 5px #fff;
    color: #000;
  }
  #necpeace_cont .btn01_s a:hover::after {
    transform-origin: center;
    transform: scale(1, 1);
  }
}
#necpeace_cont .btn01_s a .main {
  display: inline-block;
  margin-left: -24px !important;
  position: relative;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #necpeace_cont .btn01_s a .main {
    margin-left: -18px !important;
  }
}
#necpeace_cont .btn01_s a .main::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: -30px;
  background: url(../img/icon_check.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont .btn01_s a .main::before {
    top: calc(50% - 9px);
    right: -25px;
    width: 18px;
    height: 18px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont .btn01_s a:hover .main::before {
    background: url(../img/icon_check_blue.svg) 50% 50% no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont .btn01_s a:hover .main::before {
    background: url(../img/icon_check_blue.svg) 50% 50% no-repeat;
  }
}

/*---------- タイトル ----------*/
#necpeace_cont .h2_stripe,
#necpeace_cont .h3_stripe {
  text-align: center;
  width: 100%;
}
#necpeace_cont .h2_stripe h2, #necpeace_cont .h2_stripe h3,
#necpeace_cont .h3_stripe h2,
#necpeace_cont .h3_stripe h3 {
  display: inline-block;
  position: relative;
  margin: 0 0 0.75em;
  padding: 0;
  font-size: clamp(24px, 3vw, 40px);
  color: #3c4155;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #necpeace_cont .h2_stripe h2, #necpeace_cont .h2_stripe h3,
  #necpeace_cont .h3_stripe h2,
  #necpeace_cont .h3_stripe h3 {
    margin: 0 0 1em;
  }
}
#necpeace_cont .h2_stripe h2::after, #necpeace_cont .h2_stripe h3::after,
#necpeace_cont .h3_stripe h2::after,
#necpeace_cont .h3_stripe h3::after {
  position: absolute;
  bottom: -10px;
  left: -0.3em;
  width: calc(100% + 0.6em);
  height: 8px;
  content: "";
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 2px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #2c69ff, #2c69ff 2px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  #necpeace_cont .h2_stripe h2::after, #necpeace_cont .h2_stripe h3::after,
  #necpeace_cont .h3_stripe h2::after,
  #necpeace_cont .h3_stripe h3::after {
    height: 5px;
    background-image: -webkit-repeating-linear-gradient(135deg, #2c69ff, #2c69ff 1.5px, transparent 1.5px, transparent 4.5px);
    background-image: repeating-linear-gradient(-45deg, #2c69ff, #2c69ff 1.5px, transparent 1.5px, transparent 4.5px);
  }
}

#necpeace_cont .h2_normal {
  text-align: center;
  width: 100%;
}
#necpeace_cont .h2_normal h2 {
  display: inline-block;
  position: relative;
  margin: 0 0 0.25em;
  padding: 0;
  font-size: clamp(20px, 3vw, 40px);
}

.jump {
  opacity: 0;
  height: 20px;
  margin-top: -20px;
  margin: -20px 0 0;
  padding: 0;
}

/*---------- メインビジュアル ----------*/
#kv {
  position: relative;
  overflow: hidden;
  background-color: #0f1ed2;
  height: 600px;
  z-index: 0;
}
@media screen and (max-width: 1025px), print {
  #kv {
    border-top: solid 1px #fff;
  }
}
@media screen and (max-width: 768px) {
  #kv {
    height: initial;
  }
}
#kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  z-index: 1;
  width: 70%;
  height: 100%;
  display: block;
  background: #fff;
  transform: skewX(150deg);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #kv::before {
    transition: 0.3s;
    right: -40%;
  }
}
@media screen and (max-width: 768px) {
  #kv::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #kv::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 768px);
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 768px solid transparent;
    border-right: 768px solid transparent;
    border-bottom: 68vw solid #fff;
  }
}
#kv .inner {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #kv .inner {
    display: block;
    padding: 0 10px;
  }
}
#kv .inner .title-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area {
    width: 100%;
  }
}
#kv .inner .title-area h1 {
  margin-top: 60px;
  max-width: 552px;
  height: auto;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area h1 {
    margin-top: 20px;
    max-width: initial;
  }
}
#kv .inner .title-area h1 span {
  opacity: 0;
  font-size: 12px;
  display: block;
}
#kv .inner .title-area h1 img {
  width: 100%;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area h1 img.pc {
    display: none;
  }
}
#kv .inner .title-area h1 img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area h1 img.sp {
    display: block;
  }
}
#kv .inner .title-area .hoken {
  margin-top: 45px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area .hoken {
    justify-content: center;
    margin-top: 20px;
  }
}
#kv .inner .title-area .hoken li {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  width: 267px;
}
@media screen and (max-width: 1025px), print {
  #kv .inner .title-area .hoken li {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area .hoken li {
    width: calc((100% - 10px) / 2);
    font-size: 1.8rem;
  }
}
#kv .inner .title-area .hoken li.free {
  color: #e61e8c;
  margin-right: 0.5em;
}
#kv .inner .title-area .hoken li.anshinmaru {
  color: #0f1ed2;
}
#kv .inner .title-area .copy {
  margin-top: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1025px), print {
  #kv .inner .title-area .copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .title-area .copy {
    margin-top: 20px;
    text-align: center;
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }
  #kv .inner .title-area .copy .sp-none {
    display: none;
  }
}
#kv .inner .image-area {
  position: relative;
  z-index: 10;
  width: 50%;
  height: 600px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #kv .inner .image-area {
    width: 100%;
    display: block;
    height: initial;
    text-align: center;
  }
}

/*---------- ページ内リンク高さ調整 ----------*/
#necpeace_cont #section01,
#necpeace_cont #section02,
#necpeace_cont #section03,
#necpeace_cont #section04,
#necpeace_cont #section05 {
  display: block;
  margin-top: -220px;
  padding-top: 220px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01,
  #necpeace_cont #section02,
  #necpeace_cont #section03,
  #necpeace_cont #section04,
  #necpeace_cont #section05 {
    margin-top: -60px;
    padding-top: 60px;
  }
}

html:has(#global-nav.fixed) #necpeace_cont #section01,
html:has(#global-nav.fixed) #necpeace_cont #section02,
html:has(#global-nav.fixed) #necpeace_cont #section03,
html:has(#global-nav.fixed) #necpeace_cont #section04,
html:has(#global-nav.fixed) #necpeace_cont #section05 {
  display: block;
  margin-top: -150px;
  padding-top: 150px;
}

/*---------- #section01 選ばれる理由 ----------*/
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap {
    padding-right: 0;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point {
  margin-top: 0.5em;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point {
    display: block;
    margin-top: 0;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point1,
#necpeace_cont #section01 .container .inner_wrap .point .point2,
#necpeace_cont #section01 .container .inner_wrap .point .point3 {
  width: calc((100% - 90px) / 3);
  border-radius: 10px;
  border-style: solid;
  border-color: #2c69ff;
  border-top-width: 3px;
  border-left-width: 3px;
  border-bottom-width: 15px;
  border-right-width: 15px;
  border-radius: 32px 36px 32px 36px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1,
  #necpeace_cont #section01 .container .inner_wrap .point .point2,
  #necpeace_cont #section01 .container .inner_wrap .point .point3 {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1,
  #necpeace_cont #section01 .container .inner_wrap .point .point2,
  #necpeace_cont #section01 .container .inner_wrap .point .point3 {
    width: 100%;
    margin-bottom: 20px;
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-radius: 22px 30px 24px 30px;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point1 .inner,
#necpeace_cont #section01 .container .inner_wrap .point .point2 .inner,
#necpeace_cont #section01 .container .inner_wrap .point .point3 .inner {
  padding: 20px 10px 15px 15px;
  border-radius: 30px 20px 18px 20px;
  background-color: #eff2f6;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1 .inner,
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .inner,
  #necpeace_cont #section01 .container .inner_wrap .point .point3 .inner {
    padding: 15px 10px 10px 15px;
    border-radius: 20px 20px 15px 20px;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .point_number,
#necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .point_number,
#necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .point_number {
  position: relative;
  width: 5em;
  margin-top: -5px;
  margin-left: -38px;
  margin-bottom: 0.75em;
  padding: 0.3em 0 0.3em;
  background: #535a6e;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: clamp(18px, 3vw, 28px);
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .point_number,
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .point_number,
  #necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .point_number {
    margin-left: -38px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .point_number,
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .point_number,
  #necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .point_number {
    margin-bottom: 0.25em;
    margin-top: -10px;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .point_number::before,
#necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .point_number::before,
#necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .point_number::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #c5ccd9;
}
#necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .copy,
#necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .copy,
#necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .copy {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(18px, 2vw, 20px);
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .copy,
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .copy,
  #necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .copy {
    margin-top: 0;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .copy_st,
#necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .copy_st,
#necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .copy_st {
  color: #e61e8c;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1 .inner .copy_st,
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .inner .copy_st,
  #necpeace_cont #section01 .container .inner_wrap .point .point3 .inner .copy_st {
    margin-bottom: 0;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point1 .copy {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point1 .copy {
    margin-bottom: 0.25em;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point1 .copy_st {
  font-size: clamp(24px, 2.5vw, 40px);
  margin-top: 0;
}
#necpeace_cont #section01 .container .inner_wrap .point .point2 .copy {
  margin-bottom: 0;
  padding-bottom: 0;
}
#necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st {
  font-size: clamp(24px, 2vw, 34px);
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st {
    line-height: initial;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st em {
  font-size: clamp(36px, 3.5vw, 50px);
  font-weight: bold;
  font-style: normal;
}
#necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st span {
  font-size: clamp(16px, 2vw, 26px);
  margin-left: 0.25em;
}
#necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st sup {
  color: #000;
  font-size: clamp(14px, 2.5vw, 16px);
}
#necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st br {
  display: none;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .copy_st br {
    display: none;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point2 .note {
  margin-top: -0.5em;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .note {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point2 .note {
    margin-bottom: 0;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point3 .copy {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .point .point3 .copy {
    margin-top: 0;
    margin-bottom: 0.25em;
  }
}
#necpeace_cont #section01 .container .inner_wrap .point .point3 .copy_st {
  font-size: clamp(24px, 2.5vw, 40px);
  margin-top: 0;
}
#necpeace_cont #section01 .container .inner_wrap .main_point {
  border: solid 3px #8f98ac;
  background-color: #eff2f6;
  border-radius: 20px;
  padding: 50px 100px;
  margin-top: 50px;
}
@media screen and (max-width: 1025px), print {
  #necpeace_cont #section01 .container .inner_wrap .main_point {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .main_point {
    border-radius: 15px;
    margin-top: 25px;
    padding: 20px;
  }
}
#necpeace_cont #section01 .container .inner_wrap .main_point h3::after {
  background-image: repeating-linear-gradient(-45deg, #e61e8c, #e61e8c 2px, transparent 2px, transparent 5px);
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .main_point h3::after {
    height: 5px;
    background-image: -webkit-repeating-linear-gradient(135deg, #e61e8c, #e61e8c 1.5px, transparent 1.5px, transparent 4.5px);
    background-image: repeating-linear-gradient(-45deg, #e61e8c, #e61e8c 1.5px, transparent 1.5px, transparent 4.5px);
  }
}
#necpeace_cont #section01 .container .inner_wrap .main_point ul li {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 0.5em;
  background: url(../img/sc01_icon.svg) 0 4px no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 1025px), print {
  #necpeace_cont #section01 .container .inner_wrap .main_point ul li {
    font-size: 2rem;
    padding-left: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .main_point ul li {
    font-size: 1.6rem;
    background-size: 15px;
  }
}
#necpeace_cont #section01 .container .inner_wrap .main_point ul li .small {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .main_point ul li .small {
    font-size: 1.4rem;
  }
}
#necpeace_cont #section01 .container .inner_wrap .main_point .appeal {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 180px 30px 30px;
  margin-top: 50px;
  width: calc(100% - 70px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .main_point .appeal {
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
  }
}
#necpeace_cont #section01 .container .inner_wrap .main_point .appeal p {
  font-size: clamp(1.4rem, 3.5vw, 2.4rem);
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#necpeace_cont #section01 .container .inner_wrap .main_point .appeal p strong {
  color: #2c69ff;
}
#necpeace_cont #section01 .container .inner_wrap .main_point .appeal img {
  position: absolute;
  top: -50px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section01 .container .inner_wrap .main_point .appeal img {
    position: static;
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}

/*---------- #section02 保険ラインナップ ----------*/
#necpeace_cont #section02 .container {
  background-color: #d9dfe9;
  /*---------- 商品 ----------*/
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item {
  width: calc((100% - 60px) / 4);
  color: #000;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item {
    margin-bottom: 10px;
  }
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item:nth-child(n+5) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:nth-child(n+5) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:nth-child(n+5) {
    margin-bottom: 10px;
  }
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  transition: width 0.5s;
  background-color: #2c69ff;
  z-index: -1;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover img {
    opacity: initial;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover img {
    opacity: initial;
  }
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item .item_img img {
  width: 60%;
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item .item_tt {
  margin-top: auto;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: bold;
  font-size: clamp(13px, 1.5vw, 20px);
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item .note {
  font-size: 14px;
  line-height: 1.2;
  margin: -0.35em 0 0.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item .note {
    font-size: 10px;
    text-align: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover .item_tt {
    color: #fff;
  }
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover .note {
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover .item_tt {
    color: #fff;
  }
  #necpeace_cont #section02 .container .inner_wrap .item_wrap .item:hover .note {
    color: #fff;
  }
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item .item_price {
  margin-top: auto;
  margin-bottom: 0;
  background-color: #eff2f6;
  display: block;
  width: 100%;
  border-radius: 5px;
  color: #0f1ed2;
  font-weight: bold;
  font-size: clamp(18px, 1.5vw, 26px);
}
#necpeace_cont #section02 .container .inner_wrap .item_wrap .item .item_price em {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: bold;
  font-style: normal;
}
#necpeace_cont #section02 .container .inner_wrap .note li {
  margin: 0 0 0.25em 1em;
  text-indent: -1em;
  line-height: 1.4;
}

#necpeace_cont #section02 .sc02_btn {
  max-width: 760px;
  height: auto;
  margin: 100px auto 0;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section02 .sc02_btn {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section02 .sc02_btn {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section02 .sc02_btn {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 480px) {
  #necpeace_cont #section02 .sc02_btn {
    margin: 30px auto 0;
  }
}
#necpeace_cont #section02 .sc02_btn a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #2c69ff;
  color: #fff;
  margin: 0 auto;
  padding: 20px 3.5em 20px 5em;
  border-radius: 100vh;
  border-bottom: solid 5px #7d869a;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section02 .sc02_btn a {
    padding: 10px 3em 10px;
    border-radius: 100vh;
  }
}
#necpeace_cont #section02 .sc02_btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background-color: #e61e8c;
  border-radius: 100vh;
  z-index: -1;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: center;
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section02 .sc02_btn a::after {
    border-radius: 100vh;
  }
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont #section02 .sc02_btn a:hover {
    opacity: initial;
    border-bottom: solid 5px #bedad8;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
  #necpeace_cont #section02 .sc02_btn a:hover {
    border-bottom: solid 5px #d9dfe9;
  }
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont #section02 .sc02_btn a:hover::after {
    transform-origin: center;
    transform: scale(1, 1);
  }
  #necpeace_cont #section02 .sc02_btn a:hover img {
    opacity: initial;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont #section02 .sc02_btn a:hover {
    opacity: initial;
    border-bottom: solid 5px #bedad8;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 768px), screen and (-ms-high-contrast: active) and (max-width: 768px) {
  #necpeace_cont #section02 .sc02_btn a:hover {
    border-bottom: solid 5px #d9dfe9;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont #section02 .sc02_btn a:hover::after {
    transform-origin: center;
    transform: scale(1, 1);
  }
  #necpeace_cont #section02 .sc02_btn a:hover img {
    opacity: initial;
  }
}
#necpeace_cont #section02 .sc02_btn a .txt {
  width: 74%;
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section02 .sc02_btn a .txt {
    width: 73%;
  }
}
#necpeace_cont #section02 .sc02_btn a .txt p {
  margin: 0;
  padding: 0 0 0.75em;
  line-height: 1.2;
}
#necpeace_cont #section02 .sc02_btn a .txt p:last-child {
  padding: 0;
  margin-top: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  font-size: clamp(10px, 2.5vw, 16px);
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section02 .sc02_btn a .txt p {
    padding-bottom: 0.5em;
  }
  #necpeace_cont #section02 .sc02_btn a .txt p:first-child img {
    width: 60%;
  }
}
#necpeace_cont #section02 .sc02_btn a .img {
  width: 25%;
  position: relative;
}
#necpeace_cont #section02 .sc02_btn a .img img {
  position: absolute;
  right: -5px;
  bottom: -5px;
}
#necpeace_cont #section02 .sc02_btn_copy {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: bold;
  text-align: center;
  margin: 0.25em 0 0;
}
#necpeace_cont #section02 .sc02_btn_note {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section02 .sc02_btn_note {
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }
}

/*---------- #section03 安心ロボ丸（安心丸保険料シミュレーション） ----------*/
#necpeace_cont #section03 .container .inner_wrap .sc03_tit_copy {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
#necpeace_cont #section03 .container .inner_wrap .sc03_tit_copy dt {
  background-color: #0f1ed2;
  color: #fff;
  border-radius: 100vh;
  font-size: clamp(18px, 2vw, 40px);
  font-weight: bold;
  text-align: center;
  margin: 0 0.3em 0 0;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .sc03_tit_copy dt {
    padding: 0 0.75em;
  }
}
#necpeace_cont #section03 .container .inner_wrap .sc03_tit_copy dd {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#necpeace_cont #section03 .container .inner_wrap .img_pc {
  text-align: center;
}
#necpeace_cont #section03 .container .inner_wrap .line {
  max-width: 1000px;
  margin: 3.5em auto 0;
  padding-top: 3.5em;
  background-color: #fff;
  background-image: radial-gradient(#7d869a 20%, transparent 20%);
  background-repeat: repeat-x;
  background-size: 20px 20px;
  background-position: right top;
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 350px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap {
    display: block;
    padding: 0;
    height: 320px;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .tit_copy {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .tit_copy {
    width: 100%;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .tit_copy h3 {
  font-size: clamp(24px, 2vw, 36px);
  color: #3c4155;
  margin: 0;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .tit_copy h3 {
    text-align: center;
    padding: 0;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .tit_copy p {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .tit_copy p span {
  color: #2c69ff;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .tit_copy p {
    text-align: center;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img {
    width: 80%;
    margin: 0 auto;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul li {
  text-align: center;
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul li:last-child {
  margin-top: 0.5em;
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul li:last-child a {
  position: relative;
  padding-right: 0.5em;
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul li:last-child a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2c69ff;
  border-right: 1px solid #2c69ff;
  transform: rotate(45deg);
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul li:last-child a::after {
    width: 6px;
    height: 6px;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill01,
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill02 {
  position: absolute;
  z-index: 10;
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill01 {
  top: 130px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill01 {
    top: 70px;
    left: 0;
  }
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill01 img {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill01 {
    top: 70px;
    left: -10px;
  }
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill01 img {
    height: 150px;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill02 {
  top: 100px;
  right: -50px;
}
@media screen and (max-width: 1112px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill02 {
    top: 90px;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill02 {
    top: 70px;
    right: 0;
  }
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill02 img {
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill02 {
    top: 70px;
    right: -10px;
  }
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .ill02 img {
    height: 150px;
  }
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .img a {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .img a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left;
}
@media (hover: hover) and (pointer: fine) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .img a:hover::after {
    transform-origin: left;
    transform: scale(1, 1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .img a:hover::after {
    transform-origin: left;
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1200px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .img a {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .img a {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section03 .container .inner_wrap .movie_wrap .movie_img ul .img a {
    width: 250px;
  }
}

/*---------- #section04 お申込みの流れ ----------*/
#necpeace_cont #section04 .container {
  background-color: #d9dfe9;
}
#necpeace_cont #section04 .container .inner_wrap {
  /* h3タイトル */
  /* 申込受付期間 */
  /* 注意 */
  /* インラインフレーム */
}
#necpeace_cont #section04 .container .inner_wrap .h2_copy {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: bold;
  text-align: center;
}
#necpeace_cont #section04 .container .inner_wrap .col_3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 {
    margin-bottom: 20px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 20px 20px;
  border-right: solid 5px #2c69ff;
  border-bottom: solid 5px #2c69ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    justify-content: space-between;
    flex-direction: initial;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .img {
  display: block;
  width: 100%;
  max-height: 180px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .img {
    width: 25%;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .img img {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .img img {
    height: auto;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap {
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap {
    width: calc(75% - 5px);
    text-align: left;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red,
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red_m {
  font-weight: bold;
  color: #2c69ff;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red,
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red_m {
    margin-bottom: 0.25em;
    text-align: left;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red {
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red {
    font-size: 34px;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red {
    font-size: 20px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red_m {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_red_m {
    font-size: 20px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_note {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_note {
    font-size: 12px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy_wrap {
  margin-bottom: 0;
}
#necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .col_3 .col_3_inner .copy_wrap .copy {
    font-size: 16px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .h3_tit {
  text-align: center;
  margin-bottom: 0.5em;
}
#necpeace_cont #section04 .container .inner_wrap .h3_tit h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 0;
  font-size: clamp(20px, 3vw, 36px);
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .h3_tit h3 {
    padding: 0 40px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .h3_tit h3::before, #necpeace_cont #section04 .container .inner_wrap .h3_tit h3::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  border-top: solid 2px #2c69ff;
  border-bottom: solid 1px #2c69ff;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .h3_tit h3::before, #necpeace_cont #section04 .container .inner_wrap .h3_tit h3::after {
    border-top: solid 1px #2c69ff;
    width: 30px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .h3_tit h3::before {
  left: 0;
}
#necpeace_cont #section04 .container .inner_wrap .h3_tit h3::after {
  right: 0;
}
#necpeace_cont #section04 .container .inner_wrap .time {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .time {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .time {
    display: block;
    margin-bottom: 20px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .time .time_inner {
    width: 100%;
    border-radius: 10px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.free {
  border: solid 2px #e61e8c;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .time .time_inner.free {
    margin-bottom: 1em;
  }
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.free .tit_h4 {
  background-color: #e61e8c;
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.free .tit_h4 h4 {
  font-size: clamp(16px, 2vw, 18px);
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.free .tit_h4 h4 span {
  font-size: clamp(20px, 3vw, 30px);
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.anshin {
  border: solid 2px #0f1ed2;
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.anshin .tit_h4 {
  background-color: #0f1ed2;
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.anshin .tit_h4 h4 {
  font-size: clamp(16px, 2vw, 18px);
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner.anshin .tit_h4 h4 span {
  font-size: clamp(20px, 3vw, 30px);
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner .tit_h4 {
  height: 90px;
  border-radius: 16px 16px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .time .time_inner .tit_h4 {
    border-radius: 6px 6px 0 0;
    height: 70px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner .tit_h4 h4 {
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner .txt_wrap {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .time .time_inner .txt_wrap {
    padding: 10px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner .txt_wrap p {
  text-align: center;
  margin: 0;
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner .txt_wrap p strong {
  display: block;
  margin: 0;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: bold;
}
#necpeace_cont #section04 .container .inner_wrap .time .time_inner .txt_wrap p.note {
  line-height: 1.2;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .time .time_inner .txt_wrap p.note {
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
  }
}
#necpeace_cont #section04 .container .inner_wrap .note_wrap {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 30px 100px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section04 .container .inner_wrap .note_wrap {
    padding: 30px 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .note_wrap {
    padding: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section04 .container .inner_wrap .note_wrap {
    padding: 10px;
  }
}
#necpeace_cont #section04 .container .inner_wrap .note_wrap p {
  width: 12%;
  margin: 0 50px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .note_wrap p {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section04 .container .inner_wrap .note_wrap p {
    margin: 0 10px 0 0;
  }
}
#necpeace_cont #section04 .container .inner_wrap .note_wrap ul {
  width: 88%;
}
#necpeace_cont #section04 .container .inner_wrap .note_wrap ul li {
  font-size: clamp(11px, 2.5vw, 14px);
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .note_wrap ul li {
    line-height: 1.4;
  }
}
#necpeace_cont #section04 .container .inner_wrap .frame_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#necpeace_cont #section04 .container .inner_wrap .frame_wrap iframe {
  width: 100%;
  height: 720px;
  border: solid 3px #7d869a;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section04 .container .inner_wrap .frame_wrap iframe {
    height: 650px;
  }
}

/*---------- #section05 お役立ち事例 ----------*/
#necpeace_cont #section05 .container.bg01_wrap {
  padding-bottom: 10px;
  background-image: url(../img/sc05_bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
#necpeace_cont #section05 .container.bg01_wrap .inner_wrap .sc05_copy {
  text-align: center;
}
#necpeace_cont #section05 .container.bg01_wrap .inner_wrap .sc05_copy p {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 1em;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #2c69ff;
  border-radius: 100vh;
  font-weight: bold;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.2;
}
#necpeace_cont #section05 .container.bg01_wrap .inner_wrap .sc05_copy p::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #2c69ff;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap {
    padding: 0 20px;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul {
  width: 720px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  padding: 30px;
  margin-top: 2em;
  margin-bottom: 50px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul li {
  /* &.txt{
      width: 100%;
  } */
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul li h3 {
  font-size: clamp(20px, 2.5vw, 26px);
  margin: 0;
  padding: 0;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul li h3 .pink {
  color: #e61e8c;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul li h3 .blue {
  color: #0f1ed2;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul li p {
  font-size: clamp(15px, 2.5vw, 20px);
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap ul li.img {
  z-index: 10;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.left {
  justify-content: flex-start;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.right {
  justify-content: flex-end;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul {
  background-color: #d9dfe9;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul .img {
  position: absolute;
  top: -60px;
  left: -40px;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul .img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul .img {
    width: 20%;
    top: -20px;
    left: -20px;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul .img {
    width: 27%;
    top: -10px;
    left: -20px;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul .txt {
  padding-left: 30%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul .txt {
    padding-left: 20%;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.orange ul .txt {
    padding-left: 20%;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul {
  background-color: #d9dfe9;
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul .img {
  position: absolute;
  top: -60px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul .img {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul .img {
    width: 18%;
    top: -30px;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul .img {
    width: 25%;
    top: -30px;
    right: 0;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul .txt {
  padding-right: 27%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul .txt {
    padding-right: 20%;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.blue ul .txt {
    padding-right: 20%;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul {
  background-color: #d9dfe9;
  /* margin-bottom: 100px;
  @include mqsp(md) {
      margin-bottom: 100px;
  }
  @include mqsp(sm) {
      margin-bottom: 50px;
  } */
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .img {
  position: absolute;
  top: -110px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .img {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .img {
    width: 18%;
    top: -40px;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .img {
    width: 27%;
    top: -20px;
    left: -10px;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .txt {
  padding-left: 30%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .txt {
    padding-left: 20%;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .txt {
    padding-left: 20%;
  }
}
#necpeace_cont #section05 .container.bg01_wrap #case .case_wrap.turquoise ul .txt .note {
  font-size: clamp(13px, 2.5vw, 16px);
  line-height: 1.4;
}
#necpeace_cont #section05 .container.bg01_wrap #case .sc05-note {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 10;
}
#necpeace_cont #section05 .container.bg01_wrap #case .sc05-note p {
  display: inline-block;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .sc05-note {
    margin-top: -20px;
  }
}
@media screen and (max-width: 576px) {
  #necpeace_cont #section05 .container.bg01_wrap #case .sc05-note {
    font-size: 12px;
  }
}

/*---------- #section05 よくある質問 ----------*/
#necpeace_cont #section05 .container.faq {
  padding-top: 50px;
}
#necpeace_cont #section05 .container.faq .h2_stripe {
  margin-bottom: 10px;
}
#necpeace_cont #section05 .container.faq .accordion {
  max-width: 1024px;
  margin: 0 auto;
  border: solid 3px #2c69ff;
  background-color: #fff;
  border-radius: 10px;
}
#necpeace_cont #section05 .container.faq .accordion:not(:first-of-type) {
  margin-top: 15px;
}
#necpeace_cont #section05 .container.faq .accordion.is-open .heading .icon::before {
  rotate: 180deg;
}
#necpeace_cont #section05 .container.faq .accordion .heading {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 7px 10px 7px 7px;
}
#necpeace_cont #section05 .container.faq .accordion .heading .question {
  background-color: #2c69ff;
  border-radius: 7px;
  color: #fff;
  font-size: 36px;
  margin-right: 0.5em;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.faq .accordion .heading .question {
    font-size: 24px;
    margin-right: 0.5em;
    width: 50px;
    height: 50px;
  }
}
#necpeace_cont #section05 .container.faq .accordion .heading .icon {
  width: 40px;
  aspect-ratio: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.faq .accordion .heading .icon {
    width: 20px;
  }
}
#necpeace_cont #section05 .container.faq .accordion .heading .icon::before, #necpeace_cont #section05 .container.faq .accordion .heading .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2c69ff;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.faq .accordion .heading .icon::before, #necpeace_cont #section05 .container.faq .accordion .heading .icon::after {
    height: 2px;
  }
}
#necpeace_cont #section05 .container.faq .accordion .heading .icon::before {
  rotate: 90deg;
  transition: rotate 0.3s ease;
}
#necpeace_cont #section05 .container.faq .accordion .panel {
  display: block;
  overflow: clip;
  transition: height 0.4s ease;
  padding: 7px 7px 1em 7px;
}
#necpeace_cont #section05 .container.faq .accordion .panel .panel-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: solid 1px #b1bbc2;
  margin-top: 0.25em;
  padding-top: 1em;
}
#necpeace_cont #section05 .container.faq .accordion .panel .panel-inner.item_center {
  align-items: center;
}
#necpeace_cont #section05 .container.faq .accordion .panel .panel-inner .answer {
  background-color: #d9dfe9;
  border-radius: 7px;
  color: #2c69ff;
  font-size: 36px;
  font-weight: bold;
  margin-right: 0.75em;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.faq .accordion .panel .panel-inner .answer {
    font-size: 24px;
    margin-right: 0.5em;
    width: 50px;
    height: 50px;
  }
}
#necpeace_cont #section05 .container.faq .accordion .panel .panel-inner .answer_txt {
  width: calc(100% - 76px);
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.faq .accordion .panel .panel-inner .answer_txt {
    width: calc(100% - 50px);
  }
}
#necpeace_cont #section05 .container.faq .accordion .panel .panel-inner .answer_txt p {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
}
#necpeace_cont #section05 .container.faq .accordion .panel .panel-inner .answer_txt p.mgb_1em {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section05 .container.faq .accordion .panel .panel-inner .answer_txt p {
    font-size: 14px;
  }
}
#necpeace_cont #section05 .container.faq summary {
  display: block;
  cursor: pointer;
}
#necpeace_cont #section05 .container.faq summary::-webkit-details-marker {
  display: none;
}

/*---------- #section06 お問い合わせ・引受保険会社 ----------*/
#necpeace_cont #section06 .container {
  background-color: #d9dfe9;
}
#necpeace_cont #section06 .container .inner_wrap .contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section06 .container .inner_wrap .contact {
    display: block;
    margin-bottom: 40px;
  }
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner {
  width: calc((100% - 30px) / 2);
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section06 .container .inner_wrap .contact .contact_inner {
    width: calc((100% - 20px) / 2);
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section06 .container .inner_wrap .contact .contact_inner {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner h3 {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0.5em;
  padding: 0;
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner h3 span {
  font-size: clamp(14px, 1.8vw, 20px);
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner:first-child {
  border: solid 2px #e61e8c;
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner:first-child h3 {
  color: #e61e8c;
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner:last-child {
  border: solid 2px #0f1ed2;
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner:last-child h3 {
  color: #0f1ed2;
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner p {
  margin: auto 0 0;
  padding: 0;
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner .company {
  font-size: clamp(16px, 1.8vw, 20px);
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner .tel span {
  font-size: clamp(20px, 2.6vw, 30px);
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner .time {
  font-size: clamp(12px, 1.8vw, 16px);
}
#necpeace_cont #section06 .container .inner_wrap .contact .contact_inner:last-child .btn01_s {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section06 .container .inner_wrap .contact .contact_inner:last-child .btn01_s {
    margin-top: 1em;
  }
}
#necpeace_cont #section06 .container .inner_wrap .company {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 40px 80px 30px;
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section06 .container .inner_wrap .company {
    padding: 30px 30px 20px;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #section06 .container .inner_wrap .company {
    padding: 20px 15px 10px;
  }
}
#necpeace_cont #section06 .container .inner_wrap .company .company_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#necpeace_cont #section06 .container .inner_wrap .company .company_wrap .company_inner {
  width: calc((100% - 3em) / 2);
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section06 .container .inner_wrap .company .company_wrap .company_inner {
    display: block;
    width: 100%;
  }
}
#necpeace_cont #section06 .container .inner_wrap .company .company_wrap .company_inner:first-child {
  margin-right: 3em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #section06 .container .inner_wrap .company .company_wrap .company_inner:first-child {
    display: block;
    margin-left: 0;
    margin-bottom: 1em;
  }
}
#necpeace_cont #section06 .container .inner_wrap .company .company_wrap .company_inner ul {
  margin-bottom: 0.5em;
}
#necpeace_cont #section06 .container .inner_wrap .company .company_wrap .company_inner ul li {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}
#necpeace_cont #section06 .container .inner_wrap .company .company_wrap .company_inner p {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.8;
  margin-left: 1.25em;
}

/*---------- グローバルナビゲーション ----------*/
#necpeace_cont #global-nav {
  margin-top: 0;
  z-index: 100;
  background-color: #fff;
  border-top: solid 2px #c5ccd9;
  border-bottom: solid 2px #c5ccd9;
  transition: 0.3s;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav {
    border: none;
    margin-top: 0;
    transition: initial;
    box-shadow: initial;
  }
}
#necpeace_cont #global-nav.fixed {
  position: fixed;
  transition: 0.3s;
  top: 100px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #necpeace_cont #global-nav.fixed {
    transition: initial;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #global-nav.fixed {
    top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav.fixed {
    position: static;
    width: 100%;
  }
}
#necpeace_cont #global-nav .inner {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1220px;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner {
    border-top: solid 2px #c5ccd9;
    border-bottom: solid 2px #c5ccd9;
    padding: 0 20px;
  }
}
#necpeace_cont #global-nav .inner .global-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list {
    display: block;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item {
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item {
    width: 100%;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #a7afc1;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item {
    border-left: initial;
  }
  #necpeace_cont #global-nav .inner .global-list .global-item::after {
    display: none;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:first-child {
  width: 17.5%;
}
#necpeace_cont #global-nav .inner .global-list .global-item:first-child::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #a7afc1;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:first-child::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:first-child {
    width: 100%;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:first-child a {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:first-child a {
    padding-left: initial;
    border-top: none;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:nth-child(2) {
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:nth-child(2) {
    width: 100%;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:nth-child(3) {
  width: 29%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:nth-child(3) {
    width: 100%;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:nth-child(4) {
  width: 17.5%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:nth-child(4) {
    width: 100%;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:last-child {
  width: 17.5%;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:last-child {
    width: 100%;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:last-child a {
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item:last-child a {
    padding-left: initial;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item a {
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  height: 4.5em;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0 1.5em 0;
  transition: 0.3s;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item a {
    padding: 1em 0;
    height: initial;
    font-size: 14px;
    transition: initial;
    border-top: solid 1px #c5ccd9;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item a::after {
  content: " ";
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  right: 50%;
  margin: auto;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #2c69ff;
  border-right: 2px solid #2c69ff;
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item a::after {
    top: calc(50% - 9px);
    bottom: initial;
    left: initial;
    right: 0.75em;
    width: 14px;
    height: 14px;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item a:hover {
  transition: 0.3s;
  background-color: #eff2f6;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item a:hover {
    transition: initial;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item a.current {
  transition: 0.3s;
  background-color: #eff2f6;
}
@media screen and (max-width: 768px) {
  #necpeace_cont #global-nav .inner .global-list .global-item a.current {
    transition: initial;
    background-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #necpeace_cont #global-nav .inner .global-list .global-item a {
    text-align: center;
  }
}
#necpeace_cont #global-nav .inner .global-list .global-item:first-child {
  border-left: none;
  margin-left: 0;
}
#necpeace_cont #global-nav .inner .global-list .global-item:last-child {
  border-right: none;
  margin-right: 0;
}

/*---------- モーダルウインドウ ----------*/
.fancybox-slide--html .fancybox-content {
  width: 1000px !important;
  height: auto !important;
  border-radius: 10px;
  background-color: #d9dfe9 !important;
}
@media screen and (max-width: 768px) {
  .fancybox-slide--html .fancybox-content {
    padding: 20px !important;
  }
}
@media screen and (max-width: 1400px) {
  .fancybox-slide--html .fancybox-content {
    width: calc(100% - 30px) !important;
  }
}

.fancybox-content {
  position: relative;
  overflow: visible !important;
}
.fancybox-content .fancybox-nav {
  position: absolute;
  top: -40px;
  border: none !important;
  background: none !important;
  color: #ffffff;
  cursor: pointer;
}
.fancybox-content .fancybox-prev::after,
.fancybox-content .fancybox-next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 576px) {
  .fancybox-content .fancybox-prev::after,
  .fancybox-content .fancybox-next::after {
    width: 6px;
    height: 6px;
  }
}
.fancybox-content .fancybox-prev {
  left: 0;
  padding-left: 0.75em;
}
.fancybox-content .fancybox-prev::after {
  left: 0;
  transform: rotate(-135deg);
}
.fancybox-content .fancybox-next {
  right: 0;
  padding-right: 0.75em;
}
.fancybox-content .fancybox-next::after {
  right: 0;
  transform: rotate(45deg);
}
.fancybox-content .fancybox-close-small {
  color: #fff !important;
  background-color: #2c69ff;
  padding: 10px;
  border-radius: 0 10px 0 0;
}

.lineup_wrap {
  display: none;
}
.lineup_wrap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.lineup_wrap .lineup_img {
  background-color: #fff;
  border-radius: 10px;
  float: left;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lineup_wrap .lineup_img {
    float: initial;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
  }
}
.lineup_wrap .lineup_cont {
  float: right;
  width: calc(100% - 270px);
}
@media screen and (max-width: 768px) {
  .lineup_wrap .lineup_cont {
    float: initial;
    width: 100%;
    margin-top: 0.5em;
  }
}
.lineup_wrap .lineup_cont .lineup_tt {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: bold;
  margin-bottom: 0.5em;
}

.lineup_wrap .mgt_1em {
  margin-top: 1em;
}
.lineup_wrap .mgb_1em {
  margin-bottom: 1em;
}
.lineup_wrap .mgb_2em {
  margin-bottom: 2em;
}
.lineup_wrap .text_center {
  text-align: center;
}
.lineup_wrap .txt_indent {
  margin-left: 1em;
  text-indent: -1em;
}
.lineup_wrap .fnc_red {
  color: #be375a;
}
.lineup_wrap .fnc_blue {
  color: #2c69ff;
}/*# sourceMappingURL=style.css.map */