@charset "UTF-8";
/*
Theme Name: 新潟イフクが選ばれる理由LP
*/
/* ----------------------------- リセット */
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, 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;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, 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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.06em;
  color: #222;
  background-color: transparent;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

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

em {
  font-weight: 500;
}

.c-wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__980 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-title1 {
  text-align: center;
  background: #EC5C11;
  color: #fff;
  border-radius: 70px;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 15px;
}
.c-title1:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/title1_icon1.svg) no-repeat center top;
  background-size: contain;
  width: 30px;
  height: 16px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -16px;
}
.c-title1 .h {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-title2 {
  margin-bottom: 40px;
}
.c-title2 .h {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #EC5C11;
  text-decoration-line: underline;
  text-decoration-color: #F5E93F;
  text-decoration-style: solid;
  text-decoration-thickness: 20px;
  text-underline-offset: -10px;
  text-decoration-skip-ink: none;
}

.c-txt1 {
  text-align: center;
  color: #EC5C11;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 60px;
}

.js-tab-trigger {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.js-tab-trigger li {
  width: 145px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  text-align: center;
  border-radius: 60px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px;
  color: #fff;
}
.js-tab-trigger li.miyagi {
  background: #EB756C;
}
.js-tab-trigger li.miyagi.is-active {
  background: #fff;
  border-color: #EB756C;
  color: #EB756C;
}
.js-tab-trigger li.fukushima {
  background: #E885A7;
}
.js-tab-trigger li.fukushima.is-active {
  background: #fff;
  border-color: #E885A7;
  color: #E885A7;
}
.js-tab-trigger li.yamagata {
  background: #49A800;
}
.js-tab-trigger li.yamagata.is-active {
  background: #fff;
  border-color: #49A800;
  color: #49A800;
}
.js-tab-trigger li.akita {
  background: #F5A63F;
}
.js-tab-trigger li.akita.is-active {
  background: #fff;
  border-color: #F5A63F;
  color: #F5A63F;
}
.js-tab-trigger li.nagano {
  background: #5D8CEB;
}
.js-tab-trigger li.nagano.is-active {
  background: #fff;
  border-color: #5D8CEB;
  color: #5D8CEB;
}
.js-tab-trigger li.toyama {
  background: #B75FB9;
}
.js-tab-trigger li.toyama.is-active {
  background: #fff;
  border-color: #B75FB9;
  color: #B75FB9;
}
.js-tab-trigger li.gunma {
  background: #BEB31E;
}
.js-tab-trigger li.gunma.is-active {
  background: #fff;
  border-color: #BEB31E;
  color: #BEB31E;
}
.js-tab-trigger li.other {
  background: #E69519;
}
.js-tab-trigger li.other.is-active {
  background: #fff;
  border-color: #E69519;
  color: #E69519;
}
.js-tab-content {
  display: none;
  background: #fff;
  border: 3px solid;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.js-tab-content.miyagi {
  border-color: #EB756C;
}
.js-tab-content.miyagi .txt1 .h {
  background: #EB756C;
}
.js-tab-content.fukushima {
  border-color: #E885A7;
}
.js-tab-content.fukushima .txt1 .h {
  background: #E885A7;
}
.js-tab-content.yamagata {
  border-color: #49A800;
}
.js-tab-content.yamagata .txt1 .h {
  background: #49A800;
}
.js-tab-content.akita {
  border-color: #F5A63F;
}
.js-tab-content.akita .txt1 .h {
  background: #F5A63F;
}
.js-tab-content.nagano {
  border-color: #5D8CEB;
}
.js-tab-content.nagano .txt1 .h {
  background: #5D8CEB;
}
.js-tab-content.toyama {
  border-color: #B75FB9;
}
.js-tab-content.toyama .txt1 .h {
  background: #B75FB9;
}
.js-tab-content.gunma {
  border-color: #BEB31E;
}
.js-tab-content.gunma .txt1 .h {
  background: #BEB31E;
}
.js-tab-content.other {
  border-color: #E69519;
}
.js-tab-content.other .txt1 .h {
  background: #E69519;
}
.js-tab-content.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
LP
=========================================*/
.l-logo {
  position: absolute;
  top: 1.8vw;
  left: 2.1vw;
  z-index: 9;
  width: 25.7292vw;
}
.l-logo img {
  width: 100%;
}

.l-nav {
  position: fixed;
  right: 40px;
  top: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 9;
}
.l-nav li {
  margin-left: 18px;
}
.l-nav li a {
  display: block;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 5px 32px;
  min-width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.l-nav li a:after {
  display: block;
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url(../img/arrow_1-right.svg) no-repeat center;
  width: 10px;
  height: 18px;
}
.l-nav li span {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.l-nav li.request a {
  background: linear-gradient(to right, #b75fb9 26%, #e2bfcc 100%);
}
.l-nav li.request span {
  background-image: url(../img/nav_icon-request.svg);
  background-size: 29px auto;
  padding-left: 41px;
}
.l-nav li.oc a {
  background: linear-gradient(to right, #e69519 26%, #f0c169 100%);
}
.l-nav li.oc span {
  background-image: url(../img/nav_icon-oc.svg);
  background-size: 21px auto;
  padding-left: 31px;
}

.p-reason__kv .h {
  text-align: center;
}
.p-reason__lead {
  background: url(../img/lead_bg1.png) no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 217px;
}
.p-reason__lead .h {
  text-align: center;
  margin-bottom: 90px;
}
.p-reason__lead .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-reason__lead .nav li {
  width: 31.4814%;
  margin-left: 2.7779%;
  margin-bottom: 30px;
}
.p-reason__lead .nav li:nth-child(3n+1) {
  margin-left: 0;
}
.p-reason__lead .nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 100px;
  text-align: center;
  padding: 14px;
  background: linear-gradient(to right, #e69519 25%, #f1c36e 100%);
  line-height: 1.5;
  font-weight: 700;
}
.p-reason__lead .nav a:after {
  display: block;
  content: "";
  background: url(../img/arrow_1.svg) no-repeat center;
  width: 18px;
  height: 10px;
  background-size: contain;
}
.p-reason__lead .nav .no {
  margin-bottom: 6px;
  color: #F5E93F;
}
.p-reason__lead .nav .txt {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  height: 3em;
}
.p-reason__point {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.p-reason__point .c-wrap {
  padding-top: 1px;
}
.p-reason__point .heading {
  position: relative;
  margin-top: -18px;
  margin-bottom: 60px;
  z-index: 1;
}
.p-reason__point .heading:before {
  display: block;
  content: "";
  position: absolute;
  width: 212px;
  height: 82px;
  top: -64px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
.p-reason__point .heading .no {
  text-align: center;
  margin-bottom: 30px;
}
.p-reason__point .heading .title1 {
  border-top: 3px solid #E69519;
  border-bottom: 3px solid #E69519;
  background: #fff;
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-reason__point .heading .en {
  position: absolute;
  pointer-events: none;
}
.p-reason__point .heading .h {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-reason__point .heading .h em {
  color: #E885A7;
}
.p-reason__point .heading .img1 {
  position: absolute;
  pointer-events: none;
}
.p-reason__point.point1 {
  background-image: url(../img/point1_bg1.jpg);
}
.p-reason__point.point1 .heading {
  margin-bottom: 40px;
}
.p-reason__point.point1 .heading:before {
  background-image: url(../img/point1_heading_bg1.png);
}
.p-reason__point.point1 .heading .en {
  left: -75px;
  top: -93px;
}
.p-reason__point.point1 .heading .img1 {
  top: -45px;
  right: -117px;
}
.p-reason__point.point1 .content1 .block1 {
  margin-bottom: 80px;
}
.p-reason__point.point1 .content1 .block1 .c-wrap__980 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-reason__point.point1 .content1 .block1 .txt1 {
  width: 47.9591%;
  text-align: center;
}
.p-reason__point.point1 .content1 .block1 .txt1 .h {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 36px;
  margin-bottom: 35px;
  color: #fff;
  line-height: 1.5;
}
.p-reason__point.point1 .content1 .block1 .box1 {
  width: 47.9591%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FEFDD8;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-reason__point.point1 .content1 .block1 .box1 .h {
  text-align: center;
  border-bottom: 2px dotted #000;
  padding-bottom: 8px;
  margin-bottom: 11px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
}
.p-reason__point.point1 .content1 .block1 .box1 ul {
  width: 50%;
}
.p-reason__point.point1 .content1 .block1 .box1 li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-reason__point.point1 .content1 .block1.miyagi .txt1 .h {
  background: #EB756C;
}
.p-reason__point.point1 .content1 .block1.fukushima .txt1 .h {
  background: #E885A7;
}
.p-reason__point.point1 .content1 .block1.yamagata .txt1 .h {
  background: #49A800;
}
.p-reason__point.point1 .content1 .block1.akita .txt1 .h {
  background: #F5A63F;
}
.p-reason__point.point1 .content1 .block1.nagano .txt1 .h {
  background: #5D8CEB;
}
.p-reason__point.point1 .content1 .block1.toyama .txt1 .h {
  background: #B75FB9;
}
.p-reason__point.point1 .content1 .block1.gunma .txt1 .h {
  background: #BEB31E;
}
.p-reason__point.point1 .content1 .block1.other .txt1 .h {
  background: #E69519;
}
.p-reason__point.point1 .content2 {
  background: #FEFDD8;
  border-radius: 20px;
  padding: 50px;
}
.p-reason__point.point1 .content2 .img1 {
  text-align: center;
}
.p-reason__point.point2 {
  background-image: url(../img/point2_bg1.jpg);
}
.p-reason__point.point2 .heading {
  margin-bottom: 40px;
}
.p-reason__point.point2 .heading:before {
  background-image: url(../img/point2_heading_bg1.png);
}
.p-reason__point.point2 .heading .en {
  left: -32px;
  top: -53px;
}
.p-reason__point.point2 .heading .img1 {
  top: -25px;
  right: -117px;
}
.p-reason__point.point2 .content1 .block1 .c-wrap__980 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-reason__point.point2 .content1 .block1 .box1 {
  width: 47.9591%;
}
.p-reason__point.point2 .content1 .block1 .box1 .img1 {
  margin-bottom: 20px;
}
.p-reason__point.point2 .content1 .block1 .box1 .img1 img {
  border-radius: 20px;
}
.p-reason__point.point2 .content1 .block1 .box1 .name {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-reason__point.point2 .content1 .block1 .box1 .name span {
  margin-left: 20px;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-reason__point.point2 .content1 .block1 .box1 dl {
  display: flex;
  align-items: center;
  margin: 0;
  margin-top: 10px;
}
.p-reason__point.point2 .content1 .block1 .box1 dt {
  width: 90px;
  text-align: center;
  border-radius: 26px;
  font-weight: 500;
  line-height: 1.6;
}
.p-reason__point.point2 .content1 .block1 .box1 dd {
  width: calc(100% - 110px);
  margin-left: 20px;
  font-weight: 500;
}
.p-reason__point.point2 .content1 .block1 .box2 {
  width: 47.9591%;
}
.p-reason__point.point2 .content1 .block1 .box2 .h {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 20px;
}
.p-reason__point.point2 .content1 .block1.miyagi .box1 .name span {
  background: #EB756C;
}
.p-reason__point.point2 .content1 .block1.miyagi .box1 dt {
  color: #EB756C;
  background: #FFE1DF;
}
.p-reason__point.point2 .content1 .block1.miyagi .box2 .h {
  color: #EB756C;
}
.p-reason__point.point2 .content1 .block1.fukushima .box1 .name span {
  background: #E885A7;
}
.p-reason__point.point2 .content1 .block1.fukushima .box1 dt {
  color: #E885A7;
  background: #f3d2dd;
}
.p-reason__point.point2 .content1 .block1.fukushima .box2 .h {
  color: #E885A7;
}
.p-reason__point.point2 .content1 .block1.yamagata .box1 .name span {
  background: #49A800;
}
.p-reason__point.point2 .content1 .block1.yamagata .box1 dt {
  color: #49A800;
  background: #ddf7c9;
}
.p-reason__point.point2 .content1 .block1.yamagata .box2 .h {
  color: #49A800;
}
.p-reason__point.point2 .content1 .block1.akita .box1 .name span {
  background: #F5A63F;
}
.p-reason__point.point2 .content1 .block1.akita .box1 dt {
  color: #F5A63F;
  background: #fff2e2;
}
.p-reason__point.point2 .content1 .block1.akita .box2 .h {
  color: #F5A63F;
}
.p-reason__point.point2 .content1 .block1.nagano .box1 .name span {
  background: #5D8CEB;
}
.p-reason__point.point2 .content1 .block1.nagano .box1 dt {
  color: #5D8CEB;
  background: #e1e8f7;
}
.p-reason__point.point2 .content1 .block1.nagano .box2 .h {
  color: #5D8CEB;
}
.p-reason__point.point2 .content1 .block1.toyama .box1 .name span {
  background: #B75FB9;
}
.p-reason__point.point2 .content1 .block1.toyama .box1 dt {
  color: #B75FB9;
  background: #fadffb;
}
.p-reason__point.point2 .content1 .block1.toyama .box2 .h {
  color: #B75FB9;
}
.p-reason__point.point2 .content1 .block1.gunma .box1 .name span {
  background: #BEB31E;
}
.p-reason__point.point2 .content1 .block1.gunma .box1 dt {
  color: #BEB31E;
  background: #f5f1bf;
}
.p-reason__point.point2 .content1 .block1.gunma .box2 .h {
  color: #BEB31E;
}
.p-reason__point.point2 .content1 .block1.other .box1 .name span {
  background: #E69519;
}
.p-reason__point.point2 .content1 .block1.other .box1 dt {
  color: #E69519;
  background: #f1dfc4;
}
.p-reason__point.point2 .content1 .block1.other .box2 .h {
  color: #E69519;
}
.p-reason__point.point3 {
  background-image: url(../img/point3_bg1.jpg);
}
.p-reason__point.point3 .heading:before {
  background-image: url(../img/point3_heading_bg1.png);
}
.p-reason__point.point3 .heading .en {
  left: -33px;
  top: -29px;
}
.p-reason__point.point3 .heading .img1 {
  top: 0;
  right: -110px;
}
.p-reason__point.point3 .content1 .block1.miyagi {
  background: #FFE1DF;
}
.p-reason__point.point3 .content1 .block1.fukushima {
  background: #f3d2dd;
}
.p-reason__point.point3 .content1 .block1.yamagata {
  background: #ddf7c9;
}
.p-reason__point.point3 .content1 .block1.akita {
  background: #fff2e2;
}
.p-reason__point.point3 .content1 .block1.nagano {
  background: #e1e8f7;
}
.p-reason__point.point3 .content1 .block1.toyama {
  background: #fadffb;
}
.p-reason__point.point3 .content1 .block1.gunma {
  background: #f5f1bf;
}
.p-reason__point.point3 .content1 .block1.other {
  background: #f1dfc4;
}
.p-reason__point.point4 {
  background-image: url(../img/point4_bg1.jpg);
}
.p-reason__point.point4 .heading:before {
  background-image: url(../img/point4_heading_bg1.png);
}
.p-reason__point.point4 .heading .en {
  left: -42px;
  top: -36px;
}
.p-reason__point.point4 .heading .img1 {
  top: -100px;
  right: -106px;
}
.p-reason__point.point4 .content1 {
  background: #fff;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-reason__point.point4 .content1 .block1 {
  margin-bottom: 75px;
}
.p-reason__point.point4 .content1 .block1 .map {
  margin-bottom: 40px;
  text-align: center;
}
.p-reason__point.point4 .content1 .block1 .box1 {
  display: flex;
  flex-wrap: wrap;
}
.p-reason__point.point4 .content1 .block1 .box1 li {
  width: 31.25%;
  margin-left: 3.125%;
  margin-bottom: 60px;
  position: relative;
}
.p-reason__point.point4 .content1 .block1 .box1 li:nth-child(3n+1) {
  margin-left: 0;
}
.p-reason__point.point4 .content1 .block1 .box1 .label {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 30px;
  top: -20px;
  background: #FFF100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 100%;
}
.p-reason__point.point4 .content1 .block1 .box1 .img1 img {
  border-radius: 30px 30px 0 0;
  width: 100%;
}
.p-reason__point.point4 .content1 .block1 .box1 .txt1 {
  text-align: center;
  background: #FEFDD8;
  padding: 8px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.p-reason__point.point4 .content1 .block2 {
  border: 3px solid #E69519;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.p-reason__point.point4 .content1 .block2 .icon1 {
  position: absolute;
  left: 38px;
  top: -40px;
}
.p-reason__point.point4 .content1 .block2 .box1 {
  width: 48.7179%;
}
.p-reason__point.point4 .content1 .block2 .box1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #E69519;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.p-reason__point.point4 .content1 .block2 .box1-wrap:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-reason__point.point4 .content1 .block2 .box1 .h {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #E69519;
}
.p-reason__point.point4 .content1 .block2 .box1 .h img {
  margin-right: 20px;
}
.p-reason__point.point4 .content1 .block2 .box1 p {
  color: #E69519;
  font-weight: 500;
}
.p-reason__point.point4 .content1 .block2 .box2 {
  width: 48.7179%;
  display: flex;
  flex-wrap: wrap;
}
.p-reason__point.point4 .content1 .block2 .box2 li {
  width: 47.3684%;
  margin-left: 5.2632%;
  margin-bottom: 20px;
  background: #E69519;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.p-reason__point.point4 .content1 .block2 .box2 li .small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-reason__point.point4 .content1 .block2 .box2 li em {
  font-size: 26px;
  font-size: 2.6rem;
}
.p-reason__point.point4 .content1 .block2 .box2 li:nth-child(2n+1) {
  margin-left: 0;
}
.p-reason__point.point4 .content1 .block2 .box2 li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.p-reason__point.point4 .content1 .block2 .box3 {
  width: 48.7179%;
  text-align: center;
  background: #E69519;
  border-radius: 10px;
  padding: 32px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
.p-reason__point.point4 .content1 .block2 .box3 em {
  font-size: 32px;
  font-size: 3.2rem;
}
.p-reason__point.point5 {
  background-image: url(../img/point5_bg1.jpg);
}
.p-reason__point.point5 .heading:before {
  background-image: url(../img/point5_heading_bg1.png);
}
.p-reason__point.point5 .heading .en {
  left: -30px;
  top: -54px;
}
.p-reason__point.point5 .heading .img1 {
  top: -43px;
  right: -128px;
}
.p-reason__point.point5 .content1 {
  background: #FEFDD8;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-reason__point.point5 .content1 .block1 {
  margin-bottom: 60px;
}
.p-reason__point.point5 .content1 .block1:last-child {
  margin-bottom: 0;
}
.p-reason__point.point5 .content1 .txt1 {
  text-align: center;
}
.p-reason__bnr {
  background: url(../img/bnr_bg1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 188px;
}
.p-reason__bnr .btn a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  padding: 48px;
  position: relative;
  border: 4px solid #fff;
  background: linear-gradient(to right, #e885a7 50%, #e0bdd2 100%);
  border-radius: 100px;
  text-align: center;
}
.p-reason__bnr .btn a:after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/arrow_1-right.svg) no-repeat center;
  background-size: contain;
  width: 10px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 40px;
  margin-top: auto;
  margin-bottom: auto;
}
.p-reason__footer .catch {
  text-align: center;
}
.p-reason__footer .p-reason__bnr {
  background-image: url(../img/bnr_bg2.jpg);
  padding-bottom: 40px;
}
.p-reason__footer .p-reason__bnr .copyright {
  margin-top: 128px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    min-width: initial;
  }

  .c-wrap {
    max-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-wrap__980, .c-wrap__780 {
    max-width: initial;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-title1 {
    margin-bottom: 30px;
    padding: 15px 10px;
  }
  .c-title1:after {
    bottom: -14px;
  }
  .c-title1 .h {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .c-title2 {
    margin-bottom: 20px;
  }
  .c-title2 .h {
    font-size: 20px;
    font-size: 2rem;
    text-decoration-thickness: 13px;
    text-underline-offset: -6px;
  }

  .c-txt1 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .js-tab-trigger {
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    margin-right: -10px;
  }
  .js-tab-trigger li {
    display: inline-block;
    margin-right: 2px;
    width: 126px;
    border-width: 2px;
    padding: 10px;
  }
  .js-tab-content {
    border-width: 2px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .l-logo {
    top: 4vw;
    left: 2.66vw;
    width: 54vw;
  }

  .l-nav {
    top: auto;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 10px);
  }
  .l-nav li {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  .l-nav li a {
    line-height: 1.5;
    min-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-nav li a:after {
    right: 8px;
    width: 8px;
    background-size: contain;
  }
  .l-nav li span {
    height: 3em;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-reason__lead {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .p-reason__lead .h {
    margin-bottom: 30px;
  }
  .p-reason__lead .nav {
    display: block;
  }
  .p-reason__lead .nav li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-reason__lead .nav li:last-child {
    margin-bottom: 0;
  }
  .p-reason__lead .nav a {
    border-width: 3px;
    padding: 10px;
  }
  .p-reason__lead .nav a:after {
    display: block;
    content: "";
    background: url(../img/arrow_1.svg) no-repeat center;
    width: 18px;
    height: 10px;
    background-size: contain;
  }
  .p-reason__lead .nav .no {
    margin-bottom: 3px;
    color: #F5E93F;
  }
  .p-reason__lead .nav .txt {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    height: auto;
  }
  .p-reason__point {
    padding-bottom: 100px;
  }
  .p-reason__point .heading {
    position: relative;
    margin-top: -18px;
    margin-bottom: 60px;
    z-index: 1;
  }
  .p-reason__point .heading:before {
    height: 62px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    top: -44px;
  }
  .p-reason__point .heading .no {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-reason__point .heading .no img {
    width: 50px;
  }
  .p-reason__point .heading .title1 {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-reason__point .heading .en {
    display: none;
  }
  .p-reason__point .heading .h {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-reason__point .heading .img1 img {
    width: 80px;
  }
  .p-reason__point.point1 .heading {
    margin-bottom: 20px;
  }
  .p-reason__point.point1 .heading .img1 {
    top: -70px;
    right: -10px;
  }
  .p-reason__point.point1 .content1 .block1 {
    margin-bottom: 30px;
  }
  .p-reason__point.point1 .content1 .block1 .c-wrap__980 {
    display: block;
  }
  .p-reason__point.point1 .content1 .block1 .txt1 {
    width: auto;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-reason__point.point1 .content1 .block1 .txt1 .h {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  .p-reason__point.point1 .content1 .block1 .box1 {
    width: auto;
    border-radius: 20px;
    padding: 15px 20px;
    display: block;
  }
  .p-reason__point.point1 .content1 .block1 .box1 .h {
    border-bottom: 2px dotted #000;
    padding-bottom: 6px;
    margin-bottom: 9px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-reason__point.point1 .content1 .block1 .box1 ul {
    width: auto;
  }
  .p-reason__point.point1 .content1 .block1 .box1 li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-reason__point.point1 .content2 {
    border-radius: 20px;
    padding: 15px;
  }
  .p-reason__point.point2 .heading {
    margin-bottom: 20px;
  }
  .p-reason__point.point2 .heading .img1 {
    top: -55px;
    right: -10px;
  }
  .p-reason__point.point2 .content1 .block1 .c-wrap__980 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-reason__point.point2 .content1 .block1 .box1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-reason__point.point2 .content1 .block1 .box1 .img1 {
    margin-bottom: 20px;
  }
  .p-reason__point.point2 .content1 .block1 .box1 .img1 img {
    border-radius: 20px;
  }
  .p-reason__point.point2 .content1 .block1 .box1 .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-reason__point.point2 .content1 .block1 .box1 .name span {
    margin-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-reason__point.point2 .content1 .block1 .box1 dl {
    margin-top: 5px;
  }
  .p-reason__point.point2 .content1 .block1 .box1 dt {
    width: 85px;
  }
  .p-reason__point.point2 .content1 .block1 .box1 dd {
    width: calc(100% - 110px);
    margin-left: 15px;
  }
  .p-reason__point.point2 .content1 .block1 .box2 {
    width: auto;
  }
  .p-reason__point.point2 .content1 .block1 .box2 .h {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .p-reason__point.point3 .heading .img1 {
    top: -50px;
    right: -10px;
  }
  .p-reason__point.point3 .content1 .c-wrap__980 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-reason__point.point4 .heading .img1 {
    top: -80px;
    right: -10px;
  }
  .p-reason__point.point4 .content1 {
    padding: 25px 10px;
  }
  .p-reason__point.point4 .content1 .block1 {
    margin-bottom: 60px;
  }
  .p-reason__point.point4 .content1 .block1 .map {
    margin-bottom: 30px;
  }
  .p-reason__point.point4 .content1 .block1 .box1 {
    display: block;
  }
  .p-reason__point.point4 .content1 .block1 .box1 li {
    width: auto;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .p-reason__point.point4 .content1 .block1 .box1 li:last-child {
    margin-bottom: 0;
  }
  .p-reason__point.point4 .content1 .block1 .box1 .label {
    width: 50px;
    height: 50px;
    left: 20px;
    top: -20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-reason__point.point4 .content1 .block1 .box1 .img1 img {
    border-radius: 20px 20px 0 0;
  }
  .p-reason__point.point4 .content1 .block2 {
    border-width: 2px;
    border-radius: 15px;
    padding: 30px 10px 20px;
    position: relative;
  }
  .p-reason__point.point4 .content1 .block2 .icon1 {
    position: absolute;
    left: 10px;
    top: -40px;
  }
  .p-reason__point.point4 .content1 .block2 .icon1 img {
    width: 70px;
  }
  .p-reason__point.point4 .content1 .block2 .box1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-reason__point.point4 .content1 .block2 .box1-wrap {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-reason__point.point4 .content1 .block2 .box1-wrap:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-reason__point.point4 .content1 .block2 .box1 .h {
    margin-bottom: 10px;
  }
  .p-reason__point.point4 .content1 .block2 .box1 .h img {
    width: 40px;
    margin-right: 16px;
  }
  .p-reason__point.point4 .content1 .block2 .box2 {
    width: auto;
    display: block;
  }
  .p-reason__point.point4 .content1 .block2 .box2 li {
    width: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding: 10px;
  }
  .p-reason__point.point4 .content1 .block2 .box2 li:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
  .p-reason__point.point4 .content1 .block2 .box2 li:last-child {
    margin-bottom: 0;
  }
  .p-reason__point.point4 .content1 .block2 .box3 {
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-reason__point.point4 .content1 .block2 .box3 em {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .p-reason__point.point5 .heading .img1 {
    top: -43px;
    right: -10px;
  }
  .p-reason__point.point5 .content1 {
    padding: 20px 10px 30px;
  }
  .p-reason__point.point5 .content1 .block1 {
    margin-bottom: 40px;
  }
  .p-reason__bnr {
    padding: 50px 10px 120px;
  }
  .p-reason__bnr .btn a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 30px;
    border-width: 3px;
    border-radius: 40px;
    line-height: 1.6;
  }
  .p-reason__bnr .btn a:after {
    width: 8px;
    right: 15px;
  }
  .p-reason__footer .catch {
    text-align: center;
  }
  .p-reason__footer .p-reason__bnr {
    background-image: url(../img/bnr_bg2.jpg);
    padding-bottom: 100px;
  }
  .p-reason__footer .p-reason__bnr .copyright {
    margin-top: 70px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
