@charset "UTF-8";
/*font size vw*/
/* breakpoint */
/* IEハック用mixin */

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #777777;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #666666;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #777777;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #8e8e8e;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f8f8f8;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* =============================================
  FOUNDATION
============================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #eaeaea;
}

::selection {
  background: #eaeaea;
}

html {
  font-size: 62.5%;
  height: 100%;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
}

body {
  position: relative;
  background: #ffffff;
  color: #181818;
  -ms-content-zooming: none;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
  line-height: 160%;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%;
  letter-spacing: .05em;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  text-justify: inter-ideograph;
  width: 100%;
  word-wrap: break-word;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

body[data-menu="active"] {
  position: fixed;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
}

a {
  color: currentColor;
  text-decoration: none;
}

a:active, a.nice-select.open,
a:hover {
  outline: 0;
}

small {
  font-size: 1.2rem;
}

ul,
ol {
  list-style: none;
}

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

img {
  border-style: none;
  vertical-align: middle;
}

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}

textarea {
  overflow-y: auto;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
button,
select {
  cursor: pointer;
}

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

[hidden] {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(.focus-visible) {
  outline: 0;
}

address {
  font: inherit;
}

/* =============================================
  UTILITIES
============================================= */
/* ----- Fonts ----- */
.is-gothic {
  font-family: "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.is-en {
  font-style: normal;
  font-family: 'Barlow Condensed', 'Noto Serif JP', '游明朝体', YuMincho, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
}

.is-min {
  font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
}

.is-mb-0 {
  margin-bottom: 0;
}

.pc,
.is-pc {
  display: block;
}

.sp,
.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc,
  .is-pc {
    display: none;
  }
  .sp,
  .is-sp {
    display: block;
  }
}

.is-readonly {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.u-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.u-ib {
  display: inline-block;
}

.u-table {
  display: table;
}

.u-tr {
  display: table-row;
}

.u-td {
  display: table-cell;
}

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

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

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

.u-f_left {
  float: left;
}

.u-f_right {
  float: right;
}

.u-mb1em {
  margin-bottom: 1em;
}

.u-bg {
  background: url(../img/common/parts_bg.png);
}

@media screen and (max-width: 767px) {
  .u-sp-order1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-order2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-order3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
}

.js-up-1 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.js-up-2 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease-out 1000ms;
  transition: all .5s ease-out 1000ms;
}

.js-up-3 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease-out 1200ms;
  transition: all .5s ease-out 1200ms;
}

.js-active .js-up-1,
.js-active .js-up-2,
.js-active .js-up-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-hover-ext {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media screen and (min-width: 770px) {
  .js-hover-ext:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}

.js-lay_scroll {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: transform 1.2s, opacity 1.2s;
  transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
}

.js-lay_scroll.is_active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-ext-bg:after {
  opacity: 0.7;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
}

.js-ext-bg.js-active:after {
  opacity: 1;
}

.loading {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  /* background-color:#1f528e; */
  background-color: #fff;
}

.loading .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loading .inner .logo img {
  max-width: 300px;
  max-height: 100px;
  width: 85vw;
  height: auto;
}

.loading .inner .logo { 
  display: none;
}

.home .loading .inner .logo {
  display: block;
}

#js-kv {
  overflow: hidden;
  position: relative;
  min-height: calc(100vh - 150px);
  height: calc(100vh - 150px);
}

@media screen and (max-width: 1430px) {
  #js-kv {
    min-height: calc(100vh - 150px);
    height: calc(100vh - 110px);
  }
}

#js-kv .js-picture {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

#js-kv .js-picture.is_active {
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

/* =============================================
  LAYOUT
============================================= */
.l-header {
  position: fixed;
  width: 100%;
  /* height: 150px; */
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  /* transition: height 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.8s cubic-bezier(0.645, 0.045, 0.355, 1); */
  -webkit-transition: height 0.1s, opacity 0.5s;
  transition: height 0.1s, opacity 0.5s;
  /*&.hide{
    transition: top 0.1s;
    top: -154px;
  }*/
  opacity: 0;
}

.is-loaded .l-header {
  opacity: 1;
}


.l-header.sub {
  min-height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: -100px;
  opacity: 0;
  padding: 0 20px;
}

.l-header.sub:after {
  content: none;
}

@media screen and (max-width: 1430px) {
  .l-header {
    height: 50px;
    display: -webkit-box;
    display: flex;
  }
  .l-header:not(.sub) {
    display: -webkit-box !important;
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 1 !important;
  }
  .l-header.sub {
    display: none !important;
  }
}

.l-header:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100vw;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  visibility: hidden;
}

.l-main {
  padding-top: 198px;
}

@media screen and (max-width: 1130px) {
  .l-main {
    padding-top: 198px;
  }
}

@media screen and (max-width: 1430px) {
  .l-main {
    padding-top: 50px;
  }
}

.l-footer {
  position: relative;
  overflow: hidden;
}

.l-contact {
  padding: 80px 0;
}

.l-blog {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 50px auto 100px;
  max-width: 1400px;
  padding: 0px 5% 0;
  font-size: 1.6rem;
}

.l-blog__main {
  flex-basis: calc(70% - 48px);
}

.l-blog__side {
  flex-basis: 30%;
  padding-top: 12px;
}

@media screen and (max-width: 767px) {
  .l-blog {
    display: block;
    margin-top: 64px;
    padding: 0 5%;
  }
  .l-blog__main {
    margin-bottom: 40px;
  }
  .l-blog__side {
    flex-basis: 30%;
    padding: 12px 0 30px;
  }
}

/*[[[preload]]]*/
/* DO NOT ERASE */
/* =============================================
  COMPONENTS
============================================= */
.c-section,
.c-content {
  overflow: hidden;
  position: relative;
}

.c-section {
  max-width: 1200px;
  margin: 0 auto;
}

.c-section__wrapper {
  margin: 75px auto 0;
}

.error404 .c-content__inner__text__ttl-main {
  padding-top: 17px;
}

@media screen and (max-width: 767px) {
  .error404 .c-content__inner__text__ttl-main {
    padding-top: 0;
  }
}

.error404 .c-single-content__box--404 {
  max-width: 1060px;
  margin: 0px auto 70px;
  padding: 0 30px;
  text-align: center;
}

.error404 .c-single-content__box--404 p {
  margin-bottom: 1.2em;
}

.error404 .c-single-content__box--404 p:last-child {
  margin-bottom: 0;
}

.error404 .c-single-content__box--404 .btn {
  display: block;
  width: 100%;
  max-width: 360px;
  background-color: #1f528e;
  position: relative;
  margin: 30px auto 0;
}

.error404 .c-single-content__box--404 .btn__link {
  width: 100%;
  display: block;
  padding: 22px;
  text-align: center;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: relative;
  border: 1px solid #1f528e;
  color: #ffffff;
  z-index: 1;
}

@media screen and (min-width: 770px) {
  .error404 .c-single-content__box--404 .btn__link:hover {
    color: #181818;
  }
}

.error404 .c-single-content__box--404 .btn:after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 0.01%;
  background-color: #ffffff;
  height: 100%;
  z-index: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (min-width: 770px) {
  .error404 .c-single-content__box--404 .btn:hover:after {
    visibility: visible;
    left: 0.01%;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .error404 .c-single-content__box--404 {
    padding: 18px 30px 0;
    text-align: left;
  }
  .error404 .c-single-content__box--404 br {
    display: none;
  }
}

.c-page-navi {
  padding: 0 30px 45px;
}

.c-page-navi__list {
  max-width: 1080px;
  margin: 0px auto 0;
  text-align: center;
}

.c-page-navi__list__item {
  border: 1px solid #dddddd;
  margin-right: 30px;
  width: 312px;
  display: inline-block;
  margin-bottom: 30px;
  background: #ffffff;
}

.home .c-page-navi__list__item {
  width: 480px;
}

.home .c-page-navi__list__item:nth-child(2n),
.c-page-navi__list__item:nth-child(3n),
.c-page-navi__list__item:last-child {
  margin-right: 0px;
}

.home .c-page-navi__list__item:nth-child(3n) {
  margin-right: 30px;
}

.home .c-page-navi__list__item:last-child {
  margin-right: 0px;
}


.c-page-navi__list__item__link {
  width: 100%;
  height: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.home .c-page-navi__list__item__link {
  height: 160px;
}

@media screen and (min-width: 770px) {
  .c-page-navi__list__item__link:hover {
    opacity: 0.7;
  }
}

.c-page-navi__list__item__link__img {
  width: 110px;
  height: 110px; 
  overflow: hidden;
}

.home .c-page-navi__list__item__link__img {
  width: 160px;
  height: 160px;
}

.c-page-navi__list__item__link__img-pic {
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.c-page-navi__list__item__link__text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: left;
  padding: 0 10px 0 25px;
  -webkit-box-pack: center;
          justify-content: center;
  flex: 1;
}

.c-page-navi__list__item__link__text-ttl-en {
  font-size: 1.3rem;
  color: #8e8e8e;
  display: block;
  margin-top: -0.3em;
  letter-spacing: .1em;
  padding-bottom: 10px;
  margin-top: -0.3em;
  line-height: 1.1;
}

.c-page-navi__list__item__link__text-ttl {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 1.1em;
}

.home .c-page-navi__list__item__link__text-ttl-en {
  font-size: 2rem;
}

.home .c-page-navi__list__item__link__text-ttl {
  font-size: 2.7rem;
}

.c-page-navi__list.u-rayout-2 .c-page-navi__list__item {
  width: 312px;
}

.home .c-page-navi__list.u-rayout-2 .c-page-navi__list__item {
  width: 480px;
}

.c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(3n) {
  margin-right: 30px;
}

.c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(even) {
  margin-right: 0px;
}

.c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-last-child(-n+2) {
  margin-bottom: 0px;
}

@media screen and (max-width: 1080px) {
  .c-page-navi {
    padding: 60px 25px;
  }
  .c-page-navi__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
            width: 480px;
  }
  .c-page-navi__list__item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-right: 0px;
  }
  .c-page-navi__list__item:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }
  .c-page-navi__list__item:last-child {
    margin-bottom: 0;
  }
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item {
    width: 100%;
  }
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(3n) {
    margin-right: 0px;
  }
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(odd) {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-page-navi__list {
    width: 100%;
  }
  .c-page-navi__list__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
  .c-page-navi__list__item:nth-last-child(-n+3) {
    margin-bottom: 10px;
  }
  .c-page-navi__list__item:last-child {
    margin-bottom: 0;
  }

  .c-page-navi__list__item__link {
    height: 70px;
  }
  .home .c-page-navi__list__item__link {
    height: 80px;
  }
  .c-page-navi__list__item__link__img {
    width: 70px;
    height: 70px;
  }

  .home .c-page-navi__list__item__link__img {
    width: 80px;
    height: 80px;
  }
  .home .c-page-navi__list__item__link__text,
  .c-page-navi__list__item__link__text {
    display: -webkit-box;
    display: flex;
    padding: 0 20px;
    flex: 1;
  }
  .home .c-page-navi__list__item__link__text-ttl-en,
  .c-page-navi__list__item__link__text-ttl-en {
    line-height: 1.1;
    font-size: 1.1rem;
    padding-bottom: 5px;
  }
  .home .c-page-navi__list__item__link__text-ttl,
  .c-page-navi__list__item__link__text-ttl {
    font-size: 1.4rem;
  }
  .home .c-page-navi__list.u-rayout-2 .c-page-navi__list__item,
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item {
    width: 100%;
  }
  .home .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(3n),
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(3n) {
    margin-right: 0px;
  }
  .home .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(odd),
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-child(odd) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .home .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-last-child(-n+2),
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
  .home .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:last-child,
  .c-page-navi__list.u-rayout-2 .c-page-navi__list__item:last-child {
    margin-bottom: 0;
  }
  
}

/* =============================================
  PROJECTS
============================================= */
.p-svg_hide {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#p-btn_top {
  position: fixed;
  bottom: 3.7vw;
  right: 3.7vw;
  z-index: 110;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: border-color ease 0.5s;
  transition: border-color ease 0.5s;
}

#p-btn_top.open {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  #p-btn_top {
    bottom: 5vw;
  }
}

#p-btn_top .btn {
  display: block;
  width: 44px;
  height: 0;
  overflow: hidden;
  background: rgba(31, 82, 142, 0.4);
  -webkit-transition: height ease 0.5s, border-color ease 0.5s;
  transition: height ease 0.5s, border-color ease 0.5s;
  text-align: center;
}

#p-btn_top .btn .icon_arrow_btn {
  width: 25%;
  height: 13.64%;
  margin: 50px 0 0;
  -webkit-transition: margin-top ease-out 0.2s 0.7s;
  transition: margin-top ease-out 0.2s 0.7s;
}

#p-btn_top .btn .icon_arrow_path {
  fill: #ffffff;
}

#p-btn_top .btn.open {
  height: 44px;
}

#p-btn_top .btn.open .icon_arrow_btn {
  margin: 20px 0 0;
}

#p-btn_top .btn.open.bg {
  -webkit-transition: background-color ease 0.5s;
  transition: background-color ease 0.5s;
}

/* ----- HEADER ----- */
.p-header-logo {
  padding: 30px 0 35px;
  text-align: center;
  width: 100%;
}

.p-header-logo__link {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.p-header-logo__link:hover {
  opacity: 0.7;
}

.p-header-logo__img {
  max-width: 222px;
  opacity: 1;
}

.p-header-logo__img.in {
  opacity: 1;
}

@media screen and (max-width: 1430px) {
  .p-header-logo__img {
    max-width: 130px;
  }
}

@media screen and (max-width: 1130px) {
  .p-header-logo {
    text-align: center;
    border-right: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1430px) {
  .p-header-logo {
    height: auto;
    width: 62.5%;
    padding: 10px 15px 8px;
    text-align: left;
  }
}

.sub .p-header-logo__img {
  max-width: 178px;
  width: 100%;
}

.p-header__sp-btn {
  display: none;
  width: 62px;
  height: 50px;
  position: relative;
  z-index: 52;
}

@media screen and (max-width: 1430px) {
  .p-header__sp-btn {
    display: block;
  }
}

.l-header.sub {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.l-header.sub.is_active {
  top: 0;
  opacity: 1;
}

.l-header.sub .p-header-logo {
  padding: 7px 10px 8px;
  text-align: left;
  width: auto;
}

.l-header.sub .p-gnav {
  padding: 7px 5px 8px 0;
}

.l-header.sub .p-gnav__item {
  margin: 5px 0.7vw 8px;
  letter-spacing: 0;
}

.l-header.sub .p-gnav__item:after, .l-header.sub .p-gnav__item.current:after {
  bottom: -5px;
}

.p-gnav {
  padding: 0 0 10px 0;
}

.p-gnav__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.sub .p-gnav__list {
  max-width: 1280px;
}

.p-gnav__item {
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  margin: 0 20px 15px;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .p-gnav__item {
    white-space: normal;
  }
}

.p-gnav__item:after {
  content: "";
  bottom: -5px;
  left: 0;
  display: block;
  /* width: 100%; */
  width: 0;
  left: 50%;
  height: 1px;
  background: #1f528e;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 770px) {
  .p-gnav__item:hover:after {
    content: "";
    width: 100%;
    left: 0;
  }
}

@media screen and (min-width: 770px) and (max-width: 1430px) {
  .p-gnav__item:hover:after {
    content: none;
  }
}

.p-gnav__item.current:after {
  content: "";
  width: 100%;
  left: 00%;
}

@media screen and (max-width: 1430px) {
  .p-gnav__item.current:after {
    content: none;
  }
}

@media screen and (max-width: 1430px) {
  .p-gnav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 51;
    -webkit-transition: right 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: right 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .p-gnav__inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .p-gnav__inner-content {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    width: 81.25%;
    padding: 50px 0 40px;
  }
  .p-gnav__list {
    display: block;
  }
  .p-gnav__item {
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-size: 1.4rem;
    text-align: left;
    padding: 0 0px 27px 36px;
    margin: 0;
  }
  .p-gnav__item:last-child {
    padding: 0 0px 0px 36px;
  }
}

.p-gnav-contact__list {
  display: none;
  border-top: 1px dotted #999999;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 1430px) {
  .p-gnav-contact__list {
    display: block;
  }
}

.p-gnav-contact__list__item {
  padding-bottom: 20px;
}

.p-gnav-contact__list__item:last-child {
  padding-bottom: 0px;
}

.p-gnav-contact__list__item-ttl {
  padding-bottom: 10px;
}

.p-gnav-contact__list__item .p-btn {
  background: #1f528e;
  padding: 12px 22px;
  color: #ffffff;
  display: inline-block;
  white-space: nowrap;
}

.p-gnav-contact__list__item .p-btn__text {
  line-height: 1.2;
}

.p-gnav-contact__list__item .p-btn__text-main {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 5px;
}

.p-gnav-contact__list__item .p-btn__text-sub {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.js-menu-active .p-gnav {
  right: 0;
}

.js-menu-active:after {
  opacity: 1;
  visibility: visible;
}

/* --- BURGER MENU --- */
.p-hamburger-icon {
  width: 100%;
  height: 100%;
  position: relative;
}

.p-hamburger-icon__line {
  display: block;
  height: 1px;
  background: #000000;
  width: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5px 0 0px -10px;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .5s ease .2s;
  transition: all .5s ease .2s;
}

.p-hamburger-icon__line:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-hamburger-icon-arrow {
  display: block;
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -15px;
  fill: #1f528e;
  -webkit-transition: margin .5s ease;
  transition: margin .5s ease;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-hamburger-icon-arrow.bottom {
  margin: 0px 0 0 -15px;
}

.js-menu-active .p-hamburger-icon-arrow {
  margin: -3px 0 0 -15px;
  -webkit-transform: rotate(0) translateX(0px) translateY(0px);
          transform: rotate(0) translateX(0px) translateY(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}

.js-menu-active .p-hamburger-icon-arrow_path {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 1;
}

.js-menu-active.js-menu-active2 .p-hamburger-icon__line {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
}

.js-menu-active.js-menu-active2 .p-hamburger-icon__line:last-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.js-menu-active.js-menu-active2 .p-hamburger-icon-arrow {
  -webkit-transform: rotate(360deg) translateX(-5px) translateY(-2px);
          transform: rotate(360deg) translateX(-5px) translateY(-2px);
  opacity: 0;
  width: 21px;
}

.js-menu-active.js-menu-active2 .p-hamburger-icon-arrow_path {
  opacity: 0;
}

@-webkit-keyframes burger-line {
  100% {
    height: 0;
  }
}

@keyframes burger-line {
  100% {
    height: 0;
  }
}

/* ----- MAIN ----- */
/* ----- FOOTER ----- */
.p-footer {
  overflow: hidden;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding: 37px 0 0;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-footer__list {
    padding: 0px 25px 0;
  }
}

.p-footer__list__item {
  width: 410px;
  margin: 0 30px;
  padding-bottom: 60px;
}

.p-footer__list__item-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 15px;
}

.p-footer__list__item-ttl .fa-caret-down {
  padding-right: 11px;
}

@media screen and (max-width: 767px) {
  .p-footer__list__item {
    margin: 0;
    width: 100%;
    padding-bottom: 25px;
  }
  .p-footer__list__item-ttl {
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
  .p-footer__list__item-ttl .fa-caret-down {
    padding-right: 11px;
  }
}

.p-footer .p-btn {
  position: relative;
  display: block;
  width: 410px;
  height: 120px;
  text-align: center;
  border: 2px solid #1f528e;
  box-sizing: border-box;
  padding: 5px;
}

.p-footer .p-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.01%;
  background-color: #1f528e;
  height: 100%;
  z-index: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
}

.p-footer .p-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (min-width: 770px) {
  .p-footer .p-btn:hover:before {
    left: 0.01%;
    width: 100%;
    visibility: visible;
  }
  .p-footer .p-btn:hover .p-btn__text-main, .p-footer .p-btn:hover .p-btn__text-sub {
    color: #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .p-footer .p-btn {
    width: 270px;
    height: 80px;
    margin: 0 auto;
  }
}

.p-footer .p-btn__inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #1f528e;
}

@media screen and (max-width: 767px) {
  .p-footer .p-btn__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    align-content: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.p-footer .p-btn__text {
  padding: 25px 10px;
  position: relative;
  z-index: 1;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.p-footer .p-btn__text-main {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  color: #1f528e;
  padding-bottom: 10px;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

_:-ms-fullscreen, :root .p-footer .p-btn__text-main {
  margin: 0.3em 0 -0.3em;
}

.p-footer .p-btn__text-sub {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #777777;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

_:-ms-fullscreen, :root .p-footer .p-btn__text-sub {
  margin: 0.3em 0 -0.3em;
}

@media screen and (max-width: 767px) {
  .p-footer .p-btn__text-main {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #1f528e;
    padding-bottom: 0;
  }
  .p-footer .p-btn__text-sub {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}

.p-footer-nav {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 25px 30px;
  margin-bottom: 40px;
}

.p-footer-nav__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.p-footer-nav__list, .p-footer-nav__sns-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.p-footer-nav__item {
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  margin: 0 50px 0 0;
}

.p-footer-nav__item a {
  position: relative;
}

.p-footer-nav__item a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.01%;
  visibility: hidden;
  bottom: -5px;
  left: 50%;
  background-color: #1f528e;
  padding: 0.5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 770px) {
  .p-footer-nav__item a:hover:after {
    visibility: visible;
    width: 100%;
    left: 0.01%;
  }
}

.p-footer-nav__sns-list {
  font-size: 2rem;
  margin-bottom: 15px;
}

.p-footer-nav__sns-list li {
  margin: 0 0 0 25px;
}

.p-footer-nav__sns-list li a {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-footer-nav__sns-list li a:hover {
  opacity: .7;
}

@media screen and (max-width: 1200px) {
  .p-footer-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  .p-footer-nav__list {
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .p-footer-nav__item {
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    margin: 0 1.5vw 20px;
  }
  .p-footer-nav__sns-list {
    font-size: 2rem;
  }
  .p-footer-nav__sns-list__item {
    margin: 0 0 0 2vw;
  }
  .p-footer-nav__sns-list__item:first-child {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  .p-footer-nav__sns-list {
    padding-top: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-nav__list {
    display: none;
  }
}

.p-footer-info {
  padding: 0 30px 55px;
}

.p-footer-info__list {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .p-footer-info__list {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-info__item.u-sp {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
  }
}

.p-footer-logo__link {
  display: inline-block;
  margin-bottom: 25px;
}

.p-footer-logo__img {
  width: 220px;
}

.p-footer-address {
  margin-bottom: 8px;
}

.p-footer-address__branch-name {
  margin-top: 30px;
  margin-bottom: 10px;
}

.p-footer-address__branch-name:first-child {
  margin-top: 0px;
}

.p-footer-address .gmap_link .fa-caret-right {
  padding: 0 5px 0 25px;
}

.p-footer-address .gmap_link a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-footer-logo__img {
    width: 150px;
  }

  .p-footer-address .gmap_link {
    display: block;
  }

  .p-footer-address .gmap_link .fa-caret-right {
    padding: 0 5px 0 0px;
  }
}

@media screen and (min-width: 770px) {
  .p-footer-address .gmap_link a:hover {
    text-decoration: none;
  }

}

.p-copyright {
  font-size: 1.2rem;
  color: #999999;
  text-align: right;
}

/* ----- HOME ----- */
/* ----- main visual ----- */
.p-mainvisual {
  height: auto;
  min-height: calc(100vh - 150px);
  overflow: hidden;
}

.p-mainvisual__kv {
  min-height: calc(100vh - 234px);
  height: calc(100vh - 234px);
}

@media screen and (max-width: 767px) {
  .p-mainvisual {
    min-height: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 360px) {
  .p-mainvisual {
    min-height: auto;
  }
}

.p-mainvisual__copy-area {
  position: absolute;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 95px;
  z-index: 50;
  left: 0;
  height: calc(100vh - 210px);
  -webkit-transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: top 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.p-mainvisual__copy-area__txt-main {
  position: absolute;
  top: 0;
  left: 151px;
  font-size: 5.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  height: 100%;
}

.p-mainvisual__copy-area__txt-sub {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  font-size: 2rem;
  width: 125px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1920px), screen and (max-height: 1080px) {
  .p-mainvisual__copy-area {
    top: 49px;
  }
  .p-mainvisual__copy-area__txt-main {
    position: absolute;
    top: 0;
    left: 161px;
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    height: 100%;
  }
  _:-ms-fullscreen, :root .p-mainvisual__copy-area__txt-main {
    left: 151px;
  }
  .p-mainvisual__copy-area__txt-sub {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    font-size: 2rem;
    width: 125px;
    text-indent: 2px;
  }
}

@media screen and (max-height: 760px) {
  .p-mainvisual__copy-area {
    top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .p-mainvisual__copy-area__txt-main {
    text-shadow: 0px 0px 7px rgba(255,255,255,1);
  }
}

@media screen and (max-width: 767px) {
  .p-mainvisual__copy-area {
    top: 50px;
  }
  .p-mainvisual__copy-area__txt-main {
    position: absolute;
    top: 0;
    left: 28vw;
    margin-left: -2.38rem;
    font-size: 2.5rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
    text-shadow: 1px 1px 0px #ffffff,
    -1px  1px 0px #ffffff,
     1px -1px 0px #ffffff,
    -1px -1px 0px #ffffff,
     1px  0px 0px #ffffff,
     0px  1px 0px #ffffff,
    -1px  0px 0px #ffffff,
     0px -1px 0px #ffffff;
  }
  _:-ms-fullscreen, :root .p-mainvisual__copy-area__txt-main {
    left: 26.1vw;
  }
  .p-mainvisual__copy-area__txt-sub {
    font-size: 1.5rem;
    width: 28vw;
    margin-left: -3.8rem;
    line-height: 1.5;
  }
  _:-ms-fullscreen, :root .p-mainvisual__copy-area__txt-sub {
    margin-left: -4.7rem;
  }
}

@media screen and (max-width: 360px) {
  .p-mainvisual__copy-area {
    height: calc(100vh - 200px);
  }
  .p-mainvisual__copy-area__txt-main {
    margin-left: -2.4rem;
  }
}

@media screen and (max-width: 320px) {
  .p-mainvisual__copy-area {
    top: 30px;
  }
  .p-mainvisual__copy-area__txt-main {
    margin-left: -1.95rem;
    font-size: 2.6rem;
  }
  .p-mainvisual__copy-area__txt-sub {
    font-size: 1.3rem;
  }
}

.p-mainvisual .p-picture {
  width: calc(100vw - 200px);
  height: calc(100vh - 134px);
  overflow: hidden;
  margin-left: 200px;
  position: relative;
  display: block;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.p-mainvisual .p-picture__img {
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

@media screen and (max-width: 1430px) {
  .p-mainvisual .p-picture {
    height: calc(100vh - 110px);
  }
}

@media screen and (max-width: 767px) {
  .p-mainvisual .p-picture__img {
    width: 72%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-mainvisual .p-picture {
    margin-left: 28%;
    width: 72%;
    height: calc(100vh  - 200px - env(safe-area-inset-bottom));
  }
}

@media screen and (max-width: 360px) {
  .p-mainvisual .p-picture {
    height: calc(100vh - 152px);
  }
}

.p-mainvisual .p-section {
  position: relative;
  overflow: hidden;
}

.p-mainvisual .p-section__mv-contact {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 160px;
  background: rgba(31, 82, 142, 0.7);
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  z-index: 2;
}

@media screen and (max-width: 1070px) {
  .p-mainvisual .p-section__mv-contact {
    right: -100%;
    opacity: 0;
  }
}

.p-mainvisual .p-section__mv-contact-ttl {
  width: 225px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: #1f528e;
}

.p-mainvisual .p-section__mv-contact__list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.p-mainvisual .p-section__mv-contact__list__item {
  width: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.p-mainvisual .p-section__mv-contact__list__item-ttl {
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.p-mainvisual .p-section__mv-contact__list__item .p-btn {
  position: relative;
  width: 290px;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1.1;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.p-mainvisual .p-section__mv-contact__list__item .p-btn:after {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 0.01%;
  background-color: rgba(255, 255, 255, 0.05);
  height: 100%;
  z-index: -1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (min-width: 770px) {
  .p-mainvisual .p-section__mv-contact__list__item .p-btn:hover:after {
    visibility: visible;
    left: 0.01%;
    width: 100%;
  }
}

.p-mainvisual .p-section__mv-contact__list__item .p-btn__text-main {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 8px;
}

.p-mainvisual .p-section__mv-contact__list__item .p-btn__text-sub {
  opacity: 0.8;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

_:-ms-fullscreen, :root .p-mainvisual .p-section__mv-contact__list__item .p-btn__text-sub {
  margin: 0.3em 0 -0.3em;
}

.p-top-content {
  background: #1f528e;
  min-height: 100%;
  max-width: 1600px;
}

.p-top-content-single:nth-child(odd):not(#section1) .p-section__inner-text {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.p-top-content-single:nth-child(odd):not(#section1) .p-section__inner-img {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.p-top-content-list {
  background: #ffffff;
}

.p-top-content .p-section__inner {
  min-height: 100%;
  display: -webkit-box;
  display: flex;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner {
    display: block;
  }
}

.p-top-content .p-section__inner-text {
  width: 50%;
  min-height: 100%;
  padding: 120px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1200px) {
  .p-top-content .p-section__inner-text {
    padding: 8.5vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner-text {
    padding: 40px 0px;
    width: 100%;
  }
}

.p-top-content .p-section__inner-text__ttl {
  text-align: center;
}

.p-top-content .p-section__inner-text__ttl .u-text {
  display: block;
}

.p-top-content .p-section__inner-text__ttl-main {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 45px;
  line-height: 1.2;
  width: 100%;
  white-space: nowrap;
}

.p-top-content .p-section__inner-text__ttl-sub {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  opacity: 0.7;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner-text__ttl-main {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
  }

  .p-top-content .p-section__inner-text__ttl-sub {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    opacity: 0.7;
    padding-bottom: 5px;
  }
}

.p-top-content .p-section__inner-text__lead {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.7;
  padding: 0 118px 57px;
}

@media screen and (max-width: 1200px) {
  .p-top-content .p-section__inner-text__lead {
    padding: 0 8.5vw 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner-text__lead {
    font-size: 1.25rem;
    padding: 0 25px 30px;
    line-height: 2.3;
  }
}

.p-top-content .p-section__inner-text .c-btn_area {
  text-align: right;
  padding: 0 118px;
}

@media screen and (max-width: 1200px) {
  .p-top-content .p-section__inner-text .c-btn_area {
    padding: 0 8.5vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner-text .c-btn_area {
    padding: 0 25px;
  }
}

.p-top-content .p-section__inner-text .c-btn_area .p-btn {
  width: 150px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

@media screen and (min-width: 770px) {
  .p-top-content .p-section__inner-text .c-btn_area .p-btn:hover .p-icon_link_arrow {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner-text .c-btn_area .p-btn {
    width: 125px;
    font-size: 1.3rem;
  }
}

.p-top-content .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow {
  height: 13px;
  width: 250px;
  margin-top: 3px;
  display: block;
  margin-left: 0px;
  -webkit-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow {
    width: 207px;
    height: 13px;
    margin-top: -2px;
  }
}

.p-top-content .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow-line_path,
.p-top-content .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow_path {
  fill: #ffffff;
}

.p-top-content .p-section__inner-img {
  width: 50%;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-top-content .p-section__inner-img {
    width: 100%;
  }
}

.p-top-content .p-section__img {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.p-top-content .p-section__img-pic {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

/* 投稿タイプ記事リスト */
.p-top-content-list .p-section__inner-text {
  color: #333333;
  width: 100%;
  padding-bottom: 80px;
}

.p-top-content-list .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow-line_path,
.p-top-content-list .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow_path {
  fill: #333333;
}

.p-top-content-list .p-section__inner-text__lead {
  padding: 0 30px 57px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.p-top-content-list .p-article-post-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-top-content-list .p-article-post {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(50% - 20px);
}

.p-top-content-list .p-article-post:nth-child(even) {
  margin-right: 0;
}


@media screen and (max-width: 1024px) {
  
  .p-top-content-list .p-article-post {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .p-top-content-list .p-section__inner-text {
    padding-bottom: 60px;
  }
  
  .p-top-content-list .p-article-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 25px;
  }
  
  .p-top-content-list .p-article-post {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.p-top-content-list .p-article-post__link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.p-top-content-list .p-article-post__link:hover {
  opacity: .7;
}


.p-top-content-list .p-article-post__thumb {
  background: #1f528e;
  position: relative;
  padding-bottom: 25.4vw;
}

@media screen and (min-width: 1260px) {
  .p-top-content-list .p-article-post__thumb {
    padding-bottom: 320px;
  }
}

.p-top-content-list .p-article-post__thumb .c-article-post__thumb-img {
  opacity: .3;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-top-content-list .p-article-post__container {
  position: relative;
  overflow: hidden;
  max-height: 326px;
}

.p-top-content-list .p-article-post__container:after {
  position: absolute;
  right: 0;
  bottom: -32px;
  font-family: 'Barlow Condensed', serif;
  font-size: 237px;
  font-size: 23.7rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(197, 211, 228, 0.2);
  content: attr(data-index);
  opacity: 1;
  transition: opacity 0.2s;
}

.p-top-content-list .p-article-post__container .c-article-post__ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.p-top-content-list .p-article-post__container .c-article-post__ttl .c-article-post__ttl-sub {
  display: block;
  margin-bottom: 15px;
  letter-spacing: .1em;
}

.p-top-content-list .p-article-post__container .c-article-post__ttl .c-article-post__ttlttl-main {
  display: block;
  font-size: 3.3rem;
  letter-spacing: .3em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-top-content-list .p-article-post__container .c-article-post__ttl .c-article-post__ttl-sub {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1;
  }
  
  .p-top-content-list .p-article-post__container .c-article-post__ttl .c-article-post__ttlttl-main {
    font-size: 1.5rem;
    line-height: 1;
  }

  .p-top-content-list .p-article-post__container:after {
    font-size: 110px;
    font-size: 11rem;
    right: 7px;
    bottom: -14px;
  }

  .p-top-content-list .p-article-post__thumb {
    padding-bottom: 46.8vw;
  }
}


.p-top-subnavi {
  background: #faf7ee;
  padding-top: 45px;
}

/* ----- .p-top-blog ----- */
.p-top-blog {
  max-width: 1600px;
}

.p-top-blog .p-section {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-top-blog .p-section {
    padding: 0 25px;
  }

  .p-top-subnavi {
    padding-top: 0px;
  }
}

.p-top-blog .p-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-top-blog .p-section__inner {
    padding: 60px 0;
  }
}

.p-top-blog .p-section__inner-text {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.p-top-blog .p-section__inner-text__ttl {
  text-align: center;
}

.p-top-blog .p-section__inner-text__ttl .u-text {
  display: block;
}

.p-top-blog .p-section__inner-text__ttl-main {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  padding-bottom: 55px;
}

.p-top-blog .p-section__inner-text__ttl-sub {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  opacity: 0.7;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-top-blog .p-section__inner-text__ttl-main {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
  }
  .p-top-blog .p-section__inner-text__ttl-sub {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    opacity: 0.7;
    padding-bottom: 15px;
  }
}

.p-top-blog .p-section__inner .c-btn_area {
  text-align: right;
}

.p-top-blog .p-section__inner .c-btn_area .p-btn {
  width: 150px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #1f528e;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-top-blog .p-section__inner .c-btn_area .p-btn {
    width: 125px;
    font-size: 1.3rem;
  }
}

.p-top-blog .p-section__inner .c-btn_area .p-btn .p-icon_link_arrow {
  height: 13px;
  width: 250px;
  margin-top: 0;
  display: block;
  margin-left: 0px;
  -webkit-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
}

@media screen and (max-width: 767px) {
  .p-top-blog .p-section__inner .c-btn_area .p-btn .p-icon_link_arrow {
    width: 207px;
    height: 13px;
    margin-top: -2px;
  }
}

@media screen and (min-width: 770px) {
  .p-top-blog .p-section__inner .c-btn_area .p-btn:hover .p-icon_link_arrow {
    margin-left: 10px;
  }
}

.p-top-blog .p-section__inner .c-btn_area .p-btn .p-icon_link_arrow-line_path,
.p-top-blog .p-section__inner .c-btn_area .p-btn .p-icon_link_arrow_path {
  fill: #1f528e;
}

.p-articles {
  text-align: center;
  display: block;
  font-size: 0;
}

@media screen and (max-width: 1260px) {
  .p-articles {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-articles {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.p-articles__no-article {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
}

.p-articles .p-article-post {
  display: inline-block;
  text-align: left;
  width: 270px;
  margin-bottom: 65px;
  margin-right: 30px;
}

.p-articles .p-article-post:nth-child(4n) {
  margin-right: 0;
}

.p-articles .p-article-post:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1260px) {
  .p-articles .p-article-post {
    width: 49%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post {
    width: 100%;
    margin-bottom: 0;
    padding: 17.5px 0 2px;
    border-top: 1px dotted #999999;
  }
  .p-articles .p-article-post:last-child {
    border-bottom: 1px dotted #999999;
  }
}

.p-articles .p-article-post__link {
  display: -webkit-box;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__link {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-articles .p-article-post__link:hover {
    opacity: 0.7;
  }
}

.p-articles .p-article-post__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  flex-basis: auto;
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.p-articles .p-article-post__thumb {
  width: 100%;
  height: 152px;
  overflow: hidden;
  margin-bottom: 16px;
}

@media screen and (max-width: 1260px) {
  .p-articles .p-article-post__thumb {
    height: calc(49vw * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__thumb {
    margin-right: 15px;
    width: 25vw;
    height: calc(25vw * 0.7);
  }
}

.p-articles .p-article-post__thumb .c-article-post__thumb-img {
  object-fit: contain;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__desc {
    width: 54.7vw;
  }
}

.p-articles .p-article-post__info {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__info {
    margin-bottom: 7px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-articles .p-article-post__cat {
  padding: 5px 12px;
  background: #1f528e;
  color: #ffffff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: 'Barlow Condensed', "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.p-articles .p-article-post__child-cat {
  color: #1f528e;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-left: 15px;
  padding-left: 16px;
  position: relative;
  font-family: 'Barlow Condensed', "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

_:-ms-fullscreen, :root .p-articles .p-article-post__child-cat {
  padding-top: 6px;
}

.p-articles .p-article-post__child-cat::after {
  content: "";
  display: block;
  height: 0;
  top: 50%;
  left: 0;
  width: 9px;
  position: absolute;
  border-top: 1px solid #1f528e;
}

_:-ms-fullscreen, :root .p-articles .p-article-post__cat {
  padding: 7px 12px 2px;
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__cat {
    padding: 4px 8px;
    font-size: 1.1rem;
  }

  .p-articles .p-article-post__child-cat {
    margin-left: 0;
    margin-top: 5px;
  }
}

.p-articles .p-article-post__ttl-txt {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__ttl-txt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.p-articles .p-article-post__date {
  font-size: 1.4rem;
  color: #aaaaaa;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-articles .p-article-post__date {
    font-size: 1.1rem;
  }
}

/* ----- .p-page ----- */
.p-page-headline {
  width: 100%;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-page-headline {
    padding-bottom: 36px;
  }
}

.p-page-headline .c-content {
  height: 180px;
  position: relative;
  padding: 0;
  overflow: visible;
  margin-bottom: 30px;
}

.p-page-headline .c-content.js-active .c-content__inner__copy-area {
  background-color: #1f528e;
}

.p-page-headline .c-content.js-active .c-content__inner__copy-area span:first-child {
  opacity: 0.7;
}

.p-page-headline .c-content.js-active .c-content__inner__copy-area span:last-child {
  opacity: 1;
}

.p-page-headline .c-content:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .p-page-headline .c-content {
    height: 80px;
  }
}

.p-page-headline .c-content__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.p-page-headline .c-content__inner__copy-area {
  background-color: #1f528e;
  min-width: 375px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 60px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (max-width: 767px) {
  .p-page-headline .c-content__inner__copy-area {
    top: 35px;
    height: 90px;
    width: 210px;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.p-page-headline .c-content__inner__text__ttl {
  padding: 55px 60px 0 60px;
  color: #ffffff;
  line-height: 1;
}

.p-page-headline .c-content__inner__text__ttl span {
  display: block;
}

.p-page-headline .c-content__inner__text__ttl-sub {
  font-size: 1.8rem;
  opacity: 1;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}

.p-page-headline .c-content__inner__text__ttl-main {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-page-headline .c-content__inner__text__ttl {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 10px;
  }
  .p-page-headline .c-content__inner__text__ttl-sub {
    font-size: 1.3rem;
    opacity: 0.2;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
  }
  .p-page-headline .c-content__inner__text__ttl-main {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}

/*** breadcrumbs ***/
.c-breadlist-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .c-breadlist-container {
    padding: 0 25px;
  }
}

.c-breadlist {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.c-breadlist-item {
  font-size: 1.2rem;
  color: #999999;
  letter-spacing: 0.05em;
  position: relative;
  padding-right: 18px;
}

.c-breadlist-item:after {
  content: ">";
  position: absolute;
  top: -1px;
  right: 4px;
}

.c-breadlist-item:last-child {
  padding-right: 0px;
}

.c-breadlist-item:last-child:after {
  content: "";
}

.c-breadlist-link.-current {
  pointer-events: none;
}

/* ----- .p-about ----- */
.p-about-concept-number {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0px auto 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  color: #1f528e;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-about-concept-number {
    margin: 0px auto 20px;
  }
}

.p-about-concept-number .unit {
  font-size: 1.2rem;
}

.p-about-concept-number .number {
  margin: 0;
  font-size: 3.2rem;
}

.p-about-concept-number .number_circle {
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-about-concept-number .number_circle_path {
  stroke: #1f528e;
  stroke-width: 1px;
  fill: transparent;
}

.p-about .c-section__wrapper {
  margin-bottom: 80px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .p-about .c-section__wrapper {
    margin-top: 18px;
  }
  .p-about .c-section__wrapper.p-about-members {
    margin-bottom: 0px;
  }
  .p-about .c-section__wrapper.p-about-outline {
    margin-bottom: 60px;
  }
}

.p-about-concept .c-section {
  min-height: 100%;
  margin-bottom: 80px;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  .p-about-concept .c-section {
    margin-bottom: 40px;
  }
}

.p-about-concept .c-section__inner {
  min-height: 100%;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-about-concept .c-section__inner {
    padding: 0 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.p-about-concept .c-section__inner-text {
  width: 50%;
  min-height: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

.p-about-concept .c-section__inner-text:after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  box-shadow: 0px 120px 60px -124px rgba(0, 0, 0, 0.14);
  z-index: -1;
}

.p-about-concept .c-section:nth-child(even) .c-section__inner-text {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

@media screen and (max-width: 1200px) {
  .p-about-concept .c-section__inner-text {
    padding: 8.5vw 0;
  }
}

@media screen and (max-width: 767px) {
  .p-about-concept .c-section__inner-text {
    padding: 25px 0px 50px;
    width: 100%;
  }
  .p-about-concept .c-section:nth-child(odd) .c-section__inner-text {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .p-about-concept .c-section__inner-text:after {
    box-shadow: 0px 60px 60px -60px rgba(0, 0, 0, 0.14);
  }
}

.p-about-concept .c-section__inner-text__ttl {
  text-align: center;
}

.p-about-concept .c-section__inner-text__ttl .u-text {
  display: block;
}

.p-about-concept .c-section__inner-text__ttl-main {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  padding-bottom: 45px;
  line-height: 1.7;
  width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-about-concept .c-section__inner-text__ttl-main {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
  }
  .p-about-concept .c-section__inner-text__ttl-sub {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    opacity: 0.2;
    padding-bottom: 15px;
  }
}

.p-about-concept .c-section__inner-text__lead {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  padding: 0 95px 57px;
}

@media screen and (max-width: 1200px) {
  .p-about-concept .c-section__inner-text__lead {
    padding: 0 8.5vw 4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about-concept .c-section__inner-text__lead {
    font-size: 1.25rem;
    padding: 0 0px;
  }
}

.p-about-concept .c-section__inner-img {
  width: 50%;
  display: -webkit-box;
  display: flex;
}

.p-about-concept .c-section:nth-child(even) .c-section__inner-img {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

@media screen and (max-width: 767px) {
  .p-about-concept .c-section__inner-img {
    width: 100%;
  }
}

.p-about-concept .c-section__img {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.p-about-concept .c-section__img-pic {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.p-about-members {
  padding: 110px 30px;
}

@media screen and (max-width: 767px) {
  .p-about-members {
    padding: 50px 20px;
  }
}

.p-about-members .c-section {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 9px;
}

.p-about-members .c-section__inner {
  background: #ffffff;
}

.p-about-members .c-section-ttl {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding: 110px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-about-members .c-section-ttl {
    font-size: 2rem;
    padding: 40px 0 20px;
  }
}

.p-about-members .c-section__list {
  padding: 0px 90px 110px;
}

.p-about-members .c-section__list__item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-about-members .c-section__list__item:last-child {
  margin-bottom: 0px;
}

.p-about-members .c-section__list__item__img {
  flex-basis: 40%;
}

.p-about-members .c-section__list__item-text {
  flex-basis: 50%;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  padding-bottom: 3em;
  position: relative;
  text-align: left;
  text-justify: inter-ideograph;
}

.p-about-members .c-section__list__item-text::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: -10px;
}

.p-about-members .c-section__list__item-text-name {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
}

.p-about-members .c-section__list__item-text-name-title {
  font-size: 1.6rem;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .p-about-members .c-section__list {
    padding: 0px 25px 50px;
  }
  .p-about-members .c-section__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .p-about-members .c-section__list__item-text {
    padding-bottom: 40px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .p-about-members .c-section__list__item-text-name {
    font-size: 1.6rem;
  }
  .p-about-members .c-section__list__item-text-name-title {
    font-size: 1.2rem;
    padding-right: 18px;
  }
  .p-about-members .c-section__list__item__img {
    padding-bottom: 30px;
  }
}

.p-about-outline .c-section__inner {
  padding: 50px 100px 140px;
}

.p-about-outline .c-section-ttl {
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 60px;
}

.p-about-outline .c-section__list__item {
  border-bottom: 1px solid #eaeaea;
  padding: 35px 40px;
}

.p-about-outline .c-section__list__item-dl {
  display: -webkit-box;
  display: flex;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-about-outline .c-section__list__item-dt {
  flex-basis: 32%;
}

.p-about-outline .c-section__list__item-dd {
  flex-basis: 68%;
}

.p-about-outline .c-section__list__item:first-child {
  border-top: 1px solid #eaeaea;
}

@media screen and (max-width: 1024px) {
  .p-about-outline .c-section__inner {
    padding: 50px 100px 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-outline .c-section__inner {
    padding: 60px 25px;
  }
  .p-about-outline .c-section-ttl {
    font-size: 2rem;
    padding-bottom: 30px;
    text-align: center;
  }
  .p-about-outline .c-section__list__item {
    padding: 20px 10px;
  }
  .p-about-outline .c-section__list__item-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .p-about-outline .c-section__list__item-dt {
    padding-bottom: 15px;
  }

  .p-about-outline .c-section__list__item-dd {
    font-size: 1.3rem;
  }
}

/* ----- .p-flow ----- */
.p-flow-outline {
  padding: 80px 30px 120px;
}
@media screen and (max-width: 1024px) {
  .p-flow-outline {
    padding: 80px 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow-outline {
    padding: 18px 25px 30px;
  }
}

.p-flow-outline .c-section__inner {
  position: relative;
}

.p-flow-outline .c-section__list {
  max-width: 1200px;
  margin: 0 auto;
}

.p-flow-outline .c-section__list.u-layout {
  position: relative;
}

.p-flow-outline .c-section__list__item {
  padding: 60px 55px 60px 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
}

.p-flow-outline .c-section__list__item:last-child {
  margin-bottom: 0;
}

.p-flow-outline .c-section__list__item__img {
  width: 260px;
  height: 195px;
  position: relative;
  margin-right: 50px;
}

.p-flow-outline .c-section__list__item__img-pic {
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.p-flow-outline .c-section__list__item-dl {
  -webkit-box-flex: 1;
          flex: 1;
}

.p-flow-outline .c-section__list__item-dt {
  font-size: 2.8rem;
  line-height: 1.3;
  padding-bottom: 25px;
  height: 75px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-flow-outline .c-section__list__item-dt__text {
  -webkit-box-flex: 1;
          flex: 1;
}

.p-flow-outline .c-section__list__item-dt__text .u-text {
  font-size: 80%;
}

.p-flow-outline .c-section__list__item-dt:before {
  content: attr(data-num);
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1f528e;
  font-weight: bold;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 2em;
  text-align: center;
  vertical-align: middle;
  margin-right: 25px;
  letter-spacing: 0.05em;
}

.p-flow-outline .c-section__list__item-dd {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
}

.p-flow-outline .c-section__list__item-dd-ext {
  margin-top: 0.5em;
  height: auto;
  overflow: visible;
  position: relative;
}

.p-flow-outline .c-section__list__item-dd-ext__inner {
  overflow: hidden;
  display: none;
  padding-bottom: 1.5em;
}

.p-flow-outline .c-section__list__item-dd-ext-btn {
  margin-top: .5em;
  padding: 5px 8px;
  font-size: 1.5rem;
  background: #eaeaea;
}

.p-flow-outline .c-section__list__item-dd-ext-btn .fa-caret-down,
.p-flow-outline .c-section__list__item-dd-ext-btn .fa-caret-up {
  padding: 0 6px;
}

@media screen and (max-width: 767px) {
  .p-flow-outline .c-section__list .c-flow-line {
    display: none;
  }
  .p-flow-outline .c-section__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 30px;
    margin-bottom: 25px;
    background-color: #f8f8f8;
  }
  .p-flow-outline .c-section__list__item__img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .p-flow-outline .c-section__list__item-dt {
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 1.8rem;
  }
  .p-flow-outline .c-section__list__item-dt__text {
    -webkit-box-flex: 0;
            flex: none;
  }
  .p-flow-outline .c-section__list__item-dt:before {
    width: 30px;
    height: 30px;
    background: #1f528e;
    font-weight: bold;
    color: #ffffff;
    font-size: 2.0rem;
    line-height: 1.4em;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
  }
  .p-flow-outline .c-section__list__item-dt .u-text {
    font-size: 80%;
    display: block;
  }
  .p-flow-outline .c-section__list__item-dd {
    font-size: 1.3rem;
  }
  .p-flow-outline .c-section__list__item-dd-ext-btn {
    display: block;
    bottom: -2.5em;
    letter-spacing: 0em;
    z-index: 10;
  }
}

.p-flow-outline .c-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-flow-outline .c-layer-item {
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .p-flow-outline .c-layer-item {
    background-color: none;
  }
}

.p-flow-outline .c-flow-line {
  position: absolute;
  width: 15px;
  left: 180px;
  top: 150px;
  height: 100%;
}

.p-flow-outline .c-flow-line__inner {
  height: 100%;
  width: 15px;
  background: url(../img/flow/line.png) top;
}

.p-flow .c-section__list__item .p-btn {
  width: 260px;
  display: inline-block;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  margin-top: 1.5em;
  color: #1f528e;
  line-height: 1;
}

.p-flow .c-section__list__item .p-btn .p-icon_link_arrow {
  height: 13px;
  width: 260px;
  margin-top: 0;
  display: block;
  margin-left: 0px;
  -webkit-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
  fill: #1f528e;
}

@media screen and (min-width: 770px) {
  .p-flow .c-section__list__item .p-btn:hover .p-icon_link_arrow {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-flow .c-section__list__item .p-btn {
    width: 190px;
    font-size: 1.3rem;
  }

  .p-flow .c-section__list__item .p-btn .p-icon_link_arrow {
    width: 190px;
  }
}

.p-flow .c-section__list__item .p-btn .p-btn-txt {
  position: relative;
  font-size: 1.6rem;
}

.p-flow .c-section__list__item .p-btn .p-icon_link_arrow_short {
  width: 55px;
  position: absolute;
  top: calc(50% - 3px);
  right: -70px;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
  fill: #ffffff;
  display: none;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .p-flow .c-section__list__item .p-btn .p-icon_link_arrow_short { 
    top: 0;
  } /* IE11 */
}

.p-flow .c-section__list__item .p-btn:hover .p-icon_link_arrow_short {
  right: -80px;
}

@media screen and (max-width: 767px) {
  .p-flow .c-section__list__item .p-btn .p-btn-txt {
    font-size: 1.2rem;
  }

  .p-flow .c-section__list__item .p-btn .p-icon_link_arrow_short {
    width: 40px;
    top: calc(50% - 2px);
    right: -50px;
  }
}

@media screen and (max-width: 414px) {
  .p-flow .c-section__list__item .p-btn .p-icon_link_arrow_short {
    display: none;
  }
}




/* ----- .p-support ----- */
.p-support .c-section {
  max-width: 1560px;
  padding: 0 30px;
}

.p-support .c-section__list {
  padding: 80px 0 45px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-support .c-section__list__item {
  width: calc(33.333% - 1px);
  margin-right: 1px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 75px;
}

.p-support .c-section__list__item:nth-child(3n) {
  margin-right: 0px;
}

.p-support .c-section__list__item-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (min-width: 768px) {
  .p-support .c-section__list__item-link:hover {
    opacity: 0.7;
  }
}

.p-support .c-section__list__item__img {
  margin-bottom: 40px;
  height: 445px;
  overflow: hidden;
}

.p-support .c-section__list__item__img-pic {
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.p-support .c-section__list__item-dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.p-support .c-section__list__item-dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  font-size: 3rem;
  height: 70px;
  line-height: 1.5;
}

.p-support .c-section__list__item-dt .fas {
  margin-right: 15px;
}

.p-support .c-section__list__item-dd {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  line-height: 2.1;
  height: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
}

.p-support .c-section__list__item-dd-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.p-support .c-section__list__item-dd-price {
  text-align: center;
}

.p-support .c-section__list__item-dd-price__text {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1;
  position: relative;
  padding-left: 62px;
}

.p-support .c-section__list__item-dd-price__text:before {
  content: attr(data-tax);
  padding: 6px 10px;
  font-size: 1.3rem;
  position: absolute;
  display: block;
  background: #333333;
  color: #ffffff;
  line-height: 1;
  top: 0.8em;
  left: 0;
}

_:-ms-fullscreen, :root .p-support .c-section__list__item-dd-price__text:before {
  top: 0.2em;
  padding: 7px 10px 3px;
}

.p-support .c-section__list__item-dd-price__text.notax {
  font-size: 2.4rem;
  padding-left: 0;
}

.p-support .c-section__list__item-dd-price__text.notax:before {
  display: none;
}

.p-support .c-section__list__item-dd-price__text .u-text {
  font-size: 1.5rem;
}

@media screen and (max-width: 1560px) {
  .p-support .c-section__list__item__img {
    margin-bottom: 40px;
  }
  .p-support .c-section__list__item-dt {
    font-size: 2vw;
    height: 4.8vw;
  }
  .p-support .c-section__list__item-dt .fas {
    margin-right: 1vw;
  }
  .p-support .c-section__list__item-dd {
    padding: 0 2.4vw;
    line-height: 2.1;
  }
  .p-support .c-section__list__item-dd-text {
    font-size: 1.4rem;
  }
  .p-support .c-section__list__item-dd-price {
    text-align: center;
  }
  .p-support .c-section__list__item-dd-price__text {
    font-size: 2.4vw;
    padding-left: 3.9vw;
  }
  .p-support .c-section__list__item-dd-price__text:before {
    padding: 0.3vw 0.6vw;
    font-size: 0.9vw;
  }
}

@media screen and (max-width: 1024px) {
  .p-support .c-section__list__item {
    width: calc(50% - 1px);
    margin-bottom: 50px;
  }
  .p-support .c-section__list__item:nth-child(3n) {
    margin-right: 1px;
  }
  .p-support .c-section__list__item:nth-child(2n) {
    margin-right: 0px;
  }
  .p-support .c-section__list__item__img {
    margin-bottom: 40px;
  }
  .p-support .c-section__list__item-dt {
    font-size: 3rem;
    height: 70px;
  }
  .p-support .c-section__list__item-dt .fas {
    margin-right: 1vw;
  }
  .p-support .c-section__list__item-dd {
    padding: 0 2.4vw;
    line-height: 2.1;
  }
  .p-support .c-section__list__item-dd-text {
    font-size: 1.4rem;
  }
  .p-support .c-section__list__item-dd-price__text {
    font-size: 3rem;
    padding-left: 50px;
  }
  .p-support .c-section__list__item-dd-price__text:before {
    padding: 6px 11px;
    font-size: 1.05rem;
  }
  .p-support .c-section__list__item-dd-price__text .u-text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-support .c-section {
    padding: 0 25px;
  }
  .p-support .c-section__list {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .p-support .c-section__list__item {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }
  .p-support .c-section__list__item:nth-child(3n) {
    margin-right: 0px;
  }
  .p-support .c-section__list__item:nth-child(2n) {
    margin-right: 0px;
  }
  .p-support .c-section__list__item-link {
    display: block;
  }
  .p-support .c-section__list__item__img {
    margin-bottom: 40px;
    height: 185px;
  }
  .p-support .c-section__list__item-dt {
    display: block;
    font-size: 2.6rem;
    height: auto;
  }
  .p-support .c-section__list__item-dt__text {
    text-align: center;
    display: block;
    line-height: 1.2;
  }
  .p-support .c-section__list__item-dt .fas {
    margin-right: 10px;
  }
  .p-support .c-section__list__item-dd {
    padding: 0 2.4vw;
    line-height: 2.1;
    display: block;
    text-align: center;
  }
  .p-support .c-section__list__item-dd-text {
    font-size: 1.4rem;
    margin-bottom: 30px;
    display: block;
    text-align: left;
  }
  .p-support .c-section__list__item-dd-price__text {
    font-size: 3rem;
    padding-left: 53px;
  }
  .p-support .c-section__list__item-dd-price__text:before {
    padding: 6px 11px;
    font-size: 1.05rem;
  }
  .p-support .c-section__list__item-dd-price__text .u-text {
    font-size: 1.5rem;
  }
}

.p-support .c-page-navi {
  padding: 0 30px 45px;
}

/* ----- .p-support-single ----- */
.p-support-single {
  overflow: hidden;
}
/*
.p-support-single .p-page-headline {
  width: 100%;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-support-single .p-page-headline {
    height: 80px;
  }
}

.p-support-single .p-page-headline .c-content {
  height: 180px;
  position: relative;
  padding: 0;
  overflow: visible;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-support-single .p-page-headline .c-content {
    height: 80px;
  }
}

.p-support-single .p-page-headline .c-content__inner {
  height: 100%;
}

.p-support-single .p-page-headline .c-content__inner:before, .p-support-single .p-page-headline .c-content__inner:after {
  content: "";
  display: block;
  height: 130%;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
}

.p-support-single .p-page-headline .c-content__inner:before {
  left: -100%;
}

.p-support-single .p-page-headline .c-content__inner:after {
  right: -100%;
}

.p-support-single .p-page-headline .c-content__inner__copy-area {
  background-color: #1f528e;
  width: 500px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 180px;
  right: 0;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-support-single .p-page-headline .c-content__inner__copy-area {
    width: 215px;
    height: auto;
    padding: 20px 15px;
    top: 35px;
  }
}

.p-support-single .p-page-headline .c-content__inner__text__ttl {
  padding: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-support-single .p-page-headline .c-content__inner__text__ttl-main {
    line-height: 1.4;
  }
}*/

.p-support-single .c-single-content {
  margin-top: 70px;
}

.p-support-single .c-single-content + .c-single-content {
  margin-top: 100px;
}

.p-support-single .c-single-content .c-content__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-support-single .contents01,
.p-support-single .contents03 {
  padding: 0 25px;
}

.p-support-single .contents02 .c-content__inner {
  max-width: 770px;
}


@media screen and (max-width: 1024px) {
  .p-support-single .c-single-content {
    margin-top: 50px;
  }
  
  .p-support-single .c-single-content + .c-single-content {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-support-single .c-single-content {
    margin-top: 18px;
    overflow: hidden;
  }

  .p-support-single .c-single-content + .c-single-content {
    margin-top: 40px;
  }
}

.p-support-single .contents01 .c-content__inner,
.p-support-single .contents03 .c-content__inner  {
  display: flex;
}

.p-support-single .c-single-content__box--desc {
  letter-spacing: 0.05em;
}

.p-support-single .contents01 .c-content__inner .c-content__img {
  margin-right: 50px;
  width: 100%;
  max-width: 500px;
}

.p-support-single .contents03 .c-content__inner .c-content__img {
  width: 100%;
  max-width: 500px;
  margin-right: 40px;
}

.p-support-single .contents01 .c-content__inner .c-single-content__box--desc,
.p-support-single .contents03 .c-content__inner .c-single-content__box--desc {
  flex: 1;
}

.p-support-single .c-single-content__box--desc-ttl-sub {
  font-size: 1.5rem;
  padding: 10px 0;
  line-height: 1.1;
  letter-spacing: .1em;
  color: #1f528e;
  display: block;
}

.p-support-single .c-single-content__box--desc-ttl {
  font-size: 3.5rem;
  padding-bottom: 20px;
  line-height: 1.1;
  letter-spacing: .05em;
  color: #1f528e;
  display: block;
}

.p-support-single .c-single-content__box--desc-txt {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: .02em;
}

@media screen and (max-width: 1024px) {
  .p-support-single .contents01 .c-content__inner,
  .p-support-single .contents03 .c-content__inner  {
    flex-direction: column;
    align-items: center;
  }

  .p-support-single .contents01 .c-content__inner .c-content__img,
  .p-support-single .contents03 .c-content__inner .c-content__img {
    margin-right: 0;
  }

  .p-support-single .c-single-content__box--desc-ttl {
    text-align: center;
  }

  .p-support-single .c-single-content__box--desc-ttl-sub {
    padding: 30px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-support-single .c-single-content__box--desc-ttl {
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 25px;
    line-height: 1.5;
  }
  .p-support-single .c-single-content__box--desc-txt {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-support-single .contents02 {
  padding: 0 25px;
}

.p-support-single .contents02 .c-single-content__box--desc-ttl {
  font-size: 3rem;
  padding-bottom: 25px;
  line-height: 1.1;
  letter-spacing: .1em;
  text-align: center;
}

.p-support-single .contents02 .c-single-content__box--desc-list__item {
  position: relative;
  padding: 35px 0 35px 75px;
  border-bottom: 1px solid #c5d3e4;
}

.p-support-single .contents02 .p-icon_link_checkbox {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 35px;
  left: 0;
}

.p-support-single .contents02 .p-icon_link_checkbox_box {
  stroke: #bbcbdd;
}

.p-support-single .contents02 .p-icon_link_checkbox_check {
  fill: #1f528e;
}

.p-support-single .contents02 .c-single-content__box--desc-list__item-text {
  min-height: 2.5em;
  padding: 8px 0;
}

.p-support-single .contents03 .c-single-content__box--desc-ttl {
  font-size: 3rem;
  padding-bottom: 65px;
  line-height: 1.1;
  letter-spacing: .1em;
  text-align: center;
}

.p-support-single .contents03 .c-single-content__box--desc-list__item {
  display: flex;
  flex-wrap: wrap;
}

.p-support-single .contents03 .c-single-content__box--desc-list__item + .c-single-content__box--desc-list__item {
  margin-top: 65px;
}

.p-support-single .contents03 .c-single-content__box--desc-list__item .c-single-content__box--desc {
  padding-bottom: 35px;
}

.p-support-single .contents03 .c-single-content__box--desc-list__item .c-single-content__box--desc-ttl-sub {
  font-size: 2.3rem;
  line-height: 1.1;
  letter-spacing: .02em;
  padding: 15px 0;
  color: #000000;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .p-support-single .contents03 .c-single-content__box--desc-list__item {
    flex-direction: column;
    align-items: center;
  }

  .p-support-single .contents03 .c-single-content__box--desc-list__item .c-single-content__box--desc-ttl-sub {
    padding: 30px 0 15px;
  }

  .p-support-single .contents03 .c-single-content__box--desc-list__item .c-single-content__box--desc {
    padding-bottom: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .p-support-single .contents02 .c-single-content__box--desc-ttl,
  .p-support-single .contents03 .c-single-content__box--desc-ttl {
    font-size: 1.8rem;
    line-height: 1.8em;
    padding-bottom: 0;
  }

  .p-support-single .contents02 .c-single-content__box--desc-list__item {
    padding: 20px 0 20px 35px;
  }

  .p-support-single .contents02 .p-icon_link_checkbox {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    left: 0;
  }

  .p-support-single .contents03 .c-single-content__box--desc-ttl {
    padding-bottom: 20px;
  }

  .p-support-single .contents03 .c-single-content__box--desc-list__item + .c-single-content__box--desc-list__item {
    margin-top: 30px;
  }
  
  .p-support-single .contents03 .c-single-content__box--desc-list__item .c-single-content__box--desc-ttl-sub {
    font-size: 1.4rem;
  }

  .p-support-single .contents03 .c-single-content__box--desc-list__item .c-single-content__box--desc {
    padding-bottom: 1.5em;
  }
}

.p-support-single .contents-link .c-btn_area .p-btn {
  margin: 20px auto 0;
  width: 100%;
  max-width: 360px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f528e;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-support-single .contents-link .c-btn_area .p-btn:hover {
  opacity: .7;
}

.p-support-single .contents-link .c-btn_area .p-btn .p-btn-txt {
  color: #ffffff;
  position: relative;
  font-size: 1.6rem;
}

.p-support-single .contents-link .c-btn_area .p-btn .p-icon_link_arrow_short {
  width: 55px;
  position: absolute;
  top: calc(50% - 3px);
  right: -70px;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .p-support-single .contents-link .c-btn_area .p-btn .p-icon_link_arrow_short { 
    top: 0;
  } /* IE11 */
}

.p-support-single .contents-link .c-btn_area .p-btn:hover .p-icon_link_arrow_short {
  right: -80px;
}

.p-support-single .contents-link .c-btn_area .p-btn .p-icon_link_arrow-line_path,
.p-support-single .contents-link .c-btn_area .p-btn .p-icon_link_arrow_path {
  fill: #ffffff;
}

.p-support-single .p-section__inner-text {
  color: #333333;
  width: 100%;
  padding-bottom: 80px;
}

.p-support-single .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow-line_path,
.p-support-single .p-section__inner-text .c-btn_area .p-btn .p-icon_link_arrow_path {
  fill: #333333;
}

.p-support-single .p-section__inner-text__lead {
  padding: 0 30px 57px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-support-single .contents-link .c-btn_area {
    padding: 0 20px;
  }

  .p-support-single .contents-link .c-btn_area .p-btn .p-btn-txt {
    font-size: 1.2rem;
  }

  .p-support-single .contents-link .c-btn_area .p-btn .p-icon_link_arrow_short {
    width: 40px;
    top: calc(50% - 2px);
  }
}

/*その他の記事リスト*/
.p-support-single .p-article-post-list {
  width: 100%;
  max-width: 1000px;
  margin: 120px auto 0; 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-support-single .p-article-post {
  margin-right: 30px;
  width: calc(25% - 23px);
  margin-bottom: 30px;
}

.p-support-single .-col3 .p-article-post {
  margin-right: 30px;
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
}

.p-support-single .p-article-post:nth-child(4n),
.p-support-single .p-article-post:last-child {
  margin-right: 0;
}

.p-support-single .-col3 .p-article-post:nth-child(4n) {
  margin-right: 30px;
}

.p-support-single .-col3 .p-article-post:nth-child(3n) {
  margin-right: 0;
}

.p-support-single .p-article-post-list + .c-page-navi {
  margin-top: -30px;
}

@media screen and (max-width: 1024px) {
  
  .p-support-single .p-article-post,
  .p-support-single .-col3 .p-article-post {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }

  .p-support-single .-col3 .p-article-post:nth-child(4n) {
    margin-right: 0;
  }
  
  .p-support-single .-col3 .p-article-post:nth-child(3n) {
    margin-right: 20px;
  }

  .p-support-single .p-article-post:nth-child(2n),
  .p-support-single .-col3 .p-article-post:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-support-single .p-section__inner-text {
    padding-bottom: 60px;
  }

  .p-support-single .p-article-post-list + .c-page-navi {
    margin-top: 0;
  }
  
  .p-support-single .-col3 .p-article-post:nth-child(3n) {
    margin-right: 0;
  }
}

.p-support-single .p-article-post__link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}

.p-support-single .p-article-post__link:hover {
  opacity: .7;
}


.p-support-single .p-article-post__thumb {
  background: #1f528e;
  position: relative;
  padding-bottom: 10.5vw;
}

@media screen and (min-width: 1260px) {
  .p-support-single .p-article-post__thumb {
    padding-bottom: 130px;
  }
}

.p-support-single .p-article-post__thumb .c-article-post__thumb-img {
  opacity: .3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-support-single .p-article-post__container {
  position: relative;
  overflow: hidden;
  max-height: 326px;
}

.p-support-single .p-article-post__container .c-article-post__ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.p-support-single .p-article-post__container .c-article-post__ttl .c-article-post__ttl-sub {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
  letter-spacing: .1em;
  line-height: 1.1;
}

.p-support-single .p-article-post__container .c-article-post__ttl .c-article-post__ttlttl-main {
  display: block;
  font-size: 1.8rem;
  letter-spacing: .3em;
  font-weight: bold;
}

.p-support-single .c-page-navi {
  padding: 120px 30px 45px;
}

@media screen and (max-width: 1060px) {
  .p-support-single .p-support-navi__item {
    margin-right: 20px;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    background: #1f528e;
  }
  .p-support-single .p-support-navi__item:nth-child(even) {
    margin-right: 0px;
  }
  .p-support-single .p-support-navi__item__link {
    display: -webkit-box;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 1.6rem;
    color: #ffffff;
  }
}


@media screen and (max-width: 767px) {
  .p-support-single .p-article-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 25px;
    margin: 50px auto 0;
  }
  
  .p-support-single .p-article-post,
  .p-support-single .-col3 .p-article-post {
    margin: 10px auto 0;
    width: 100%;
  }

  .p-support-single .p-article-post__container .c-article-post__ttl .c-article-post__ttl-sub {
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 1;
  }
  
  .p-support-single .p-article-post__container .c-article-post__ttl .c-article-post__ttlttl-main {
    font-size: 1.5rem;
    line-height: 1;
  }

  .p-support-single .p-article-post__thumb {
    padding-bottom: 31.25vw;
  }

  .p-support-single .c-page-navi {
    padding: 60px 25px;
  }
}


/* ----- .p-faq ----- */
.p-faq .c-section {
  max-width: 1260px;
  padding: 80px 30px 120px;
}

.p-faq .c-section__list__item {
  margin-bottom: 20px;
}

.p-faq .c-section__list__item--q {
  background: #f8f8f8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 38px 60px 34px;
}

.p-faq .c-section__list__item--q__text {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.p-faq .c-section__list__item--q__text:before {
  content: "Q";
  display: block;
  height: 100%;
  font-family: 'Barlow Condensed', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 3rem;
  line-height: 1;
  color: #1f528e;
  margin-right: 33px;
  margin-top: -10px;
}

.p-faq .c-section__list__item--q-btn {
  width: 16.5px;
  height: 16.5px;
  margin-left: 20px;
  display: block;
  position: relative;
}

.p-faq .c-section__list__item--q-btn .p-line {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  display: block;
  background: #181818;
  height: 2px;
  width: 16.5px;
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-faq .c-section__list__item--q-btn .p-line:last-child {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.p-faq .c-section__list__item .js-active .p-line {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.p-faq .c-section__list__item .js-active .p-line:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.p-faq .c-section__list__item--a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0px 60px;
  display: none;
}

.p-faq .c-section__list__item--a__text {
  padding: 40px 0 20px;
  font-size: 1.5rem;
  line-height: 2.1em;
  display: -webkit-box;
  display: flex;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  visibility: hidden;
}

.p-faq .c-section__list__item--a__text:before {
  content: "A";
  display: block;
  height: 100%;
  font-family: 'Barlow Condensed', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 3rem;
  line-height: 1;
  color: #8e8e8e;
  margin-right: 33px;
}

.p-faq .c-section__list__item--a.active .c-section__list__item--a__text {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .p-faq .c-section {
    padding: 80px 30px;
  }
  .p-faq .c-section__list__item--q {
    padding: 24px 30px 26px;
  }
  .p-faq .c-section__list__item--a {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-faq .c-section {
    padding: 18px 25px 30px;
  }
  .p-faq .c-section__list__item--q__text {
    font-size: 1.45rem;
  }
  .p-faq .c-section__list__item--q__text:before {
    font-size: 2.4rem;
  }
  .p-faq .c-section__list__item--a {
    padding: 0px 30px;
  }
  .p-faq .c-section__list__item--a__text {
    font-size: 1.3rem;
  }
  .p-faq .c-section__list__item--a__text:before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 360px) {
  .p-faq .c-section__list__item--q {
    padding: 20px 25px 16px 19px;
  }
  .p-faq .c-section__list__item--q__text {
    font-size: 1.4rem;
  }
  .p-faq .c-section__list__item--q__text:before {
    margin-right: 20px;
  }
  .p-faq .c-section__list__item--q-btn {
    margin-left: 14px;
  }
  .p-faq .c-section__list__item--a {
    padding: 0px 0px 0 20px;
  }
  .p-faq .c-section__list__item--a__text {
    font-size: 1.25rem;
  }
  .p-faq .c-section__list__item--a__text:before {
    margin-right: 20px;
  }
}

.p-faq .c-page-navi {
  padding: 0px 30px 45px;
}

/* ----- .p-access ----- */
.p-access .p-content--access-info {
  padding: 80px 0 120px;
}

.p-access .gmap {
  height: 500px;
  margin-bottom: 60px;
}

.p-access .gmap iframe {
  width: 100%;
  height: 100%;
}

.p-access .gmaps {
  margin-top: 100px;
}



.p-access-info-area {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

.p-access-info__item {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

/*.p-access-info__item:last-child {
  margin-bottom: 100px;
}*/

.p-access-info__item__name {
  font-weight: bold;
  color: #666666;
  margin-bottom: 12px;
}

.p-access-info__item__address-box {
  display: -webkit-box;
  display: flex;
  margin-bottom: 12px;
  flex-direction: column;
}

.p-access-info__item__gmap-link .fa-caret-right {
  padding: 0 5px 0 25px;
}

.p-access-info__item__gmap-link-a {
  text-decoration: underline;
}

.p-access-info__item__tel {
  display: block;
}

.p-access-list__item {
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
}

.p-access-list__item:first-child {
  border-top: 1px solid #eaeaea;
}

.p-access-list__item__title {
  padding: 0 10px 0 40px;
  width: 334px;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}

.p-access-list__item__title .fas {
  color: #1f528e;
  width: 42px;
}

.p-access-list__item__title .fas:before {
  display: block;
  width: 30px;
  text-align: center;
}

.p-access-list__item__lead {
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.5rem;
}

.p-access-list__item__lead-desc {
  -webkit-box-flex: 1;
          flex: 1;
}

.p-access-list__item__lead-desc__list__item {
  margin-bottom: 12px;
}

.p-access-list__item__lead-desc__list__item:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .p-access .gmap {
    height: 50vw;
  }
  .p-access-info__item__gmap-link {
    display: inline-block;
  }

  .p-access-info__item__address-box {
    flex-direction: column;
  }
  
  .p-access-info__item__gmap-link .fa-caret-right {
    padding: 0 5px 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .p-access .p-content--access-info {
    padding: 18px 0 80px;
  }
  .p-access .gmap {
    margin-bottom: 50px;
  }

  .p-access .gmaps {
    margin-top: 0;  
  }

  .p-access-info-area-block {

  }

  .p-access-info-area-block + .p-access-info-area-block {
    margin-top: 50px;
  }

  .p-access-info-area {
    padding: 0 25px;
  }

  .p-access-info__item {
    text-align: left;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .p-access-info__item:last-child {
    margin-bottom: 60px;
  }
  .p-access-info__item__name {
    margin-bottom: 12px;
  }
  .p-access-info__item__address-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 12px;
  }

  .p-access-list {
    padding: 0 0px;
  }
  .p-access-list__item {
    padding: 25px 10px;
  }
  .p-access-list__item__title {
    padding: 0 0px 15px 0px;
    text-align: left;
    width: 100%;
    font-size: 1.8rem;
  }
  .p-access-list__item__title .fas {
    width: 35px;
  }
  .p-access-list__item__lead {
    text-align: left;
    font-size: 1.3rem;
    display: block;
  }
  .p-access-list__item__lead-desc {
    -webkit-box-flex: 1;
            flex: 1;
  }
  .p-access-list__item__lead-desc__list__item {
    margin-bottom: 5px;
  }
  .p-access-list__item__lead-desc__list__item:last-child {
    margin-bottom: 0px;
  }
}

/* ----- .p-blog ----- */
.p-blog .c-section {
  padding: 75px 30px 110px;
  max-width: 1260px;
}

.p-blog .c-section .p-category-list {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.p-blog .c-section .p-category-list.-child {
  margin-left: 15px;
  width: auto;
  display: inline-block;
}

.p-blog .c-section .p-category-list__item {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  margin-right: 45px;
  margin-bottom: 50px;
}

.p-blog .c-section .p-category-list__item:last-child {
  margin-right: 0px;
}

.p-blog .c-section .p-category-list.-child .p-category-list__item {
  font-size: 1.1rem;
  letter-spacing: .05em;
  vertical-align: super;
  margin-right: 0;
  margin-bottom: 0;
}

.p-blog .c-section .p-category-list.-child .p-category-list__item + .p-category-list__item::before {
  content: "/";
  padding: 0 10px;
  display: inline-block;
  color: #bbbbbb;
}

.p-blog .c-section .p-category-list__item__link {
  color: #bbbbbb;
  -webkit-transition: color .5s;
  transition: color .5s;
  display: inline-block;
  font-family: 'Barlow Condensed', "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';

}

.p-blog .c-section .p-category-list__item__link.is-active {
  color: #1f528e;
}

@media screen and (min-width: 770px) {
  .p-blog .c-section .p-category-list__item__link:hover {
    color: #1f528e;
  }
}

@media screen and (max-width: 767px) {
  .p-blog .c-section {
    padding: 18px 25px 30px;
    text-align: center;
  }
  .p-blog .c-section .p-category-list {
    display: none;
    padding: 15px 0 0px;
    text-align: left;
  }
  .p-blog .c-section .p-category-list.-child {
    display: block;
    margin-left: 0;
    padding: 0;
  }
  .p-blog .c-section .p-category-list.-child .p-category-list__item {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .p-blog .c-section .p-category-list.-child .p-category-list__item::before {
    content: "";
    margin: 0 5px 0 0;
    display: inline-block;
    width: 10px;
    height: 0;
    border-top: 1px solid #bbbbbb;
    vertical-align: inherit;
  }
  .p-blog .c-section .p-category-list.-child .p-category-list__item + .p-category-list__item::before {
    content: "";
    margin: 0 5px 0 0;
    display: inline-block;
    color: #bbbbbb;
    padding: 0;
  }
  .p-blog .c-section .p-category-list-area {
    padding-bottom: 1.5em;
  }
  .p-blog .c-section .p-category-list__item {
    display: block;
    margin-right: auto;
    font-size: 1.3rem;
    margin-bottom: 1em;
    line-height: 1.5;
  }
  .p-blog .c-section .p-category-list__item:last-child {
    margin-bottom: 0;
  }
  .p-blog .c-section .p-category-list__item__link.is-active + .-child .p-category-list__item__link {
    color: #1f528e;
  }
  .p-blog .c-section .is-active + .-child .p-category-list__item::before {
    border-top: 1px solid #1f528e;
  }
  .p-blog .c-section .p-category-list__selectbox {
    display: block;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #1f528e;
    color: #1f528e;
    font-size: 1.2rem;
    background-color: #ffffff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .p-blog .c-section .p-category-list__selectbox .fas {
    margin-right: 10px;
  }
  .p-blog .c-section .p-category-list__selectbox.open {
    background-color: #1f528e;
    color: #ffffff;
  }
}

.p-blog__page-navi {
  width: 100%;
  text-align: center;
}

.p-blog__page-navi__item {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8;
  width: 45px;
  text-align: center;
  font-weight: bold;
}

.p-blog__page-navi__item__link {
  position: relative;
  width: 30px;
  display: block;
  text-align: center;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  background-color: rgba(248, 248, 248, 0);
}

@media screen and (min-width: 770px) {
  .p-blog__page-navi__item__link:hover {
    background-color: whitesmoke;
  }
}

@media screen and (max-width: 768px) {
  .p-blog__page-navi__item {
    font-size: 1.5rem;
    width: 30px;
  }
}

.p-blog__page-navi__item__link.current:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #181818;
  width: 55%;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -27.5%;
}

@media screen and (min-width: 770px) {
  .p-blog__page-navi__item__link.current:hover {
    background-color: rgba(248, 248, 248, 0);
  }
}

.p-blog-single .c-single-content {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content {
    margin-top: 18px;
  }
}

.p-blog-single .c-single-content__box--desc {
  padding: 0 15px;
  max-width: 840px;
  margin: 0 auto;
}

.p-blog-single .c-single-content__box--desc .kv {
  text-align: center;
  margin-bottom: 20px;
}

.p-blog-single .c-single-content__box--desc-ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.p-blog-single .c-single-content__box--desc-other .cate {
  display: inline-block;
  color: #fff;
  background-color: #1f528e;
  padding: 5px 12px;
  line-height: 1;
  margin-right: 10px;
  font-size: 1.4rem;
  font-family: 'Barlow Condensed', "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

_:-ms-fullscreen, :root .p-blog-single .c-single-content__box--desc-other .cate {
  padding: 8px 12px 2px;
}

.p-blog-single .c-single-content__box--desc-other .date {
  display: inline-block;
  color: #aaaaaa;
}

.p-blog-single .c-single-content__box--desc-content {
  margin-top: 15px;
  font-size: 1.25rem;
  line-height: 2;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content {
  line-height: 2;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > [class|="wp"] {
  margin: 40px 0 0;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > p {
  margin: 40px 0 0;
  line-height: 1.8;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content p + p {
  margin: 2em 0 0;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content h2 {
  margin-top: 80px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.15;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
  font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content h3 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.15;
  text-align: left;
  background-color: #f8f8f8;
  font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content h4 {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ol {
  margin: 40px 0 0;
  padding: 0 0 0 1em;
  counter-reset: order 0;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ol > li {
  display: -webkit-box;
  display: flex;
  line-height: 1.5;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ol > li::before {
  display: inline-block;
  margin: 0 .5em 0 0;
  font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #181818;
  content: counter(order, decimal-leading-zero) "";
  counter-increment: order 1;
  -ms-grid-row-align: center;
  align-self: center;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ol > li + li {
  margin: .5em 0 0;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ul:not(.wp-block-gallery) {
  margin: 40px 0 0;
  padding: 0 0 0 1em;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ul:not(.wp-block-gallery) > li {
  display: -webkit-box;
  display: flex;
  line-height: 1.5;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ul:not(.wp-block-gallery) > li::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 .5em 0 0;
  padding: 2px;
  border-radius: 50%;
  background: #181818;
  content: "";
  -ms-grid-row-align: center;
  align-self: center;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .content > ul:not(.wp-block-gallery) > li + li {
  margin: .5em 0 0;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content b, .p-blog-single .c-single-content__box--desc-content.p-post-content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(45%, rgba(31, 82, 142, 0.2)));
  background: linear-gradient(transparent 55%, rgba(31, 82, 142, 0.2) 45%);
}

.p-blog-single .c-single-content__box--desc-content.p-post-content em {
  font-style: italic;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-image {
  position: relative;
  overflow: hidden;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-image::after {
  display: block;
  padding-top: 60%;
  content: "";
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;", sans-serif;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-image figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em 1.5em;
  background: rgba(24, 24, 24, 0.3);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-quote {
  padding: 2em 2em 2em 3em;
  border-width: 0px;
  background: #f8f8f8;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-audio figcaption {
  margin: .5em 0 0;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-file .wp-block-file__button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  border: 2px solid #1f528e;
  border-radius: 0;
  background: #fff;
  font-family: 'Barlow Condensed', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #1f528e !important;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.5px;
  letter-spacing: 0.25rem;
  opacity: 1 !important;
}

@media screen and (min-width: 770px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-file .wp-block-file__button:hover {
    background: #1f528e !important;
    color: #fff !important;
  }
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-code {
  padding: 2em;
  border: 0;
  border-radius: 0;
  background: #181818;
  color: #f8f8f8;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-pullquote {
  border-color: #181818;
  color: #181818;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-pullquote cite {
  color: #1f528e;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-button__link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 45px;
  border: 2px solid #1f528e;
  border-radius: 0;
  background: #fff;
  font-family: 'Barlow Condensed', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #1f528e;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.5px;
  letter-spacing: 0.25rem;
}

@media screen and (min-width: 770px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-button__link:hover {
    background: #1f528e;
    color: #fff;
  }
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-separator {
  margin-right: auto;
  margin-left: auto;
  border-color: #181818;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-separator::before {
  color: #181818;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-calendar caption {
  color: #181818;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-calendar th {
  background: #f8f8f8;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-calendar a {
  display: block;
  padding: 5px 0;
  color: #181818;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-embed__wrapper {
  text-align: center;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-embed-aspect-4-3 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 75%;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-embed-aspect-16-9 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 56.25%;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-embed-twitter {
  text-align: center;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-embed-twitter .wp-block-embed__wrapper {
  display: inline-block;
  max-width: 100%;
}

.p-blog-single .c-single-content__box--desc-content.p-post-content .addtoany_share_save_container {
  margin-top: 60px;
  text-align: center;
}

.p-blog-single .c-single-content_sns {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #eaeaea;
  margin: 50px 25px 0;
}

.p-blog-single .c-single-content_sns .inner {
  background-image: url(../img/common/parts_bg.png);
  padding: 20px 0;
}

.p-blog-single .c-single-content_sns .inner .txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 15px;
}

.p-blog-single .c-single-content_sns .inner .txt img {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
}

.p-blog-single .c-content__inner.is_single {
  padding: 30px 0 0;
  border-top: 1px solid #b8b8b8;
  max-width: 1000px;
  margin: 0 auto;
}

.p-blog-single .c-content__inner.is_single .p-article-nav {
  padding: 15px;
  margin-top: 40px;
  background-color: #f8f8f8;
}

.p-blog-single .c-content__inner.is_single .p-article-nav__headline {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.p-blog-single .c-content__inner.is_single .p-article-nav__table-item:nth-of-type(n+2) {
  margin-top: 5px;
}

.p-blog-single .c-content__inner.is_single .p-article-nav__table-item-child {
  padding-left: 10px;
  margin-top: 5px;
  color: #999;
}

.p-blog-single .c-content__inner.is_single .p-article-nav__table-link {
  text-decoration: underline;
  font-size: 1.25rem;
}

.p-blog-single .c-content__inner.is_single .p-post-section {
  margin-top: 40px;
}

.p-blog-single .c-content__inner.is_single .p-post-section h2 {
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.p-blog-single .c-content__inner.is_single .p-post-section__eyecatch {
  margin-bottom: 25px;
}

.p-blog-single .c-content__inner.is_single .p-post-section__txt {
  font-size: 1.25rem;
  font-family: "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

.p-blog-single .c-content__inner.is_single .p-post-section__subsection {
  margin-top: 40px;
}

.p-blog-single .c-content__inner.is_single .p-post-section__subsection h3 {
  font-size: 1.6rem;
  padding: 10px;
  background-color: #f8f8f8;
  margin-bottom: 25px;
}

.p-blog-single .single-pagenation {
  padding: 50px 25px;
  max-width: 1260px;
  margin: 50px auto 0;
  box-sizing: inherit;
  border-top: 1px solid #eaeaea;
}

.p-blog-single .c-single-content_sns + .single-pagenation {
  padding: 0 25px;
  margin: 20px auto 0;
  border-top: none;
}

.p-blog-single .single-pagenation .item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}

.p-blog-single .single-pagenation .item:nth-of-type(n+2) {
  margin-top: 10px;
}

.p-blog-single .single-pagenation .item.is_none {
  border-bottom-width: 0px;
  padding: 0;
}

.p-blog-single .single-pagenation .item .link {
  font-size: 1.25rem;
  text-decoration: underline;
}

.p-blog-single .single-pagenation .item .link.prev {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/icon/icon-post_prev.png);
  padding-left: 10px;
}

.p-blog-single .single-pagenation .item .link.next {
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/icon/icon-post_next.png);
  padding-right: 10px;
}

.p-blog-single .p-articles-single {
  margin: 60px 25px 0;
  border-top: 1px dotted #999;
  padding: 40px 0 0;
  max-width: 1260px;
}

.p-blog-single .p-articles-single .title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content__box--desc .kv {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content__box--desc-ttl {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content__box--desc-content {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content > [class|="wp"] {
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content > p {
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    margin: 24px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content h4 {
    margin: 24px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .content > ol {
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content > ul:not(.wp-block-gallery) {
    margin: 24px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-quote {
    padding: 2em 1em 2em 2em;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-audio audio {
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-file .wp-block-file__button {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-pullquote p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-blog-single .c-single-content__box--desc-content.p-post-content .wp-block-button__link {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content_sns {
    margin: 100px auto 0;
    max-width: 1260px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content_sns .inner {
    padding: 35px 0;
    display: table;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content_sns .inner .txt {
    margin-bottom: 0;
    width: 50%;
    display: table-cell;
    font-size: 1.8rem;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content_sns .inner .txt img {
    width: 24px;
    margin-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content_sns .inner .sns {
    display: table-cell;
    width: 50%;
    padding-left: 100px;
    vertical-align: middle;
  }
  .p-blog-single .c-single-content_sns .inner .sns .p-footer-nav__sns-list {
    -webkit-box-align: left;
            align-items: left;
    -webkit-box-pack: left;
            justify-content: left;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single {
    padding-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-article-nav {
    margin-top: 80px;
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-article-nav__headline {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-article-nav__table-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-article-nav__table-item-child {
    padding-left: 25px;
    margin-top: 20px;
  }
  .p-blog-single .c-content__inner.is_single .p-article-nav__table-item-child:nth-of-type(n+2) {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .p-blog-single .c-content__inner.is_single .p-article-nav__table-link:hover {
    opacity: .6;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-article-nav__table-link {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-post-section {
    margin-top: 75px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-post-section h2 {
    font-size: 2.8rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-post-section__txt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-post-section__subsection {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-content__inner.is_single .p-post-section__subsection h3 {
    padding: 15px 30px;
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px){
  .p-blog-single .single-pagenation {
      margin: 100px auto 0;
      max-width: 1260px;
      padding-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .c-single-content_sns + .single-pagenation {
    padding: 0 25px;
    margin: 40px auto 0;
    border-top: none;
    letter-spacing: -0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .single-pagenation .item:nth-of-type(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .single-pagenation .item {
    display: inline-block;
    letter-spacing: normal;
    width: 33%;
    text-align: center;
    border-bottom-width: 0px;
  }
  .p-blog-single .single-pagenation .item:nth-of-type(1) {
    text-align: left;
  }
  .p-blog-single .single-pagenation .item:nth-of-type(3) {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .single-pagenation .item .link {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .single-pagenation .item .link.prev {
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .single-pagenation .item .link.next {
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .p-articles-single {
    margin: 120px auto 0;
    padding: 80px 25px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-single .p-articles-single .title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

img[src$="reloclub_logo.jpg"] ,
img[src$="fukuri_logo.jpg"] {
    max-width:200px;
}

/***** refusal *****/
.refusal {
  text-align: left;
  margin-top: 20px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 10px;
  }
  .refusal img {
    max-width: 240px;
  }
}
/*----------------------------------------
add_to_any
----------------------------------------*/
@media screen and (max-width: 767px) {
  .addtoany_shortcode{
    text-align: center;
  }
}
.a2a_kit{
  line-height: 28px !important;
}

.a2a_kit a {
  margin: 0 8px;
  padding: 0;
  height: 28px !important;
}

.a2a_mini {
  width: 312px !important;
}

.a2a_svg {
  background: none !important;
}

.a2a_svg svg {
  width: 28px;
  height: 28px;
}

.a2a_svg svg,
.a2a_svg path,
.a2a_svg g {
  fill: #181818;
}

.a2a_full {
  height: 340px !important;
}

.a2a_full_footer {
  padding: 18px 14px !important;
}

.a2a_menu a {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif !important;
  color: #181818 !important;
}

.a2a_mini_services {
  overflow: hidden;
  padding: 6px !important;
}

.a2a_menu_show_more_less span {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
}
.addtoany_content{
  display: none;
}

/*****topnews*******/
/*****topnews*******/
.section-indexNews-01 {
  width:100%;
  background: #faf7ee;
  margin-top: -45px;
  margin-bottom: 120px;
}

.section-indexNews-01.-no_contents {
  background: none;
  margin-top: 0;
  margin-bottom: 100px;
}

.section-indexNews-01 a {
  display:block;
  width:100%;
}

.section-indexNews-01 a:hover {
  opacity:0.7;
}

.p-icon_link_arrow_short {
  fill: #1f528e;
}

.wrap_wrap {
  padding:20px 180px 20px 0;
  width: calc(100% - 6em);
}

.section-indexNews-box {
      padding: 60px 20px 15px 0;
      margin-left: 200px;
}

@media screen and (max-width: 767px) {
  .section-indexNews-01{
    margin-top: -45px;
    margin-bottom: 30px;
    padding: 30px 25px 5px;
  }

  .section-indexNews-01.-no_contents {
    background: none;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0;
  }

  .section-indexNews-box {
    display:flex;
    align-items:center;
    padding: 0;
    margin-left: 0;
  }

  .p-icon_link_arrow_short {
    fill: #1f528e;
    width: 37px;
  }  
}

.section-indexNews-box-item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
}

.section-indexNews-box-item + .section-indexNews-box-item {
  border-top: 1px solid #c5d3e4;
}

@media screen and (max-width: 767px) {
  .section-indexNews-box-item {
    display: block;
    padding-top: 30px;
  }
}

.section-indexNews-box .wrap {
  width:100%;
}

.section-indexNews-01 .maintitle {
    color: #ffffff;
    margin-right: 25px;
    font-weight: 500;
    min-width: 6em;
    letter-spacing: .1em;
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;  
}

.section-indexNews-box-item.is-cat01 .maintitle {
  background: #1f528e;
}

.section-indexNews-box-item.is-cat02 .maintitle {
  background: #617ea1;
}

.section-indexNews-01 time {
  margin-right:10px;
  color: #1f528e;
}

.section-indexNews-01 .title {
  font-weight: 500;
}

.section-indexNews-01 .c-btn_area{
  width: 80px;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.section-indexNews-01 .c-btn_area .p-btn {
  display: flex;
  line-height: 1.1;
}

.section-indexNews-01 .c-btn_area .p-btn .p-btn-txt {
  color: #1f528e;
  margin-right: 1em;
}
.section-indexNews-01 .c-btn_area .p-btn .p-icon_link_arrow_short {
  width: 34px;
  height: 14px;
  overflow: auto;
}
.section-indexNews-01 .c-btn_area .p-btn .p-icon_link_arrow {
  height: 13px;
  width: 250px;
  margin-top: 3px;
  display: block;
  margin-left: 0px;
  -webkit-transition: margin-left .3s ease;
  transition: margin-left .3s ease;
}

@media screen and (max-width: 767px) {
  .section-indexNews-01 .wrapper {
  max-width: 100%;
    margin: -30px auto 20px;
    border-right:none;
        border-left:none;

  }
  
  .section-indexNews-box {
    display:block;
  }
  
  .section-indexNews-01 .maintitle {
    margin-right:0px;
    color: #fff;
    font-size:1.1rem;
    text-align: center;
    width: 80px;
    height: 25px;
    line-height: 1.8;
    position: relative;
  }

  .section-indexNews-01 .maintitle::after {
    content: attr(data-time);
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(100% + 15px);
    font-size: 1rem;
    color: #1f528e;
    line-height: 1;
    font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
  }

 .section-indexNews-01 .wrap {
   padding: 10px 0;
 }

 .wrap_wrap{
   width: 100%;
   padding: 0;
 }

 .section-indexNews-01 .title {
   font-size: 1.2rem;
 }
 
  .section-indexNews-01 time {
   display: none;
 }

 .section-indexNews-01 .c-btn_area{
   width: 100%;
   position: relative;
   right: auto;
   padding: 0 0 10px 25px;
   overflow: hidden;
 }

 .section-indexNews-01 .c-btn_area a {
    float: right;
    display: block;
    width: 83px;
    line-height: 1;
  }

  .section-indexNews-01 .c-btn_area .p-btn .p-icon_link_arrow {
    width: 207px;
    height: 13px;
    margin-top: -2px;
  }
  .section-indexNews-01 .c-btn_area .p-btn .p-btn-txt {
    margin-right: .8em;
  }
}


.p-footer-nav {
  padding: 1em;
}
.p-footer-nav__list {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 .5em;
}
.p-footer-nav__sns-list.is-sp {
  display: none;
}
.p-footer-nav__item {
  margin: 0;
  padding: .5em 28px;
}
.p-gnav-contact__list__item .p-btn {
  max-width: 250px;
  width: 100%;
}
.loading .inner .logo img {
  max-width: 300px;
  max-height: 100px;
  width: 85vw;
  height: auto;
}
@media screen and (min-width: 768px) {
	.p-blog-single .c-single-content_sns + .single-pagenation {
		margin: 40px auto 80px;
	}
}
@media screen and (max-width: 500px) {
	.p-page-headline .c-content__inner__copy-area {
		position: relative;
		right: 0;
		margin: 0 auto;
		left:auto;
    transform: translateX(0);
    min-width: 210px;
	}
  .p-page-headline .c-content.js-active .c-content__inner__copy-area span:last-child {
    font-size: 2.2rem;
  }
}
p.form-confirm {
	display: none;
}
.mw_wp_form_confirm p.form-default {
	display: none;
}
.mw_wp_form_confirm p.form-confirm {
	display: block;
}
.privacy a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-footer-nav {
    display: none;
  }
  .p-footer-nav__sns-list {
    width: 100%;
  }
  .p-footer-nav__sns-list.is-pc {
    display: none;
  }
  .p-footer-nav__sns-list.is-sp {
    display: flex;
    padding-top: 0;
  }
}

.p-support .c-section__list__item-dt {
  height: auto;
  min-height: 70px;
  margin-bottom: 30px;
}

.p-support .c-section__list__item-dt .c-section__list__item-dt__text-en {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
  letter-spacing: .1em;
  color: #8e8e8e;  
}
/*
.p-support-single .p-page-headline .c-content__inner__text__ttl {
  width: 100%;
}
.p-support-single .p-page-headline .c-content__inner__copy-area {
  height: auto;
  min-height: 180px;
  top: auto;
  bottom: -60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}*/
.c-content__inner__copy-area:after {
  content: "";
  min-height: inherit;
  font-size: 0;
  line-height: 0;
}/*
@media screen and (max-width: 767px) {
  .p-support-single .p-page-headline {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .p-support-single .p-page-headline .c-content {
    height: auto;
    margin-bottom: 0;
  }
  .p-support-single .p-page-headline .c-content:after {
    height: 80px;
  }
  .p-support-single .p-page-headline .c-content__inner {
    height: auto;
    padding-top: 35px;
  }
  .p-support-single .p-page-headline .c-content__inner__copy-area {
    min-height: auto;
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
  }
}*/

.box-newslist-01 .wrap:nth-child(1) {
  margin-bottom:0;
}
.box-newslist-01 .wrap:not(:first-child){
  margin-top:20px;
}
@media screen and (max-width: 770px) {
  .box-newslist-01 .wrap:nth-child(1) {
    margin-bottom:0;
  }
}

/* 20210730 */
@media screen and (max-width: 767px) {
  .p-flow-outline .c-section__list__item-dt:before {
    flex-shrink: 0;
  }
  .p-flow-outline .c-section__list__item-dt__text {
    flex: 0 1 auto;
  }
}.a2a_kit .a2a_label {display:none !important;}

/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}
.refusal img {
  width: 100%;
  max-width: 285px;
  max-height: 14px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}


/* ----- .p-staff ----- */
.p-staff {
  overflow: hidden;
  margin-bottom: 120px;
}

.p-staff .c-single-content {
  margin-top: 70px;
}

.p-staff .c-single-content + .c-single-content {
  margin-top: 100px;
}

.p-staff .c-single-content .c-content__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-staff .p-staff-detail,
.p-staff .p-staff-simple {
  padding: 0 25px;
}


@media screen and (max-width: 1024px) {
  .p-staff .c-single-content {
    margin-top: 60px;
  }
  
  .p-staff .c-single-content + .c-single-content {
    margin-top: 80px;
  }

  .p-staff .p-staff-simple {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-staff {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .p-staff .c-single-content {
    margin-top: 18px;
    overflow: hidden;
  }

  .p-staff .c-single-content + .c-single-content {
    margin-top: 40px;
  }
}

.p-staff .c-content__inner .p-staff-detail-header,
.p-staff .p-staff-simple .c-content__inner  {
  display: flex;
  flex-wrap: wrap;
}

.p-staff .c-single-content__box--desc {
  letter-spacing: 0.05em;
}

.p-staff .p-staff-detail .c-content__inner .c-content__img {
  width: 100%;
  max-width: 500px;
  margin-right: 50px;
}

.p-staff .p-staff-detail .c-content__inner .c-single-content__box--desc {
  flex: 1;
}

.p-staff .c-single-content__box--desc-ttl-sub {
  font-size: 1.5rem;
  padding: 25px 0 10px;
  line-height: 1.1;
  letter-spacing: .1em;
  color: #1f528e;
  display: block;
}

.p-staff .c-single-content__box--desc-ttl {
  font-size: 3.5rem;
  padding-bottom: 20px;
  line-height: 1.1;
  letter-spacing: .05em;
  color: #1f528e;
  display: block;
}

.p-staff .c-single-content__box--desc-txt {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: .02em;
}

.p-staff-detail .-history {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  line-height: 2.1;
}

.p-staff-detail-header + .-history {
  margin-top: 70px;
}

.p-staff-detail .-history .c-single-content__box--desc-ttl {
  font-size: 2.5rem;
  padding-bottom: 25px;
  line-height: 1.1;
  letter-spacing: .05em;
  color: #1f528e;
  display: block;
  text-align: center;
}

.p-staff-detail .-history .c-single-content__box--desc-list__item {
  border-top: 1px solid #c5d3e4;
  padding: 25px 5px;
  display: flex;
}

.p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-ttl {
  width: 170px;
  color: #1f528e;
}

.p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-wrapper {
  flex: 1;
}

.p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list {
  display: table;
}

.p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list .c-single-content__box--desc-list__item-list__item {
  display: table-row;
  margin-bottom: 5px;
}

.p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list .c-single-content__box--desc-list__item-list__item .c-single-content__box--desc-list__item-list__item-ttl {
  display: table-cell;
  padding-right: 1em;
  min-width: 6.5em;
  word-break: keep-all;
}

.p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list .c-single-content__box--desc-list__item-list__item .c-single-content__box--desc-list__item-list__item-text {
  display: table-cell;
}


@media screen and (max-width: 1024px) {
  .p-staff .p-staff-detail-header {
    flex-direction: column;
    align-items: center;
  }

  .p-staff .p-staff-detail .c-content__inner .c-content__img {
    margin-right: 0;
  }

  .p-staff .c-single-content__box--desc-ttl {
    text-align: center;
  }

  .p-staff .c-single-content__box--desc-ttl-sub {
    padding: 30px 0 10px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-staff .c-single-content__box--desc-ttl {
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 25px;
    line-height: 1.5;
  }

  .p-staff-detail .-history .c-single-content__box--desc-ttl {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }

  .p-staff .c-single-content__box--desc-txt {
    font-size: 1.25rem;
    line-height: 2;
  }

  .p-staff-detail-header + .-history {
    margin-top: 55px;
  }

  .p-staff-detail .-history .c-single-content__box--desc-list__item {
    padding: 15px 5px;
    display: block;
  }

  .p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-ttl {
    font-size: 1.4rem;
    font-weight: bold;
  }
  
  .p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-text {
    font-size: 1.25rem;
  }

  
  .p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list {
    display: block;
  }
  
  .p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list .c-single-content__box--desc-list__item-list__item {
    display: block;
    margin-bottom: 10px;
    font-size: 1.25rem;
  }
  
  .p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list .c-single-content__box--desc-list__item-list__item .c-single-content__box--desc-list__item-list__item-ttl {
    display: block;
    padding-right: .5em;
  }
  
  .p-staff-detail .-history .c-single-content__box--desc-list__item .c-single-content__box--desc-list__item-list .c-single-content__box--desc-list__item-list__item .c-single-content__box--desc-list__item-list__item-text {
    display: block;
  }
}

.p-staff .p-staff-simple .c-content__inner {
  background: #faf7ee;
  padding: 65px 75px 25px;
  justify-content: center;
  flex-wrap: wrap;
}

.p-staff .p-staff-simple .c-content__inner .p-staff-simple-box {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(50% - 20px);
}

.p-staff .p-staff-simple .c-content__inner .p-staff-simple-box:nth-child(2n),
.p-staff .p-staff-simple .c-content__inner .p-staff-simple-box:last-child {
  margin-right: 0;
}

.p-staff .p-staff-simple .c-single-content__box--desc-ttl {
  font-size: 3rem;
  padding-bottom: 15px;
  line-height: 1.1;
  letter-spacing: .1em;
  text-align: left;
}

.p-staff .p-staff-simple .c-single-content__box--desc-ttl-sub {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-staff .p-staff-simple .c-content__inner {
    background: #faf7ee;
    padding: 40px 25px 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .p-staff .p-staff-simple .c-content__inner .p-staff-simple-box {
    margin-right: 0;
    margin-bottom: 25px;
    width: 100%;
  }

  .p-staff .p-staff-simple .c-single-content__box--desc-ttl {
    font-size: 1.8rem;
    line-height: 1.8em;
    padding-bottom: 0;
  }

  .p-staff .p-staff-simple .c-single-content__box--desc-ttl-sub {
    font-size: 1.2rem;
    padding: 15px 0 5px;
  }

  .p-staff .p-staff-simple .c-single-content__box--desc-ttl {
    padding-bottom: 10px;
  }
}

/* ----- .p-price ----- */
.p-price .c-single-content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

.p-price__inner {
  padding: 70px 25px 120px;
}

.p-price-header {
  text-align: center;
}

.p-price-header .c-single-content__box--desc-ttl {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #1f528e;
  line-height: 1.1;
}

.p-price-header .c-single-content__box--desc-txt {
  font-size: 1.5rem;
  line-height: 2.1;
}

.p-price-header + .p-price-table {
  margin-top: 35px;
}

.p-price .c-single-content + .c-single-content {
  margin-top: 115px;
}

.p-price .c-single-content .p-price-table {
  border: 1px solid #c5d3e4;
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
}

.p-price .c-single-content .p-price-table + .p-price-table {
  margin-top: 50px;
}

.p-price .c-single-content .p-price-table-thead {
  background-color: #faf7ee;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1f528e;
}

.p-price .c-single-content .p-price-table-tr {
  border-top: 1px solid #c5d3e4;
}

.p-price .c-single-content .p-price-table-th,
.p-price .c-single-content .p-price-table-td {
  border-right: 1px solid #c5d3e4;
  padding: 20px;
}

.p-price .c-single-content .p-price-table-th:first-child,
.p-price .c-single-content .p-price-table-td:first-child {
  width: 33.3%;
}

.p-price .c-single-content .p-price-table-th:last-child,
.p-price .c-single-content .p-price-table-td:last-child {
  border-right: 0;
}

.p-price-memo {
  margin-top: 20px;
  font-size: 1.1rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-price__inner {
    padding: 18px 25px 50px;
  }

  .p-price .c-single-content + .c-single-content {
    margin-top: 60px;
  }

  .p-price-header .c-single-content__box--desc-ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  
  .p-price-header .c-single-content__box--desc-txt {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  
  .p-price-header + .p-price-table {
    margin-top: 20px;
  }

  .p-price .c-single-content .p-price-table:not(.-no_change)  {
    border-bottom: 0;
  }

  .p-price .c-single-content .p-price-table.-single {
    border: 1px solid #c5d3e4;
    padding: 15px;
  }

  .p-price .c-single-content .p-price-table + .p-price-table {
    margin-top: 25px;
  }

  .p-price .c-single-content .p-price-table:not(.-no_change) .p-price-table-thead {
    display: none;
  }

  .p-price .c-single-content .p-price-table:not(.-no_change):not(.-single) .p-price-table-tr {
    border-top: 0;
    display: block;
    border-bottom: 1px solid #c5d3e4;
  }

  .p-price .c-single-content .p-price-table.-single .p-price-table-tr {
    position: relative;
  }

  .p-price .c-single-content .p-price-table.-single .p-price-table-tr::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 0;
    left: 15px;
    top: 0;
    border-top: 1px solid #c5d3e4;
  }

  .p-price .c-single-content .p-price-table.-single .p-price-table-tr:first-child::before {
    content: none;
  }

  .p-price .c-single-content .p-price-table.-single:not(.-no_change) .p-price-table-tr {
    border-top: 0;
    display: block;
    border-bottom: 0;
  }

  .p-price .c-single-content .p-price-table:not(.-single) .p-price-table-tr + .p-price-table-tr {
    margin-top: 10px;
  } 

  .p-price .c-single-content .p-price-table:not(.-no_change):not(.-single) .p-price-table-th,
  .p-price .c-single-content .p-price-table:not(.-no_change):not(.-single) .p-price-table-td {
    border-top: 1px solid #c5d3e4;
    border-left: 1px solid #c5d3e4;
  }

  .p-price .c-single-content .p-price-table:not(.-no_change) .p-price-table-th,
  .p-price .c-single-content .p-price-table:not(.-no_change) .p-price-table-td {
    display: block;
  }


  .p-price .c-single-content .p-price-table .p-price-table-th,
  .p-price .c-single-content .p-price-table .p-price-table-td {
    padding: 15px;
  }
 
  .p-price .c-single-content .p-price-table .p-price-table-td {
    padding: 15px;
  }
 

  .p-price .c-single-content .p-price-table:not(.-no_change) .p-price-table-th:first-child,
  .p-price .c-single-content .p-price-table:not(.-no_change) .p-price-table-td:first-child {
    width: 100%;
    border-right: 1px solid #c5d3e4;
    border-left: 1px solid #c5d3e4;
  }

  
  .p-price .c-single-content .p-price-table:not(.-no_change):not(.-single) .p-price-table-th:last-child,
  .p-price .c-single-content .p-price-table:not(.-no_change):not(.-single) .p-price-table-td:last-child {
    border-right: 1px solid #c5d3e4;
  }

  .p-price .c-single-content .p-price-table.-single .p-price-table-td {
    border-right: 0;
    border-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .p-price .c-single-content .p-price-table.-single .p-price-table-td:first-child  {
    border-right: 0;
    border-left: 0;
    padding-bottom: 10px;
  }

  .p-price .c-single-content .p-price-table.-single .p-price-table-td:last-child  {
    padding-top: 10px;
  }

  .p-price .c-single-content .p-price-table .p-price-table-th {
    font-size: 1.4rem;
  }

  .p-price .c-single-content .p-price-table:not(.-no_change) .p-price-table-td::before {
    content: attr(data-ttl);
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #1f528e;
  }

  .p-price .c-single-content .p-price-table.-single .p-price-table-tbody .p-price-table-tr:not(:first-child) .p-price-table-td::before {
    content: none;
  }

  .p-price-memo {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 2;
  }
}
/***** 20210607 *****/
.a2a_kit .a2a_label {display:none !important;}

/***** 20220928 *****/
.p-contact_field .field textarea {
  vertical-align: top;
}
/***** 20221021 *****/
.a2a_svg path {fill: #222 !important;}.a2a_s_share1 svg path:first-child {fill: none !important;}

/*----------------------------------------
privacy
----------------------------------------*/
.p-privacy__read {
  margin: 5em 0 3em;
}
@media screen and (max-width: 767px) {
  .p-privacy__read {
    margin: 18px 0 3em;
  }
}
.p-privacy__ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bbb;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*----------------------------------------
c-section
----------------------------------------*/
.c-privacy-section {
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .c-privacy-section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.c-privacy-section.is-contact {
  margin-bottom: 0;
}
.c-section__container {
  position: relative;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .c-section__container {
    margin: 0 20px;
  }
}
.c-section__container.is-middle {
  margin: 0 160px;
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-middle {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle.is-sp-middle {
    margin: 0 20px;
  }
}
.c-section__container.is-small {
  margin: 0 300px;
}
@media screen and (max-width: 1600px) {
  .c-section__container.is-small {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-small {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-small {
    margin: 0 20px;
  }
}
.p-privacy-block {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-block {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------
c-o-list-child
----------------------------------------*/
.c-o-list-child {
  position: relative;
  text-align: justify;
}
.c-o-list-child:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-o-list-child:not(:first-child) {
    margin-top: 10px;
  }
}
.c-o-list-child__item {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  counter-increment: c-o-list-child-number;
}
.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  content: "(" counter(c-o-list-child-number) ")";
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-o-list-child__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------
c-guid-desc
----------------------------------------*/
.c-guid-desc {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-guid-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
  text-align: left;
}
.c-section.is-guide .c-guid-desc {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-section.is-guide .c-guid-desc {
    padding-right: 5px;
    padding-left: 5px;
  }
}
:not(:last-child) > .c-guid-desc:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  :not(:last-child) > .c-guid-desc:last-child {
    margin-bottom: 40px;
  }
}
/*----------------------------------------
c-o-list
----------------------------------------*/
.c-o-list {
  position: relative;
  text-align: justify;
}
.c-o-list:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-o-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-o-list__item {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 10px 0 35px;
  counter-increment: c-o-list-number;
}
@media screen and (max-width: 767px) {
  .c-o-list__item {
    margin-bottom: 10px;
    padding-left: 23px;
  }
}
.c-o-list__item:last-child {
  margin-bottom: 3em;
}
.c-o-list__item::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  line-height: 1.8;
  content: counter(c-o-list-number) ".";
}
@media screen and (max-width: 767px) {
  .c-o-list__item::before {
    left: 1px;
  }
}
.c-o-list__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-form__consent {
    padding: 2em 0 1em;
    text-align: center;
    letter-spacing: 0.1rem;
}
.c-privacy-section a:not([class]),
.c-form__consent a {
    text-decoration: underline;
}
.c-privacy-section a:not([class]):hover,
.c-form__consent a:not([class]):hover {
    color: #90720f;
}
@media screen and (max-width: 767px) {
  .c-form__consent,
  .p-contact-form input[type="checkbox"] + span {
    font-size: 1.4rem;
  }
}
.p-sp-menu-items-wrap {
  height: 630px;
}
.c-u-list-child__item {
    position: relative;
    padding: 0 0 0 1.2em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-u-list-child__item {
      font-size: 12px;
      font-size: 1.2rem;
  }
}
.c-u-list-child__item::before {
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: #6e6e6e;
    content: "";
}

/*** footer subnav ***/
.p-footer-nav__wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-footer-nav__wrap {
    display: block;
    width: 100%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 16px 0;
    margin-top: 15px;
    margin-bottom: 1em;
  }
}

.p-global-footer-information-subnav {
  font-size: 13px;
  font-size: 1.3rem;
  word-break: break-all;
  margin: 0 0 15px;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .p-global-footer-information-subnav {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-global-footer-information-subnav {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
  }
}

.p-global-footer-information-subnav-item {
  display: inline-block;
}

.p-global-footer-information-subnav-item:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
}

.p-global-footer-information-subnav-item-link {
  transition: opacity .2s ease;
}

@media screen and (min-width: 1024px) {
  .p-global-footer-information-subnav-item-link:hover {
    opacity: .7;
  }
}
/* 20230111 */
.is-confirm {
  display: none;
}
.mw_wp_form_confirm .is-confirm-none {
  display: none;
}
.mw_wp_form_confirm .is-confirm {
  display: block;
}

/***** 202301 SEO *****/

/*** h1 ***/
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  background-color: #1f528e;
  color: #fff;
  padding: 13px 24px;
  min-height: 50px;
}

@media screen and (max-width: 1430px) {
  .page-title {
    z-index: 40;
  }
}

.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .page-title {
    padding: 8px 10px;
    min-height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.page-title ~ .l-header {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page-title ~ .l-header {
    margin-top: 40px;
  }
}

.page-title ~ .l-main {
  padding-top: 248px;
}

@media screen and (max-width: 1430px) {
  .page-title ~ .l-main {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .page-title ~ .l-main {
    padding-top: 90px;
  }
}

@media screen and (max-width: 1024px) {
  .page-title + .l-header .p-gnav__item {
    padding: 0 53px 27px 36px;
  }
}

/*** author ***/
.c-author-container {
  font-weight: 500;
  color: #333;
  position: relative;
  margin-top: 70px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #faf7ee;
}

@media screen and (max-width: 767px) {
  .c-author-container {
    margin-top: 50px;
    padding: 30px 20px 25px;
  }
}

.c-author-figure {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-author-figure {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }
}

.c-author-figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.c-author-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
  height: 110%;
  width: auto;
  max-width: initial;
  transform: translateX(-50%);
}

.c-author-txt {
  width: calc(100% - 200px);
  padding-left: 40px;
}


@media screen and (max-width: 767px) {
  .c-author-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.c-author-txt-label {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "游ゴシック", "Yu Gothic", '游ゴシック体', YuGothic, 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  padding: 3px 11px 1px;
  color: #fff;
  background-color: #1f528e;
  display: inline-block;
  margin-bottom: 25px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-author-txt-label {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}

.c-author-txt-name {
  color: #1f528e;
  margin-bottom: 15px;
}

.c-author-txt-name-main {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name-main {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    padding-right: 0;
    margin-bottom: 5px;
  }
}

.c-author-txt-name-sub {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name-sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-author-txt-desc {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "游ゴシック", "Yu Gothic", '游ゴシック体', YuGothic, 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  line-height: 2;
  margin-bottom: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-author-txt-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78;
    margin-bottom: 20px;
  }
}

.c-author-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-author-txt-list {
    display: block;
    margin-bottom: 25px;
  }
}

.c-author-txt-list-item {
  margin-right: 25px;
  margin-bottom: 8px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-author-txt-list-item {
    display: block;
    margin-right: 0;
  }
}

.c-author-txt-list-item-link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #1f528e;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .c-author-txt-list-item-link:hover {
    opacity: .6;
  }
}

@media screen and (max-width: 767px) {
  .c-author-txt-list-item-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-author-txt-sns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-author-txt-sns {
    justify-content: center;
  }
}

.c-author-txt-sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .c-author-txt-sns-list {
    margin-left: 0;
  }
}

.c-author-txt-sns-list-item {
  margin: 0 5px;
}

.c-author-txt-sns-list-item-link {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px;
  transition: opacity .2s ease;
}

@media screen and (min-width: 1024px) {
  .c-author-txt-sns-list-item-link:hover {
    opacity: .6;
  }
}

/*** gurtenberg nav ***/
div#toc_container {
  font-family: 'Noto Serif JP', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HGS明朝E', serif;
  display: block;
  margin-bottom: 0;
  padding: 40px;
  background: #f8f8f8;
  border: 0;
}

@media screen and (max-width: 767px) {
  div#toc_container {
    padding: 15px;
  }
}

#toc_container p.toc_title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #toc_container p.toc_title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33;
    margin-bottom: 15px;
  }
}

#toc_container p.toc_title+ul.toc_list {
  margin-top: 0;
}

div#toc_container ul li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  div#toc_container ul li {
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 1.92;
  }
}

div#toc_container ul li:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  div#toc_container ul li:nth-of-type(n+2) {
    margin-top: 5px;
  }
}

div#toc_container > ul > li::before {
  content: "ー ";
}

div#toc_container ul li ul {
  margin-top: 12px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  div#toc_container ul li ul {
    margin-top: 5px;
    margin-left: 10px;
  }
}

div#toc_container ul li ul li {
  color: #999;
}

div#toc_container ul li ul li::before {
  content: "・";
}

div#toc_container ul li a {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  div#toc_container ul li a:hover {
    opacity: .6;
  }
}

/*** post password ***/
.post-password-form input[type="password"] {
  border: 1px solid #ccc;
  padding: 5px;
}

.post-password-form input[type="submit"] {
  padding: 5px 10px;
  border: 1px solid #1c1c1c;
}
/** 20230623 **/ figure {margin-bottom: 0 !important;}
/* 20230825 */
.a2a_s_share1 svg path:first-child {fill: #222 !important;}
/* 20231101 */
.p-support-single .p-article-post-list {
  max-width: 1200px;
  display: flex;
  justify-cotntent: center;
}
.p-support-single .p-article-post {
  margin:0 .5em 1em !important;
  max-width: 300px;
  width: 100%;
}
.p-support-single .p-article-post__thumb {
  padding-bottom: 100px;
}
.p-support-single .c-article-post__ttlttl-main {
  letter-spacing: .1em !important;
}
@media screen and (max-width: 500px) {
  .p-support-single .p-article-post {
    margin:0 .0em 1em !important;
    max-width: 100%;
  }
}
/* 20231227 */
.p-plan .c-section__list__item__img {
  margin-bottom: 0 !important;
}
.p-plan .c-section__list__item-dt {
  height: auto;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: .5em;
}
.c-section__list__item-dt__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-plan .c-section__list__item-dd-text {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-plan .c-section__list__item-dt {
    font-size: 2.2rem;
  }
  .p-plan-single .p-page-headline .c-content__inner__copy-area {
    max-width: 80vw;
    width: auto;
    padding: 1em;
  }
}
/* 20240117 */
.p-top-content-list .p-article-post__container .c-article-post__ttl {
  padding: 0 1em;
}
.p-top-content-list .p-article-post__container .c-article-post__ttl .c-article-post__ttlttl-main {
  line-height: 1.5;
  letter-spacing: .2em;
}
@media screen and (max-width: 767px) {
  .p-top-content-list .p-article-post__container .c-article-post__ttl .c-article-post__ttlttl-main {
    line-height: 1.5;
  }
}

/* 20240126 contact form7 */
/* ----- .p-contact ----- */
.p-contact__content__inner {
  padding: 0 15px 50px;
  max-width: 850px;
  margin: 0 auto;
}

.p-contact__content__inner .description {
  margin-bottom: 50px;
  line-height: 1.6;
}

.p-contact__content__inner .description p + p {
  margin-top: 1.6em;
}

@media screen and (min-width: 768px) {
  .p-contact__content__inner {
    padding-bottom: 100px;
  }
  .p-contact__content__inner .description {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__content__inner .description {
    margin-top: 18px;
  }
}

.p-contact_field:nth-of-type(n+2) {
  margin-top: 40px;
  clear: both;
}

@media screen and (max-width: 767px) {
  .p-contact_field .label label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .p-contact_field .label label span:first-child {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .p-contact_field .label label span:last-child {
    -webkit-box-ordinal-group: 2;
            order: 1;
    margin-right: 20px;
  }
}

.p-contact_field .label label span {
  display: inline-block;
  vertical-align: middle;
}

.p-contact_field .label label span.txt {
  margin-right: 10px;
}

_:-ms-fullscreen, :root .p-contact_field .label label span.txt {
  display: inline-block;
  padding-top: 7px;
  line-height: 1.1;
}

.p-contact_field .label label span.required,
.p-contact_field .label label span.any {
  background-color: #d11826;
  color: #fff;
  padding: 2px 8px;
  font-size: 1.4rem;
}

.p-contact_field .label label span.any {
  background-color: #b8b8b8;
}

_:-ms-fullscreen, :root .p-contact_field .label label span.required,
_:-ms-fullscreen, :root .p-contact_field .label label span.any {
  padding: 5px 8px 2px;
  line-height: 1.1;
}

.p-contact_field .field {
  margin-top: 20px;
}

.p-contact_field .field input[type="text"],
.p-contact_field .field input[type="email"],
.p-contact_field .field input[type="tel"],
.p-contact_field .field select,
.p-contact_field .field input[type="date"],
.p-contact_field .field input[type="number"] {
  width: 100%;
  font-size: 1.6rem;
  background-color: #f8f8f8;
  padding: 10px 15px;
}

.p-contact_field .field textarea {
  width: 100%;
  font-size: 1.6rem;
  background-color: #f8f8f8;
  padding: 10px 15px;
}

.p-contact_field .field .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: auto;
  padding-top: 6px;
  display: inline-block;
}

_:-ms-fullscreen .mwform-radio-field-text, :root .p-contact_field .field .mwform-radio-field label .mwform-radio-field-text {
  display: inline-block;
  padding-top: 3px;
}

@media screen and (min-width: 768px) {
  .p-contact_field:nth-of-type(n+2) {
    margin-top: 60px;
  }

  .p-contact_field {
    display: flex;
    width: 100%;
  }

  .p-contact_field .label {
    width: 190px;
    padding-top: 8px;
  }

  .p-contact_field .label label {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }

  _:-ms-fullscreen, :root .p-contact_field .label label {
    line-height: 1.1;
  }

  .p-contact_field .label label span {
    float: left;
  }

  .p-contact_field .label label span.any,
  .p-contact_field .label label span.required {
    float: right;
  }

  .p-contact_field .field {
    width: calc(100% - 190px);
    margin-top: 0;
    padding: 0px 0 0 50px;
    vertical-align: middle;
  }

  .p-contact_field .field input[type="text"], .p-contact_field .field input[type="email"], .p-contact_field .field input[type="tel"] {
    font-size: 1.4rem;
  }

  .p-contact_field .field textarea {
    font-size: 1.4rem;
  }

  .wpcf7-checkbox,
  .wpcf7-radio {
    display: inline-block;
    padding-top: 8px;
  }

  .wpcf7-file {
    padding-top: 8px;
  }
}

.p-contact .consent {
  text-align: center;
}

.p-contact .consent input[type="checkbox"] {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #777;
  box-sizing: border-box;
  vertical-align: top;
}

.p-contact .consent input[type="checkbox"]:after {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: -1px;
  left: -1px;
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #777;
  font-weight: 900;
  text-align: center;
}

.p-contact .consent input[type="checkbox"]:checked:after {
  content: "\f00c";
}

.p-contact .contact_preview_btn {
  text-align: center;
  margin-top: 30px;
}

.p-contact .contact_preview_btn .btn {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  background-color: #1f528e;
  position: relative;
}

.p-contact .contact_preview_btn .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.01%;
  background-color: #ffffff;
  visibility: hidden;
  height: 100%;
  z-index: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (min-width: 770px) {
  .p-contact .contact_preview_btn .btn:hover:after {
    visibility: visible;
    left: 0.01%;
    width: 100%;
  }
}

.p-contact .contact_preview_btn .btn.is_back {
  display: none;
}

.p-contact .contact_preview_btn .btn input[type="submit"] {
  color: #fff;
  width: 100%;
  padding: 22px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: relative;
  border: 1px solid #1f528e;
  z-index: 1;
}

@media screen and (min-width: 770px) {
  .p-contact .contact_preview_btn .btn input[type="submit"]:hover {
    color: #1f528e;
  }
}

.p-contact .error {
  margin-top: 10px;
}

.p-contact .mw_wp_form_confirm .privacy, .p-contact .mw_wp_form_confirm .consent {
  display: none !important;
}

.p-contact .mw_wp_form_confirm .is_back {
  display: inline-block !important;
  margin-bottom: 20px;
}

.p-contact .mw_wp_form_complete .comp {
  text-align: center;
}

.p-contact .mw_wp_form_complete .comp .ttlC {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-contact .privacy {
    padding: 30px;
    margin-top: 60px;
  }
  .p-contact .contact_preview_btn {
    margin-top: 60px;
  }
  .p-contact .mw_wp_form_complete {
    margin-top: 80px;
  }
  .p-contact .mw_wp_form_complete .comp .ttlC {
    margin-bottom: 30px;
  }
  .p-contact .mw_wp_form_complete .comp .ttlC .spOnly {
    display: none;
  }
}


.p-contact input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact input[type='radio'] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.p-contact input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: normal;
  line-height: 1.5;
}

.p-contact input[type="checkbox"] + span:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #dedede;
  border-radius: 0;
  background: #fff;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-contact input[type="checkbox"] + span::after {
  position: absolute;
  display: inline-block;
  content: '';
  top: calc(50% - 10px);
  left: 8px;
  width: 8px;
  height: 16px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  opacity: 0;
  -webkit-transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.p-contact .mwform-radio-field {
  display: inline-block;
  padding-right: 16px;
}

.p-contact input[type='radio'] + span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  line-height: 1.5;
}

.p-contact input[type='radio'] + span:before {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  content: '';
  top: calc(50% - 12px);
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dedede;
}

.p-contact input[type='radio'] + span:after {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  content: '';
  top: 50%;
  left: 12px;
  width: 12px;
  height: 12px;
  background: #1f528e;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-50%) translateX(-50%) scale3d(0.8, 0.8, 1);
          transform: translateY(-50%) translateX(-50%) scale3d(0.8, 0.8, 1);
}

input[type='radio']:checked + span:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
          transform: translateY(-50%) translateX(-50%) scale3d(1, 1, 1);
}

input[type="checkbox"]:checked + span:before {
  opacity: 0;
  -webkit-transform: scale3d(2, 2, 1) rotate(45deg);
          transform: scale3d(2, 2, 1) rotate(45deg);
}

input[type="checkbox"]:checked + span:after {
  border-color: #222;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  position: relative;
}

.wpcf7-list-item {
  margin: 0 1em 8px 0;
}

.wpcf7-list-item:first-child {
  margin-left: 0;
}

.wpcf7-not-valid-tip {
  padding-top: 5px;
}

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

.p-contact input,
.p-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  min-height: 45px;
}

.wpcf7 input[type="file"] {
  width: 100%;
}

input::-webkit-date-and-time-value{
  text-align: left;
}

span.wpcf7-spinner {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  font-family: "游ゴシック", "Yu Gothic", '游ゴシック体', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
.p-about-concept > .c-section:only-child .p-about-concept-number .number{
  display: none;
}
.p-about-concept > .c-section:only-child .p-about-concept-number .unit{
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) and (max-height: 1000px){
  .p-mainvisual__copy-area__txt-main span {
    font-size: 3.1vh !important;
  }
  .p-mainvisual .p-section {
    overflow: none;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) and (max-height: 900px){
  .p-mainvisual__copy-area__txt-main span {
    font-size: 3.8vh !important;
  }
  .p-mainvisual .p-section {
    overflow: none;
  }
}
@media screen and (min-width:768px) and (max-width: 980px) {
	.p-top-content-list .p-article-post__container .c-article-post__ttl .c-article-post__ttlttl-main {
		font-size: 2.5rem;	
	}
}