@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Noto Sans JP';
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
.onmouse {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

html {
  overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  font-family: 'Noto Sans JP', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  text-align: left;
  line-height: 160%;
  color: #333;
}

.clearfix {
  zoom: 1;
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/* link_nomal */
a {
  text-decoration: none;
  color: #333;
}

a:link {
  text-decoration: none;
  color: #333;
}

a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a:active {
  text-decoration: none;
  color: #333;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/**テキスト揃え**/
.text-center {
  text-align: center;
}

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

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

/**マージン・パディング***/
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p60 {
  padding: 50px;
}

.p70 {
  padding: 60px;
}

.p75 {
  padding: 75px;
}

.p80 {
  padding: 80px;
}

.p90 {
  padding: 90px;
}

.p100 {
  padding: 100px;
}

.p110 {
  padding: 110px;
}

.p125 {
  padding: 125px;
}

.p150 {
  padding: 150px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt125 {
  padding-top: 125px;
}

.pt150 {
  padding-top: 150px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb125 {
  padding-bottom: 125px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt125 {
  margin-top: 125px;
}

.mt150 {
  margin-top: 150px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb125 {
  margin-bottom: 125px;
}

.mb150 {
  margin-bottom: 150px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

.sp_only_inline {
  display: none;
}

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

  .sp_only {
    display: block;
  }

  .pc_only_inline {
    display: none;
  }

  .sp_only_inline {
    display: inline-block;
  }
}
/********************************/
.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__up__grad {
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: translate(0%, 50px);
}
.fade__up__grad.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.delay1 {
  transition-delay: 0s;
}

.delay2 {
  transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .delay5 {
    transition-delay: 0s;
  }
}

.delay1sp {
  transition-delay: 0s;
}

.delay2sp {
  transition-delay: 0.3s;
}

.delay3sp {
  transition-delay: 0.6s;
}

.delay4sp {
  transition-delay: 0.9s;
}

.delay5sp {
  transition-delay: 1.2s;
}

/********************************/
.f40 {
  font-size: 40px;
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .f40 {
    font-size: 7.5vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .f36 {
    font-size: 7.5vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f24 {
    font-size: 4.8vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f22 {
    font-size: 4.7vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f20 {
    font-size: 4.5vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f16 {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f16 {
    font-size: 4.0vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .f12 {
    font-size: 2.8vw;
  }
}

/***************************/
main {
  overflow: hidden;
}

#section_kv {
  width: 100%;
  height: 27.2vw;
  position: relative;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #section_kv {
    height: 52.5vw;
  }
}
#section_kv .titlebox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1100px;
  transform: translate(-50%, -50%);
}
#section_kv .titlebox h2 {
  color: #1B2388;
  width: 57.5%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #section_kv .titlebox h2 {
    width: 67.5%;
  }
}
#section_kv .titlebox h2 span.bts1 {
  display: block;
  padding-bottom: 26px;
  margin-bottom: 22px;
  position: relative;
  line-height: 125%;
}
#section_kv .titlebox h2 span.bts1::after {
  content: "";
  width: 15%;
  height: 1px;
  background-color: #1B2388;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #section_kv .titlebox h2 span.bts1::after {
    width: 30%;
  }
}
@media screen and (max-width: 1280px) {
  #section_kv .titlebox h2 span.bts1 {
    font-size: 3.1vw;
    padding-bottom: 1.8vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  #section_kv .titlebox h2 span.bts1 {
    font-size: 6.5vw;
    padding-bottom: 3.4vw;
    margin-bottom: 3vw;
  }
}
#section_kv .titlebox h2 span.bts2 {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  #section_kv .titlebox h2 span.bts2 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  #section_kv .titlebox h2 span.bts2 {
    font-size: 4vw;
  }
}
#section_kv .gradbox {
  width: 52.42%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_kv .gradbox {
    width: 66%;
  }
}
#section_kv .gradbox::after {
  content: "";
  position: absolute;
  width: 128%;
  height: 102%;
  top: 0;
  left: -15%;
  background: linear-gradient(150deg, #fff7eb 0%, #ace0f9 60%);
  transform: skewX(15deg);
}
@media screen and (max-width: 767px) {
  #section_kv .gradbox::after {
    transform: skewX(12.5deg);
    width: 128%;
    height: 102%;
    top: 0;
    left: -15%;
  }
}
#section_kv .photobox {
  width: 47.58%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #section_kv .photobox {
    width: 34%;
  }
}

#section_pankz ul {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}
#section_pankz ul li {
  display: inline;
}
#section_pankz ul li::after {
  content: " / ";
  color: #535353;
}
#section_pankz ul li:last-child::after {
  content: none;
}
#section_pankz ul li span {
  color: #000000;
}
#section_pankz ul li a {
  color: #000000;
}
#section_pankz ul li a:hover {
  text-decoration: underline;
}

.grad_back {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 550px;
  background: linear-gradient(-160deg, rgba(172, 224, 249, 0.32) 0%, rgba(255, 255, 255, 0) 75%);
  transform: translate(0%, -50%) skewY(-25deg);
}
@media screen and (max-width: 767px) {
  .grad_back {
    height: 73.33vw;
  }
}

/*************pp***************************/
#section_kv .photobox {
  background-image: url(../media/images/pp/head_pc.jpg);
}
@media screen and (max-width: 767px) {
  #section_kv .photobox {
    background-image: url(../media/images/pp/head_sp.jpg);
  }
}

#section_01 {
  padding-top: 120px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section_01 {
    padding-top: 75px;
  }
}
#section_01 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section_01 .first_text {
  width: 100%;
  margin: 0 auto 120px auto;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #section_01 .first_text {
    margin: 0 auto 80px auto;
  }
}
#section_01 h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_01 h3 {
    font-size: 6.6vw;
    margin-bottom: 40px;
  }
}
#section_01 .text01 {
  line-height: 210%;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #section_01 .text01 {
    margin-bottom: 40px;
  }
}
#section_01 h4.subs {
  margin-bottom: 0.7em;
  color: #001B78;
  font-weight: 700;
}
#section_01 .textbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #section_01 .textbox {
    margin-bottom: 50px;
  }
}
#section_01 .textbox p.text01 {
  margin-bottom: 1.75em;
  line-height: 160%;
}
#section_01 .textbox ul li {
  margin-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

#section_02 {
  padding-top: 120px;
  text-align: left;
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #section_02 {
    padding-top: 75px;
  }
}
#section_02 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section_02 .first_text {
  width: 100%;
  margin: 0 auto 120px auto;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  #section_02 .first_text {
    margin: 0 auto 80px auto;
  }
}
#section_02 h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #section_02 h3 {
    font-size: 6.6vw;
    margin-bottom: 40px;
  }
}
#section_02 .text01 {
  line-height: 210%;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #section_02 .text01 {
    margin-bottom: 40px;
  }
}
#section_02 h4.subs {
  margin-bottom: 0.7em;
  color: #001B78;
  font-weight: 700;
}
#section_02 .textbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #section_02 .textbox {
    margin-bottom: 50px;
  }
}
#section_02 .textbox p.text01 {
  margin-bottom: 1.75em;
  line-height: 160%;
}
#section_02 .textbox ul li {
  margin-bottom: 8px;
  text-indent: -1em;
  padding-left: 1em;
}

.grad_contena01 {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  top: calc(100% + 275px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .grad_contena01 {
    top: 134vw;
  }
}

footer {
  position: relative;
  z-index: 30;
}

/*# sourceMappingURL=pp_common.css.map */
