@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html {
  font-size: 0.0909090909vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  opacity: 0;
}

dl dd {
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

a {
  transition-duration: 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1100px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 0.14765vw;
  }
}
dl {
  margin: 0px;
}
dl dt {
  margin: 0px;
}
dl dd {
  margin: 0px;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  list-style-type: none;
}

body {
  margin: 0px;
  font-size: 16rem;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 24rem;
    line-height: 42rem;
  }
}

figure {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
  font-weight: 200;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.6;
}

.p-flex {
  display: flex;
  justify-content: space-between;
}
.p-flex.--align-center {
  align-items: center;
}
.p-flex.--text-right {
  justify-content: flex-end;
}
.p-flex.--text-left {
  justify-content: left;
}
.p-flex.--text-center {
  justify-content: center;
}
.p-flex.--align-bottom {
  align-items: flex-end;
}
.p-flex.--wrap {
  flex-wrap: wrap;
}
.p-flex.--justify-center {
  justify-content: center;
}
.p-flex.--justify-between {
  justify-content: space-between !important;
}
.p-flex.--align-top {
  align-items: flex-start;
}
.p-flex li:last-child .c-text-link_1 {
  margin-right: 0px;
}
.p-flex.--column-2 li, .p-flex.--column-2 article {
  width: 535rem;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-2 li, .p-flex.--column-2 article {
    width: 100%;
  }
}
.p-flex.--column-2 li figure, .p-flex.--column-2 article figure {
  width: 100%;
}
.p-flex.--column-2 li figure img, .p-flex.--column-2 article figure img {
  width: 100%;
}
.p-flex.--column-3 {
  justify-content: start;
}
.p-flex.--column-3 article {
  width: 340rem;
  margin-right: calc((100% - 1020rem) / 2);
}
.p-flex.--column-3 article:nth-child(3n) {
  margin-right: 0rem;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-3 article {
    width: 100%;
  }
}
.p-flex.--column-3 article figure {
  width: 100%;
}
.p-flex.--column-3 article figure img {
  width: 100%;
}
.p-flex.--column-3_l article, .p-flex.--column-3_l li {
  width: 353rem;
}
@media screen and (max-width: 860px) {
  .p-flex.--column-3_l article, .p-flex.--column-3_l li {
    width: 100%;
  }
}
.p-flex.--column-3_l article figure, .p-flex.--column-3_l li figure {
  width: 100%;
}
.p-flex.--column-3_l article figure img, .p-flex.--column-3_l li figure img {
  width: 100%;
}
.p-flex.--column-4 li, .p-flex.--column-4 table, .p-flex.--column-4 article {
  width: 260rem;
  margin-right: 20rem;
  margin-bottom: 20rem;
}
.p-flex.--column-4 li:nth-child(4n), .p-flex.--column-4 table:nth-child(4n), .p-flex.--column-4 article:nth-child(4n) {
  margin-right: 0rem;
}
.p-flex.--column-4 li img, .p-flex.--column-4 table img, .p-flex.--column-4 article img {
  width: 100%;
}
.p-flex.--column-4 li figure, .p-flex.--column-4 table figure, .p-flex.--column-4 article figure {
  width: 100%;
}
.p-flex.--column-4 li figure img, .p-flex.--column-4 table figure img, .p-flex.--column-4 article figure img {
  width: 100%;
}
.p-flex.--column-4.--no-padding table {
  width: 265rem;
  margin-right: 10rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 860px) {
  .p-flex {
    display: block;
  }
  .p-flex.--flex-sp {
    display: flex;
    justify-content: left;
  }
  .p-flex.--flex-sp.--flex-sp-space_between {
    justify-content: space-between;
  }
}
.p-flex.--text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .p-flex.--text-center {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 860px) {
  .p-flex.--sp-column-2 li {
    width: 48% !important;
    margin-right: 0rem;
  }
}
.p-flex.--reverse {
  flex-direction: row-reverse;
}

.wpcf7-form span {
  display: block;
}
.wpcf7-form .p-flex p {
  display: flex;
  justify-content: space-between;
  width: 100% !important;
}
.wpcf7-form .p-flex p span {
  display: block;
  width: calc(50% - 5rem) !important;
}
.wpcf7-form .p-flex p input {
  width: 100% !important;
}
.wpcf7-form .p-flex.--align-center p {
  display: flex;
  align-items: center;
}

.p-center {
  max-width: 1100rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 860px) {
  .p-center {
    width: 90% !important;
  }
}

.p-center-s {
  max-width: 840rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-center-s2 {
  max-width: 980rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-list-inline-block li {
  display: inline-block;
}

img {
  max-width: 100%;
}

/*ここに書いてね*/
.p-header-main .--inner {
  padding: 20rem;
}

.p-header-copy {
  font-size: 14rem;
  line-height: 20rem;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .p-header-copy {
    font-size: 20rem;
    line-height: 30rem;
  }
}

.p-gnav li {
  position: relative;
}
.p-gnav li a {
  display: block;
  padding-left: 15rem;
  padding-right: 15rem;
  padding-top: 30rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 860px) {
  .p-gnav li a {
    width: 100%;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 860px) {
  .p-gnav li {
    width: 100%;
  }
}
.p-gnav li ul {
  position: absolute;
  z-index: 200;
  background: #fff;
  min-width: 200rem;
  box-sizing: border-box;
  display: none;
}
.p-gnav li ul li {
  min-width: 200rem;
  box-sizing: border-box;
}
.p-gnav li ul li a {
  display: block;
  width: 100%;
  padding: 10rem;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
  white-space: nowrap;
}
@media screen and (min-width: 860px) {
  .p-gnav li:hover ul {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .p-gnav {
    display: none;
    position: fixed;
    top: 0rem;
    width: 100%;
    z-index: 200;
    background: #fff;
    height: 100%;
  }
}
.p-gnav.panelactive {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  text-align: center !important;
  flex-wrap: wrap !important;
}

.p-header-sub-1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-header-sub-1 p {
  font-size: 12rem;
  letter-spacing: 4rem;
  padding-bottom: 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .p-header-sub-1 p {
    font-size: 20rem;
    padding-bottom: 20rem;
  }
}
.p-header-sub-1 h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 28rem;
  line-height: 38rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-1 h2 {
    font-size: 38rem;
    line-height: 48rem;
  }
}
.p-header-sub-1 h2:after {
  content: "";
  width: 92rem;
  border-bottom: 2rem solid #11589D;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-1 h2:after {
    margin-top: 25rem;
  }
}
.p-header-sub-1.--no-border h2:after {
  display: none;
}
.p-header-sub-1.--wrapper-border-gray-1:after {
  content: "";
  width: 270rem;
  border-bottom: 1rem solid #D1D1D1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-1.--wrapper-border-gray-1:after {
    margin-top: 25rem;
  }
}
.p-header-sub-1.--sub-2 h2 {
  font-size: 32rem;
  line-height: 46rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-1.--sub-2 h2 {
    font-size: 38rem;
    line-height: 48rem;
  }
}
.p-header-sub-1.--sub-2 p {
  font-size: 12rem;
  line-height: 24rem;
  letter-spacing: 0rem;
  letter-spacing: 4rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-1.--sub-2 p {
    font-size: 24rem;
    line-height: 38rem;
  }
}

@media screen and (max-width: 860px) {
  .p-banner-list-1 {
    width: 100% !important;
  }
}
.p-banner-list-1 li {
  max-width: 240rem;
  padding: 10rem;
}
@media screen and (max-width: 860px) {
  .p-banner-list-1 li {
    max-width: calc(50% - 20rem);
    width: calc(50% - 20rem);
  }
}

.p-header-sub-2:after {
  content: "";
  display: block;
  width: 92rem;
  border-bottom: 3rem #fff solid;
  margin-top: 20rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-2:after {
    margin-top: 40rem;
  }
}
.p-header-sub-2 h3 {
  font-size: 28rem;
  line-height: 36rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-2 h3 {
    font-size: 38rem;
  }
}
.p-header-sub-2 p {
  font-size: 12rem;
  line-height: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 10rem;
  letter-spacing: 4rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-2 p {
    font-size: 20rem;
    line-height: 30rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 860px) {
  .p-header-sub-2.u-pb-20 {
    padding-bottom: 40rem;
  }
}

.p-text-base {
  font-size: 14rem;
  line-height: 28rem;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .p-text-base {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.p-box-1 {
  position: relative;
  width: 100%;
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.p-box-1:before {
  position: absolute;
  right: 0rem;
  content: "";
  display: block;
  background: #1C68B2;
  color: #fff;
  width: calc(100% - 200rem);
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .p-box-1:before {
    width: 100%;
  }
}
.p-box-1 .--contents {
  position: relative;
  z-index: 100;
  color: #fff;
  margin-right: calc((100% - 1100rem) / 2);
  width: calc(100% - 698rem - 80rem - (100% - 1100rem) / 2);
}
@media screen and (max-width: 860px) {
  .p-box-1 .--contents {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-box-1:after {
  position: absolute;
  right: 0rem;
  content: "";
  display: block;
  width: calc(100% - 200rem);
  height: 100%;
  box-sizing: border-box;
  background: url(../img/common/bg_concept.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 860px) {
  .p-box-1:after {
    width: 100%;
    top: 510rem;
  }
}
.p-box-1 figure {
  position: relative;
  z-index: 100;
  margin-right: 80rem;
  width: 698rem;
}
@media screen and (max-width: 860px) {
  .p-box-1 figure {
    width: 100%;
    margin-bottom: 60rem;
  }
}
.p-box-1 figure img {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .p-box-1 {
    padding-top: 0rem;
  }
}

.p-mv-1 {
  background: url(../img/common/mv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 360rem;
  padding-bottom: 100rem;
  position: relative;
}
.p-mv-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  top: 0rem;
  left: 0rem;
  opacity: 0.3;
}
.p-mv-1 .--inner {
  position: relative;
  z-index: 100;
}
.p-mv-1 .--inner .--box {
  color: #fff;
}
.p-mv-1 .--inner .--box h1 {
  font-size: 34rem;
  line-height: 45rem;
  padding-bottom: 20rem;
}
.p-mv-1 p {
  opacity: 0;
}
.p-mv-1 a {
  opacity: 0;
}

@media (max-width: 768px) {
  .p-mv-1.is-offset-right {
    background-position: calc(50% + -150px) center !important;
  }
}

p {
  opacity: 0;
}

figure img {
  opacity: 0;
}

@media screen and (max-width: 860px) {
  .p-table-wrapper.--sp-scroll {
    overflow-x: auto;
  }
  .p-table-wrapper.--sp-scroll table tr th, .p-table-wrapper.--sp-scroll table tr td {
    min-width: 200rem;
  }
}

.p-box-2 {
  position: relative;
  width: 100%;
  padding-top: 80rem;
  padding-bottom: 80rem;
  background: #1C68B2;
  color: #fff;
  height: 1100rem;
}
.p-box-2.--heihgt-auto {
  height: auto;
}
.p-box-2.--bg-white {
  background: #fff;
}
.p-box-2.--bg-gray {
  background: #EDEDED;
}
.p-box-2:before {
  position: absolute;
  left: 0rem;
  top: 0rem;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url(../img/common/bg_service_1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.p-box-2 * {
  position: relative;
  z-index: 100;
}
.p-box-2.--normal {
  height: auto;
}
@media screen and (max-width: 860px) {
  .p-box-2 {
    height: auto;
  }
}
@media screen and (max-width: 860px) {
  .p-box-2 .p-header-sub-3 {
    width: 90%;
  }
}
.p-box-2.--height-first {
  height: 650rem;
}
@media screen and (max-width: 860px) {
  .p-box-2.--height-first {
    height: auto;
  }
}

.p-tab-1 li {
  width: calc(50% - 10rem);
}
.p-tab-1 li span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  height: 61rem;
  align-items: center;
  padding: 10rem;
  box-sizing: border-box;
}
.p-tab-1 li span:hover {
  background-color: #fff;
  color: #1C68B2;
}
@media screen and (max-width: 860px) {
  .p-tab-1 li span {
    font-size: 24rem;
    line-height: 34rem;
  }
}
.p-tab-1 li.over span {
  background-color: #fff;
  color: #1C68B2;
}

.p-article-1 {
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}
.p-article-1 figure {
  width: 312rem;
  font-size: 0rem;
  line-height: 0rem;
}
@media screen and (max-width: 860px) {
  .p-article-1 figure {
    width: 100%;
    height: 400rem;
  }
}
.p-article-1 figure img {
  width: 312rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .p-article-1 figure img {
    width: 100%;
  }
}
.p-article-1 .--contents {
  width: calc(100% - 312rem);
  background: #fff;
  color: #000;
  padding: 50rem 60rem 50rem 60rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .p-article-1 .--contents {
    width: 100%;
    padding: 40rem 40rem 40rem 40rem;
  }
}
.p-article-1 .--contents .u-pt-20 {
  padding-top: 40rem;
}
.p-article-1 h3 {
  font-size: 28rem;
  line-height: 36rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .p-article-1 h3 {
    font-size: 38rem;
    line-height: 48rem;
    padding-bottom: 40rem;
  }
}
.p-article-1 p {
  font-size: 14rem;
  line-height: 24rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .p-article-1 p {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-article-1 .c-btn-1.--small {
  width: 100%;
}

.p-article-2 {
  width: 346rem;
  padding-bottom: 40rem;
}
.p-article-2 figure {
  width: 346rem;
  height: 346rem;
  margin-bottom: 20rem;
  font-size: 0rem;
  line-height: 0rem;
}
@media screen and (max-width: 860px) {
  .p-article-2 figure {
    width: 100%;
    height: 350rem;
  }
}
.p-article-2 figure img {
  width: 346rem;
  height: 346rem;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 860px) {
  .p-article-2 figure img {
    width: 100%;
    height: 350rem;
  }
}
.p-article-2 .--contents p {
  font-size: 18rem;
  line-height: 30rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
/* PCサイズで3列にする（861px以上） */
@media screen and (min-width: 861px) {
  .p-flex.--column-3 .p-article-2 {
    width: 32%;              /* 3列になるようにパーセンテージ指定 */
    padding-bottom: 40rem;
  }

  .p-flex.--column-3 .p-article-2 figure {
    width: 100%;
    height: auto;            /* 必要に応じて固定にしてもOK */
    margin-bottom: 20rem;
    font-size: 0;
    line-height: 0;
  }

  .p-flex.--column-3 .p-article-2 figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
  }
}
@media screen and (max-width: 860px) {
  .p-article-2 .--contents p {
    font-size: 24rem;
    line-height: 38rem;
  }
}
@media screen and (max-width: 860px) {
  .p-article-2 {
    width: 48%;
    padding-bottom: 40rem;
  }
  .p-article-2.--sp-full-width {
    width: 100%;
    padding-bottom: 40rem;
  }
  .p-article-2.--sp-full-width figure {
    height: 300rem;
  }
  .p-article-2.--sp-full-width figure img {
    height: 300rem;
  }
}
.p-article-2.swiper-slide {
  width: auto;
}

.p-box-3 {
  background: url(../img/common/bg_service_2.png);
  background-size: cover;
  background-position: rihgt bottom;
}
@media screen and (max-width: 860px) {
  .p-box-3.u-pt-260 {
    padding-top: 80rem;
  }
  .p-box-3.u-pb-100 {
    padding-bottom: 0rem;
  }
}

.p-header-sub-3 p {
  font-size: 12rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 4rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-3 p {
    font-size: 20rem;
    line-height: 30rem;
  }
}
.p-header-sub-3 h2 {
  font-size: 28rem;
  line-height: 38rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-3 h2 {
    font-size: 38rem;
    line-height: 48rem;
  }
}
@media screen and (max-width: 860px) {
  .p-header-sub-3 {
    width: 100%;
  }
  .p-header-sub-3 .p-flex {
    width: 100%;
  }
}

.p-list-text-box li {
  width: calc(50% - 40rem);
  padding-bottom: 60rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .p-list-text-box li {
    width: 100%;
  }
}

.p-article-3 dt {
  font-size: 18rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .p-article-3 dt {
    font-size: 38rem;
    line-height: 48rem;
  }
}
.p-article-3 dt:after {
  content: "";
  display: block;
  width: 30%;
  height: 2rem;
  background: #11589D;
  margin-top: 10rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .p-article-3 dt:after {
    margin-top: 20rem;
    margin-bottom: 40rem;
  }
}
.p-article-3 dd {
  font-size: 14rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .p-article-3 dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.p-list-sns-footer li {
  margin-left: 20rem;
}
.p-list-sns-footer li:fist-child {
  margin-left: 0rem;
}

.p-list-news li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #fff;
  padding-bottom: 10rem;
  margin-bottom: 20rem;
  font-size: 14rem;
  line-height: 26rem;
}
@media screen and (max-width: 860px) {
  .p-list-news li {
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 40rem;
  }
}
.p-list-news li dl dt {
  margin-right: 20rem;
}
@media screen and (max-width: 860px) {
  .p-list-news li dl dt {
    margin-right: 0rem;
    margin-bottom: 10rem;
  }
}
.p-list-news li dl dd a {
  color: #fff;
}
@media screen and (max-width: 860px) {
  .p-list-news li dl dd {
    margin-bottom: 10rem;
  }
}

.p-nav-footer {
  width: 700rem;
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.p-nav-footer li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14rem;
  line-height: 26rem;
  color: #fff;
  margin-right: 40rem;
  padding-bottom: 10rem;
  display: block;
}
@media screen and (max-width: 860px) {
  .p-nav-footer li a {
    font-size: 24rem;
    line-height: 38rem;
    padding-bottom: 20rem;
  }
}
@media screen and (max-width: 860px) {
  .p-nav-footer {
    width: 100%;
    padding-bottom: 40rem;
  }
}

.p-copy {
  font-size: 12rem;
  line-height: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .p-copy {
    font-size: 20rem;
    line-height: 30rem;
    padding-bottom: 60rem;
  }
}

.p-header-main-sub-1 {
  background: url(../img/common/mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  padding-top: 60rem;
  padding-bottom: 60rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-header-main-sub-1 a {
  color: #fff;
}
.p-header-main-sub-1:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #11589D;
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0.8;
}
.p-header-main-sub-1 .--title-left p {
  font-size: 12rem;
  padding-bottom: 5rem;
  letter-spacing: 4rem;
}
@media screen and (max-width: 860px) {
  .p-header-main-sub-1 .--title-left p {
    font-size: 24rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 860px) {
  .p-header-main-sub-1 .--title-left h2 {
    font-size: 42rem;
  }
}
@media screen and (max-width: 860px) {
  .p-header-main-sub-1 .--title-left {
    padding-bottom: 30rem;
  }
}

.p-content-1 {
  padding-top: 90rem;
  padding-bottom: 90rem;
  position: relative;
}
.p-content-1:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  /*backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);*/
  backdrop-filter: grayscale(50%);
  -webkit-backdrop-filter: grayscale(50%);
  background-color: rgba(0, 0, 0, 0.4);
}
.p-content-1 .--box {
  display: block;
  background: #11589D;
  width: 600rem;
  box-sizing: border-box;
  padding: 60rem;
  color: #fff;
  z-index: 100;
}
@media screen and (max-width: 860px) {
  .p-content-1 .--box {
    width: 100%;
  }
}
.p-content-1 .--box h3 {
  font-size: 32rem;
  line-height: 52rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .p-content-1 .--box h3 {
    padding-bottom: 40rem;
  }
}
.p-content-1 .--box p {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 860px) {
  .p-content-1 .--box p {
    font-size: 24rem;
    line-height: 42rem;
  }
}

.p-content-2 figure {
  width: 418rem;
}
@media screen and (max-width: 860px) {
  .p-content-2 figure {
    width: 100%;
  }
  .p-content-2 figure.u-pr-60 {
    padding-right: 0rem;
  }
}
.p-content-2 .--content-text {
  width: calc(100% - 478rem);
}
@media screen and (max-width: 860px) {
  .p-content-2 .--content-text {
    width: 100%;
    padding-top: 40rem;
  }
}

.p-header-sub-4 p {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-4 p {
    font-size: 24rem;
    line-height: 42rem;
  }
}
.p-header-sub-4 h2 {
  font-size: 32rem;
  line-height: 48rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-4 h2 {
    font-size: 42rem;
    line-height: 58rem;
  }
}
.p-header-sub-4 h2 span {
  font-size: 14rem;
  line-height: 24rem;
}
@media screen and (max-width: 860px) {
  .p-header-sub-4 h2 span {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-header-sub-4.u-pb-20 {
  padding-bottom: 40rem;
}

.u-bg-1 {
  background: url(../img/common/bg_img_content_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.u-bg-2 {
  background: url(../img/common/bg_img_content_2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.u-bg-3 {
  background: url(../img/common/bg_img_content_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-table-base {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-table-base dl {
  border-bottom: 1px solid #CCCCCC;
  padding-left: 40rem;
  padding-right: 40rem;
  box-sizing: border-box;
  padding-bottom: 20rem;
  margin-bottom: 40rem;
  font-size: 14rem;
  line-height: 26rem;
}
@media screen and (max-width: 860px) {
  .p-table-base dl {
    font-size: 24rem;
    line-height: 38rem;
    padding-left: 20rem;
    padding-right: 20rem;
    padding-bottom: 40rem;
  }
}
.p-table-base dl dt {
  width: 230rem;
}
@media screen and (max-width: 860px) {
  .p-table-base dl dt {
    padding-bottom: 20rem;
  }
}
.p-table-base dl dd {
  width: calc(100% - 230rem);
}
@media screen and (max-width: 860px) {
  .p-table-base dl dd {
    width: 100%;
  }
}
.p-table-base dl dd ul li {
  list-style: disc;
  margin-left: 20rem;
}

.p-caution-list-1 {
  border: 1px solid #D1D1D1;
  padding: 0rem 40rem 40rem 40rem;
  box-sizing: border-box;
}
.p-caution-list-1 .c-title-4 {
  position: relative;
  margin-top: -30rem;
}

/*C-はここから*/
.c-btn-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #fff;
  color: #fff;
  max-width: 350rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20rem;
  box-sizing: border-box;
  cursor: pointer;
}
.c-btn-5 svg {
  margin-right: 10rem;
}

.c-btn-6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  background: #11589D;
  color: #fff;
  border: none;
  padding: 10rem 30rem;
  border-radius: 60rem;
  width: 90%;
  max-width: 400rem;
  font-size: 16rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .c-btn-6 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-btn-6.--left {
  margin-left: 0;
  margin-right: 0;
}
.c-btn-6.--size-l {
  max-width: 1000rem;
}

.c-cv-base {
  width: 100%;
  position: relative;
  border-right: 1px solid #fff;
}
.c-cv-base:last-child {
  border-right: none;
}
.c-cv-base:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #11589D;
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0.8;
}
.c-cv-base .--inner {
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 100rem;
  padding-bottom: 100rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-cv-base .--inner header {
  padding-bottom: 30rem;
}
.c-cv-base .--inner h3 {
  font-size: 28rem;
  line-height: 38rem;
  padding-bottom: 5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .c-cv-base .--inner h3 {
    font-size: 42rem;
    line-height: 58rem;
    padding-bottom: 40rem;
  }
}
.c-cv-base .--inner p {
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 860px) {
  .c-cv-base .--inner p {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-caution-1 {
  background: #11589D;
  color: #fff;
  text-align: center;
  padding: 20rem;
  font-size: 24rem;
  line-height: 38rem;
  font-family: "zen kaku gothic new", sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .c-caution-1 {
    font-size: 28rem;
    line-height: 46rem;
    text-align: left;
    padding: 40rem;
  }
}

.u-width-full {
  width: 100%;
}

.c-faq-box-1 {
  padding-bottom: 30rem;
}
.c-faq-box-1 dt {
  border-bottom: 2px solid #11589D;
  color: #fff;
  position: relative;
  font-size: 18rem;
  color: #11589D;
  line-height: 34rem;
  padding-bottom: 10rem;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .c-faq-box-1 dt {
    font-size: 24rem;
    line-height: 38rem;
    padding-bottom: 20rem;
    padding-right: 30rem;
    box-sizing: border-box;
  }
}
.c-faq-box-1 dt:after {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #11589D;
  border-bottom: 1px solid #11589D;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  right: 15rem;
  transform: rotate(-45deg);
  margin: auto 0;
}
.c-faq-box-1 dd {
  padding-top: 30rem;
  padding-bottom: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14rem;
  line-height: 28rem;
  display: none;
}
@media screen and (max-width: 860px) {
  .c-faq-box-1 dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-list-text-box_2 dt {
  font-size: 14rem;
  font-weight: bold;
  color: #11589D;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-list-text-box_2 dt {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-list-text-box_2 dd {
  font-size: 18rem;
  line-height: 38rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-list-text-box_2 dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-list-text-box_3 dt {
  font-size: 22rem;
  font-weight: bold;
  color: #11589D;
  line-height: 34rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 20rem;
}
.c-list-text-box_3 dt span {
  display: inline-block;
  font-size: 12rem;
  line-height: 12rem;
  letter-spacing: 2rem;
  margin-left: 15rem;
}
@media screen and (max-width: 860px) {
  .c-list-text-box_3 dt span {
    font-size: 20rem;
    line-height: 30rem;
  }
}
@media screen and (max-width: 860px) {
  .c-list-text-box_3 dt {
    font-size: 28rem;
    line-height: 40rem;
  }
}
.c-list-text-box_3 dd {
  font-size: 14rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-list-text-box_3 dd {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-title-4 {
  text-align: center;
}
.c-title-4 span {
  background: #11589D;
  color: #fff;
  display: inline-block;
  padding: 10rem 15rem 10rem 15rem !important;
}

.c-title-5 {
  font-size: 28rem;
  line-height: 38rem;
}
@media screen and (max-width: 860px) {
  .c-title-5 {
    font-size: 38rem;
    line-height: 48rem;
  }
}

.c-tab-1 {
  text-align: center;
  background: #fff;
}
.c-tab-1 li {
  width: 33.3333%;
  font-size: 14rem;
  border-right: 1px solid #F2F2F2;
  display: flex;
  align-items: center;
  align-content: center;
}
.c-tab-1 li:last-child {
  border-right: none;
}
.c-tab-1 li.over {
  background: #11589D;
}
.c-tab-1 li.over a {
  color: #fff;
}
.c-tab-1 li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-tab-1 li:hover {
  background: #11589D;
}
.c-tab-1 li:hover a {
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .c-tab-1 li {
    font-size: 24rem;
    line-height: 38rem;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #F2F2F2;
  }
  .c-tab-1 li:last-child {
    border-bottom: none;
  }
}

.c-title-1 {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 10rem;
  margin-bottom: 20rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.c-title-2 {
  position: relative;
}
.c-title-2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background: #D1D1D1;
  top: 20rem;
  position: absolute;
}
.c-title-2 span {
  padding-right: 20rem;
  display: inline-block;
  background: #F6F6F6;
  position: relative;
  z-index: 100;
}

.c-title-3 {
  font-size: 28rem;
  line-height: 38rem;
  padding-bottom: 40rem;
}
.c-title-3:after {
  margin-top: 20rem;
  content: "";
  display: block;
  width: 300rem;
  height: 1rem;
  background: #D1D1D1;
}
.c-title-3.--long-line:after {
  width: 100%;
}

.c-list-style-1 li {
  margin-bottom: 15rem;
  font-size: 16rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-indent: -20rem;
  margin-left: 20rem;
}
.c-list-style-1 li:before {
  content: "";
  display: inline-block;
  width: 11rem;
  height: 11rem;
  background: url(../img/common/arrow_list.svg);
  background-repeat: no-repeat;
  color: #11589D;
  margin-right: 10rem;
}
@media screen and (max-width: 860px) {
  .c-list-style-1 li {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-list-style-1 li:last-child {
  margin-bottom: 0rem;
}
.c-list-style-1.--mb-0 li {
  margin-bottom: 0rem !important;
}

.c-list-style-2 li {
  margin-bottom: 15rem;
  font-size: 16rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-left: 20rem;
  list-style: decimal;
}
@media screen and (max-width: 860px) {
  .c-list-style-2 li {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-list-style-2 li:last-child {
  margin-bottom: 0rem;
}
.c-list-style-2.--mb-0 li {
  margin-bottom: 0rem !important;
}
.c-list-style-2.--size-small li {
  font-size: 14rem;
  line-height: 24rem;
  margin-bottom: 5rem;
}
.c-list-style-2.--size-small li:last-child {
  margin-bottom: 0rem;
}
@media screen and (max-width: 860px) {
  .c-list-style-2.--size-small li {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.c-pankuzu li {
  font-size: 12rem;
}
@media screen and (max-width: 860px) {
  .c-pankuzu li {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.c-pankuzu li:after {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 5rem;
  margin-right: 15rem;
  transform: rotate(-45deg);
}
.c-pankuzu li:last-child:after {
  display: none;
}

.c-table-1 {
  text-align: left;
  border-collapse: collapse;
}
@media screen and (max-width: 860px) {
  .c-table-1 {
    width: 100% !important;
  }
}
.c-table-1 th {
  background: #eeeeee;
  color: #000;
  font-size: 12rem;
  line-height: 16rem;
  padding: 5rem 10rem 5rem 10rem;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-table-1 th {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table-1 td {
  background: #fff;
  font-size: 12rem;
  line-height: 16rem;
  padding: 5rem 10rem 5rem 10rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 860px) {
  .c-table-1 td {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.c-table-1 tr {
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}
.c-table-1 tr.u-table-title-1 {
  border-bottom: none;
  border-right: 1px solid #11589D;
}
.c-table-1 tr.u-table-title-1 th {
  padding: 0rem;
  height: 26rem;
}
@media screen and (max-width: 860px) {
  .c-table-1 tr.u-table-title-1 th {
    height: auto;
  }
}
.c-table-1 tr.u-table-title-1 th div {
  background: #11589D;
  color: #fff;
  height: 26rem;
  padding: 5rem 10rem 5rem 10rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .c-table-1 tr.u-table-title-1 th div {
    height: auto;
  }
}
.c-table-1 tr.u-table-title-1.--text-center th div {
  justify-content: center;
}
.c-table-1.--no-border tr {
  border: none !important;
}
.c-table-1.--border-right tr th {
  border-right: 1px solid #d5d5d5;
}
.c-table-1.--border-right tr td {
  border-right: 1px solid #d5d5d5;
}
.c-table-1.--border-right tr:first-child th {
  border-right: 1px solid #2877c3 !important;
}
.c-table-1.--size-l th {
  font-size: 14rem;
  line-height: 26rem;
  padding: 10rem 20rem;
}
@media screen and (max-width: 860px) {
  .c-table-1.--size-l th {
    font-size: 20rem;
    line-height: 34rem;
    padding: 20rem 20rem;
  }
}
.c-table-1.--size-l td {
  font-size: 14rem;
  line-height: 26rem;
  padding: 10rem 20rem;
}
@media screen and (max-width: 860px) {
  .c-table-1.--size-l td {
    font-size: 20rem;
    line-height: 34rem;
    padding: 10rem 10rem;
  }
}
.c-table-1.--size-l tr.u-table-title-1 th {
  height: 50rem;
  padding: 0rem;
}
.c-table-1.--size-l tr.u-table-title-1 th div {
  padding: 10rem 20rem;
  height: 50rem;
  box-sizing: border-box;
}

.c-logo-header {
  width: 133rem;
  margin-right: 20rem;
}
@media screen and (max-width: 860px) {
  .c-logo-header {
    width: 180rem;
  }
}

.c-btn-1 {
  background: #11589D;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14rem;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif !important;
  line-height: 20rem;
  padding: 0 10rem;
  box-sizing: border-box;
  cursor: pointer;
}
.c-btn-1:hover {
  opacity: 0.8;
}
.c-btn-1 img {
  margin-right: 10rem;
}
.c-btn-1.--small {
  width: 250rem;
  height: 52rem;
  font-size: 14rem;
}
.c-btn-1.--normal {
  width: 375rem;
  height: 52rem;
  font-size: 14rem;
}
.c-btn-1.--center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn-1.--arrow:before {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
  margin-bottom: -2rem;
}
.c-btn-1.--white {
  background: #fff;
  color: #000;
}
.c-btn-1.--white:before {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.c-btn-1.--deep-blue {
  background: #11589D !important;
}
@media screen and (max-width: 860px) {
  .c-btn-1 {
    font-size: 24rem !important;
    line-height: 34rem !important;
    padding: 20rem 20rem !important;
    height: auto !important;
  }
}

.c-icon-new {
  display: inline-block;
  background: #fff;
  color: #11589D;
  padding: 0rem 20rem;
  border-radius: 5rem;
  margin-left: 10rem;
  font-weight: bold;
}

.c-btn-2 {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18rem;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding-top: 25rem;
  padding-bottom: 25rem;
  box-sizing: border-box;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  width: 310rem;
  cursor: pointer;
}
.c-btn-2:before {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 8rem;
  height: 8rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .c-btn-2 {
    font-size: 24rem;
    line-height: 34rem;
  }
}

.c-header-tell .--number {
  font-size: 30rem;
  line-height: 30rem;
  font-family: "Oswald", sans-serif;
  padding-bottom: 5rem;
}
.c-header-tell .--number img {
  margin-right: 10rem;
}
.c-header-tell .--time {
  text-align: right;
  width: 100%;
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 12rem;
  line-height: 12rem;
}
@media screen and (max-width: 860px) {
  .c-header-tell {
    display: none;
  }
}

.u-mb-30 {
  margin-bottom: 30rem;
}

.c-btn-3 {
  display: block;
  cursor: pointer;
}
.c-btn-3:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 8rem;
  height: 8rem;
  transform: rotate(-45deg);
  margin-right: 10rem;
  box-sizing: border-box;
}

.c-title-6 {
  font-size: 18rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 10rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .c-title-6 {
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 40rem;
  }
}

.c-btn-4 {
  border: 1px solid #fff;
  width: 200rem;
  height: 150rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18rem;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
.c-btn-4 span {
  display: block;
  width: 100%;
  padding-right: 15rem;
  padding-left: 15rem;
  box-sizing: border-box;
}
.c-btn-4 img {
  width: auto !important;
  margin-right: 10rem;
  max-width: 13rem;
}
@media screen and (max-width: 860px) {
  .c-btn-4 img {
    max-width: 20rem;
  }
}
@media screen and (max-width: 860px) {
  .c-btn-4 {
    font-size: 24rem;
    line-height: 34rem;
    width: 100%;
    margin-top: 40rem;
  }
}

.p-blog-side {
  width: calc(100% - 760rem);
}
@media screen and (max-width: 860px) {
  .p-blog-side {
    width: 100%;
  }
}

.c-breadcrumb li {
  margin-right: 10rem;
}
.c-breadcrumb li:last-child {
  margin-right: 0rem;
}
.c-breadcrumb li a {
  display: flex;
  width: 34rem;
  height: 34rem;
  font-size: 12rem;
  box-sizing: border-box;
  background: #fff;
  padding: 10rem;
  justify-content: center;
  align-items: center;
}
.c-breadcrumb li a.over {
  background: #0E4E8B;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .c-breadcrumb li a {
    font-size: 24rem;
    line-height: 34rem;
    width: 54rem;
    height: 54rem;
  }
}

.p-article-mv {
  position: relative;
  margin-top: -150rem;
  margin-bottom: 60rem;
  width: 1100rem;
  height: 618.75rem;
}
@media screen and (max-width: 860px) {
  .p-article-mv {
    width: 90% !important;
    height: auto !important;
  }
}
.p-article-mv img {
  width: 100%;
  border-radius: 10rem;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
  height: 618.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 860px) {
  .p-article-mv img {
    width: 100% !important;
    height: auto !important;
  }
}

.p-side-base {
  background-color: #fff;
  padding: 20rem;
  font-size: 14rem;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04));
}
@media screen and (max-width: 860px) {
  .p-side-base {
    padding: 40rem;
  }
}
.p-side-base input.searchsubmit_input {
  background: #F6F6F6;
  border: none;
  width: 74rem;
  padding: 10rem;
  box-sizing: border-box;
  width: calc(100% - 74rem);
  height: 43rem;
  border-radius: 20rem 0 0 20rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .p-side-base input.searchsubmit_input {
    width: calc(100% - 150rem);
    font-size: 24rem;
    line-height: 38rem;
    height: 80rem;
    border-radius: 40rem 0rem 0rem 40rem;
  }
}
.p-side-base button, .p-side-base .searchsubmit_class {
  background: #000;
  border: none;
  color: #fff;
  width: 70rem;
  padding: 10rem;
  height: 43rem;
  box-sizing: border-box;
  border-radius: 0 20rem 20rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .p-side-base button, .p-side-base .searchsubmit_class {
    width: 146rem;
    font-size: 24rem;
    line-height: 38rem;
    height: 80rem;
    border-radius: 0 40rem 40rem 0;
  }
}

.p-side-list {
  padding-left: 24rem;
}
.p-side-list li {
  margin-bottom: 5rem;
  line-height: 28rem;
  font-size: 14rem;
  list-style: disc;
}
.p-side-list li:last-child {
  margin-bottom: 0rem;
}
@media screen and (max-width: 860px) {
  .p-side-list li {
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 20rem;
  }
}

.c-article-title {
  font-size: 28rem;
  line-height: 46rem;
}
@media screen and (max-width: 860px) {
  .c-article-title {
    font-size: 38rem;
    line-height: 58rem;
  }
}

.p-recruit-header p {
  font-size: 14rem;
  line-height: 28rem;
}
.p-recruit-header h2 {
  font-size: 28rem;
  line-height: 38rem;
  font-weight: bold;
}

.p-list-tag li span {
  background: #11589D;
  color: #fff;
  border-radius: 20rem;
  padding: 5rem 20rem;
  border-radius: 20rem;
  font-size: 12rem;
  line-height: 20rem;
  margin-right: 5rem;
}
@media screen and (max-width: 860px) {
  .p-list-tag li span {
    font-size: 20rem;
    line-height: 34rem;
  }
}

.p-recruit-body {
  border: 1px solid #D1D1D1;
  padding: 40rem;
  box-sizing: border-box;
  height: 200rem;
  overflow: hidden;
  position: relative;
}
.p-recruit-body p {
  font-size: 14rem;
  line-height: 28rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 860px) {
  .p-recruit-body p {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-recruit-body p:last-child {
  margin-bottom: 0rem;
}
.p-recruit-body h3 {
  font-size: 18rem;
  line-height: 28rem;
  font-weight: bold;
  padding-bottom: 10rem;
}
@media screen and (max-width: 860px) {
  .p-recruit-body h3 {
    font-size: 24rem;
    line-height: 38rem;
  }
}
.p-recruit-body:after {
  /*下から上にグラデーションで透明になっていくオブジェクト*/
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 0%, #fff 100%);
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}
.p-recruit-body.--open {
  height: auto;
}
.p-recruit-body.--open:after {
  display: none;
}

.p-recruit-btn {
  margin-top: -23rem;
  position: relative;
  z-index: 200;
}

/*ここまで書いてね*/
.u-pb-200 {
  padding-bottom: 200rem;
}

.u-mb-20 {
  margin-bottom: 20rem;
}

.u-bg-4 {
  background: url(../img/common/img_contact_2.png);
  background-size: cover;
}

.u-bg-4_2 {
  background: url(../img/common/img_contact_1.png);
  background-size: cover;
}

.u-bg-5 {
  background: url(../img/common/img_sample_8.png);
  background-size: cover;
}

.u-bg-6 {
  background: url(../img/common/img_sample_9.png);
  background-size: cover;
}

.u-bg-7 {
  background: url(../img/common/img_sample_10.png);
  background-size: cover;
}

.u-bg-8 {
  background: url(../img/common/img_sample_15.png);
  background-size: cover;
}

.u-bg-9 {
  background: url(../img/common/img_sample_16.png);
  background-size: cover;
}

.u-bg-10 {
  background: url(../img/common/img_sample_17.png);
  background-size: cover;
}

.u-bg-11 {
  background: url(../img/common/img_sample_18.png);
  background-size: cover;
}

.u-bg-12 {
  background: url(../img/common/img_sample_19.png);
  background-size: cover;
}

.u-bg-13 {
  background: url(../img/common/img_sample_21.png);
  background-size: cover;
}

.u-bg-14 {
  background: url(../img/common/img_sample_21.png);
  background-size: cover;
}

.u-bg-15 {
  background: url(../img/common/img_sample_22.png);
  background-size: cover;
}

.u-bg-16 {
  background: url(../img/common/img_sample_23.png);
  background-size: cover;
}

.u-bg-16_2 {
  background: url(../img/common/img_sample_22_2.png);
  background-size: cover;
}

.u-bg-17 {
  background: url(../img/common/img_sample_24.png);
  background-size: cover;
}

.u-pr-20 {
  padding-right: 20rem;
}

.u-bg-18 {
  background: url(../img/common/img_sample_26.png);
  background-size: cover;
}

.u-bg-19 {
  background: url(../img/common/img_sample_27.png);
  background-size: cover;
}

.u-bg-20 {
  background: url(../img/common/img_sample_28.png);
  background-size: cover;
}

.u-bg-21 {
  background: url(../img/common/img_sample_29.png);
  background-size: cover;
}

.u-bg-22 {
  background: url(../img/common/img_sample_30.png);
  background-size: cover;
}

.u-bg-gray-3 {
  background: #F6F6F6;
}

.u-bg-trgl-left {
  overflow: hidden;
  position: relative;
}
.u-bg-trgl-left:before {
  content: "";
  display: block;
  width: 100%;
  height: 130%;
  background: #F8F8F8;
  position: absolute;
  top: -10%;
  left: -60%;
  z-index: -1;
  transform: rotate(-45deg);
}
@media screen and (max-width: 860px) {
  .u-bg-trgl-left:before {
    left: -40%;
    top: -5%;
    width: 100%;
    height: 500rem;
  }
}
.u-bg-trgl-left.--white:before {
  background: #F6F6F6 !important;
  z-index: 1;
  top: -520rem;
}
@media screen and (max-width: 860px) {
  .u-bg-trgl-left.--white:before {
    top: -5%;
  }
}
.u-bg-trgl-left.--pure-white:before {
  background: #fff !important;
  z-index: 1;
  top: 0rem;
}
@media screen and (max-width: 860px) {
  .u-bg-trgl-left.--pure-white:before {
    top: -5%;
  }
}
.u-bg-trgl-left * {
  position: relative;
  z-index: 100;
}

.u-bg-img-3 {
  background: url(../img/common/bg_footer.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-sns-list {
  position: fixed;
  top: 150rem;
  right: 0rem;
  z-index: 200;
}
.p-sns-list li {
  padding: 15rem;
}
.p-sns-list li:first-child {
  background: #10448B;
}
.p-sns-list li:nth-child(2) {
  background: #135690;
}
.p-sns-list li:nth-child(3) {
  background: #1264A7;
}
.p-sns-list li:nth-child(4) {
  background: #237FC0;
}
@media screen and (max-width: 860px) {
  .p-sns-list {
    display: none;
  }
}

.u-p-20 {
  padding: 20rem;
}

.u-p-15 {
  padding: 15rem;
}

.u-ml-10 {
  margin-left: 10rem;
}

.u-bg-gray {
  background: #EFEFEF;
}

.u-bg-gray-2 {
  background: #F8F8F8;
}

.u-pl-10 {
  padding-left: 10rem;
}

.u-ml-20 {
  margin-left: 20rem;
}

.u-pt-260 {
  padding-top: 260rem;
}

.u-pt-360 {
  padding-top: 360rem;
}

.u-n-mt-100 {
  margin-top: -100rem;
}

.u-n-mt-50 {
  margin-top: -50rem;
}
@media screen and (max-width: 860px) {
  .u-n-mt-50 {
    margin-top: -100rem;
  }
}

.u-sp-pb-20 {
  padding-bottom: 20rem;
}

@media screen and (max-width: 860px) {
  .u-sp-width-150 {
    width: 150rem;
  }
}

.u-mt-n-200 {
  margin-top: -200rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-pb-100 {
  padding-bottom: 100rem;
}

.u-pb-60 {
  padding-bottom: 60rem;
}

.u-mb-60 {
  margin-bottom: 60rem;
}

.u-pb-50 {
  padding-bottom: 50rem;
}

.u-pt-20 {
  padding-top: 20rem;
}

.u-pt-10 {
  padding-top: 10rem;
}

.u-pt-80 {
  padding-top: 80rem;
}

.u-no-border-bottom {
  border-bottom: none !important;
}

@media screen and (max-width: 860px) {
  .u-sp-pt-80 {
    padding-top: 80rem;
  }
}

.u-mt-80 {
  margin-top: 80rem;
}

.u-mt-150 {
  margin-top: 150rem;
}

.u-mt-100 {
  margin-top: 100rem;
}

.u-width-60 {
  width: 60rem;
}

.u-mt-200 {
  margin-top: 200rem;
}

.u-bg-lightred {
  background: #f6ebe8 !important;
}

.u-bg-lightblue {
  background: #d6e3f2 !important;
}

.u-pt-200 {
  padding-top: 200rem;
}

.u-position-relative {
  position: relative;
}

.u-top-n-50 {
  top: -50rem;
}

.u-mt-n-50 {
  margin-top: -50rem;
}

.u-p-60 {
  padding: 60rem;
}

.u-p-50 {
  padding: 50rem;
}

.u-pb-30 {
  padding-bottom: 30rem;
}

.u-pt-60 {
  padding-top: 60rem;
}

.u-pt-50 {
  padding-top: 50rem;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-pl-60 {
  padding-left: 60rem;
}
@media screen and (max-width: 860px) {
  .u-pl-60 {
    padding-left: 0rem;
  }
}

.u-posiiton-r {
  position: relative;
}

.u-width-half {
  width: 50%;
}

.u-width-half_s {
  width: 48%;
}

.u-pt-20 {
  padding-top: 20rem;
}

.u-pb-20 {
  padding-bottom: 20rem !important;
}

.u-pb-10 {
  padding-bottom: 10rem;
}

.u-mt-100 {
  margin-top: 100rem;
}

.p-width-60 {
  display: inline-block;
  width: 60rem;
  margin-right: 20rem;
}
.p-width-60 img {
  width: 100%;
  height: 100%;
}

.u-position-absolute {
  position: absolute;
}

.u-z-100 {
  z-index: 100;
}

.u-mr-10 {
  margin-right: 10rem;
}

.u-mr-30 {
  margin-right: 30rem;
}

.u-pb-80 {
  padding-bottom: 80rem;
}

.u-font-size-16 {
  font-size: 16rem;
}
.u-font-size-16 p {
  font-size: 16rem !important;
  line-height: 32rem !important;
}
@media screen and (max-width: 860px) {
  .u-font-size-16 p {
    font-size: 24rem !important;
    line-height: 46rem !important;
  }
}

.u-mb-40 {
  margin-bottom: 40rem;
}

.u-text-box_1 {
  font-size: 14rem;
  line-height: 27rem;
}
@media screen and (max-width: 860px) {
  .u-text-box_1 {
    font-size: 24rem;
    line-height: 38rem;
  }
}

.u-p-30 {
  padding: 30rem;
}

.u-width-720 {
  width: 720rem;
}
@media screen and (max-width: 860px) {
  .u-width-720 {
    width: 100%;
  }
}

.u-pt-15 {
  padding-top: 15rem;
}

.u-border-b1gray {
  border-bottom: 1px solid #EDEDED;
}

.u-border-b2gray {
  border-bottom: 1px solid #C7C7C7;
}

.u-pt-40 {
  padding-top: 40rem;
}

.u-pt-30 {
  padding-top: 30rem;
}

.u-max-width-470 {
  max-width: 470rem;
}

.u-max-width-680 {
  max-width: 680rem;
}

.u-max-width-860 {
  max-width: 860rem;
}

.u-max-width-1400 {
  max-width: 1400rem;
}

.u-pb-120 {
  padding-bottom: 120rem;
}

.u-text-left {
  text-align: left;
}

.u-mt-n-80 {
  margin-top: -80rem;
}

.u-mt-n-140 {
  margin-top: -140rem;
}
@media screen and (max-width: 860px) {
  .u-mt-n-140.--sp-0 {
    margin-top: 0rem;
  }
}

.u-mt-n-90 {
  margin-top: -90rem;
}

.u-p-100 {
  padding: 100rem;
}
@media screen and (max-width: 860px) {
  .u-p-100.--sp-p-40 {
    padding: 40rem;
  }
}

.u-pb-180 {
  padding-bottom: 180rem;
}

.u-pr-40 {
  padding-right: 40rem;
}
.u-pr-40.--must {
  padding-right: 40rem !important;
}

.u-pr-60 {
  padding-right: 60rem;
}
.u-pr-60.--sp-0 {
  padding-right: 0rem;
}

.u-sp-pb-60 {
  padding-bottom: 60rem;
}

@media screen and (max-width: 860px) {
  .u-sp-pt-40 {
    padding-top: 40rem;
  }
}

.u-bg-white {
  background: #fff !important;
}

.u-bg-white-right_1:before {
  content: "";
  background: #fff;
  height: 430rem;
  display: block;
  border-radius: 10rem 0 0 10rem;
  position: absolute;
  top: 220rem;
  right: 0rem;
  width: calc(100% - (100% - 1100rem) / 2 + 80rem);
  opacity: 0.9;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}
@media screen and (max-width: 860px) {
  .u-bg-white-right_1.--sp-none:before {
    display: none;
  }
}

.u-bg-none {
  background: none;
}

.u-mt-n-60 {
  margin-top: -60rem;
}

.u-pt-160 {
  padding-top: 160rem;
}

.u-pt-100 {
  padding-top: 100rem;
}

.u-width-500 {
  width: 500rem;
}

.u-bg-pink_1 {
  position: relative;
}
.u-bg-pink_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_salon_2.png);
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

.u-bg-img_1 {
  position: relative;
}
.u-bg-img_1:before {
  content: "";
  display: block;
  width: 100%;
  height: 430rem;
  background: url(../img/common/img_faq.png);
  position: absolute;
  top: 0rem;
  left: 0rem;
}

.u-bg-img-2 {
  background: url(../img/common/img_resister.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.u-bg-blue {
  background: #0E4E8B;
  color: #fff;
}

.u-w-size-l {
  min-width: 60rem;
  white-space: nowrap;
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 860px) {
  .u-sp-only {
    display: block;
  }
}

.gt_white_content .gt_languages {
  max-height: 1375px !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.u-pc-only-flex {
  display: flex;
}
@media screen and (max-width: 860px) {
  .u-pc-only-flex {
    display: none;
  }
}

.u-pc-only-block {
  display: block;
}
@media screen and (max-width: 860px) {
  .u-pc-only-block {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pb-0 {
    padding-bottom: 0rem !important;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pt-30 {
    padding-top: 30rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pb-20 {
    padding-bottom: 20rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-pb-40 {
    padding-bottom: 40rem;
  }
}

@media screen and (max-width: 860px) {
  .p-sp-nav-list {
    position: fixed;
    top: 0rem;
    left: 0rem;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
  }
  .p-sp-nav-list ul {
    width: 100%;
  }
  .p-sp-nav-list ul li {
    font-size: 24rem;
    line-height: 38rem;
    padding-bottom: 40rem;
  }
  .p-sp-nav-list a {
    margin-top: 20rem;
    width: 50% !important;
  }
}

.u-z-300 {
  z-index: 300;
}

.u-pb-255 {
  padding-bottom: 255rem;
}

/*option*/
/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: #fff;
  cursor: pointer;
  width: 80rem;
  height: 80rem;
  z-index: 500;
  display: none;
}
@media screen and (max-width: 860px) {
  .openbtn1 {
    position: fixed;
    display: block;
    top: 0rem;
    right: 0rem;
    width: 105rem;
    height: 105rem;
  }
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 27.5%;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 32.5%;
}

.openbtn1 span:nth-of-type(2) {
  top: 50%;
}

.openbtn1 span:nth-of-type(3) {
  top: 67.5%;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 38%;
  left: 33.5%;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 58%;
  left: 34.5%;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.u-pt-90 {
  padding-top: 90rem;
}

.u-pb-90 {
  padding-bottom: 90rem;
}

.u-text-base {
  font-size: 14rem;
  line-height: 28rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-text-base.--white {
  color: #fff;
}
.u-text-base.--size-m {
  font-size: 16rem;
  line-height: 32rem;
}
.u-text-base.--size-l {
  font-size: 24rem;
  line-height: 38rem;
}
.u-text-base.--type-mincho {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 860px) {
  .u-text-base {
    font-size: 24rem;
    line-height: 46rem;
  }
}

.u-pb-40 {
  padding-bottom: 40rem;
}

@media screen and (max-width: 860px) {
  .p-sp-pt-40 {
    padding-top: 40rem;
  }
}

@media screen and (max-width: 860px) {
  .p-sp-pb-60 {
    padding-bottom: 60rem;
  }
}

@media screen and (max-width: 860px) {
  .u-sp-mr-0 {
    margin-right: 0rem;
  }
}

.u-position-fixed {
  position: fixed;
}

.u-bottom-10 {
  bottom: 10rem;
}

.u-bottom-20 {
  bottom: 20rem;
}

.u-right-20 {
  right: 10rem;
}

.u-z-index-100 {
  z-index: 100;
}

.u-max-width-200 {
  max-width: 200rem;
}

.ql-editor {
  font-family: "Zen Kaku Gothic New", sans-serif;
  word-break: break-all;
}
.ql-editor p {
  font-size: 16rem;
  padding-bottom: 40rem;
  line-height: 32rem;
}
.ql-editor p:last-child {
  padding-bottom: 0px;
}
@media screen and (max-width: 860px) {
  .ql-editor p {
    font-size: 28rem;
    padding-bottom: 60rem;
    line-height: 56rem;
  }
}
.ql-editor img {
  width: 100%;
  height: auto;
}
.ql-editor figure {
  width: 100%;
  margin-bottom: 30rem;
  border: 10rem solid #f1f1f6;
  box-sizing: border-box;
  border-radius: 10rem;
  line-height: 0rem;
  font-size: 0rem;
}
.ql-editor ul,
.ql-editor ol {
  background: #fff;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.04));
}
.ql-editor ul li,
.ql-editor ol li {
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 860px) {
  .ql-editor ul li,
.ql-editor ol li {
    font-size: 32rem;
    line-height: 46rem;
    margin-bottom: 20rem;
  }
}
.ql-editor ul li {
  list-style-type: disc;
}
.ql-editor ol li {
  list-style-type: decimal;
}
/* 2階層目には適用しない */
.ql-editor ul ul,
.ql-editor ol ol {
  filter: none;
  padding: 0px 0px 0rem 40px;
  margin: 0px 0px 0rem 0px;
  margin-bottom: 0rem;
}
.ql-editor ul li ul li {
  margin-bottom: 0rem;
}
/* --- */
.ql-editor h2 {
  background: #11589D;
  font-size: 18rem;
  line-height: 30rem;
  color: #fff;
  padding: 15rem 20rem 15rem 20rem;
  border-radius: 10rem;
  margin-bottom: 50rem;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h2 {
    font-size: 36rem;
    line-height: 50rem;
    padding: 30rem 40rem 30rem 40rem;
  }
}
.ql-editor h3 {
  font-size: 18rem;
  line-height: 30rem;
  margin-bottom: 50rem;
  border-bottom: 2rem solid #EFEFEF;
  margin-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h3 {
    font-size: 36rem;
    line-height: 50rem;
    padding-bottom: 30rem;
  }
}
.ql-editor h3:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #11589D;
  width: 50rem;
  bottom: -2rem;
  left: 0rem;
}
.ql-editor h3:first-child {
  margin-top: 0rem;
}
.ql-editor h4 {
  font-size: 18rem;
  line-height: 30rem;
  padding-left: 20rem;
  margin-bottom: 50rem;
  border-left: 5rem solid #11589D;
  margin-top: 20rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .ql-editor h4 {
    font-size: 36rem;
    line-height: 50rem;
  }
}
.ql-editor #table-of-contents {
  text-align: center;
  background: none;
  color: #000;
  font-size: 16rem;
  line-height: 28rem;
  font-weight: bold;
  padding-bottom: 10rem;
  padding-top: 10rem;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-bottom: 20rem;
  border-radius: 0rem;
}
.ql-editor .wp-block-quote {
  background: #C7C7C7;
  padding: 40rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
}
.ql-editor a {
  color: #11589D;
}
.ql-editor .syntaxhighlighter * {
  font-size: 14rem !important;
  line-height: 26rem !important;
}
.ql-editor .hcb_wrap {
  margin-bottom: 40rem !important;
}
.ql-editor .wp-block-group {
  background: #C7C7C7;
  padding: 40rem 40rem 40rem 60rem;
  box-sizing: border-box;
  margin: 0px 0px 40rem 0px;
  font-size: 14rem;
  line-height: 26rem;
}
@media screen and (max-width: 860px) {
  .ql-editor .wp-block-group {
    font-size: 28rem;
    line-height: 42rem;
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 50rem;
}
@media screen and (max-width: 860px) {
  .ql-editor .movie-wrap {
    margin-bottom: 60rem;
  }
}
.ql-editor .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ql-editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40rem;
  border: 1px solid #EFEFEF;
  border-radius: 10rem;
  background: #fff;
}
.ql-editor table tr th {
  background: #EFEFEF;
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: 200rem;
}
.ql-editor table tr td {
  padding: 10rem;
  font-size: 14rem;
  line-height: 26rem;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  width: calc(100% - 200rem);
}
.ql-editor.p-recruit-body ul,
.ql-editor.p-recruit-body ol {
  filter: none;
  padding-top: 0rem;
  padding-bottom: 20rem;
  padding-right: 0rem;
  padding-left: 20rem;
}

.list-sns {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.list-sns li {
  padding-right: 5rem;
  padding-left: 5rem;
}
.list-sns li a {
  width: 58rem;
  height: 58rem;
  display: block;
  padding: 5rem 20rem 5rem 20rem;
  color: #fff;
  text-decoration: none;
  border-radius: 40rem;
  font-size: 20rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 750px) {
  .list-sns li a {
    width: 80rem;
    height: 80rem;
    font-size: 40rem;
    font-size: 24rem;
    padding: 10rem 30rem 10rem 30rem;
    box-sizing: border-box;
    border-radius: 40rem;
  }
}
.list-sns .tw {
  display: inline-block;
}
.list-sns .tw a {
  background: black;
}
.list-sns .fb {
  display: inline-block;
}
.list-sns .fb a {
  background: #3975EA;
}
.list-sns .line {
  display: inline-block;
}
.list-sns .line a {
  background: #3CB035;
}
.list-sns .inst {
  display: inline-block;
}
.list-sns .inst a {
  background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}



@media screen and (max-width: 750px) {
  .list-sns.u-pt-40 {
    padding-top: 80rem;
  }
  .list-sns.u-pb-30 {
    padding-bottom: 60rem;
  }
}

.p-box-white-1 {
  background: #fff;
  padding: 60rem;
  box-sizing: border-box;
  border-radius: 10rem;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.06));
}
@media screen and (max-width: 750px) {
  .p-box-white-1 {
    padding: 40rem;
  }
}

.c-form-base {
  padding-bottom: 20rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  align-content: center;
}
.c-form-base input {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 40rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
}
@media screen and (max-width: 750px) {
  .c-form-base input {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--width-half input {
  width: calc(50% - 5rem) !important;
}
.c-form-base textarea {
  width: 100%;
  padding: 10rem 20rem 10rem 20rem;
  box-sizing: border-box;
  border-radius: 10rem;
  border: none;
  background: #EFEFEF;
  font-size: 14rem;
  line-height: 28rem;
  min-height: 200rem;
}
@media screen and (max-width: 750px) {
  .c-form-base textarea {
    font-size: 24rem;
    line-height: 38rem;
    padding: 20rem;
  }
}
.c-form-base.--align-top {
  align-items: flex-start;
}
.c-form-base dt {
  width: 260rem;
  padding-right: 30rem;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16rem;
}
.c-form-base dt span {
  color: #F00;
  display: inline-block;
  margin-left: 10rem;
  font-size: 12rem;
}
@media screen and (max-width: 750px) {
  .c-form-base dt span {
    font-size: 20rem;
    line-height: 34rem;
  }
}
.c-form-base dd {
  width: calc(100% - 260rem);
}
@media screen and (max-width: 750px) {
  .c-form-base {
    display: block;
    padding-bottom: 20rem;
  }
  .c-form-base dt {
    width: 100%;
    padding-right: 0rem;
    margin-bottom: 20rem;
    font-size: 24rem;
    line-height: 38rem;
  }
  .c-form-base dd {
    width: 100%;
  }
}

.p-share-title {
  padding-bottom: 15rem;
  font-size: 18rem;
  font-weight: bold;
}
.p-share-title:before {
  content: "";
  width: 3rem;
  height: 20rem;
  display: inline-block;
  transform: rotate(-45deg);
  background: #000;
  border-radius: 10rem;
  margin-left: 15rem;
  margin-right: 15rem;
}
@media screen and (max-width: 750px) {
  .p-share-title:before {
    width: 6rem;
    height: 40rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
}
.p-share-title:after {
  content: "";
  width: 3rem;
  height: 20rem;
  display: inline-block;
  transform: rotate(45deg);
  background: #000;
  border-radius: 10rem;
  margin-left: 15rem;
  margin-right: 15rem;
}
@media screen and (max-width: 750px) {
  .p-share-title:after {
    width: 6rem;
    height: 40rem;
    margin-left: 30rem;
    margin-right: 30rem;
  }
}
@media screen and (max-width: 750px) {
  .p-share-title {
    font-size: 28rem;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-text-left {
    text-align: left;
  }
}

.u-pb-0 {
  padding-bottom: 0rem;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-max-width-400 {
  max-width: 400rem;
}

.u-max-width-300 {
  max-width: 300rem;
}

.u-max-width-n-300 {
  width: calc(100% - 340rem) !important;
}

.u-max-width-550 {
  max-width: 550rem;
}

.u-mb-100 {
  margin-bottom: 100rem;
}

.display-none {
	display: none;
}

/*JS関連*/
.tag-1 {
  display: flex;
}

.tag-2 {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  max-width: 1100rem;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 20rem;
}

.has-large-font-size {
  line-height: 48rem !important;
}

.splide__slide {
  height: 300px;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
}
/*# sourceMappingURL=common.css.map */
.logo-slider{overflow:hidden;}
.logo-track{
  display:flex;
  flex-wrap:nowrap;
  animation:scroll 80s linear infinite;
}

@keyframes scroll{
  from{transform:translateX(0);}
  to  {transform:translateX(-490%);}      /* 行全体が流れ切るまで移動 */
}
.logo-item{
  flex:0 0 auto;
  margin-right:40px;                     /* 間隔は任意で調整 */
}

/* 特許バッジ */
.patent-badge {
/*   position: absolute; */
  right: 500px;   /* 必要に応じて調整 */
  bottom: 20px;  /* 必要に応じて調整 */
  width: 120px;  /* 任意サイズ */
  height: auto;
  z-index: 10;
  pointer-events: none;
}

/* 伊藤追加 */
/* 社員インタビュー */
.employee-interview-container {
	justify-content: center !important; /* p-flexのjustify-contentを上書くため */
	padding-top: 20px;
	gap: 20px;
}


/* 絞り込みUI */
/* ISO 30414 年度フィルタ用のスタイル強制上書き */
/* ラベルのリスト(ul) */
.p-filter-iso__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* ラベル間のスペースを作る */
.p-filter-iso__item {
  margin-right: 12px;
}

.p-filter-iso__item:last-child {
  margin-right: 0;
}

/* ボタンの見た目 */
.p-filter-iso__item a {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
}

/* 選択中 */
.p-filter-iso__item a.is-active {
  background: #005bac;
  border-color: #005bac;
  color: #fff;
}
