@charset "utf-8";
html {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0em;
  font-size: 16px;
  text-align: justify;
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
}
p a {
  color: #E0726A;
  text-decoration: underline;
}
p a.nonline {
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align:top;
}
.img_80 {
  width: 80%;
  margin: 3% auto;
}
.img_60 {
  width: 60%;
  margin: 3% auto;
}
.img_100 {
  width: 100%;
  margin: 3% auto;
}
p {
  /* text-align: justify; */
  text-justify: inter-ideograph;
}
.text_small {
  font-size: 70%;
}
/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  display: block;
  overflow: hidden;
  max-width: 400px;
  height: 50px;
  border: 1px solid #172a88;
  border-radius: 100px;
  margin: 5% auto 1%;
  padding: 1.2% 5%;
  background-color: #172a88;
  transition: ease 0.2s;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  text-decoration: none;
  font-size: 18px;
  color:#fff;
  height: 50px;
  line-height: 50px;
}
.btn a {
  position: absolute;
    top: 0;
    left: 0;
    /* height:100%; */
    width: 100%;
}
.btn:hover span{
  color:#ddd;
}
.btn:hover {
  background-color: #000;
}
/*== 背景が流れる（斜め） */
.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#000;
  width:120%;
  height: 110%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
.note {
  font-size: 90%;
  font-weight: lighter;
  line-height: 1.2em;
  margin: 1% auto 0.51%;
}
.note_link {
  margin: 3% auto 0;
  text-align: right;
  text-decoration: underline;
  color: #E0726A;
}
li img {
  vertical-align: bottom;
}
.clear_left {
  clear: left;
}
h1 {
  font-size: 180%;
  font-weight: lighter;
  line-height: 1.2em;
}
.red {
  background-color: #B7262C;
}
.navy {
  background-color: #1c305c;
}
.pink {
  background-color: #f5cbd6;
}
.pink_text {
  color: #f5cbd6;
}
.pink2 {
  background-color: #f29fac;
}
.pink2_text {
  color: #f29fac;
}
.pink3 {
  background-color: #E0726A;
}
.red_text {
  color: #B7262C;
}
.pink3_text {
  color: #E0726A;
}
.navy_text {
  color: #1c305c;
}
.white_text {
  color: #ffffff;
}
.text_left {
  text-align: left;
}
.text_right {
  margin: 3em auto 0;
  text-align: right;
}
.text_center {
  text-align: center;
}
body {
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0 auto;
  color: #3A3226;
}
#page_title {
  width: 95%;
  margin: auto;
  padding: 0 0 20px;
  overflow: hidden;
}
.sp_img {
  display: none;
}
.pc_img {
  display: inherit;
}

.btn_center, .btn_right {
  font-size: 1.0em;
  color: #fff;
  width: 500px;
  padding: 20px;
  margin: 5% auto 0;
  background-color: #1c305c;
}

.btn_before {
  text-align: center;
  margin: 7% auto -5%;
  line-height: 1.2em;
}
.link_center {
  width: 75%;
  margin: 7% 12.5%;
  float: left;
  position: relative;
  display: block;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  clear: left;
  box-shadow: 3px 3px 0px 0 rgba(0, 0, 0, .2);
  border-radius: 50px;
}
.link_center::after {
  position: absolute;
  content: '→';
  clear: left;
  top: 15px;
  right: 20px;
}
.btn_second {
  margin: 0% 12.5% 7%;
}
.link_navy {
  background-color: #002A6D;
}
.btn_under {
  width: 95%;
  padding: 0;
  overflow: hidden;
  margin: auto;
  clear: left;
}
.btn_under ul li {
  float: left;
  width: 50%;
  border-left: 1px solid #fff;
  text-align: center;
  font-size: 0.9em;
}
.btn_under ul li:nth-last-child(1) {
  border-right: 1px solid #fff;
}
.slick-dots li button:before{
  font-size:40px!important;
}
@media screen and (min-width:768px){
  .btn_before {
    text-align: center;
    margin: 7% auto -1%;
    line-height: 1.2em;
  }
  .btn_under {
    width: 50%;
  }
  .link_center {
    width: 50%;
    margin:3% 25%;
    padding: 20px;
    float: left;
  }
  .link_center::after {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width:768px){
  body {
    font-size: 15px;
  }
  .sp_img {
    display: inherit !important;
  }
  .pc_img {
    display: none !important;
  }
  section.cont80, section.cont90 {
    width: 95%;
  }
  .h2_before {
    margin: 0 auto 2%;
  }
  .btn_center {
    width: 70%;
    padding: 10px;
  }
  .btn_right {
    width: 60%;
    padding: 12px;
    margin: 5% 0;
  }
  .btn {
    max-width: 250px;
    height: 40px;
    padding: 1.2% 5%;
  }
  .btn span {
    font-size: 14px;
  height: 40px;
    line-height: 40px;
  }
}
/*====================================================================
.accordion_one
====================================================================*/
.accordion_one {
  margin: 0 auto;
}
.accordion_one .accordion_header {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header:hover {
  opacity: .8;
}
.accordion_one .accordion_header .i_box {
  content: '　';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 65%;
  right: 5%;
  width: 25px;
  height: 25px;
  background-image: url("../img/list_arrow_pink.svg");
  /* content: '+'; */
  margin-top: -20px;
  box-sizing: border-box;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion_one .accordion_inner {
  display: none;
  /* padding: 10px 10px;
  box-sizing: border-box;
  font-size: 0.8em;
  padding: 1.5%;
  background-color: #faf1f4;
  margin: 2% auto 0; */
}
.accordion_one .accordion_inner .box_one {
}

@media screen and (max-width: 768px) {
  .accordion_one .accordion_header .i_box {
    top: 90%;
    right: 3%;
    width: 20px;
    height: 20px;
    /* margin-top: -20px; */
  }
}
