@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  /*margin: 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  /*margin: 0;*/
}

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-weight: 500;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #313131;
  overflow-x: hidden;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin: 1% 0;
  max-width: 100%;
}

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

input::-moz-placeholder {
  color: #BCBCBC;
}

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

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

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 0 40px;
  background: #E1ECF1;
  height: 113px;
  /*========= ボタンのためのCSS ===============*/
  /*×に変化*/
}
.l-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .logo img {
  width: 105px;
}
.l-header .logo p {
  color: #3F6374;
  font-size: 2.4rem;
}
.l-header #g-nav {
  position: fixed;
  z-index: 998;
  top: 0;
  right: -100%;
  width: 375px;
  height: auto;
  /*ナビの高さ*/
  background: #3F6374;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 100px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header #g-nav.panelactive {
  right: 0;
}
.l-header #g-nav #g-nav-list .menu {
  width: 100%;
  max-width: 980px;
  margin: 2% auto;
}
.l-header #g-nav #g-nav-list .menu ul li {
  min-width: 18%;
  margin: 1%;
  line-height: 2;
}
.l-header #g-nav #g-nav-list .menu ul li a {
  color: #fff;
  font-size: 20px;
}
.l-header #g-nav .menu_img {
  width: auto;
  height: 175px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-header #g-nav .page_top {
  text-align: center;
  margin: 2% auto;
}
.l-header #g-nav .page_top a {
  color: #fff;
  font-size: 16px;
}
.l-header .openbtn {
  display: block;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 38px;
  right: 40px;
  cursor: pointer;
  width: 52px;
  height: 36px;
  border-radius: 10px;
}
.l-header .openbtn span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0%;
  right: 0%;
  height: 4px;
  background: #3F6374;
  width: 100%;
}
.l-header .openbtn span:nth-of-type(1) {
  top: 0x;
}
.l-header .openbtn span:nth-of-type(2) {
  top: 16px;
}
.l-header .openbtn span:nth-of-type(3) {
  top: 32px;
}
.l-header .openbtn.is-active span:nth-of-type(1) {
  background: #D7783F;
  top: 16px;
  -webkit-transform: translateY(0px) rotate(-225deg);
          transform: translateY(0px) rotate(-225deg);
}
.l-header .openbtn.is-active span:nth-of-type(2) {
  display: none;
}
.l-header .openbtn.is-active span:nth-of-type(3) {
  background: #D7783F;
  top: 16px;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

@media screen and (max-width: 480px) {
  .l-header {
    padding: 20px;
    height: 100px;
    /*========= ボタンのためのCSS ===============*/
    /*×に変化*/
  }
  .l-header .logo {
    gap: 10px;
  }
  .l-header .logo img {
    width: 58px;
  }
  .l-header .logo p {
    font-size: 1.4rem;
  }
  .l-header .openbtn {
    top: 35px;
    right: 20px;
    width: 42px;
    height: 30px;
  }
  .l-header .openbtn span {
    height: 3px;
  }
  .l-header .openbtn span:nth-of-type(1) {
    top: 0x;
  }
  .l-header .openbtn span:nth-of-type(2) {
    top: 15px;
  }
  .l-header .openbtn span:nth-of-type(3) {
    top: 30px;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  background: #3f6374;
}
.l-footer .l-inner {
  padding: 30px 10% 150px 0;
}
.l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}
.l-footer__logo img {
  margin: 20px;
}
.l-footer__logo p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.781vw + 0.6rem, 1.6rem);
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40%;
}
.l-footer__menu ul {
  margin: 0 20px;
}
.l-footer__menu ul li {
  line-height: 2;
}
.l-footer__menu ul li a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.781vw + 0.6rem, 1.6rem);
}
.l-footer.campaign {
  /* Canpaign・フォームページ */
}
.l-footer.campaign .l-inner {
  padding: 30px 0;
}

@media screen and (max-width: 480px) {
  .l-footer .l-inner {
    padding: 30px 0 150px 0;
  }
  .l-footer__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .l-footer__logo img {
    width: 60px;
    margin: 10px;
  }
  .l-footer__menu {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner {
  position: relative;
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner02 {
  position: relative;
  width: 96%;
  max-width: 1140px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.p-mainvisual {
  position: relative;
  background: #E1ECF1;
  padding: 150px 0 1px;
}
.p-mainvisual__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 80px;
}
.p-mainvisual__flex img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mainvisual__flex-img01 {
  width: 60%;
  max-width: 716px;
  border: 4px solid #3F6374;
}
.p-mainvisual__flex-img02 {
  width: 33%;
  max-width: 386px;
  margin-bottom: 20px;
}
.p-mainvisual__bdr {
  position: relative;
  background: #3F6374;
  height: 116px;
}
.p-mainvisual__bdr .l-inner {
  height: 116px;
}
.p-mainvisual__bdr a {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 30%;
  max-width: 219px;
}
.p-mainvisual__date {
  /* Canpaign・フォームページ */
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
}

.p-about {
  padding: 80px 0;
  overflow-x: hidden;
}
.p-about h2 {
  text-align: center;
  width: 70%;
  max-width: 702px;
  margin: 0 auto;
}
.p-about h4.title01 {
  color: #3E3A39;
  font-weight: 700;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.07em;
  margin: 0 auto;
  font-size: clamp(3rem, 0.977vw + 2.25rem, 3.5rem);
}
.p-about .cl_green {
  color: #3F6374;
}
.p-about .cl_orange {
  color: #D7783F;
}
.p-about__bdr-box01 {
  border: 1px solid #000;
  background-image: url(../images/bg.png);
  margin: 50px auto;
}
.p-about__bdr-box02 {
  position: relative;
  border: 1px solid #000;
  background: #FBFBF7;
  width: 90%;
  max-width: 960px;
  margin: 20px auto 70px;
  padding: 40px 30px;
}
.p-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px auto;
}
.p-about__flex-img {
  width: 38%;
  max-width: 431px;
  margin: 0 3% 0 3%;
}
.p-about__flex-txt {
  width: 56%;
  max-width: 560px;
  margin: 0 auto 0 0;
}
.p-about__flex-txt h3 {
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.19em;
  margin: 20px 0 30px;
  font-size: clamp(3rem, 3.906vw + 0rem, 5rem);
}
.p-about__flex-txt h3 span {
  font-size: 2.3rem;
  letter-spacing: 0.11em;
  font-size: clamp(1.8rem, 0.331vw + 1.676rem, 2.1rem);
}
.p-about__flex-txt p {
  font-size: 2.3rem;
  line-height: 2.6086956522;
  font-size: clamp(1.6rem, 1.367vw + 0.55rem, 2.3rem);
}
.p-about__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-about__flex02-box {
  width: 31%;
  max-width: 275px;
  text-align: center;
}
.p-about__flex02-box img {
  margin: 5px auto;
}
.p-about__flex02-box p {
  font-size: 1.8rem;
  color: #3f6374;
}
.p-about p.txt {
  width: 94%;
  max-width: 970px;
  margin: 80px auto 0;
  letter-spacing: 0.03em;
  line-height: 2;
  font-size: 2.3rem;
  font-size: clamp(1.6rem, 1.367vw + 0.55rem, 2.3rem);
}
.p-about__flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}
.p-about__flex03-box {
  width: 31%;
  max-width: 285px;
  text-align: center;
  margin: 0 5px;
}
.p-about h3.title02 {
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0.19em;
  line-height: 1.5;
  margin: 40px auto;
  font-size: clamp(3rem, 3.906vw + 0rem, 5rem);
}
.p-about h3.title02 span.small {
  font-size: 2.9rem;
  letter-spacing: 0.17em;
  font-size: clamp(2.5rem, 0.781vw + 1.9rem, 2.9rem);
}
.p-about h3.title02 span.big {
  background: #d7783f;
  color: #fff;
  padding: 0 10px;
}
.p-about h4.title03 {
  position: relative;
  font-weight: 700;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.07em;
  padding-bottom: 15px;
  margin: 0 auto;
  font-size: clamp(2.4rem, 0.781vw + 1.8rem, 2.8rem);
}
.p-about h4.title03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  content: "";
  width: 2.5em;
  border: 1px solid #3E3A39;
}
.p-about__flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px auto;
}
.p-about__flex04-box {
  width: 33%;
  margin: 20px 0;
  text-align: center;
}
.p-about .bdr {
  width: 100%;
  border-bottom: 1px dotted #3E3A39;
  margin: 40px auto;
}
.p-about p.txt02 {
  width: 90%;
  max-width: 970px;
  text-align: center;
  margin: 30px auto;
  letter-spacing: 0.07em;
  line-height: 2;
  font-size: 2rem;
}
.p-about__movie {
  width: 86%;
  max-width: 720px;
  padding: 20px;
  margin: 30px auto 50px;
  border: 1px solid #3E3A39;
}
.p-about__movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.on_txt01 {
  position: absolute;
  top: 26%;
  right: -4%;
  max-width: 86px;
  width: 9%;
  z-index: 3;
}

.on_txt02 {
  position: absolute;
  top: 1%;
  right: -4%;
  max-width: 70px;
  width: 8%;
  z-index: 3;
}

.on_txt03 {
  position: absolute;
  bottom: -1.6%;
  left: 0;
  max-width: 605px;
  width: 64%;
  z-index: 3;
}

.slide_container {
  text-align: center;
  width: 96%;
  max-width: 800px;
  margin: 30px auto 50px;
}
.slide_container .thumbnail01 {
  width: 100%;
  margin: 30px 0 30px auto;
}
.slide_container .thumbnail-img {
  width: 20%;
  max-width: 160px;
}
.slide_container .slick01 {
  width: 90%;
  max-width: 793px;
  margin: 30px auto;
}

.p-interview__bdr-box01 {
  position: relative;
  border: 1px solid #000;
  background-image: url(../images/bg.png);
  padding: 30px 30px 0;
  margin: 50px auto;
}
.p-interview__bdr-box01 h2 {
  text-align: center;
}
.p-interview__name {
  text-align: left;
  width: 92%;
  max-width: 980px;
  margin: 50px auto;
}
.p-interview__block {
  width: 92%;
  max-width: 980px;
  margin: 50px auto;
}
.p-interview__block h3 {
  display: inline-block;
  background: #3e3a39;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  width: auto;
  padding: 13px 15px;
  margin: 30px auto;
  font-size: clamp(2.4rem, 1.172vw + 1.5rem, 3rem);
}
.p-interview__block h4 {
  color: #d7783f;
  font-size: 2.6rem;
  margin: 0 auto 20px 15px;
  font-size: clamp(2.2rem, 0.781vw + 1.6rem, 2.6rem);
}
.p-interview__block p {
  font-size: 1.7rem;
  margin: 0 auto 50px 15px;
  letter-spacing: 0.07em;
  line-height: 2;
  font-size: clamp(1.6rem, 0.195vw + 1.45rem, 1.7rem);
}
.p-interview__block p.al_r {
  text-align: right;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.p-interview__block img {
  margin: 0 auto 0 15px;
}
.p-interview__block img.w50 {
  width: 50%;
  max-width: 434px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-interview__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-interview__flex-txt {
  position: relative;
  width: 100%;
  z-index: 2;
}
.p-interview__flex picture {
  position: absolute;
  top: 65px;
  right: -2%;
  z-index: 1;
  width: 41%;
  max-width: 396px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-interview__flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-interview__flex02-txt {
  width: 100%;
}
.p-interview__flex02 img {
  position: absolute;
  left: -72px;
}
.p-interview__flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-interview__flex03-txt {
  width: 50%;
}
.p-interview__flex03-txt p {
  width: 86%;
}

.on_txt04 {
  position: absolute;
  top: 21%;
  right: 1%;
  max-width: 70px;
  width: 7%;
  z-index: 3;
}

.p-voice {
  text-align: center;
  padding: 50px 0;
}
.p-voice h2 {
  font-size: 5.2rem;
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(3.4rem, 3.516vw + 0.7rem, 5.2rem);
}
.p-voice h2 span.bdr {
  font-size: 2.8rem;
  border-bottom: 1px dotted #3E3A39;
  padding-bottom: 5px;
  font-size: clamp(1.8rem, 1.953vw + 0.3rem, 2.8rem);
}
.p-voice h2 span.cl_orange {
  font-size: 8.7rem;
  color: #d7783f;
  font-size: clamp(5.5rem, 6.25vw + 0.7rem, 8.7rem);
}
.p-voice h2 span.cl_blue {
  font-size: 8.7rem;
  color: #3f6374;
  font-size: clamp(5.5rem, 6.25vw + 0.7rem, 8.7rem);
}
.p-voice p {
  font-size: 2.1rem;
  letter-spacing: 0.07em;
  margin: 20px auto;
  font-size: clamp(1.6rem, 0.977vw + 0.85rem, 2.1rem);
}
.p-voice__bdr-box {
  position: relative;
  border: 1px solid #000;
  background-image: url(../images/bg.png);
  padding: 30px;
  margin: 50px auto;
}
.p-voice__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-voice__flex li {
  position: relative;
  width: 49%;
  border: 1px solid #D7783F;
  border-radius: 8px;
  padding: 75px 10px;
  margin-bottom: 10px;
}
.p-voice__flex li:nth-child(3), .p-voice__flex li:nth-child(4), .p-voice__flex li:nth-child(7), .p-voice__flex li:nth-child(8) {
  border-color: #699EB7;
}
.p-voice__flex li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  font-size: 2.1rem;
  letter-spacing: normal;
  line-height: 1.2;
  margin: 0 auto;
  font-size: clamp(1.4rem, 1.367vw + 0.35rem, 2.1rem);
}

.on_txt05 {
  position: absolute;
  bottom: -3%;
  right: 5%;
  max-width: 491px;
  width: 44%;
  z-index: 3;
}

.p-list {
  padding: 120px 0 1px;
}
.p-list__bdr-box {
  border: 1px solid #000;
  background-image: url(../images/bg.png);
  margin: 50px auto 30px;
  padding: 7% 0 0;
}
.p-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.p-list__flex li {
  width: 31%;
  max-width: 310px;
  margin: 1%;
}
.p-list__btn {
  margin: 50px auto;
  text-align: center;
}
.p-list__btn a {
  display: inline-block;
  background: #d7783f;
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  line-height: 2.2;
  border-radius: 40px;
  width: 424px;
  font-size: clamp(2.4rem, 1.563vw + 1.2rem, 3.2rem);
}
.p-list__block {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto 0;
}
.p-list__block h4 {
  color: #d7783f;
  font-size: 2.6rem;
  margin: 0 auto 10px;
}
.p-list__block ul {
  margin: 10px auto 70px;
}
.p-list__block ul li {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-list__block ul.disc li {
  list-style: disc;
  margin-left: 1.5em;
}
.p-list__address {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
}
.p-list__address h5 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-list__address p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-list__address a {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 50px;
}

.p-bgimg01 {
  position: relative;
  text-align: center;
  height: 196px;
  width: 90%;
  max-width: 965px;
  margin: 50px auto;
}
.p-bgimg01__clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-bgimg01 .bg_01 {
  z-index: -1;
  width: 100%;
  max-width: 965px;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  background-image: url(../images/top/img_10.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-bgimg01 p {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-bgimg02 {
  position: relative;
  text-align: center;
  height: 276px;
  width: 100%;
  margin: 0 auto 80px;
}
.p-bgimg02__clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-bgimg02 .bg_02 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  background-image: url(../images/top/img_18.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-bgimg02 p {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-bgimg03 {
  position: relative;
  text-align: center;
  height: 276px;
  width: 100%;
  margin: 80px auto 0;
}
.p-bgimg03__clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-bgimg03 .bg_03 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  background-image: url(../images/top/img_28.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-bgimg03 p {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-float-btn {
  position: fixed;
  background: #3F6374;
  height: 116px;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 99;
}
.p-float-btn.is-show {
  display: block;
}
.p-float-btn .l-inner {
  height: 116px;
  padding: 0 20px;
}
.p-float-btn__date {
  width: 77.7%;
  max-width: 994px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-float-btn a {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 17%;
  max-width: 219px;
}

@media screen and (max-width: 768px) {
  .p-about__flex02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about__flex02-box {
    width: auto;
    max-width: 275px;
    margin-bottom: 20px;
  }
  .on_txt01 {
    right: -2%;
    width: 8%;
  }
  .on_txt02 {
    width: 7%;
  }
  .p-interview__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-interview__flex picture {
    position: relative;
    top: 0;
    right: auto;
    width: 100%;
    max-width: 740px;
  }
  .on_txt04 {
    width: 6%;
  }
  .p-voice__flex li {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-mainvisual {
    padding: 120px 0 1px;
  }
  .p-mainvisual__flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-mainvisual__flex-img01 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-mainvisual__flex-img02 {
    width: 100%;
    max-width: 282px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-mainvisual__bdr a {
    position: absolute;
    right: 5px;
    bottom: 20px;
    width: 42%;
    max-width: 150px;
  }
  .p-mainvisual__date {
    /* Canpaign・フォームページ */
    bottom: -60px;
  }
  .p-about {
    padding: 40px 0 20px;
  }
  .p-about h2 {
    width: 90%;
    max-width: 322px;
  }
  .p-about__bdr-box01 {
    margin: 30px auto;
    padding-bottom: 30px;
  }
  .p-about__bdr-box02 {
    width: 98%;
    max-width: 960px;
    margin: 20px auto;
    padding: 40px 10px;
  }
  .p-about__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px auto;
  }
  .p-about__flex-img {
    width: auto;
    max-width: 297px;
    margin: 0 auto 0 3%;
  }
  .p-about__flex-txt {
    width: 90%;
    text-align: center;
    margin: 0 auto 0;
  }
  .p-about__flex-txt h3 {
    line-height: 1.5;
  }
  .p-about__flex-txt p {
    text-align: left;
    margin-top: 20px;
  }
  .p-about p.txt {
    width: 86%;
    margin: 40px auto 0;
  }
  .p-about__flex03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about__flex03-box {
    width: 50%;
    max-width: 130px;
    text-align: center;
    margin: 0 5px;
  }
  .p-about__flex03-box:first-child {
    width: 100%;
    max-width: 100%;
  }
  .p-about__flex03-box img {
    width: 130px;
  }
  .p-about__camimg {
    width: 100%;
    margin: 50px auto;
  }
  .p-about__camimg img {
    width: 100%;
  }
  .p-about__flex04-box {
    width: 100%;
    max-width: 290px;
  }
  .p-about p.txt02 {
    width: 100%;
    letter-spacing: normal;
    line-height: 1.5;
    margin: 20px auto;
  }
  .p-about__movie {
    width: 100%;
    max-width: 320px;
    padding: 8px;
    margin: 30px auto 0px;
  }
  .on_txt01,
  .on_txt02 {
    display: none;
  }
  .on_txt03 {
    width: 90%;
    bottom: -70px;
  }
  .slide_container {
    width: 100%;
  }
  .slide_container .thumbnail01 {
    position: relative;
    right: -2%;
    width: 100%;
    margin: 20px auto;
  }
  .slide_container .slick01 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .p-interview__bdr-box01 {
    padding: 0;
    margin: 50px auto;
  }
  .p-interview__bdr-box01 h2 img {
    width: 100%;
    max-width: 100%;
  }
  .p-interview__block {
    width: 94%;
    margin: 30px auto;
  }
  .p-interview__block h3 {
    text-align: center;
    width: 100%;
    padding: 10px;
    margin: 20px auto;
  }
  .p-interview__block h4 {
    margin: 0 auto 20px;
  }
  .p-interview__block p {
    margin: 0 auto 30px;
  }
  .p-interview__block img {
    margin: 0 auto 0;
  }
  .p-interview__block img.w50 {
    width: 100%;
  }
  .p-interview__flex03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-interview__flex03-txt {
    width: 100%;
  }
  .p-interview__flex03-txt p {
    width: 100%;
  }
  .on_txt04 {
    display: none;
  }
  .p-voice__bdr-box {
    margin: 30px auto;
    padding: 20px 20px 80px;
  }
  .p-voice__flex li {
    width: 100%;
    padding: 50px 10px;
  }
  .p-voice__flex li:nth-child(1n) {
    border-color: #D7783F;
  }
  .p-voice__flex li:nth-child(2n) {
    border-color: #699EB7;
  }
  .on_txt05 {
    position: absolute;
    bottom: -1%;
    left: 1%;
    right: auto;
    max-width: 303px;
    width: 100%;
    z-index: 3;
  }
  .p-list {
    padding: 60px 0 1px;
  }
  .p-list__flex li {
    width: 80%;
    margin: 20px auto;
  }
  .p-list__btn a {
    width: 300px;
  }
  .p-bgimg01 {
    height: 97px;
    margin: 20px auto;
  }
  .p-bgimg01 .bg_01 {
    background-size: contain;
  }
  .p-bgimg01 p {
    font-size: 1.6rem;
  }
  .p-bgimg02 {
    height: 97px;
    margin: 0 auto 20px;
  }
  .p-bgimg02 .bg_02 {
    background-size: contain;
  }
  .p-bgimg02 p {
    font-size: 1.6rem;
  }
  .p-bgimg03 {
    height: 97px;
    margin: 0 auto;
  }
  .p-bgimg03 .bg_03 {
    background-size: contain;
  }
  .p-bgimg03 p {
    font-size: 1.6rem;
  }
  /*.p-bg_01 {
  	background-image: url(../images/top/sp/img_18.png);
  	height: 97px;
  	margin: 0 auto;
  }

  .p-bg_02 {
  	background-image: url(../images/top/sp/img_28.png);
  	height: 97px;
  	margin: 0 auto;
  }*/
  .p-float-btn__date {
    width: 55%;
    max-width: 215px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .p-float-btn a {
    position: absolute;
    right: 5px;
    bottom: 20px;
    width: 42%;
    max-width: 150px;
  }
}
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up02.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up03.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  /* フェード開始を0.5秒遅らせる */
}

.up04.is-inview {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
  /* フェード開始を0.5秒遅らせる */
}

/*----------------------------------------------------------------------------------------
form.scss
----------------------------------------------------------------------------------------*/
.p-mainCont {
  padding-top: 150px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.p-selectTxt {
  margin-top: 80px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
}

.p-formFlow {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 45px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-formFlow__item {
  text-align: center;
  width: 150px;
  height: 64px;
  /*border-radius: 50%;*/
  background-color: #E1ECF1;
  color: #999999;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 1.7rem;
}
.p-formFlow__item--arrow {
  color: #3F6374;
  font-size: 2rem;
  width: 30px;
  text-align: center;
}
.p-formFlow__item--current {
  background-color: #3F6374;
  color: #fff;
}

.p-formCont {
  position: relative;
  z-index: 10;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 70px;
  margin-top: 30px;
}
.p-formCont .p-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
  gap: 15px;
}
.p-formCont .p-select__bags {
  position: relative;
  background: #fff;
  text-align: center;
  width: 31%;
}
.p-formCont .p-select__bags-inner {
  position: relative;
}
.p-formCont .p-select__input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.p-formCont .p-select__input:checked + .p-select__dummy {
  background: #3f6374;
}
.p-formCont .p-select__input:checked + .p-select__dummy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #ffffff;
}
.p-formCont .p-select__input:checked + .p-select__dummy::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
          transform: translate(-6px, 5px) rotateZ(-45deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #ffffff;
}
.p-formCont .p-select__dummy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.p-formCont .p-select__name {
  color: #000;
  padding: 10px 0;
  display: block;
  font-size: 1.2rem;
  color: #000;
}
.p-formCont .p-formCont-txt {
  text-align: center;
  color: #000;
  padding-top: 80px;
  padding-bottom: 50px;
  font-size: 2.4rem;
}
.p-formCont .p-persol {
  font-size: 1.6rem;
  color: #000;
}
.p-formCont .p-persol__cont {
  margin-bottom: 40px;
}
.p-formCont .p-persol__cont--label01 {
  width: 15%;
}
.p-formCont .p-persol__inner01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px 15px;
}
.p-formCont .p-name__input {
  max-width: 300px;
}
.p-formCont .p-age__input {
  width: 80px;
  text-align: center;
}
.p-formCont .p-mail__input {
  width: 100%;
}
.p-formCont .p-zip__inner label {
  width: 5%;
}
.p-formCont .p-zip__input01 {
  width: 80px;
}
.p-formCont .p-zip__input02 {
  width: 120px;
}
.p-formCont .is-search-btn {
  max-width: 120px;
  text-align: center;
  width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #D7783F;
  color: #fff;
  border-radius: 30px;
  margin-left: 20px;
}
.p-formCont .p-address {
  margin-top: 20px;
}
.p-formCont .p-address label {
  display: block;
}
.p-formCont .p-address label {
  display: block;
  margin-bottom: 5px;
}
.p-formCont .p-address__inner {
  width: 100%;
}
.p-formCont .p-tel label {
  display: block;
  margin-bottom: 10px;
}
.p-formCont .p-mark {
  padding-top: 20px;
}
.p-formCont .p-mark__radio {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.p-formCont .p-mark__radio input {
  display: inline-block;
  margin-right: 5px;
}
.p-formCont .p-enq__label {
  margin-bottom: 25px;
  display: block;
  color: #000;
  font-size: 1.7rem;
}
.p-formCont .p-enq__check {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.p-formCont .p-submit {
  text-align: center;
  margin-bottom: 60px;
}
.p-formCont .p-submit .p-submit-btn {
  background-color: #d7783f;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 340px;
  text-align: center;
  font-size: 2rem;
  padding: 20px 0;
  margin: 30px auto;
  -webkit-box-shadow: 0px 5px 2px -2px #777777;
          box-shadow: 0px 5px 2px -2px #777777;
  border-radius: 3px;
}

.p-conf {
  max-width: 725px;
  padding-right: 10px;
  padding-left: 10px;
  margin-inline: auto;
  padding-bottom: 70px;
}
.p-conf__inner {
  font-size: 1.5rem;
}
.p-conf__cont {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.p-conf__cont label {
  display: inline-block;
  margin-bottom: 5px;
}
.p-conf__cont p,
.p-conf__cont li {
  margin-left: 10px;
}
.p-conf__data {
  margin-top: 30px;
  text-align: center;
}
.p-conf__data--submit {
  background-color: #d7783f;
  color: #fff;
  border: none;
}
.p-conf__btn {
  width: 100%;
  max-width: 200px;
  text-align: center;
  font-size: 2rem;
  padding: 20px 0;
  margin: 30px auto;
}

.p-txt {
  width: 80%;
  margin-inline: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 1.6rem;
}

.p-toTop {
  text-align: center;
  margin-top: 50px;
  font-size: 1.6rem;
  margin-bottom: 70px;
}

.p-privacy {
  text-align: center;
  margin-bottom: 30px;
}

.is-form .p-rightCont__list a.is-current::before {
  display: none;
}
.is-form .p-toggle-trigger {
  cursor: pointer;
  position: relative;
}
.is-form .p-toggle-trigger span {
  position: relative;
  margin-left: 10px;
  color: #3f6374;
}
.is-form .is-open span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.is-form .is-form-toggle {
  display: none;
}
.is-form .p-personal {
  margin-top: 30px;
}

textarea {
  width: 100%;
  height: 80px;
}

label.error {
  color: #96000f;
  font-size: 1.6rem;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .p-formFlow {
    gap: 20px;
  }
  .p-formFlow__item {
    padding: 25px 10px;
  }
}
@media (max-width: 1200px) {
  .p-leftCont {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-formCont .p-persol {
    width: 100%;
    margin-inline: auto;
  }
  .p-formCont .p-select {
    gap: 0 15px;
  }
  .p-formCont .p-enq__label {
    text-align: left;
  }
  .p-formCont .p-name__input {
    width: 47%;
  }
  .p-formCont .p-persol__cont--label01 {
    width: 100%;
  }
  .p-formCont .p-persol__cont--label02 {
    width: 100%;
  }
  .p-formCont .p-mail__input {
    width: 100%;
  }
  .p-formCont .is-search-btn {
    width: 110px;
  }
}
@media screen and (max-width: 600px) {
  .p-formCont .p-persol {
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  .p-mainCont {
    padding-top: 80px;
  }
  .p-selectTxt {
    margin-top: 40px;
    font-size: 2rem;
  }
  .p-formFlow__item {
    padding: 15px 5px;
    font-size: 1.4rem;
  }
  .p-formCont {
    padding: 0;
  }
  .p-formCont .p-select__bags {
    width: 47%;
  }
  .p-formCont .p-formCont-txt {
    font-size: 2rem;
  }
  .p-formCont .p-persol {
    width: 100%;
  }
  .p-formCont .p-persol__inner01 {
    gap: 6px;
  }
  .p-formCont .p-zip__input01 {
    width: 60px;
  }
  .p-formCont .p-zip__input02 {
    width: 90px;
  }
}
/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */