﻿@charset "utf-8";
/* CSS Document */

/*js*/
.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: #fff;
}

/******************************************************************************

@keyframes

******************************************************************************/
/* move ****************************************************/
.js-scrMove,.jsMove {
  opacity: 0;
  /* -webkit-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;*/
}
.js-scrMove.on,.jsMove.on {
  opacity: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  visibility: visible !important;
}

.js-fromBottom.on {
  -webkit-animation-name: fromBottom;
  animation-name: fromBottom;
}
@-webkit-keyframes fromBottom {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fromBottom {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

/******************************************************************************
マスク
******************************************************************************/
.box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box .boxInner{
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  text-align: center;
  background-color: #fff;
  opacity: 0;
}
.box .boxInner.c-bg_f7f7f7{
  background-color: #f7f7f7 !important;
}
/*左から*/
.isPlay {
  animation-name: play;
  animation-duration: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.c-grey .isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}


@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}


/* Component ------------ */

/******************************************************************************
タイトル
******************************************************************************/
.c-full_img img {
  width: 100%;
}
.c-full_hight_img img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.c-mainTtl {
  position: relative;
}
.c-mainTtl_ja {
  display: block;
  position: absolute;
  left: 0;
  line-height: 1.3;
  width: 100%;
}
.c-mainTtl_ja_88 {
  top: 2em;
}
.c-mainTtl_ja_78 {
  top: 1.772em;
}
.c-mainTtl_ja_76 {
  top: 1.7271em;
}
.c-mainTtl_ja_72 {
  top: 1.636em;
}
.c-mainTtl_ja_80 {
  top: 1.818em;
}
.c-mainTtl_ja_84 {
  top: 1.9089em;
}
.c-mainTtl_ja_70 {
  top: 1.59075em;
}
.c-mainTtl_ja_63 {
  top: 1.432em;
}
.c-mainTtl_ja_60 {
  top: 1.364em;
}
.c-mainTtl_ja_57 {
  top: 1.295em;
}
.c-mainTtl_ja_52 {
  top: 1.182em;
}
.c-mainTtl_ja_32 {
  top: 0.727em;
}
.c-mainTtl_ja_50 {
  top: 3.125em;
}
.c-mainTtl_ja_45 {
  top: 2.813em;
}
.c-mainTtl_ja_40 {
  top: 2.5em;
}
.c-mainTtl_ja_30 {
  top: 1.875em;
}
.c-mainTtl_ja_27 {
  top: 1.688em;
}
.c-mainTtl_ja_cen {
  top: 1.455em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.c-mainTtl_en {
  text-align: left;
  display: inline-block;
}
@media (max-width: 768px) {
  .c-mainTtl_en br.p-spNone{
    display: none;
  }
}
@media (min-width: 768px) {
  .c-mainTtl_en br.p-spNone{
    display: inline-block;
  }
}

.c-mainTtl_en_cen {
  text-align: center !important;
}

.c-mainTtl_right {
  text-align: center;
}
.c-mainTtl_right .c-mainTtl_en {
  display: inline-block;
  text-align: left;
}
.c-mainTtl_right .c-mainTtl_ja {
  display: block;
  text-align: right;
}

.c-mainTtl_j_right {
  position: absolute;
  right: 0;
  text-align: right;
}

.c-questionTtl::before {
  display: inline-block;
  content: "Q";
}
.c-questionTtl_big {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 100;
}
.c-tit {
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-full_hight_img img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .c-mainTtl {
    margin-bottom: 2em;
  }
  .c-mainTtl_right {
    text-align: left;
  }
  .c-mainTtl_j_right {
    text-align: left;
  }
  .c-mainTtl_right {
    text-align: left;
  }
  .c-mainTtl_right .c-mainTtl_en {
    display: inline-block;
    text-align: left;
  }
  .c-mainTtl_right .c-mainTtl_ja {
    display: inline-block;
    text-align: left;
  }
  .c-mainTtl_j_right {
    position: absolute;
    right: auto;
    left: 0;
    text-align: right;
  }
  .c-questionTtl_big {
    align-items: flex-start;
  }
}
/******************************************************************************
ボタン
******************************************************************************/
.c-link_boder a ,
.c-link_boder span.anchor {
  border-bottom: solid 1px #000000;
}
.c-link_boder span.anchor{
  transition: 0.3s;
}
/*ボタン*/
.c-btn {
  border-radius: 5px;
}
.c-btn a {
  border-radius: 5px;
  height: 3.556em;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffbc0d;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 90%;
    margin: 0 auto;
    border-radius: 3px;

  }
  .c-btn a{
    height: 3.571em;
    border-radius: 3px;

  }
}
/*赤いボタン*/
.c-btn-red a {
  background-color: #db0007;
}
/*囲われたボタン*/
.c-btn-boder a {
  background-color: #fff;
  border: solid 2px #db0007;
}
/*ホバー*/

.p-card__item:hover {
  opacity: 0.7;
}
.p-card__item.p-background__item:hover {
  opacity: 1;
}
.p-card__item.p-background__item:hover img{
  opacity: 0.7;
}
.c-btn a:hover {
  opacity: 0.7;
}
.c-btn-boder a:hover {
  color: #757575;
  background: #fff;
  border: solid 2px #e64c51;
}
.c-btn-red a:hover {
  background-color: #e64c51;
  opacity: 0.7;
}
.c-link_boder a:hover ,
a:hover .c-link_boder span.anchor {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}

/*矢印*/
.c-btn-arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn-arrow a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
}
.c-btn-arrow_white a::after {
  background: url("../images/common/arrow_white.svg") no-repeat;
  background-size:auto 100%;

}
.c-btn-arrow_red a::after {
  background: url("../images/common/arrow_red.svg") no-repeat;
  background-size: auto 100%;

}
/*別窓*/
.c-btn-blank a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn-blank a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
}
.c-btn-blank_white a::after {
  background: url("../images/common/link_ico_white.png") no-repeat;
  background-size:auto 100%;

}
.c-btn-blank_red a::after {
  background: url("../images/common/link_ico_white_hover.png") no-repeat;
  background-size: auto 100%;

}
/*真ん中*/
.c-btn-arrow_cen a {
  padding: 1em 0 1.5em;
  position: relative;
}
.c-btn-arrow_cen a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto 0;
  margin-left: 4px;
}
/*真ん中白*/
.c-btn-arrow_cen_white a {
  padding: 1em 0 1.5em;
  display: block;
  box-sizing: border-box;
}
.c-btn-arrow_cen_white a::after {
  background: url("../images/common/arrow_white.svg") no-repeat;
  background-size: auto 100%;
  bottom: -4em;
  display: block;
}
/*真ん中赤*/
.c-btn-arrow_cen_red a::after {
  background: url("../images/common/arrow_red.svg") no-repeat;
  background-size: auto 100%;
}

.c-btn-boder02:hover {
  background-color: #ffd055;
  color: #696969;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn-boder02:hover a {
  color: #757575;
  filter: alpha(opacity=70);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}

/*前にアイコン*/
.c-before_ico a {
  position: relative;
  display: flex;
  align-items: center;
}
.c-before_ico a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.c-before_ico_arrow_c a::before {
  background-image: url("../images/common/arrow_yellow_c.svg");
  width: 13px;
  height: 13px;
  margin-right: 0.467em;
}

@media screen and (max-width: 768px) {
  .c-after_ico_arrow_c_s a::after ,
  .c-after_ico_arrow_c_s span.anchor::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/common/arrow_yellow_c.svg");
    width: 16px;
    height: 16px;
    margin-right: 0.467em;
    position: absolute;
    right: 1em;
  }
  .c-before_ico_arrow_c a::before {
    display: none;
  }
}
/*後ろにアイコン*/
.c-after_ico a ,
.c-after_ico span.anchor {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.c-after_ico a::after ,
.c-after_ico span.anchor::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/*黄色矢印*/
.c-after_ico_arrow_c a::after ,
.c-after_ico_arrow_c span.anchor::after {
  background-image: url("../images/common/arrow_yellow_c.svg");
  width: 18px;
  height: 18px;
  margin-left: 0.467em;
}
.c-after_ico a.c-block ,
.c-after_ico span.anchor.c-block {
  position: relative;
  display: block;
  align-items: center;
}
.c-after_ico a.c-block::after ,
.c-after_ico span.anchor.c-block::after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 0;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
/*黄色矢印*/
.c-after_ico_arrow_c a::after ,
.c-after_ico_arrow_c span.anchor::after {
  background-image: url("../images/common/arrow_yellow_c.svg");
  width: 18px;
  height: 18px;
  margin-left: 0.467em;
}
.l-header_info_item_ico_arrow_c a::after {
  background-image: url("../images/common/arrow_yellow_c.svg");
  width: 16px;
  height: 16px;
  margin-left: 0.467em;
  background-size: 100% auto;
}
.l-header_info_item_ico_arrow_c a {
  transition: .3s;
}
.l-header_info_item_ico_arrow_c a:hover {
  opacity: 0.7;
}
.c-after_ico_link a::after ,
.c-after_ico_link span.anchor::after {
  background-image: url("../images/common/link_ico.svg");
  width: 11px;
  height: 9px;
  margin-left: 0.3em;
}

@media screen and (min-width: 768px) {
  .c-after_ico_link a:hover ,
  .c-after_ico_link span.anchor:hover {
    color: #db0007;
  }
  .c-after_ico_link a:hover::after ,
  .c-after_ico_link span.anchor:hover::after {
    background-image: url("../images/common/link_ico_hover.svg");
    width: 11px;
    height: 9px;
    margin-left: 0.3em;
  }
}

.c-arcive_arrow01 a,
.c-arcive_arrow02 a {
  height: 3.611em;
}
.c-arcive_arrow01 a:hover,
.c-arcive_arrow02 a:hover {
  background-color: #ffbc0d;
  opacity: 0.7;
}
.c-arcive_arrow01 a::after {
  background-image: url("../images/common/arrow_back_white.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 11px;
  height: 8px;
  background-size: 100% auto;
  margin: auto;
}
.c-arcive_arrow02 a::after {
  background-image: url("../images/common/arrow_left_white.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 95%;
  width: 8px;
  height: 11px;
  background-size: 100% auto;
  margin: auto;
}
.c-arcive_arrow01 {
  width: 35.19%;
}
@media screen and (max-width: 768px) {
  .c-arcive_arrow01 {
    width: 100%;
  }
}
/******************************************************************************
boxsizing
******************************************************************************/
.boxsizing {
  box-sizing: border-box;
}
/******************************************************************************
white-space
******************************************************************************/
.c-white-space {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .u-white-space_s {
    white-space: nowrap;
  }
}
/******************************************************************************
cursor
******************************************************************************/
.c-pointer {
  cursor: pointer;
}
/******************************************************************************
list
******************************************************************************/
.c-dot {
  padding-left: 1em;
  position: relative;
}
.c-dot::after {
  content: "";
  background-image: url("../../assets/images/common/dot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
/******************************************************************************
border-radius
******************************************************************************/
.radius3 {
  border-radius: 3px;
}
.radius10 {
  border-radius: 10px;
}
/******************************************************************************
width
******************************************************************************/
.c-width_148 {
  width: 14.45%;
}
.c-width_205 {
  width: 20.2%;
}
.c-width_514 {
  width: 50.2%;/*514px*/
}
.c-width_35 {
  width: 35.01%;
}
.c-width_242 {
  width: 23.63%;
}
.c-width_416 {
  width: 40.63%;/*416px*/
}
.c-width_448 {
  width: 43.75%;/*448px*/
}
.c-width_444 {
  width: 43.36%;/*444px*/
}
.c-width_508 {
  width: 49.6%;/*508px*/
}
.c-width_512 {
  width: 50%;/*512px*/
}
.c-width_544 {
  width: 53.13%;/*544px*/
}
.c-width_554 {
  width: 54.1%;/*554px*/
}
.c-width_636 {
  width: 62.11%;/*636px*/
}
.c-width_544 {
  width: 53.13%;/*544px*/
}
.c-width_710 {
  width: 69.35%;
}
.c-width_777 {
  width: 75.88%;
}
.c-width_70 {
  width: 70%;
}

/******************************************************************************
height
******************************************************************************/
.c-height106 {
  height: 106px;
}
.c-height211 {
  height: 211px;
}
.c-height275 {
  height: 275px;
}
.c-height434 {
  height: 434px;
}
/******************************************************************************
Font
******************************************************************************/
.c-alignCenter {
  align-items: center;
}
.opacity9 {
  opacity: 0.9;
}
.c-robot {
  font-family: "Speedee", "メイリオ", "Meiryo", "Roboto", "Hiragino Sans", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*文字の太さ*/
.c-Weight_300 {
  font-weight: 300;
}
.c-Weight_400 {
  font-weight: 400;
}
.c-Weight_500 {
  font-weight: 500;
}
.c-Weight_600 {
  font-weight: 600;
}
.c-Weight_700 {
  font-weight: 700;
}
.c-Weight_900 {
  font-weight: 900;
}
.c-Weight_normal {
  font-weight: normal;
}
.c-tCenter {
  text-align: center;
}
.c-tLeft {
  text-align: left;
}
.c-tRight {
  text-align: right;
}
/*文字の大きさ*/
.c-font_8 {
  font-size: 0.8rem; /*8px*/
}
.c-font_11 {
  font-size: 1.1rem; /*11px*/
}
.c-font_12 {
  font-size: 1.2rem; /*12px*/
}
.c-font_13 {
  font-size: 1.3rem; /*13px*/
}
.c-font_14 {
  font-size: 1.4rem; /*14px*/
}
.c-font_15 {
  font-size: 1.5rem; /*15px*/
}
.c-font_16 {
  font-size: 1.6rem; /*15px*/
}
.c-font_18 {
  font-size: 1.8rem; /*18px*/
}
.c-font_20 {
  font-size: 2.0rem; /*20px*/
}
.c-font_22 {
  font-size: 2.2rem; /*22px*/
}
.c-font_24 {
  font-size: 2.4rem; /*24px*/
}
.c-font_26 {
  font-size: 2.6rem; /*26px*/
}
.c-font_30 {
  font-size: 3rem; /*30px*/
}
.c-font_34 {
  font-size: 3.4rem; /*30px*/
}
.c-font_36 {
  font-size: 3.6rem; /*36px*/
}
.c-font_38 {
  font-size: 3.8rem; /*38px*/
}
.c-font_40 {
  font-size: 4rem; /*30px*/
}
.c-font_44 {
  font-size: 4.4rem; /*44px*/
}
.c-font_48 {
  font-size: 4.8rem; /*48px*/
}
.c-font_55 {
  font-size: 5.5rem; /*55px*/
}
.c-font_77 {
  font-size: 7.7rem; /*77px*/
}
.c-font_80 {
  font-size: 8.0rem; /*80px*/
}
.c-font_90 {
  font-size: 9.0rem; /*90px*/
}
.c-font_100 {
  font-size: 10rem; /*124px*/
}
.c-font_124 {
  font-size: 12.4rem; /*124px*/
}
.c-font_130 {
  font-size: 13rem; /*130px*/
}
.c-font_136 {
  font-size: 13.6rem; /*136px*/
}
@media screen and (max-width: 1023px) {
  .c-font_18_tub {
    font-size: 1.76vw;
  }
  .c-font_26_tub {
    font-size: 2.54vw;
  }
  .c-font_136_tub {
    font-size: 3.71vw;
  }
}

/*インデント*/
.c-indent-1 {
  padding-left:1em;
  text-indent:-1em;
}
.c-indent-2 {
  padding-left:2em;
  text-indent:-2em;
}
.c-indent-3 {
  padding-left:2.8em;
  text-indent:-2.8em;
}

/*文字間*/
.letter-008 {
  letter-spacing: -0.08em;
}
.letter-006 {
  letter-spacing: -0.06em;
}
.letter-005 {
  letter-spacing: -0.05em;
}
.letter-003 {
  letter-spacing: -0.03em;
}
.letter-002 {
  letter-spacing: -0.02em;
}
.letter000 {
  letter-spacing: 0.00em;
}
.letter002 {
  letter-spacing: 0.02em;
}
.letter003 {
  letter-spacing: 0.03em;
}
.letter005 {
  letter-spacing: 0.05em;
}
.letter006 {
  letter-spacing: 0.06em;
}
.letter008 {
  letter-spacing: 0.08em;
}
.letter120 {
  letter-spacing: 0.12em;
}
.letter150 {
  letter-spacing: 0.15em;
}
.letter250 {
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {

  .letter-010_s {
    letter-spacing: -0.1em;
  }
  .letter-008_s {
    letter-spacing: -0.08em;
  }
  .letter-007_s {
    letter-spacing: -0.07em;
  }
  .letter-006_s {
    letter-spacing: -0.06em;
  }
  .letter-005_s {
    letter-spacing: -0.05em;
  }
  .letter-003_s {
    letter-spacing: -0.03em;
  }
  .letter-002_s {
    letter-spacing: -0.02em;
  }
  .letter000_s {
    letter-spacing: 0.00em;
  }
  .letter002_s {
    letter-spacing: 0.02em;
  }
  .letter003_s {
    letter-spacing: 0.03em;
  }
  .letter005_s {
    letter-spacing: 0.05em;
  }
  .letter006_s {
    letter-spacing: 0.06em;
  }
  .letter008_s {
    letter-spacing: 0.08em;
  }
  .letter120_s {
    letter-spacing: 0.12em;
  }
  .letter150_s {
    letter-spacing: 0.15em;
  }
  .letter250_s {
    letter-spacing: 0.25em;
  }
}
/*行間*/
.c-linehight_0 {
  line-height: 0;
}
.c-linehight_08 {
  line-height: 0.8;
}
.c-linehight_798 {
  line-height: 0.798;
}
.c-linehight_s674 {
  line-height: 0.674;
}
.c-linehight_1 {
  line-height: 1;
}
.c-linehight_12 {
  line-height: 1.2;
}
.c-linehight_156 {
  line-height: 1.56;
}
.c-linehight_13 {
  line-height: 1.3;
}
.c-linehight_14 {
  line-height: 1.4;
}
.c-linehight_16 {
  line-height: 1.6;
}
.c-linehight_17 {
  line-height: 1.7;
}
.c-linehight_175 {
  line-height: 1.75;
}
.c-linehight_18 {
  line-height: 1.8;
}
.c-linehight_19 {
  line-height: 1.9;
}
.c-linehight_20 {
  line-height: 2.0;
}
.c-linehight_40 {
  line-height: 4;
}
.c-vertical-alignSuper {
  vertical-align: super;
}
.c-vertical-alignMiddle {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {

  .c-vertical-alignBase {
    vertical-align: baseline;
  }
}

/******************************************************************************
color
******************************************************************************/
.c-color_ffbc0d {
  color: #ffbc0d; /*黄色*/
}
.c-color_db0007 {
  color: #db0007; /*赤色*/
}
.c-color_f2f2f2 {
  color: #f2f2f2; /*薄いベージュ*/
}
.c-color_e6e6e6 {
  color: #e6e6e6; /*薄いベージュ*/
}
.c-color_292929 {
  color: #292929; /*濃いグレー*/
}
.c-color_fff {
  color: #fff; /*白*/
}
.c-color_dfdfdf {
  color: #dfdfdf;
}
.c-color_ebebeb {
  color: #ebebeb;
}
/******************************************************************************
Border
******************************************************************************/
.c-borderRight_black {
  border-right: 1px solid #000000;
}
.c-borderLeft_black {
  border-left: 1px solid #000000;
}
.c-borderBt_black {
  border-bottom: 1px solid #000000;
}
.c-borderBt_d5d5d5 {
  border-bottom: 1px solid #d5d5d5;
}
.c-borderTop_d5d5d5 {
  border-top: 1px solid #d5d5d5;
}
.c-boder_black {
  border: 1px solid #000000;
}
.c-boder_black_top {
  border-top: 1px solid #000000;
}
.c-boder_black_bottom {
  border-bottom: 1px solid #000000;
}
.c-boder_db0007 {
  border: solid 2px #db0007;
}
.c-borderBottomd5 {
  border-bottom: 1px solid #d5d5d5;
}

@media screen and (max-width: 768px) {
  .c-borderBt_black_s {
    border-bottom: 1px solid #000000;
  }
  .c-borderTop_d5d5d5_s {
    border-top: 1px solid #d5d5d5;
  }
  .boder-top_none_s {
    border-top: none;
  }
  .c-boder_black_top_s {
    border-top: 1px solid #000000;
  }
  .c-borderLeftNone {
    border-left: none;
  }
  .c-borderNone {
    border: none;
  }
}

/******************************************************************************
Margin
******************************************************************************/
/*寄せ*/
.c-margin__cen {
  margin: 0 auto;
}
.c-margin__left {
  margin-right: auto;
}
.c-margin__right {
  margin-left: auto;
}

/*bottom*/
.c-marginBt_10 {
  margin-bottom:0.625em;
}
.c-marginBt_xxs {
  margin-bottom: 1em;
}


.c-marginBt_05 {
  margin-bottom: 0.5em;
}

.c-marginBt_1 {
  margin-bottom: 1em;
}
.c-marginBt_1 {
  margin-bottom: 1em;
}
.c-marginBt_15 {
  margin-bottom: 0.9375em;
}
.c-marginBt_16 {
  margin-bottom: 1em;
}
.c-marginBt_18 {
  margin-bottom: 1.125em;
}
.c-marginBt_20 {
  margin-bottom: 1.25em;
}
.c-marginBt_22 {
  margin-bottom: 1.375em;
}
.c-marginBt_24 {
  margin-bottom: 1.5em;
}
.c-marginBt_25 {
  margin-bottom: 1.563em;
}
.c-marginBt_30 {
  margin-bottom: 1.875em;
}
.c-marginBt_40 {
  margin-bottom: 2.5em;
}
.c-marginBt_48 {
  margin-bottom: 3em;
}
.c-marginBt_50 {
  margin-bottom: 3.125em;
}
.c-marginBt_56 {
  margin-bottom: 3.5em;
}

.c-marginBt_60 {
  margin-bottom: 3.75em;
}
.c-marginBt_63 {
  margin-bottom: 3.75em;
}
.c-marginBt_65 {
  margin-bottom: 4.063em;
}
.c-marginBt_70 {
  margin-bottom: 4.375em;
}
.c-marginBt_76 {
  margin-bottom: 4.75em;
}
.c-marginBt_80 {
  margin-bottom: 5em;
}
.c-marginBt_90 {
  margin-bottom: 5.625em;
}
.c-marginBt_100 {
  margin-bottom: 6.25em;
}
.c-marginBt_120 {
  margin-bottom: 7.5em;
}
.c-marginBt_134 {
  margin-bottom: 8.375em;
}
.c-marginBt_160 {
  margin-bottom: 10em;
}
/*top*/
.c-marginTop_80 {
  margin-top: 5em;
}
.c-marginTop_75 {
  margin-top: 4.688em;
}
.c-marginTop_20 {
  margin-top: 1.25em;
}
.c-marginTop_16 {
  margin-top: 1em;
}
.c-marginTop_15 {
  margin-top: 0.9375em;
}
.c-marginTop_14 {
  margin-top: 0.875em;
}
.c-marginTop_14 {
  margin-top: 0.875em;
}
.c-marginTop_13 {
  margin-top: 0.8125em;
}
.c-marginTop_12 {
  margin-top: 0.75em;
}
.c-marginTop_11 {
  margin-top: 0.6875em;
}
.c-marginTop_10 {
  margin-top: 0.625em;
}
.c-marginTop_08 {
  margin-top: 0.5em;
}
.c-marginTop_07 {
  margin-top: 0.4375em;
}
.c-marginTop_15 {
  margin-top: 0.9375em;
}
.c-marginTop_36 {
  margin-top: 2.25em;
}

/*right*/
.c-marginRight_1p {
  margin-right: 1%;
}
.c-marginRight_2p {
  margin-right: 2%;
}
.c-marginRight_3p {
  margin-right: 3%;
}
.c-marginRight_4p {
  margin-right: 4%;
}
.c-marginRight_5p {
  margin-right: 5%;
}
.c-marginRight_6p {
  margin-right: 6%;
}
.c-marginRight2 {
  margin-right: 2em;
}
.c-marginRight_33 {
  margin-right: 2.063em;
}
.c-marginRight_61 {
  margin-right: 6.03%;
}

/*left*/
.c-marginLeft_1p {
  margin-left: 1%;
}
.c-marginLeft_2p {
  margin-left: 2%;
}
.c-marginLeft_3p {
  margin-left: 3%;
}
.c-marginLeft__05 {
  margin-left: 0.5em;
}
.c-marginLeft_5p {
  margin-left: 5%;
}
.c-marginLeft_20p {
  margin-left: 20%;
}
.c-marginLeft_33 {
  margin-left: 2.063em;
}

@media screen and (max-width: 768px) {
  .c-marginRight_1p {
    margin-right: 0;
  }
  .c-marginLeft_1p {
    margin-left: 0;
  }
}
/*ネガティブマージン*/
.c-negativeMt_xxs {
  margin-top: -1.667em;
}
.c-negativeMt_xxs019 {
  margin-top: -1.9em;
}
.c-negativeMt_xxs01 {
  margin-top: -1em;
}
.c-negativeMt_L {
  margin-bottom: -3.611em;
}
.c-negativeMt_xs {
  margin-top: -2.813em;
}
.c-negativeMt_m {
  margin-top: -0.841em;
}
.c-negativeMt_08 {
  margin-top: -0.8em;
}
.c-negativeMt_07 {
  margin-top: -0.7em;
}
.c-negativeMt_06 {
  margin-top: -0.6em;
}
.c-negativeMt_05 {
  margin-top: -0.5em;
}
.c-negativeMt_04 {
  margin-top: -0.4em;
}
.c-negativeMt_05 {
  margin-top: -0.3em;
}
.c-negativeMt_02 {
  margin-top: -0.2em;
}
.c-negativeMt_017 {
  margin-top: -0.17em;
}
.c-negativeMt_016 {
  margin-top: -0.16em;
}
.c-negativeMt_015 {
  margin-top: -0.15em;
}
.c-negativeMt_01 {
  margin-top: -0.1em;
}
.c-negativeMl_xxs {
  margin-left: -0.5em;
}
.c-negativeMl_xxs06 {
  margin-left: -0.6em;
}
.c-negativeMl_xxs07 {
  margin-left: -0.7em;
}
.c-negativeMl_xxs03 {
  margin-left: -0.3em;
}
.c-negativeMl_xs {
  margin-left: -1.4em;
}

@media screen and (max-width: 1143px) and (min-width: 768px) {
  .c-negativeMl_xxs {
    margin-left: 0;
  }
  .c-negativeMl_xxs06 {
    margin-left: 0em;
  }
  .c-negativeMl_xxs07 {
    margin-left: 0em;
  }
  .c-negativeMl_xxs03 {
    margin-left: 0;
  }


}
@media screen and (max-width: 768px) {
  .c-negativeMt_xxs {
    margin-top: 0;
  }
  .c-negativeMt_xs {
    margin-top: 0;
  }
  .c-negativeMt_m {
    margin-top: 0;
  }
  .c-negativeMl_none_s{
    margin-left: 0!important;
  }

  .c-negativeMr_xxs06 {
    margin-right: -0.6em;
  }
  .c-negativeMr_xxs07 {
    margin-right: -0.7em;
  }
  .c-negativeMr_xxs03 {
    margin-right: -0.3em;
  }
}
@media screen and (max-width: 768px) {
  .u-negativeMt_xxs {
    margin-top: -1.667em;
  }
  .u-negativeMt_xxs019 {
    margin-top: -1.9em;
  }
  .u-negativeMt_xxs01 {
    margin-top: -1em;
  }
  .u-negativeMt_L {
    margin-bottom: -3.611em;
  }
  .u-negativeMt_xs {
    margin-top: -2.813em;
  }
  .u-negativeMt_m {
    margin-top: -0.841em;
  }
  .u-negativeMt_08 {
    margin-top: -0.8em;
  }
  .u-negativeMt_07 {
    margin-top: -0.7em;
  }
  .u-negativeMt_06 {
    margin-top: -0.6em;
  }
  .u-negativeMt_05 {
    margin-top: -0.5em;
  }
  .u-negativeMt_04 {
    margin-top: -0.4em;
  }
  .u-negativeMt_05 {
    margin-top: -0.3em;
  }
  .u-negativeMt_02 {
    margin-top: -0.2em;
  }
  .u-negativeMt_01 {
    margin-top: -0.1em;
  }
  .u-negativeMt_007 {
    margin-top: -0.07em;
  }
  .u-negativeMt_006 {
    margin-top: -0.06em;
  }
  .u-negativeMt_005 {
    margin-top: -0.05em;
  }
  .c-negativeMl_xxs {
    margin-left: -0.5em;
  }
  .c-negativeMl_xxs06 {
    margin-left: -0.6em;
  }
  .c-negativeMl_xxs07 {
    margin-left: -0.7em;
  }
  .c-negativeMl_xxs03 {
    margin-left: -0.3em;
  }
  .c-negativeMl_xs {
    margin-left: -1.4em;
  }
}
/******************************************************************************
Padding
******************************************************************************/
.c-paddingALL_30 {
  padding: 1.875em;
}

.c-paddingBT_5 {
  padding-bottom: 0.313em;
}
.c-paddingBT_10 {
  padding-bottom: 0.625em; /*10px*/
}
.c-paddingBT_11 {
  padding-bottom: 0.688em; /*11px*/
}

.c-paddingBT_13 {
  padding-bottom: 0.8125em; /*10px*/
}
.c-paddingBT_16 {
  padding-bottom: 1em; /*10px*/
}
.c-paddingBT_18 {
  padding-bottom: 1.125em; /*10px*/
}
.c-paddingTop_52 {
  padding-top: 3.25em; /*52px*/
}
.c-paddingTop_65 {
  padding-top: 4.0625em; /*52px*/
}
.c-paddingBT_business{
  padding-bottom: 1.7em;
}
.c-paddingBT_3 {
  padding-bottom: 0.188em; /*3px*/
}
.c-paddingBT_5 {
  padding-bottom: 0.313em; /*5px*/
}
.c-paddingBT_6 {
  padding-bottom: 0.375em; /*6px*/
}
.c-paddingBT_8 {
  padding-bottom: 0.5em; /*8px*/
}
.c-paddingBT_10 {
  padding-bottom: 0.625em; /*10px*/
}
.c-paddingBT_12 {
  padding-bottom: 0.75em; /*12px*/
}
.c-paddingBT_14 {
  padding-bottom: 0.875em; /*14px*/
}
.c-paddingBT_16 {
  padding-bottom: 1em; /*16px*/
}
.c-paddingBT_18 {
  padding-bottom: 1.125em; /*18px*/
}
.c-paddingBT_19 {
  padding-bottom: 1.188em; /*19px*/
}
.c-paddingBT_20 {
  padding-bottom: 1.25em; /*20px*/
}
.c-paddingBT_21 {
  padding-bottom: 1.3125em; /*21px*/
}
.c-paddingBT_22 {
  padding-bottom: 1.375em; /*22px*/
}
.c-paddingBT_24 {
  padding-bottom: 1.5em; /*24px*/
}
.c-paddingBT_25 {
  padding-bottom: 1.563em; /*25px*/
}
.c-paddingBT_26 {
  padding-bottom: 1.625em; /*26px*/
}
.c-paddingBT_27 {
  padding-top: 1.688em; /*27px*/
}
.c-paddingBT_28 {
  padding-bottom: 1.75em; /*26px*/
}
.c-paddingBT_30 {
  padding-bottom: 1.875em; /*32px*/
}
.c-paddingBT_32 {
  padding-bottom: 2em; /*32px*/
}
.c-paddingBT_34 {
  padding-bottom: 2.125em; /*32px*/
}
.c-paddingBT_37 {
  padding-bottom: 2.3em; /*37px*/
}
.c-paddingBT_39 {
  padding-bottom: 2.4375em; /*40px*/
}
.c-paddingBT_40 {
  padding-bottom: 2.5em; /*40px*/
}
.c-paddingBT_41 {
  padding-bottom: 2.5625em; /*40px*/
}

.c-paddingBT_42 {
  padding-bottom: 2.625em; /*40px*/
}
.c-paddingBT_45 {
  padding-bottom: 2.813em; /*45px*/
}
.c-paddingBT_48 {
  padding-bottom: 3em; /*48px*/
}
.c-paddingBT_50 {
  padding-bottom: 3.125em; /*50px*/
}
.c-paddingBT_52 {
  padding-bottom: 3.25em; /*52px*/
}
.c-paddingBT_56 {
  padding-bottom: 3.5em; /*56px*/
}
.c-paddingBT_57 {
  padding-bottom: 3.563em; /*57px*/
}
.c-paddingBT_59 {
  padding-bottom: 3.688em; /*59px*/
}
.c-paddingBT_64 {
  padding-bottom: 4em; /*64px*/
}
.c-paddingBT_68 {
  padding-bottom: 4.25em; /*70px*/
}
.c-paddingBT_69 {
  padding-bottom: 4.3125em; /*70px*/
}
.c-paddingBT_70 {
  padding-bottom: 4.3em; /*70px*/
}
.c-paddingBT_72 {
  padding-bottom: 4.5em; /*72px*/
}
.c-paddingBT_75 {
  padding-bottom: 4.688em; /*75px*/
}
.c-paddingBT_80 {
  padding-bottom: 5em; /*80px*/
}
.c-paddingBT_82 {
  padding-bottom: 5.125em; /*80px*/
}
.c-paddingBT_84 {
  padding-bottom: 5.25em; /*80px*/
}
.c-paddingBT_85 {
  padding-bottom: 5.313em; /*85px*/
}
.c-paddingBT_92 {
  padding-bottom: 5.75em; /*92px*/
}
.c-paddingBT_118 {
  padding-bottom: 7.375em; /*120px*/
}
.c-paddingBT_120 {
  padding-bottom: 7.5em; /*120px*/
}
.c-paddingBT_100 {
  padding-bottom: 6.25em; /*100px*/
}
.c-paddingBT_109 {
  padding-bottom: 6.8125em; /*100px*/
}
.c-paddingBT_126 {
  padding-bottom: 7.875em; /*126px*/
}
.c-paddingBT_131 {
  padding-bottom: 8.188em; /*131px*/
}
.c-paddingBT_136 {
  padding-bottom: 8.5em; /*136px*/
}
.c-paddingBT_140 {
  padding-bottom: 8.75em; /*136px*/
}
.c-paddingBT_150 {
  padding-bottom: 9.375em; /*136px*/
}
.c-paddingBT_160 {
  padding-bottom: 10em; /*136px*/
}
.c-paddingBT_170 {
  padding-bottom: 10.625em; /*170px*/
}
@media screen and (max-width: 1023px) {
  .c-paddingBT_52_tub {
    padding-bottom: 3.25em; /*52px*/
  }
}
/*top*/
.c-paddingTop_5 {
  padding-top: 0.313em; /*5px*/
}
.c-paddingTop_7 {
  padding-top: 0.5em; /*7px*/
}
.c-paddingTop_8 {
  padding-top: 0.5em; /*8px*/
}
.c-paddingTop_10 {
  padding-top: 0.625em; /*10px*/
}
.c-paddingTop_13 {
  padding-top: 0.929em; /*10px*/
}
.c-paddingTop_16 {
  padding-top: 1em; /*16px*/
}
.c-paddingTop_18 {
  padding-top: 1.125em; /*18px*/
}
.c-paddingTop_20 {
  padding-top: 1.25em; /*20px*/
}
.c-paddingTop_22 {
  padding-top: 1.375em; /*22px*/
}
.c-paddingTop_24 {
  padding-top: 1.5em; /*24px*/
}
.c-paddingTop_25 {
  padding-top: 1.563em; /*25px*/
}
.c-paddingTop_26 {
  padding-top: 1.625em; /*26px*/
}
.c-paddingTop_27 {
  padding-top: 1.688em; /*27px*/
}
.c-paddingTop_28 {
  padding-top: 1.75em; /*28px*/
}
.c-paddingTop_30 {
  padding-top: 1.875em; /*30px*/
}
.c-paddingTop_31 {
  padding-top: 1.9375em; /*30px*/
}
.c-paddingTop_32 {
  padding-top: 2em; /*32px*/
}
.c-paddingTop_34 {
  padding-top: 2.125em; /*32px*/
}
.c-paddingTop_36 {
  padding-top: 2.25em; /*32px*/
}
.c-paddingTop_40 {
  padding-top: 2.5em; /*40px*/
}
.c-paddingTop_42 {
  padding-top: 2.625em; /*40px*/
}
.c-paddingTop_44 {
  padding-top: 2.75em; /*45px*/
}
.c-paddingTop_45 {
  padding-top: 2.813em; /*45px*/
}
.c-paddingTop_47 {
  padding-top: 2.9375em; /*48px*/
}
.c-paddingTop_48 {
  padding-top: 3em; /*48px*/
}
.c-paddingTop_56 {
  padding-top: 3.5em; /*56px*/
}
.c-paddingTop_58 {
  padding-top: 3.625em; /*56px*/
}
.c-paddingTop_60 {
  padding-top: 4.375em; /*60px*/
}
.c-paddingTop_64 {
  padding-top: 4em; /*64px*/
}
.c-paddingTop_70 {
  padding-top: 4.375em; /*70px*/
}
.c-paddingTop_72 {
  padding-top: 4.5em; /*72px*/
}
.c-paddingTop_75 {
  padding-top: 4.688em; /*72px*/
}
.c-paddingTop_78 {
  padding-top: 4.875em; /*78px*/
}
.c-paddingTop_80 {
  padding-top: 5em; /*80px*/
}
.c-paddingTop_96 {
  padding-top: 6em; /*96px*/
}
.c-paddingTop_100 {
  padding-top: 6.25em; /*100px*/
}
.c-paddingTop_115 {
  padding-top: 7.188em; /*115px*/
}
.c-paddingTop_105 {
  padding-top: 6.563em; /*105px*/
}
.c-paddingTop_136 {
  padding-top: 8.5em; /*136px*/
}
.c-paddingTop_125 {
  padding-top: 8.5em; /*125px*/
}
.c-paddingTop_136 {
  padding-top: 8.5em; /*136px*/
}
.c-paddingAll_30 {
  padding: 1.75em;
}
.c-paddingLeft_5 {
  padding-left: 0.49%;
}
.c-paddingLeft_8{
  padding-left: 0.5em;
}
.c-paddingLeft_30 {
  padding-left: 1.875em; /*30px*/
}
.c-paddingLeft_31 {
  padding-left: 3.03%; /*31px*/
}
.c-paddingLeft_40 {
  padding-left: 2.5em; /*40px*/
}
.c-paddingRight_30 {
  padding-right: 1.875em; /*30px*/
}

.c-paddingLeft_70 {
  padding-left: 4.375em;
}
.c-paddingLeft_4 {
  padding-left: 4%;
}
.c-paddingLeft_5 {
  padding-left: 0.49%;
}
.c-paddingLeft_6 {
  padding-left: 6%;
}
.c-paddingLeft_635 {
  padding-left: 6.35%;
}
.c-paddingRight_3 {
  padding-right: 3%;
}
.c-paddingRight_4 {
  padding-right: 4%;
}
.c-paddingRight_5 {
  padding-right: 0.49%;
}
.c-paddingRight_6 {
  padding-right: 6%;
}
.c-paddingRight_30 {
  padding-right: 1.875em;
}
.c-paddingRight_635 {
  padding-right: 6.35%;
}
.c-paddingRight_61 {
  padding-right: 6.03%;
}

/******************************************************************************
Bg
******************************************************************************/
.c-bg_ffbc0d {
  background-color: #ffbc0d; /*黄色*/
}
.c-bg_db0007 {
  background-color: #db0007; /*赤色*/
}
.c-bg_f7f7f7 {
  background-color: #f7f7f7; /*薄いベージュ*/
}
.c-bg_292929 {
  background-color: #292929; /*濃いグレー*/
}
.c-bg_fff {
  background-color: #fff; /*白*/
}

.c-bg_img01 {
  background-image: url("../images/bg_sky.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
@media screen and (max-width: 607px) {
  .c-bg_img01 {
    background-image: url("../images/bg_sky_sp.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .c-bg_img01 {
    background-image: url("../images/bg_sky_sp.jpg");
  }
}

/******************************************************************************
Block
******************************************************************************/
.c-block {
  display: block;
}
/******************************************************************************
Flex
******************************************************************************/
.c-flex {
  display: -webkit-flex;
  display: flex;
}
.c-flexWrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.c-wrap{
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.c-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.c-reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.c-column {
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.c-nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.c-alignStart {
  align-items: flex-start;
}
.c-jsCenter {
  justify-content: center;
  -webkit-justify-content: center;
}
.c-jsBetween {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.c-jsAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.c-jsStart {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
}
.c-jsEnd {
  justify-content: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
}
.c-alStretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.c-alCenter {
  align-items: center;
  -webkit-align-items: center;
}
.c-alStart {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.c-alEnd {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.c-flexWrap.half > * {
  width: 50%;
  box-sizing: border-box;
}
.c-order01 {
  order: 1;
}
.c-order02 {
  order: 2;
}
@media screen and (max-width: 768px) {
  .c-noflex {
    display: block;
  }
  .c-flex_s {
    display: -webkit-flex;
    display: flex;
  }
  .c-reverse_s {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .c-jsBetween_s {
    justify-content: space-between;
  }
  .c-jsEnd_s {
    justify-content: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-end;
  }
  .c-alCenter_s {
    align-items: center;
    -webkit-align-items: center;
  }
  .c-wrap_sp {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

}
.c-txtNomal {
  font-feature-settings: normal;
}
.c-txtPalt {
  font-feature-settings: "palt";
}
/*graph*/
.c-graph01 {
  width: 315px;
  height: 315px;
  border-radius: 50%;
  background: #b59a8a;
  background-image: linear-gradient(to right, transparent 50%, #ffbc0d 0);
}
@media screen and (max-width: 768px) {
  .c-graph01 {
    width: 210px;
    height: 210px;
  }
}

.c-graph01::before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
  transform: rotate(
          108deg);
}
.c-grapharia {
  position: relative;
  width: 315px;
  height: 315px;
}
@media screen and (max-width: 768px) {
  .c-grapharia {
    margin: 0 auto;
    width: 210px;
    height: 210px;
  }
}
.c-graphtxt01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
}
.c-absolute {
  position: absolute;
}
.c-posi-R0 {
  right: 0;
}

/* Utility ------------ */
.u-inline-block {
  display: inline-block;
}
.u-btn01 {
  width: 77.11%;
  height: 3.611em;
}
.u-btn01.w-100 {
  width: 77.11%;
  height: 3.611em;
}
.u-btn01 a{
  border-radius: 3px;
  height: 100%;
}
.u-height a {
  height: auto;
}
.u-btn-red a{
  background-color: #db0007;
}

.u-ac {
  text-align: center;
}
.u-al {
  text-align: left;
}
.u-ar {
  text-align: right;
}
.u-border-box {
  box-sizing: border-box;
}
/******************************************************************************
border-radius
******************************************************************************/
.u-radius3 {
  border-radius: 3px !important;
}
@media screen and (max-width: 768px) {
  .u-mainTtl_ja_12 {
    top: 0.857em;
  }
  .u-mainTtl_ja_14 {
    top: 1em;
  }
  .u-mainTtl_ja_16 {
    top: 1.142em;
  }
  .u-mainTtl_ja_18 {
    top: 1.285em;
  }
  .u-mainTtl_ja_20 {
    top: 1.429em;
  }
  .u-mainTtl_ja_24 {
    top: 1.714em;
  }
  .u-mainTtl_ja_26 {
    top: 1.857em;
  }
  .u-mainTtl_ja_27 {
    top: 1.9285em;
  }
  .u-mainTtl_ja_40 {
    top: 2.857em;
  }
  .u-mainTtl_ja_44 {
    top: 3.2em;
  }
  .u-mainTtl_ja_88 {
    top: 6.4em;
  }
  .u-mainTtl_ja_100 {
    top: 7.14em;
  }
  .u-mainTtl_ja_108 {
    top: 7.714em;
  }
  .u-mainTtl_ja_110 {
    top: 7.85em;
  }
  .u-mainTtl_ja_120 {
    top: 8.571em;
  }
  .u-mainTtl_ja_132 {
    top: 9.6em;
  }
  .u-height80s {
    height: 80px;
  }
  .u-height140s {
    height: 140px;
  }

  .u-height185s {
    height: 185px;
  }

  .u-ac_sp {
    text-align: center;
  }
  .u-al_sp {
    text-align: left;
  }
  .u-ar_sp {
    text-align: right;
  }
}

.u-opacity20 {
  opacity: 0.2;
}
/*position*/
.u-relative {
  position: relative;
}
.u-absolute {
  position: absolute;
}
.u-fixed {
  position: fixed;
}
@media screen and (max-width: 768px){
  .u-relative_s {
    position: relative;
  }
  .u-absolute_s {
    position: absolute;
  }
  .u-fixed_s {
    position: fixed;
  }
}
.u-position_rightBottom {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
.u-position_rightBottom_M {
  position: absolute;
  right: 1.125em;
  bottom: 1.125em;
}
.u-position_leftCen {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.u-bottom {
  bottom: 0;
}
.u-top {
  top: 0;
}
.u-p_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-p_center_all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*** width ***/
.u-w100 {
  width: 100%;
}
.u-w71_more{
  width: 71.86%
}
.u-w14 {
  width: 14%;
}
.u-w20 {
  width: 20%;
}
.u-w38 {
  width: 38%;
}
.u-w40 {
  width: 40%;
}
.u-w43 {
  width: 43%;
}
.u-w45 {
  width: 45%;
}

.u-w47 {
  width: 47%;
}
.u-w47_more{
  width: 47.71%;
}
.u-w48 {
  width: 48%;
}
.u-w49 {
  width: 49%;
}
.u-w50 {
  width: 50%;
}
.u-w53 {
  width: 53%;
}

.u-w42 {
  width: 42%;
}
.u-w43 {
  width: 43%;
}

.u-w58 {
  width: 58%;
}
.u-w55 {
  width: 55%;
}
.u-w59 {
  width: 59.5%;
}
.u-w60 {
  width: 60%;
}
.u-w63 {
  width: 63%;
}
.u-w68 {
  width: 68% !important;
}
.u-w70 {
  width: 70% !important;
}
.u-w73 {
  width: 73% !important;
}
.u-w75 {
  width: 75% !important;
}
.u-w80 {
  width: 80%;
}
.u-w83 {
  width: 83%;
}
.u-w86 {
  width: 86%;
}
.u-w89 {
  width: 89%;
}
.u-w90 {
  width: 90%;
}
@media screen and (max-width: 1240px) {
  .u-w58 {
    width: 58%;
  }
}
.zindex_1 {
  z-index: -1;
}
.u-right2 {
  right: 2em;
}
.u-btn01 {
  width: 77.11%;
  height: 3.611em;
}
.u-btn01.u-w100 {
  width: 100%;
}
.u-btn01 a{
  border-radius: 3px;
  height: 100%;
}
.u-height a {
  height: auto;
}
.u-btn-red a{
  background-color: #db0007;
}
.u-hight_56 {
  height: 56px !important;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .u-wauto_t{
    width: auto;
  }

  .u-w100_t {
    width: 100%;
  }
  .u-w77_t {
    width: 77%;
  }
  .u-w90_t {
    width: 90%;
  }
  .u-margin__cen_t {
    margin: 0 auto;
  }
  .u-marginBt1 {
    margin-bottom: 1em;
  }
  .u-relative_t {
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .u-marginBt_25_t {
    margin-bottom: 1.786em;
  }
  .u-marginTop_60_m {
    margin-top: 3.75em;
  }
  .u-w53_more_t{
    width: 53.62%;
  }
  .u-w40_more_t{
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  /*sp調整用*/
  /*width*/
  .u-w90_sp {
    width: 90% !important;
  }
  .u-w95_sp {
    width: 95% !important;
  }

  .u-w84_s {
    width: 84%;
  }
  .u-w85_s {
    width: 85%;
  }
  .u-w83_sp {
    width: 83%;
  }
  .u-w76_s {
    width: 76%;
  }
  .u-w77_s {
    width: 77%;
  }
  .u-w85_s {
    width: 85%;
  }
  .u-w80_sp {
    width: 80%;
  }
  .u-w86_sp {
    width: 86%;
  }
  .u-w72_sp {
    width: 72% !important;
  }
  .u-w73_sp {
    width: 73% !important;
  }
  .u-w74_sp {
    width: 74% !important;
  }
  .u-w77_sp {
    width: 77% !important;
  }
  .u-w78_sp {
    width: 78% !important;
  }
  .u-w52_sp {
    width: 52% !important;
  }
  .u-w22_sp {
    width: 22% !important;
  }
  .u-w24_sp {
    width: 24% !important;
  }
  .u-w13_sp {
    width: 13% !important;
  }
  .u-w14_sp {
    width: 14%;
  }
  .u-w95_s {
    width: 100% !important;
  }
  .u-w100_s {
    width: 100% !important;
  }
  .u-92_more_s{
    width:92.67% !important;
  }

  .u-contents_sp{
    width: 85.33%!important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1010px){
  .p-ownerList__txt .c-font_26 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1023px) {
  .u-paddingTop_52tub {
    padding-top: 3.25em;
  }
}
@media screen and (max-width: 885px) {
  .u-paddingTop_90m {
    padding-top: 5.625em;
  }
}
@media screen and (max-width: 768px) {
  .u-right2_s{
    right: 2em!important;
  }
  .u-bottom2_s{
    bottom: 2em;
  }
  .u-alCenter {
    align-items: center;
    -webkit-align-items: center;
  }
  .u-alStart {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }

  /*sp調整用*/
  .u-nowrap{
    flex-wrap: nowrap;
  }
  .u-wrap{
    flex-wrap: wrap;
  }
  .u-font_11_s {
    font-size: 1.1rem; /*11px*/
  }
  .u-font_12_s {
    font-size: 1.2rem; /*12px*/
  }
  .u-font_13_s {
    font-size: 1.3rem; /*13px*/
  }
  .u-font_14_s {
    font-size: 1.4rem; /*14px*/
  }
  .u-font_15_s {
    font-size: 1.5rem !important; /*15px*/
  }
  .u-font_16_s {
    font-size: 1.6rem; /*16px*/
  }
  .u-font_17_s {
    font-size: 1.7rem; /*17px*/
  }
  .u-font_18_s {
    font-size: 1.8rem!important; /*18px*/
  }
  .u-font_19_s {
    font-size: 1.9rem!important; /*18px*/
  }
  .u-font_20_s {
    font-size: 2.0rem!important; /*22px*/
  }
  .u-font_22_s {
    font-size: 2.2rem; /*22px*/
  }
  .u-font_24_s {
    font-size: 2.4rem !important; /*24px*/
  }
  .u-font_25_s {
    font-size: 2.5rem; /*25px*/
  }
  .u-font_26_s {
    font-size: 2.6rem; /*26px*/
  }
  .u-font_29_s {
    font-size: 2.9rem; /*26px*/
  }
  .u-font_36_s {
    font-size: 3.6rem; /*36px*/
  }
  .u-font_44_s {
    font-size: 4.4rem; /*44px*/
  }
  .u-font_50_s {
    font-size: 5.0rem; /*44px*/
  }
  .u-font_55_s {
    font-size: 5.5rem; /*44px*/
  }
  .u-font_61_s {
    font-size: 6.1rem;
  }
  .u-font_62_s {
    font-size: 6.2rem;
  }
  .u-font_63_s {
    font-size: 6.3rem;
  }
  .u-font_70_s {
    font-size: 7rem;
  }
  .u-font_75_s {
    font-size: 7.5rem;
  }
  .u-font_90_s {
    font-size: 9.0rem;
  }
  .u-font_100_s {
    font-size: 10rem !important;
  }
  .u-font_124_s {
    font-size: 12.5rem; /*124px*/
  }
  @media screen and (max-width: 414px) {
    .u-font_62_m {
      font-size: 14.98vw;
    }
    .u-font_60_m {
      font-size: 14.49vw;
    }
  }
  @media screen and (max-width: 374px) {
    .u-font_62_xs {
      font-size: 16.58vw !important;
    }
    .u-font_60_xs {
      font-size: 14.49vw !important;
    }
    .u-font_24_xs {
      font-size: 6.42vw !important;
    }
    .u-font_20_xs {
      font-size: 5.35vw !important;
    }
    .u-font_18_xs {
      font-size: 4.81vw !important;
    }
    .u-font_17_xs {
      font-size: 4.55vw !important;
    }
    .u-font_15_xs {
      font-size: 4.01vw !important;
    }
    .u-font_16_xs {
      font-size: 4.28vw !important;
    }
    .u-font_14_xs {
      font-size: 3.74vw !important;
    }

  }

  .u-boder90_s::after {
    content: "";
    display: block;
    background: #d5d5d5;
    height: 1px;
    width: 89%;
    margin: 0 auto;
  }
  /*padding*/
  .u-paddingLeftLight_none_sp {
    padding-left: 0;
    padding-right: 0;
  }

  .u-paddingALL_20_s {
    padding: 1.429em;
  }
  .u-paddingLeft_2_s {
    padding-left: 2%;
  }
  .u-paddingLeft_5_s {
    padding-left: 5%;
  }
  .u-paddingLeft_16_s {
    padding-left: 1.1428em;
  }
  .u-paddingLeft_30_s {
    padding-left: 2.143em;
  }
  .u-paddingRight_10_s {
    padding-right: 10%;
  }

  .u-paddingRight_16_s {
    padding-right: 1.1428em;
  }
  .u-paddingRight_none_sp {
    padding-right: 0;
  }
  .u-paddingTop_none_sp {
    padding-top: 0;
  }
  .u-paddingBT_none_sp {
    padding-bottom: 0;
  }
  .u-paddingLeft_none_sp {
    padding-left: 0;
  }
  .u-paddingTop_15_s {
    padding-top: 1.071em !important; /*15px*/
  }
  .u-paddingTop_17_s {
    padding-top: 1.214em; /*17px*/
  }
  .u-paddingTop_20_s {
    padding-top: 1.429em !important; /*20px*/
  }
  .u-paddingTop_25_s {
    padding-top: 1.786em; /*25px*/
  }
  .u-paddingTop_28_s {
    padding-top: 2em; /*28px*/
  }
  .u-paddingTop_32_s {
    padding-top: 2.286em; /*32px*/
  }
  .u-paddingTop_45_s {
    padding-top: 3.214em; /*45px*/
  }
  .u-paddingTop_55_s {
    padding-top: 3.929em; /*55px*/
  }
  .u-paddingTop_60_s {
    padding-top: 4.286em; /*60px*/
  }
  .u-paddingBT_none_sp {
    padding-bottom: 0 !important;
  }
  .u-paddingBT_3_s {
    padding-bottom: 0.214em; /*3px*/
  }
  .u-paddingBT_5_s {
    padding-bottom: 0.357em; /*5px*/
  }
  .u-paddingBT_8_s {
    padding-bottom: 0.571em; /*8px*/
  }
  .u-paddingBT_10_s {
    padding-bottom: 0.714em; /*10px*/
  }
  .u-paddingBT_11_s {
    padding-bottom: 0.78em; /*11px*/
  }
  .u-paddingBT_12_s {
    padding-bottom: 0.857em; /*12px*/
  }
  .u-paddingBT_13_s {
    padding-bottom: 0.928em; /*14px*/
  }
  .u-paddingBT_14_s {
    padding-bottom: 1em; /*14px*/
  }
  .u-paddingBT_15_s {
    padding-bottom: 1.071em; /*14px*/
  }
  .u-paddingBT_16_s {
    padding-bottom: 1.143em; /*14px*/
  }
  .u-paddingBT_17_s {
    padding-bottom: 1.214em; /*17px*/
  }
  .u-paddingBT_20_s {
    padding-bottom: 1.429em !important; /*20px*/
  }
  .u-paddingBT_21_s {
    padding-bottom: 1.5em; /*20px*/
  }
  .u-paddingBT_24_s {
    padding-bottom: 1.714em; /*24px*/
  }
  .u-paddingBT_25_s {
    padding-bottom: 1.786em; /*25px*/
  }
  .u-paddingBT_28_s {
    padding-bottom: 2em; /*28px*/
  }
  .u-paddingBT_30_s {
    padding-bottom: 2.143em; /*30px*/
  }
  .u-paddingBT_32_s {
    padding-bottom: 2.286em; /*32px*/
  }
  .u-paddingBT_35_s {
    padding-bottom: 2.5em; /*35px*/
  }
  .u-paddingBT_36_s {
    padding-bottom: 2.571em;
  }
  .u-paddingBT_40_s {
    padding-bottom: 2.857em; /*40px*/
  }
  .u-paddingBT_45_s {
    padding-bottom: 3.214em; /*45px*/
  }
  .u-paddingBT_46_s {
    padding-bottom: 3.286em; /*46px*/
  }
  .u-paddingBT_48_s {
    padding-bottom: 3.429em; /*48px*/
  }
  .u-paddingBT_50_s {
    padding-bottom: 3.571em; /*50px*/
  }
  .u-paddingBT_56_s {
    padding-bottom: 4em !important; /*56px*/
  }
  .u-paddingBt_60_s {
    padding-bottom: 3.75em;
  }
  .u-paddingBT_64_s {
    padding-bottom: 4.571em; /*64px*/
  }
  .u-paddingBT_72_s {
    padding-bottom: 5.143em; /*72px*/
  }
  .u-paddingBT_75_s {
    padding-bottom: 5.357em; /*75px*/
  }
  .u-paddingBT_85_s {
    padding-bottom: 6.071em; /*85px*/
  }
  .u-paddingBT_88_s {
    padding-bottom: 6.285em; /*85px*/
  }
  .u-paddingBT_91_s {
    padding-bottom: 6.5em; /*91px*/
  }
  .u-paddingBT_95_s {
    padding-bottom: 6.78em; /*100px*/
  }
  .u-paddingBT_100_s {
    padding-bottom: 7.143em; /*100px*/
  }
  .u-paddingBT_125_s {
    padding-bottom: 8.929em; /*125px*/
  }
  .u-paddingBT_136_s {
    padding-bottom: 9.714em; /*136px*/
  }
  .u-paddingBT_165_s {
    padding-bottom: 11.786em; /*136px*/
  }

  /*top*/
  .u-paddingTop_none_s {
    padding-top: 0; /*0*/
  }
  .u-paddingTop_5_s {
    padding-top: 0.357em; /*5px*/
  }
  .u-paddingTop_6_s {
    padding-top: 0.428em; /*6px*/
  }
  .u-paddingTop_7_s {
    padding-top: 0.5em; /*7px*/
  }
  .u-paddingTop_8_s {
    padding-top: 0.571em; /*8px*/
  }
  .u-paddingTop_11_s {
    padding-top: 0.78em; /*11px*/
  }
  .u-paddingTop_12_s {
    padding-top: 0.857em; /*12px*/
  }
  .u-paddingTop_13_s {
    padding-top: 0.928em; /*12px*/
  }
  .u-paddingTop_14_s {
    padding-top: 1em; /*14px*/
  }
  .u-paddingTop_16_s {
    padding-top: 1.143em; /*14px*/
  }
  .u-paddingTop_20_s {
    padding-top: 1.429em;
  }
  .u-paddingTop_24_s {
    padding-top: 1.714em; /*24px*/
  }
  .u-paddingTop_25_s {
    padding-top: 1.786em;
  }
  .u-paddingTop_30_s {
    padding-top: 2.143em;
  }
  .u-paddingTop_32_s {
    padding-top: 2.286em; /*32px*/
  }
  .u-paddingTop_35_s {
    padding-top: 2em; /*35px*/
  }
  .u-paddingTop_38_s {
    padding-top: 2.375em; /*40px*/
  }
  .u-paddingTop_40_s {
    padding-top: 2.857em; /*40px*/
  }
  .u-paddingTop_42_s {
    padding-top: 3em; /*42px*/
  }
  .u-paddingTop_45_s {
    padding-top: 3.214em; /*45px*/
  }
  .u-paddingTop_48_s {
    padding-top: 3.429em; /*48px*/
  }
  .u-paddingTop_50_s {
    padding-top: 3.571em; /*50px*/
  }
  .u-paddingTop_56_s {
    padding-top: 4em !important; /*56px*/
  }
  .u-paddingTop_64_s {
    padding-top: 4.571em; /*64px*/
  }
  .u-paddingTop_68_s {
    padding-top: 4.85em; /*64px*/
  }
  .u-paddingTop_72_s {
    padding-top: 5.143em; /*72px*/
  }
  .u-paddingTop_75_s {
    padding-top: 5.357em; /*75px*/
  }

  .u-paddingTop_80_s {
    padding-top: 5.714em; /*72px*/
  }
  .u-paddingTop_125_s {
    padding-top: 8.929em; /*125px*/
  }
  .u-paddingTop_136_s {
    padding-top: 9.714em; /*136px*/
  }

  /*margin*/
  .u-margin__cen_s {
    margin: 0 auto;
  }
  .u-margin__none_s {
    margin: 0 0 0 0;
  }
  .u-margin_initial_s {
    margin: initial;
  }
  .u-margin_top_30_s {
    margin-top: 2.143em;
  }
  .u-margin_top_44_s {
    margin-top: 3.143em;
  }
  .u-margin__right_s {
    margin-right: auto;
  }
  .u-margin__left_s {
    margin-left: auto;
  }
  .u-margin__right_1 {
    margin-right: 1em ;
  }
  .u-marginTop_none_s {
    margin-top: 0 !important;
  }
  .u-marginRight_none_s {
    margin-right: 0 !important;
  }
  .u-marginLeft_none_s {
    margin-left: 0 !important;
  }
  .u-marginBt_Right_30 {
    margin-right: 2.143em;
  }
  .u-marginBt_Right_12_more_s {
    margin-right: 0.893em;
  }

  .u-marginLeft_1_s {
    margin-left: 1em;
  }
  .u-marginLeft_08_s {
    margin-left: 0.8em;
  }
  .margin-bottom_none {
    margin-bottom: 0 !important;
  }
  .u-marginBt_04_s {
    margin-bottom: 0.285em !important;
  }
  .u-marginBt_05_s {
    margin-bottom: 0.5em !important;
  }
  .u-marginBt_08_s {
    margin-bottom: 0.571em;
  }
  .u-marginBt_10_s {
    margin-bottom: 0.714em;
  }
  .u-marginBt_1_s {
    margin-bottom: 1em;
  }
  .u-marginBt_12_more_s{
    margin-bottom: 0.893em;
  }
  .u-marginBt_155_s{
    margin-bottom: 1.071em;
  }
  .u-marginBt_14_s{
    margin-bottom: 1em;
  }
  .u-marginBt_15_s{
    margin-bottom: 1.54em;
  }
  .u-marginBt_16_s {
    margin-bottom: 1.143em;
  }
  .u-marginBt_18_s {
    margin-bottom: 1.286em;
  }
  .u-marginBt_20_s {
    margin-bottom: 1.429em;
  }
  .u-marginBt_25_s {
    margin-bottom: 1.786em;
  }
  .u-marginBt_26_s {
    margin-bottom: 1.857em;
  }
  .u-marginBt_27_s {
    margin-bottom: 1.929em;
  }
  .u-marginBt_28_s {
    margin-bottom: 2em;
  }
  .u-marginBt_30_s {
    margin-bottom: 2.143em;
  }
  .u-marginBt_32_s {
    margin-bottom: 2.286em;
  }
  .u-marginBt_35_s {
    margin-bottom: 2.5em;
  }
  .u-marginBt_36_s {
    margin-bottom: 2.571em;
  }
  .u-marginBt_40_s {
    margin-bottom: 2.857em;
  }
  .u-marginBt_42_s {
    margin-bottom: 3em;
  }
  .u-marginBt_43_s {
    margin-bottom: 3.125em;
  }
  .u-marginBt_45_s {
    margin-bottom: 3.214em;
  }
  .u-marginBt_50_s {
    margin-bottom: 3.571em;
  }
  .u-marginBt_55_s {
    margin-bottom: 3.929em;
  }
  .u-marginBt_60_s {
    margin-bottom: 4.286em;
  }
  .u-marginBt_68_s {
    margin-bottom: 4.857em;
  }
  .u-marginBt_70_s {
    margin-bottom: 5em;
  }
  .u-marginBt_75_s {
    margin-bottom: 5.357em;
  }
  .u-marginBt_74_s {
    margin-bottom:5.286em;
  }
  .u-marginBt_134_s {
    margin-bottom: 8.375em;
  }
  .u-marginBt_none_s {
    margin-bottom: -1em;
  }

  .u-marginBt_2p_s {
    margin-bottom: 2%;
  }

  .u-marginLeft_none_s {
    margin-left: 0;
  }
  .u-marginLeft_2p {
    margin-left: 2%;
  }

  .u-marginTop_none_s {
    margin-left: 0;
  }
  .u-marginTop_08_s {
    margin-top: 0.571em;
  }
  .u-marginTop_10_s {
    margin-top: 0.714em;
  }
  .u-marginTop_12_s {
    margin-top: 0.857em;
  }
  .u-marginTop_14_s {
    margin-top: 1em;
  }
  .u-marginTop_55_s {
    margin-top: 4.071em;
  }
  .u-marginLeft_8_s {
    margin-left: 8%;
  }
  .u-marginLeft_12p_s {
    margin-left: 12%;
  }
  /*ネガティブマージン*/
  .c-negativeMt_05_s {
    margin-top: -0.5em;
  }
  .c-negativeMt_1_s {
    margin-top: -1em;
  }
  .u-auto_marigin_s {
    margin-left: auto;
  }
  .u-negativeMl_xxs_s {
    margin-left: -5%;
  }
  .u-negativeMt_xxs_s {
    margin-top: -0.2em;
  }

  .u-paddingLeftnone_s {
    padding-left: 0;
  }

  /*position 真ん中*/
  .u-position_RightCen_s {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media screen and (max-width: 420px) {
  .u-alStart_s {
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }

}
@media screen and (max-width: 768px) {
  .u-displayblock_sp {
    display: block;
  }
  .u-btn01{
    width: 100%;
  }
  .u-lineHeight17_sp {
    line-height: 1.7em;
  }
  .u-lineHeight16_sp {
    line-height: 1.6em;
  }
  .u-lineHeight18_sp {
    line-height: 1.8em;
  }
  .u-lineHeight19_sp {
    line-height: 1.9em;
  }
  .u-lineHeight14_sp {
    line-height: 1.4em;
  }
  .u-lineHeight13_sp {
    line-height: 1.3em;
  }
  .u-lineHeight12_sp {
    line-height: 1.2em;
  }
  .u-lineHeight06_sp {
    line-height: 0.65em;
  }
  .u-lineHeight08_sp {
    line-height: 0.8em;
  }
  .u-lineHeight09_sp {
    line-height: 0.9em;
  }
  .u-lineHeight01_sp {
    line-height: 1em;
  }
  .u-letter08 {
    letter-spacing: 0.08em;
  }
  .u-right05_sp {
    position: relative;
    right: -7.5%;
  }
  .u-left05_sp {
    position: relative;
    left: -7.8%;
  }
}

/* Project ------------ */
.p-order1_img_03 {
  width: 44.8%;
}
@media screen and (max-width: 1827px) {
  .p-order1_img_03 {
    width: 44%;
  }
}
@media screen and (max-width: 1690px) {
  .p-order1_img_03 {
    width: 43.8%;
  }
}
@media screen and (max-width: 1618px) {
  .p-order1_img_03 {
    width: 43.5%;
  }
}
@media screen and (max-width: 1490px) {
  .p-order1_img_03 {
    width: 43%;
  }
}
@media screen and (max-width: 1400px) {
  .p-order1_img_03 {
    width: 43%;
  }
}
@media screen and (max-width: 1360px) {
  .p-order1_img_03 {
    width: 42%;
  }
}
@media screen and (max-width: 1185px) {
  .p-order1_img_03 {
    width: 41.5%;
  }
}
@media screen and (max-width: 1152px) {
  .p-order1_img_03 {
    width: 41%;
  }
}
@media screen and (max-width: 1070px) {
  .p-order1_img_03 {
    width: 40%;
  }
}
@media screen and (max-width: 879px) {
  .p-order1_img_03 {
    width: 39%;
  }
}
.p-system_ttl_en {
  padding-left: 16.6%;
}
.p-system_ttl_en02 {
  padding-left: 20.9%;
}
.p-system_ttl_en03 {
  padding-left: 32%;
}
@media screen and (max-width: 1023px) {
  .p-system_ttl_en03 {
    padding-left: 16%;
  }
}
@media screen and (max-width: 768px) {
  .p-system_ttl_en {
    padding-left: 0%;
  }
  .p-system_ttl_en02 {
    padding-left: 0%;
  }
  .p-system_ttl_en03 {
    padding-left: 0%;
  }
}

/*インタビューのアーカイブ*/
.p-arcive_fvbg01 {
  background-image: url("../images/interview/archive01/fv.jpg");
}
.p-arcive_fvbg02 {
  background-image: url("../images/interview/archive02/fv.jpg");
}

.p-arcive_fvbg {
  background-position: top center;
  background-size: cover;
  height: 536px;
}
.p-arcive-fv_contents {
  padding-top: 5em;
  box-sizing: border-box;
}
.p-media__img .img_wrap01 {
  width: 71.86%;
  margin-left: auto;
  max-width: 480px;
}
@media screen and (max-width: 1070px) {
  .p-arcive_fvbg {
    background-position: right 30% bottom 0%;
  }
  .p-arcive_fv .c-font_44 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {

  .p-media__img .img_wrap01 {
    width: 71.86%;
    margin-left: auto;
  }
}

@media screen and (max-width: 1023px) {
  .p-arcive-fv_contents {
    position: static;
    transform: initial;
    padding: 14% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-fv_wrap {
    background-color: #f7f7f7;
  }
  .p-arcive_fvbg {
    height: auto;
  }
  .p-arcive_fvbg01,
  .p-arcive_fvbg02 {
    background-image: none;
  }
  /*  .p-arcive_fvbg_sp {
      background-image: url("../images/interview/archive01/fv_sp.jpg");
      background-position: top center;
      background-size: cover;
      height: 500px;
    }
    .p-arcive_fvbg_sp1 {
      background-image: url("../images/interview/archive01/fv_sp.jpg");
    }
    .p-arcive_fvbg_sp2 {
      background-image: url("../images/interview/archive02/fv_sp.jpg");
    }*/

  .p-arcive-fv_contents {
    position: static;
    transform: initial;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .p-media__img .img_wrap01{
    width: 92.09%;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  /*  .p-arcive_fvbg_sp {
      height: 255px;
      background-position: top center;
    }*/
}

/*swiper(fv)*/
.swiper-slide img {
  width: 100%;
}
.swiper-pagination {
  max-width: 1800px;
  margin: 10px auto 0px auto;
  position: relative;
  text-align: right;
  z-index: 1;
  top: 0;
}
.swiper-pagination-bullet-active {
  background-color: #ffbc0d;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 7px;
  }
}
.p-definition_tarm,
.p-definition_data {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-definition_tarm {
    box-sizing: border-box;
    border-right: 0;
    display: flex;
    justify-content: flex-start;
  }
  .p-definition_data {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
  }
  .p-definition_list .p-definition_data.c-after_ico a,
  .p-definition_list .p-definition_data.c-after_ico span.anchor {
    position: static;
  }
  .p-definition_list{
    position: relative;
  }
  .p-definition_list .p-definition_data.c-after_ico a:after,
  .p-definition_list .p-definition_data.c-after_ico span.anchor:after{
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -8px;
  }
}

@media screen and (min-width: 769px) {
  .p-definition_tarm {
    padding-left: 2.5em;
    padding-right:2em ;
  }
  .p-definition_data {
    padding-left: 2.25em;
    padding-right:4em ;
  }
  .p-definition_list .p-definition_data.c-after_ico a:after,
  .p-definition_list .p-definition_data.c-after_ico span.anchor:after{
    margin-left: auto;
  }
}


/*card*/
.p-card__item {
  width: 31.25%;
  font-feature-settings: normal;
}
.p-card__item .arrow,.arrow {
  width: 19px;
}
@media screen and (max-width: 768px) {
  .p-card__item .arrow,.arrow {
    width: 16px;
  }
}
.p-card__item:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-card__item {
    width: 100%;
  }
  .p-card_txtWrap {
    text-align: left;
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 420px) {
  .p-card__item .u-paddingLeft_30_s {
    padding-left: 8%;
  }
}

/*media*/
.p-media__txt_wrap {
  box-sizing: border-box;
}
.p-media__img {
  box-sizing: border-box;
  position: relative;
}

.p-media_order01 {
  order: 1;
}
.p-media_order02 {
  order: 2;
}
.p-media__img .img_wrap02 {
  margin-left: auto;
}
.p-media__img .img_wrap02 img {
  width: 100%;
}
.p-img_wrap03 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}


/*インタビュー一覧*/
.p-owner {
  background-image: url("../../assets/images/interview_tit.jpg");
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-owner {
    background-image: url("../../assets/images/interview_tit_sp.jpg");
    background-position: center top;
  }
}
.p-ownerList {
  width: 100%;
}
.p-ownerList__img {
  width: 53.18%;
}
.p-ownerList__txt {
  width: 40.57%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ownerList {
    width: 100%;
  }
  .p-ownerList_tit {
    width: 85.33%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-ownerList__img {
    width: 92%;
    /*width: 73.8%;*/
  }
  .p-ownerList__txt {
    margin: 0 auto;
    width: auto;
  }
  .p-ownerList__txt p{
    font-feature-settings: "palt";
  }
}
.p-ownerList__txt__bt {
  width: 100%;
  position: absolute;
  bottom :0;
}
@media screen and (max-width: 768px) {
  .p-ownerList__txt__bt {
    width: 100%;
    position: static;
    bottom :0;
  }
}
@media screen and (max-width: 768px) {
  .p-ownerList__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-sdgsList {
  width: 100%;
}
.p-sdgs__img {
  width: 43.75%;
}
.p-sdgs__txt {
  width: 50%;
  position: relative;
}
.p-sdgs__txt h2 {
  /*width: 78.7%;*/
  position: relative;
}

.p-sdgs__txt__bt {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .p-sdgsList {
    width: 72.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-sdgs__img {
    width: 100%;
  }
  .p-sdgs__txt {
    width: 100%;
    position: relative;
  }
  .p-sdgs__txt h2 {
    width: 100%;

    position: relative;
  }

}
.p-card_txtWrap {
  padding-left: 11%
}

.p-interview__wrap {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 768px) {
  .p-interview__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-ctaAria__bt01 {
  width: 25.625em;
}
.p-ctaAria__bt02 {
  width: 18.125em;
}
.p-ownerList__txt .u-font_20_s {
  /*  font-size: 1.8rem !important*/
}
@media screen and (max-width: 1070px) {
  .p-ctaAria__bt01 {
    width: 29.286em;
  }
  .p-ctaAria__bt02 {
    width: 20.929em;
  }
}
@media screen and (max-width: 768px) {
  .p-ctaAria__bt01 {
    width: 100%;
  }
  .p-ctaAria__bt02 {
    width: 100%;
  }
}
@media screen and (max-width: 1070px) {
  .p-ctaAria__bt02 .c-paddingBT_11 {
    padding-bottom: 0.5em;
  }
  .p-ctaAria__bt02 .c-paddingTop_10 {
    padding-bottom: 0.357em;
  }
}

@media screen and (max-width: 374px) {
  .p-ctaAria__bt02 p,.p-ctaAria__bt02 p a {
    font-size: 1.2rem !important;
  }
  .p-ss_btTxt a {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 768px) {
  .p-media__txt_wrap {
    width: 100%;
  }
}

/*インタビュー一覧*/
.p-background {
  background-image: url("../../assets/images/background_tit.jpg");
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-background {
    background-image: url("../../assets/images/background_tit_sp.jpg");
    background-position: center top;
  }
}
@media screen and (max-width: 768px) {
  .p-background__wrap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-background__wrap {
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.p-background__item{
  height: 408px;
}
.p-background__item.c-height434{
  height: 434px;
}
@media screen and (max-width: 768px) {
  .p-background__item,
  .p-background__item.c-height434{
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-background__item {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 33.3% !important;
    box-sizing: border-box;
  }
}
.p-background__img{
  position: relative;
}
.p-background__img img{
  transition: 0.3s;
}
.p-background__img .boxInner::after{
  content: "";
  display: block;
  position: absolute;
  width: 101px;
  height: 10px;
  bottom: 18px;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/learn/background/bar_background.png");
}

/*topmessage*/
.p-topmessage {
  background-image: url("../../assets/images/topmessage_tit.jpg");
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-topmessage {
    background-image: url("../../assets/images/topmessage_tit_sp.jpg");
    background-position: center top;
  }
}
/*faq*/
.p-faqtit {
  background-image: url("../../assets/images/faq_tit.jpg");
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-faqtit {
    background-image: url("../../assets/images/faq_tit_sp.jpg");
    background-position: center top;
  }
}
.p-faqNav {
  padding-left: 1.8%;
}
.p-faqNav_li {
  padding-left: 3.91%;
  padding-right: 3.91%;
  position: relative;
  font-weight: 600;
}
.p-faqNav_li a {
  display: block;
  height: 48px;
}
@media screen and (max-width: 1028px) {
  .p-faqNav_li {
    font-size: 1.7vw;
  }
}
.p-faqNav_li a:hover,.p-faqNav_li:hover:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-faqNav_li:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../../assets/images/common/arrow_yellow_d.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 1.45em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
}
.p-faq_plusico {
  position: relative;
  cursor: pointer;
}
.p-faq_plusico:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../assets/images/common/ico_plus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.p-minus:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../assets/images/common/ico_minus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.p-faq_icoLi {
  margin-right: 2.25%;
}
@media screen and (max-width: 768px) {
  .p-faq_icoLi {
    margin-right: 4.25%;
    line-height: 0.7;
  }
  .p-faqNav {
    padding-left: 0;
  }
  .p-faqNav_li {
    padding : 1.286em 5%;
    border-bottom: 1px solid #000000;
  }
  .p-faqNav_li:last-child {
    border-bottom: none;
  }
  .p-faqNav_li a {
    display: block;
    height: auto;
  }
  .p-faqNav_li:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 3%;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
/*business*/
.p-business {
  background-image: url("../../assets/images/business_tit.jpg");
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-business {
    background-image: url("../../assets/images/business_tit_sp.jpg");
    background-position: center top;
  }
}
.p-businessNav {
  padding-left: 1.66%;
}
.p-businessNav_li {
  padding-left: 4.88%;
  padding-right: 4.88%;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1028px) {
  .p-businessNav_li {
    font-size: 1.7vw;
  }
}
.p-businessNav_li a {
  display: block;
  height: 48px;
}
.p-businessMap {
  background-image: url("../../assets/images/business_map.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}
.p-businessMap_txt {
  position: absolute;
  right: 196px;
  top: 145px;
  width: 427px;
  height: 328px;
}
@media screen and (max-width: 1305px) {
  .p-businessMap_txt .c-font_136{
    font-size: 10.42vw
  }
  .p-businessMap_txt {
    right: 15.02vw;
    top: 11.11vw;
    width: 32.68vw;
    height: 25.13vw;
  }
  .p-businessMap {
    background-size: 60.69vw;
  }
}
@media screen and (max-width: 1160px) {
  .p-businessMap_txt {
    top: 17.11vw;
    right: 10vw;
  }
}
@media screen and (max-width: 1070px) {
  .p-businessMap_txt {
    top: 14.11vw;
    right: 6vw;
  }
  .p-businessMap {
    background-size: 50.69vw;
  }
}
@media screen and (max-width: 1050px) {
  .p-businessMap_txt {
    top: 17.11vw;
  }
}
@media screen and (max-width: 925px) {
  .p-businessMap_txt {
    top: 21.11vw;
  }
  .p-businessMap_txt .c-font_136{
    font-size: 9.29vw
  }
}
@media screen and (max-width: 925px) {
  .p-businessMap_txt {
    top: 21.11vw;
  }
  .p-businessMap_txt .c-font_136{
    font-size: 9.29vw
  }
}
@media screen and (max-width: 850px) {
  .p-businessMap_txt {
    top: 27.11vw;
  }
  .p-businessMap_txt .c-font_136{
    font-size: 7.29vw
  }
}
@media screen and (max-width: 768px) {
  .p-businessMap {
    background-image: none;
    width: 100%;
  }
  .p-businessMap_sp {
    background-image: url("../../assets/images/business_map_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }
  .p-businessMap_txt {
    height: auto;
    display: block;
    position: static;
    margin: 0 auto;
    width: 85.33%;
  }
}
@media screen and (max-width: 374px) {
  .p-businessMap_txt .u-font_100_s {
    font-size: 26.7vw !important;
  }
}

.p-businessNav_li a:hover,.p-businessNav_li:hover:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-businessNav_li:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../../assets/images/common/arrow_yellow_d.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 1.45em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-businessNav {
    padding-left: 0;
  }
  .p-businessNav_li {
    padding : 1.086em 5%;
    border-bottom: 1px solid #000000;
  }
  .p-businessNav_li:last-child {
    border-bottom: none;
  }
  .p-businessNav_li a {
    display: block;
    height: auto;
  }
  .p-businessNav_li:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 3%;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
.p-pVision_libg01 {
  background-image:
          url("../../assets/images/common/quotation_top.png"),
          url("../../assets/images/common/quotation_bottom.png");
  background-repeat: no-repeat,no-repeat;
  background-size: auto auto;
  background-position: 12% top,90.23% bottom;
  position: relative;
}
.p-pVision_libg02 {
  background-image:
          url("../../assets/images/common/quotation_top.png"),
          url("../../assets/images/common/quotation_bottom.png");
  background-repeat: no-repeat,no-repeat;
  background-size: auto auto;
  background-position: 19.34% top,80.27% 0.5em;
  position: relative;
}
.p-pVision_libg03 {
  background-image:
          url("../../assets/images/common/quotation_top.png"),
          url("../../assets/images/common/quotation_bottom.png");
  background-repeat: no-repeat,no-repeat;
  background-size: auto auto;
  background-position: 20.02% top,78.52% 2.688em;
  position: relative;
}
@media screen and (max-width: 1017px) {
  .p-pVision_libg01 {
    background-position: 4% top,98.23% bottom;
  }
  .p-pVision_libg02 {
    background-position: 11.34% top,88.27% 0.5em;
  }
  .p-pVision_libg03 {
    background-position: 12.02% top,86.52% 2.688em;
  }
}
@media screen and (max-width: 1240px) {
  .p-peopleTxt .c-width_512 {
    width: 57%;
  }
}
@media screen and (max-width: 1170px) {
  .p-peopleTit{
    padding-bottom: 6.25em;
  }
  .p-peopleTxt p {
    margin-top: -55px;
  }
}
@media screen and (max-width: 1014px) {
  .p-peopleTit{
    padding-bottom: 9.375em;
  }
}
@media screen and (max-width: 768px) {
  .p-peopleTit{
    padding-bottom: 2.5em;
  }
  .p-pVision_libg01 {
    background-size: 4% auto;
    background-position: 12% top,90.23% bottom;
    position: relative;
  }
  .p-pVision_libg02 {
    background-size: 4% auto;
    background-position: 19.34% top,84.27% 80%;
    position: relative;
  }
  .p-pVision_libg03 {
    background-size: 4% auto;
    background-position: 20.02% top,82.52% 80%;
    position: relative;
  }
}
/*system*/
.p-system {
  background-image: url("../../assets/images/system_tit.jpg");
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-system {
    background-image: url("../../assets/images/system_tit_sp.jpg");
    background-position: center top;
  }
}
.p-systemNav {
  padding-left: 4.66%;
  height: 4.375em;
}
@media screen and (max-width: 768px) {
  .p-systemNav {
    height: auto;
  }
}
.p-systemNav_li {
  padding-left: 4.88%;
  padding-right: 4.88%;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 1028px) {
  .p-systemNav_li {
    font-size: 1.7vw;
  }
}
.p-systemNav_li a {
  display: block;
  height: 48px;
}
.p-systemNav_li a:hover,.p-systemNav_li:hover:after {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-systemNav_li:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../../assets/images/common/arrow_yellow_d.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 3.105em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-systemNav {
    padding-left: 0;
  }
  .p-systemNav_li {
    padding : 0.96em 5%;
    border-bottom: 1px solid #000000;
  }
  .p-systemNav_li:last-child {
    border-bottom: none;
  }
  .p-systemNav_li a {
    display: block;
    height: auto;
  }
  .p-systemNav_li:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 3%;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media screen and (max-width: 353px) {
  .p-systemNav_li {
    font-size: 4vw !important;
  }
}
.c-chair {
  background-image: url("../../assets/images/chair.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  width: 384px;
  height: 478px;
  position: relative;
  margin-right: 52px;
}
@media screen and (max-width: 768px) {
  .c-chair {
    background-size: contain;
    width: 78%;
    height: 24.286em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .c-chair {
    background-size: 76%;
    width: 100%;
    height: 24.286em;
  }
}
.c-chairLi01,.c-chairLi03 {
  width: 40.63%;
}
.c-chairLi02 {
  width: 44.63%;
}
.c-chairLi01 {
  position: absolute;
  top: 45%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.c-chairLi02 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-chairLi02 {
    top: 65%;
  }
}
.c-chairLi03 {
  position: absolute;
  top: 45%;
  left: 80%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.p-qsc {
  width: 22%;
  border-radius: 50%;
  background: #FFF;
  border: 4px solid #ffbc0d;
}
@media screen and (max-width: 768px) {
  .p-qsc {
    width: 46%;
    border-radius: 50%;
    margin-bottom: 0.714em;
    border: 2px solid #ffbc0d;
  }
}
.p-qsc_posi {
  position: relative;
  padding-top: 100%;
  height: 0;
}

.p-qsc_posi {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.p-qsc_posi_li {
  position: absolute;
  top: calc((100% - 5em)/2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.p-qsc_posi_li02 {
  position: absolute;
  top: calc((100% - 2em)/2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}
.p-qsc_amp {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .p-qsc_amp {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 51%;
  }
}
/*owner*/
.p-ownerTit {
  background-image: url("../../assets/images/owner_tit.jpg");
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-ownerTit {
    background-image: url("../../assets/images/owner_tit_sp.jpg");
    background-position: center top;
  }
}
.p-storesph_txtw {
  position: absolute;
  width: 512px;
  top: -11px
}
.p-storesph_txtw02 {
  position: absolute;
  width: 544px;
  top: -11px
}

@media screen and (max-width: 1190px) {
  .p-storesph_txtw {
    width: 50%;
    top: -40px
  }
  .p-storesph_txtw02 {
    width: 50%;
    top: -40px
  }
}
@media screen and (max-width: 1075px) {
  .p-storesph_txtw {
    width: 55%;
  }
  .p-storesph_txtw02 {
    width: 55%;
  }
}
@media screen and (max-width: 1070px) {
  .p-storesph_txtw02 {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 915px) {
  .p-storesph_txtw {
    width: 60%;
  }
  .p-storesph_txtw02 {
    width: 60%;
  }
}
@media screen and (max-width: 825px) {
  .p-storesph_txtw {
    font-size: 1.3rem;
  }
  .p-storesph_txtw02 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-txtup {
    position: relative;
    height: 19.5em;
  }
  .p-txtup_txt {
    position: absolute;
    top: 6.071em;
  }
}
@media screen and (max-width: 620px) {
  .p-txtup {
    height: 23.5em;
  }
}
@media screen and (max-width: 460px) {
  .p-txtup {
    height: 26.5em;
  }
}
@media screen and (max-width: 375px) {
  .p-txtup {
    height: 28.5em;
  }
}
/*process*/
.p-processtit {
  background-image: url("../../assets/images/process_tit.jpg");
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .p-processtit {
    background-image: url("../../assets/images/process_tit_sp.jpg");
    background-position: right center;
  }
}
.p-process_item::after {
  content: "";
  background-image: url("../../assets/images/common/arrow_yellow_d.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 18px;
  height: 18px;
  position : absolute;
  bottom : 1.75em;
  left : 50%;
  transform : translateX(-50%);
  -webkit-transform : translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-process_item::after {
    width: 16px;
    height: 16px;
    bottom : inherit;
    top: 50%;
    left: 92%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.p-process_item:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-process_item_label,.p-process_item_label_l {
  height: 40px;
}
.p-process_item_label::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #ffbc0d;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  right: -9.6px;
}
@media screen and (max-width: 768px) {
  .p-process_item_label .p-flow_step,.p-process_item_label_l .p-flow_step {
    padding-top: 6.2vw;
  }
  .p-process_item_label,.p-process_item_label_l {
    height: auto;
  }
  .p-process_item_label::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5.9vw solid transparent;
    border-right: 5.9vw solid transparent;
    border-top: 2vw solid #ffbc0d;
    position: absolute;
    top: auto;
    right: initial;
    border-bottom: none;
    bottom: -1.9vw;
    left: 0;
  }
}
.p-more {
  position: absolute;
  right: 4.063em;
  bottom: 2.8em;
}
@media screen and (max-width: 768px) {
  .p-more {
    right: 7%;
    bottom: 11%;
  }
  .p-more_sp {
    bottom: 9% !important;
  }
}
/*flow*/
.p-flow{
  max-width: 897px;
  margin-left: auto;
  margin-right: auto;
}
.p-flow_item {
  width: 21.5%;
  position: relative;
  padding-bottom: 1.5em;
}
.p-flow_item:not(:last-child) {
  margin-right: 4.6%;
}
.p-flow_item:not(:last-child)::after {
  width: 17px;
  height: 30px;
  content: "";
  display: inline-block;
  background-image: url("../images/common/arrow_black.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: -15.8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-flow_item__label {
  text-align: center;
  width: 68.42%;
  margin: 0 auto 0.875em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-flow_item__ico {
  width: 49.48%;
  margin: 0 auto 1em;
}
.p-flow_step span {
  margin-left:0.267em;

}
@media screen and (max-width: 768px) {
  .p-flow_item {
    width: 100%;
    position: relative;
    padding-bottom: 0.429em;
    padding-top: 0.429em;
    padding-right: 1.25em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }
  .p-flow_item__ico {
    order: 2;
  }
  .p-flow_item__ico {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    width:20.3%;
  }
  .p-flow_item {
    flex-wrap: wrap;
  }
  .p-flow_item:not(:last-child)::after {
    background-image: url("../images/common/arrow_black_sp.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top:inherit;
    bottom:-1.071em;
    left: 0;
    width: 1.143em;
    height: 0.714em;
    background-size: 100% auto;
    margin: auto;
    transform:none;
  }

  .p-flow_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.429em;
  }
  .p-flow_item__label {
    display: block;
    width: 4.571em;
    height: 4.571em;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    box-sizing: border-box;
    padding-top: 1em;
  }
  .p-flow_step {
    display: block;
    text-align: center;
  }
  .p-flow_step span {
    display: block;
    line-height: 1;
    margin-left: 0;

  }
}
.p-system_read{
  width: 59.96%;
}
.p-system_ttl .c-mainTtl_ja{
  width: 59.96%;
  text-align: left;
  right: 0;
  left: inherit;
}
.p-system_ttl .c-mainTtl_ja02{
  position: absolute;
  right: 0;
  left: inherit;
}
.owner_btn{
  margin-bottom: -65px;
}
@media screen and (max-width: 1100px) {
  .owner_btn{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-system_read{
    width: 100%;
  }
  .p-system_ttl .c-mainTtl_ja{
    width: 100% !important;
    text-align: left;
    left: 0;
  }
  .p-system_ttl .c-mainTtl_ja02{
    right: 0;
    left: 0;
  }
  .owner_btn{
    margin-bottom: 0;
  }
}
/*faq*/
.p-faq-ttl .c-mainTtl_en{
  position: absolute;
  top: -66px;
  left: 34px;
  z-index: -1;
}
.p-faq-ttl .c-mainTtl_ja{
  position: static;
  margin-top: -10px;
}
.p-faq__question:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-faq__question a {
  padding: 0.639em 0.8em;
  position: relative;
}
.p-faq__question.p-faq__question_lg a {
  padding: 1.275em 2.8em 1.275em 0.8em;
  position: relative;
}
.p-faq__question a::after {
  display: inline-block;
  content: "";
  background-image: url("../images/common/arrow_yellow_c.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  right: 1.063em;
}
.p-faq__question a {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-faq_ico {
  margin-right: 0.3em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-faq_ico {
    margin-right: 0.3em;
    padding-bottom: 5px;
    line-height: 1;
  }
  .p-faq__question a {
    padding: 0.717em 0.8em;
    position: relative;
  }

  .p-faq__question a {
    padding-right: 2.857em;
  }
  .p-faq__question a::after {
    right: 0.5em;
  }
  .p-faq-ttl .c-mainTtl_en{
    position: static;
    display: flex;
    justify-content: center;
  }
  .p-faq-ttl .c-mainTtl_ja{
    position: absolute;
  }
  .p-faq-ttl .c-mainTtl_ja{
    margin-top: -20px;
  }
  .p-faq__question.p-faq__question_lg:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
  .p-faq__question.p-faq__question_lg a {
    padding: 0.75em 2.1em 0.75em 0.8em;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 768px) {
  .p-faq__question a:hover {
    opacity: 0.7;
  }
  .p-faq__question a:hover::after {
    opacity: 0.7;

  }
}

.p-owner_read{
  width: 66%
}
@media screen and (max-width: 768px) {
  .p-owner_read{
    width: 100%
  }
}
.p-briefing_img{
  /*width: 92.36% !important;*/
}
.p-movie_contents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-movie_contents .mv-play-btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: 0.3s ease-in-out;
}
.p-movie_contents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mv-play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7b7165;
  display: block;
  top: 0;
}
.mv-play-btn:hover:after {
  /*transform: scale3d(1.1, 1.1, 1.1);*/
}
.mv-play-btn img {
  opacity: 0.5;
  display:block;
}
#player .active img {
  opacity: 1;
}
.mv-play-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("../images/common/arrow_movie.png");
  /*background-color: rgba(210, 210, 210, 0.4);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .mv-play-btn::after {
    width: 96px;
    height: 96px;
  }
}
@media screen and (max-width: 415px) {
  .mv-play-btn::after {
    width: 48px;
    height: 48px;
  }
}
.mv-play-btn:hover::after {
  /*background-color: rgba(210, 210, 210, 0.8);*/
}
.mv-play-btn img {
  width: 100%;
  height: 100%;
}
/*cv*/
.p-cv_area {
  width: 8.75em;
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 400;
}
.p-cv_area .c-btn a {
  height: 94px;
  border-radius: 3px 0 0 3px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
@media screen and (max-width: 768px) {
  .p-cv_area .c-btn a {
    box-shadow: 0px -5px 21px -7px rgba(0,0,0,0.3);
  }
}
.p-cv_area .c-btn-boder{
  margin-bottom: 1.429em;
}
.p-cv_area .c-btn-boder a{
  height: 87px;
  border: solid 2px #db0007;
  border-right: 0;
}
.p-cv_icon a {
  height: 6.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cv_area .top {
  text-align: right;
  width: 4em;
  margin-left: 64px;
}
.p-cv_area .top img {
  transition: .3s;
}
.p-cv_area .top img:hover {
  opacity: 0.7 ;
}
.p-cv_area .top a {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-cv_area .top img {
    margin-top: -4px;
  }
  .p-cv_area {
    width: 94.53%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    bottom: 0;
  }
  .p-cv_area .top {
    text-align: right;
    margin-left: 13px;
  }

  .p-cv_area .c-btn {
    width: 78.56%;
    margin: 0;
  }
  .p-cv_area .c-btn a {
    box-sizing: border-box;
    height: 58px;
    border-radius: 3px 3px 0 0;
  }
  .p-cv_icon {
    width: 10%;
  }
  .p-cv_icon a {
    height: 3.529em;
  }
  .c-btn-arrow_cen_white a {
    padding: 0;
  }
  .c-btn-arrow_cen a {
    padding: 0;
  }
  .p-cv_area .c-btn-arrow_cen_white a::after {
    top: 0;
    bottom: -0.5em;
    left: inherit;
    right: 8px;
    margin: auto 0;
  }
}
.u-boder_db0007{
  border: solid 3px #db0007!important;
}
/*インタビュー詳細*/
.p-other_interview a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-archive_full_img {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(((100% - 1023px) / 2) + 450px);
}

.p-archive_full_img img {
  width: 100%;
}
.p-briefing_btn02 a{
  height: 55px!important;
}

/*ビジネス*/
@media screen and (max-width: 768px) {

  .p-business_ttl {
    padding-bottom: 0.31em;
  }
  .p-business_txt{
    padding-bottom: 1.35em
  }
  .p-business_txt:last-child{
    padding-bottom: 1.95em;
  }
}
.p-owner_img_wrap{
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.p-owner_img_wrap02 {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.p-owner_width{
  width: 43.14%;
}
.p-owner_width02{
  width: 688px;
}
@media screen and (max-width: 768px) {

  .p-owner_img_wrap,.p-owner_img_wrap02{
    position: static;
  }
  .p-owner_width{
    width:100%;
  }
  .p-owner_width02{
    width: 100%;
  }
}

/* スクロールの幅の設定 */
.p-scroll_img::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* スクロールの背景の設定 */
.p-scroll_img::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #f7f7f7;
}

/* スクロールのつまみ部分の設定 */
.p-scroll_img::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ffbc0d;
}
@media screen and (max-width: 768px) {
  .p-archive_full_img {
    position: relative;
  }
  .p-scroll_img {
    overflow-x: scroll;
    padding-bottom: 1em;
  }
  .p-scroll_img img {
    max-width: 831px;
    width: 831px;
  }
}

@media screen and (max-width: 350px) {
  .p-business_txt{
    font-size: 6vw!important;
  }
  .c-mainTtl_ja{
    font-size: 8vw;
  }
}
@media screen and (max-width: 375px) {
  .c-mainTtl_jaxxs{
    font-size: 6.42vw;
  }
  .c-mainTtl_jaxs{
    font-size: 7.42vw;
  }
  .c-mainTtl_enxxs{
    font-size: 16.58vw !important;
  }
  .c-mainTtl_enxxxs{
    font-size: 15vw !important;
  }
}
.p-owner_List {
  width: 78.5%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 0 auto;
}
.p-owner_List li {
  margin-right: 2%;
}
.p-owner_List li:nth-child(3) {
  width: calc(100% - 709px);
  margin-right: 0%;
}

/*オーナー*/

/*** none ***/
.p-pcNone {
  display: none;
}
.p-pcNone_tab {
  display: none;
}
.p-spNone {
  display: block;
}
.p-spNone_f {
  display: flex;
}
.p-pcNone_f {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-tabnone {
    display: block;
  }
  .p-pcNone_tab {
    display: block;
  }
}

@media screen and (min-width: 1023px) {
  .p-tabnone {
    display: none;
  }
}

.p-pcNone_ib {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-pcNone {
    display: block;
  }
  .p-pcNone_ib {
    display: inline-block;
  }
  .p-spNone {
    display: none;
  }
  .p-spNone_f {
    display: none;
  }
  .p-pcNone_f {
    display: flex;
  }
  .p-pcNone_tab {
    display: none;
  }

}
@media screen and (max-width: 1070px) and (min-width: 768px) {

  .p-system_read{
    margin-top: 0!important;
  }
}

@media screen and (max-width: 768px) {
  .p-order1_s {
    order: 1;
  }
  .p-order2_s {
    order: 2;
  }
  .p-order1_s {
    order: 1;
  }
  .u-radius_5_sp {
    border-radius: 5px;
  }

}
.u-radius_3_pc {
  border-radius: 3px!important;
}
@media screen and (max-width: 370px) {
  .c-mainTtl_en{
    font-size: 20.270vw;
  }
}
.u-radius_3{
  border-radius: 3px!important;
}
@media screen and (max-width: 800px) {
  .u-font_13_tnav {
    font-size: 1.2rem !important;
  }
}

.p-top__txt {
  padding-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .p-media_img_img {
    margin: 0 0 3.214em 0 !important;
  }
  .p-media_img_img img {
    width: 100% !important;
  }
}
/*モーダル*/
.p-modal_bt,.p-modal_bt02 {
  position: absolute;
  top: 0px;
  right: -65px;
  padding: 0px;
}
.remodal-wrapper {
  padding: 0px;
}
.remodal {
  padding: 0px;
  background: #000;
}
.remodal {
  max-width: 1200px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .remodal {
    width: 100%;
  }
  .p-modal_bt img,.p-modal_bt02 img {
    width: 50px;
    height: 50px;
  }
  .p-modal_bt,.p-modal_bt02 {
    top:-50px;
    right: 0px;;
  }
}
/*youtube*/
.p-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-play_btn,.p-play_btn02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 99;
  background-color: #000;
}
.p-play_btn img,.p-play_btn02 img {
  width: 100%;
  opacity: 0.8;
}
.p-play_btn:hover img,.p-play_btn02:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: 0.3s ease-in-out;
}
.p-play_btn::before,.p-play_btn02::before  {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform:translateY(-50%) translateX(-50%);
  margin:auto;
  content:'';
  background-image: url(../../assets/images/common/arrow_movie.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position:center center;
  display: inline-block;
  width:80px;
  height:80px;
}
@media screen and (max-width:959px) {
  .play_btn::before,.play_btn02::before  {
    width: 45px;
    height: 45px;
  }
}

.p-backgroundList{
}

.p-backgroundList > ul{
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}
.p-backgroundList > ul > li{
  padding-left: 16px;
  padding-right: 16px;
}

.p-hover-link {
  display: block;
}
.p-hover-link img{
  transition: 0.3s ease-in-out;
}
.p-hover-link:hover {

  transition: 0.3s ease-in-out;
}
.p-hover-link:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-hover-link-red {
  transition: 0.3s ease-in-out;
}
.c-hover-link-red:hover {
  color: #db0007;
  transition: 0.3s ease-in-out;
}
.c-valign{
  position: relative;
  top: -0.1em;
}
.mfp-content .c-valign{
  position: relative;
  top: -0.12em;
}