@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_top
====================================================================== */
.p_top .sub_contents._none {
  display: none;
}
.p_top .sub_contents > .wrap {
  width: 100%;
  padding: 0 4.6875%;
  display: none;
}
.p_top .sub_contents > .wrap .info {
  width: 900px;
  margin: 0 auto;
  border: 1px solid #D36C6C;
  border-radius: 45px;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info {
    width: 100%;
    border-radius: 10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_top .sub_contents > .wrap .info._active {
  border-radius: 20px;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info._active {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info._active > .failure_wrap {
    width: 100%;
    padding: 0 15px;
  }
}
.p_top .sub_contents > .wrap .info._active > .failure_wrap > .first_column {
  padding: 0;
}
.p_top .sub_contents > .wrap .info._active > .ttl {
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info._active > .ttl {
    border-radius: 10px 10px 0 0;
  }
}
.p_top .sub_contents > .wrap .info._active > .btn {
  top: auto;
  bottom: 20px;
  right: initial;
  left: 50%;
  padding: 0 0 0 40px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p_top .sub_contents > .wrap .info._active > .btn > .arrow {
  margin: 0 0 0 20px;
}
.p_top .sub_contents > .wrap .info._active > .btn > .arrow .horizontal {
  display: none;
}
.p_top .sub_contents > .wrap .info._none {
  display: none;
}
.p_top .sub_contents > .wrap .info .ttl {
  width: 100px;
  padding: 11px 20px;
  background: #D36C6C;
  border-radius: 45px 0 0 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .ttl {
    width: 100%;
    padding: 8px 15px;
    border-radius: 7px 7px 0 0;
  }
}
.p_top .sub_contents > .wrap .info .ttl > .u_txt_1 {
  color: #fff;
  letter-spacing: .05em;
}
.p_top .sub_contents > .wrap .info .txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 190px 0 15px;
  color: #D36C6C;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .txt {
    display: block;
    padding: 12px 15px;
  }
}
.p_top .sub_contents > .wrap .info .txt > .u_txt_1 {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .txt > .u_txt_1 {
    line-height: 1.3;
    width: 100%;
  }
}
.p_top .sub_contents > .wrap .info .btn {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 120px;
  height: 28px;
  background: #D36C6C;
  border-radius: 28px;
  padding: 0 0 0 16px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .btn {
    top: 6px;
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.p_top .sub_contents > .wrap .info .btn > .u_txt_3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .btn > .u_txt_3 {
    font-size: 13px;
  }
}
.p_top .sub_contents > .wrap .info .btn > .arrow {
  position: relative;
  height: 10px;
  width: 10px;
  margin: 0 0 0 2px;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .btn > .arrow {
    margin: 0 0 3px 2px;
  }
}
.p_top .sub_contents > .wrap .info .btn > .arrow > .vertical,
.p_top .sub_contents > .wrap .info .btn > .arrow > .horizontal {
  content: '';
  position: absolute;
  top: 50%;
  width: 9px;
  height: 1px;
  background: #fff;
}
.p_top .sub_contents > .wrap .info .btn > .arrow > .horizontal {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.p_top .sub_contents > .wrap .info .failure_wrap {
  padding: 0 0 0 15px;
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .failure_wrap {
    width: 100%;
    padding: 0 15px;
  }
}
.p_top .sub_contents > .wrap .info .failure_wrap .first_column {
  padding: 0 130px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .failure_wrap .first_column {
    padding: 0;
  }
}
.p_top .sub_contents > .wrap .info .failure_wrap .first_column p {
  font-size: 14px;
  min-height: 44px;
  color: #D36C6C;
  width: 100%;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .failure_wrap .first_column p {
    padding: 5px 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .p_top .sub_contents > .wrap .info .failure_wrap .first_column p {
    display: table-cell;
    vertical-align: middle;
  }
}
.p_top .sub_contents > .wrap .info .failure_wrap .failure {
  width: 100%;
  display: none;
}
.p_top .sub_contents > .wrap .info .failure_wrap .failure p {
  line-height: 1.5;
  font-size: 14px;
  min-height: 44px;
  border-top: 1px dashed #D36C6C;
  color: #D36C6C;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .wrap .info .failure_wrap .failure p {
    padding: 5px 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .p_top .sub_contents > .wrap .info .failure_wrap .failure p {
    height: 44px;
    min-height: auto;
  }
}
.p_top .sub_contents > .banner {
  margin: 80px auto 0;
  width: 846px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}
.p_top > .l_container_top > .banner {
    width:90%;
    margin:0 auto 4em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}

.p_top .banner .slick-prev,
.p_top .banner .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #CFEBEF;
  top: 40%;
}

.p_top .banner .slick-prev {
  left: -45px;
}

.p_top .banner .slick-next {
  right: -45px;
}

.p_top .banner .slick-next:before,
.p_top .banner .slick-prev:before {
  font-family: '';
  content: '';
}

.p_top .banner .slick-next:before {
  width: 7px;
  height: 7px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 38%;
  left: 8px;
}

.p_top .banner .slick-prev:before {
  width: 7px;
  height: 7px;
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 38%;
  left: 11px;
}

@media screen and (max-width: 768px) {
  .p_top .sub_contents > .banner {
    margin: 60px 0 0;
    width: 100%;
    padding: 0 0 0 4.6875%;
  }
}
.p_top .sub_contents > .banner > a {
  width: 370px;
  height: 120px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .banner > a {
    width: 270px;
    height: 90px;
  }
}
.p_top .sub_contents > .banner > a > img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .p_top .banner .slick-prev,
  .p_top .banner .slick-next {
    display: none !important;    
  }
}

.p_top .banner .slick-track > .slick-slide {
  width: 270px;
  /* height: 90px; */
}
.p_top .banner .slick-track > .slick-slide > img {
  max-width: 100%;
}

.p_top .banner .slick-track > .slick-slide > .u_txt_1 {
  margin: 10px 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p_top .banner .slick-item {
    width: 270px;
    height: 90px;
  }
}
.p_top .banner .slick-list {
  margin-right: -12px;
  /* ガター分ネガティブマージン */
}
.p_top .banner .slick-slide {
  margin-right: 12px;
  /* ガター */
}
@media screen and (max-width: 768px) {
  .p_top .sub_contents > .banner .slick-dots {
    left: -4.6875%;
    bottom: -20px;
    -moz-transform: translateX(4.6875%);
    -ms-transform: translateX(4.6875%);
    -webkit-transform: translateX(4.6875%);
    transform: translateX(4.6875%);
  }
}
.p_top .sub_contents > .banner .slick-dots li button:before {
  font-family: none;
  font-size: 0;
  line-height: 1;
  background-color: #D9D9D9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.p_top .sub_contents > .banner .slick-dots li.slick-active button:before {
  background: #6ABFC2;
}
.p_top .sub_contents > .banner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px 0 0;
}
.p_top .sub_contents > .banner .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.p_top .sec {
  margin: 110px auto 0;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec {
    margin: 80px auto 0;
    width: 100%;
  }
}
.p_top .sec:before {
  content: url(../img/common/blue_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_top .sec:before {
    content: '';
    top: -20px;
    background: url(../img/common/blue_ico.svg);
    width: 146px;
    height: 70px;
    background-size: cover;
  }
}
.p_top .sec.sec_1 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 95px 50px 80px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 {
    margin: 100px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_top .sec.sec_1 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_top .sec.sec_1 .flex {
  margin: 40px auto 0;
  padding: 30px;
  position: relative;
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .flex {
    padding: 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_top .sec.sec_1 .flex > .item {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .flex > .item {
    width: 100%;
  }
}
.p_top .sec.sec_1 .flex > .item > img {
  max-width: 100%;
}
.p_top .sec.sec_1 .flex > .item > .u_txt_4 {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .flex > .item > .u_txt_4 {
    margin: 10px 0 0;
  }
}
.p_top .sec.sec_1 .flex > .ico {
  position: absolute;
  left: 46%;
  top: 65px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .flex > .ico {
    width: 256px;
    margin: 10px auto -10px;
    position: relative;
    left: initial;
    top: initial;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.p_top .sec.sec_1 > .c_btn_2 {
  margin: 40px auto 0;
  background: #fff;
}
.p_top .sec.sec_2 {
  padding: 95px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 {
    padding: 70px 4.6875% 0;
  }
}
.p_top .sec.sec_2 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
.p_top .sec.sec_2 .flex {
  margin: 40px auto 0;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_top .sec.sec_2 .flex > .item {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 .flex > .item {
    width: 100%;
  }
}
.p_top .sec.sec_2 .flex > .item > img {
  max-width: 100%;
}
.p_top .sec.sec_2 .flex > .txt {
  padding: 40px 0 0 50px;
  width: -moz-calc(100% - 650px);
  width: -o-calc(100% - 650px);
  width: -webkit-calc(100% - 650px);
  width: calc(100% - 650px);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 .flex > .txt {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 .flex > .txt > .u_txt_4 {
    text-align: center;
  }
}
.p_top .sec.sec_2 .flex > .txt > .u_txt_1 {
  margin: 20px 0 0;
  line-height: 1.8;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 .flex > .txt > .u_txt_1 {
    margin: 10px 0 0;
  }
}
.p_top .sec.sec_3 {
  padding: 95px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 {
    padding: 60px 4.6875% 0;
    margin: 90px auto 0;
  }
}
.p_top .sec.sec_3:before {
  content: url(../img/common/yellow_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3:before {
    content: '';
    background: url(../img/common/sp/yellow_ico.svg);
    background-size: cover;
    position: absolute;
    width: 245px;
    height: 62px;
    top: -30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p_top .sec.sec_3 > .c_ttl_1 > .u_txt_1 {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 > .c_ttl_1 > .u_txt_1 {
    margin: 20px 0 0;
    text-align: left;
  }
}
.p_top .sec.sec_3 .flex {
  margin: 40px auto 0;
  position: relative;
  border: 2px dashed #1AA5AA;
  border-radius: 20px;
  padding: 60px 0 30px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 .flex {
    margin: 30px auto 0;
    padding: 30px;
  }
}
.p_top .sec.sec_3 .flex > .wrap {
  width: 830px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 .flex > .wrap {
    width: 100%;
    display: block;
  }
}
.p_top .sec.sec_3 .flex > .wrap > .item {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 .flex > .wrap > .item:nth-child(1) > img {
    width: 230px;
  }
}
.p_top .sec.sec_3 .flex > .wrap > .item:nth-child(2) {
  padding: 0 0 0 160px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 .flex > .wrap > .item:nth-child(2) {
    margin: 40px 0 0;
    padding: 0;
  }
  .p_top .sec.sec_3 .flex > .wrap > .item:nth-child(2) > img {
    width: 260px;
  }
}
@media screen and (max-width: 320px) {
  .p_top .sec.sec_3 .flex > .wrap > .item:nth-child(2):nth-child(1) > img {
    width: 200px;
  }
}
@media screen and (max-width: 320px) {
  .p_top .sec.sec_3 .flex > .wrap > .item:nth-child(2):nth-child(2) > img {
    width: 215px;
  }
}
.p_top .sec.sec_3 .flex > .wrap > .item > .txt {
  font-size: 22px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "hiragino kaku gothic pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 .flex > .wrap > .item > .txt {
    font-size: 18px;
  }
}
.p_top .sec.sec_3 .flex > .wrap > .item > img {
  margin: 10px 0 0;
}
.p_top .sec.sec_3 .flex > .max-wrap {
  margin: 55px 0 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_3 .flex > .max-wrap {
    margin: 20px 0 0;
  }
}
.p_top .sec.sec_4 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 95px 50px 80px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_4 {
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_top .sec.sec_4 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_4 > .u_txt_1 {
    text-align: left;
  }
}
.p_top .sec.sec_4 .flex {
  width: 780px;
  margin: 40px auto 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_4 .flex {
    width: 100%;
  }
}
.p_top .sec.sec_4 .flex .c_btn_3:nth-child(1), .p_top .sec.sec_4 .flex .c_btn_3:nth-child(2) {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_4 .flex .c_btn_3:nth-child(1), .p_top .sec.sec_4 .flex .c_btn_3:nth-child(2) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_4 .flex .c_btn_3:not(:last-child) {
    margin: 0 0 15px;
  }
}
.p_top .sec.sec_5 {
  padding: 95px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 {
    padding: 60px 0 0;
    margin: 90px 0 0;
  }
}
.p_top .sec.sec_5:before {
  content: url(../img/common/yellow_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5:before {
    content: '';
    background: url(../img/common/sp/yellow_ico.svg);
    background-size: cover;
    position: absolute;
    width: 246px;
    height: 62px;
    top: -30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner {
    padding: 0 4.6875%;
  }
}
.p_top .sec.sec_5 > .inner > .flex {
  margin: 40px auto 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .flex {
    margin: 25px auto 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .flex > .c_list_1:not(:first-child) {
    margin: 15px 0 0;
  }
}
.p_top .sec.sec_5 > .inner > .flex > .c_list_1 > .c_ttl_2 {
  margin: 0;
}
.p_top .sec.sec_5 > .inner > .youtube {
  position: relative;
  width: 800px;
  height: 424px;
  margin: 80px auto 0;
  overflow: hidden;
  border-radius: 35px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .youtube {
    margin: 60px auto 0;
    position: relative;
    width: 100%;
    height: initial;
    padding-top: 56.25%;
    border-radius: 20px;
  }
  .p_top .sec.sec_5 > .inner > .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.p_top .sec.sec_5 > .inner > .youtube > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: all;
}
.p_top .sec.sec_5 > .inner > .youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}
.p_top .sec.sec_5 > .inner > .update > .flex {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .update > .flex {
    margin: 60px 0 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2:not(:first-child) {
    margin: 15px 0 0;
  }
}
.p_top .sec.sec_5 > .inner > .update > .flex h2{
    position: relative;
}
.p_top .sec.sec_5 > .inner > .update > .flex h2 a{
    bottom: 0;
    font-size: 0.6em;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 0.7em;
    position: absolute;
    right: 0;
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 h2 > img {
    width:2.5em;
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl {
    /*display: block;*/
  }
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl:not(:first-child) {
  margin: 15px 0 0;
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt {
  font-size: 12px;
  line-height: 1.6;
  width:100px;
  color: #333;
  letter-spacing: .05em;
  margin-right:1em;
}
@media screen and (max-width: 768px) {
    .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap#column dl dt  {
        width: auto;
    }
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt span{
    display: inline-block;
    width:100%;
    text-align: center;
    color:#fff;
    padding:0.3em;
    font-size:0.85em;
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt img{
    width:90px;
    height:90px;
    object-fit: cover;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
    /*
    .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt img{
        width:100%;
        height:60px;
    }
    */
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt span{
    height:4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt span.press{
    background:#F5C000;
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt span.notice{
    background:#1AA5AA;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dt {
    font-size: 12px;
  }
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dd {
  font-size: 13px;
  line-height: 1.6;
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dd time {
    font-size:0.9em;
    color:#666;
    font-family: 'Lato', sans-serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dd {
    width: 100%;
    font-size: 12px;
  }
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dd a {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .05em;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dd a {
    font-size: 12px;
  }
}
.p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .inner > .update > .flex .c_list_2 .wrap dl dd a:hover {
    text-decoration: underline;
  }
}
.p_top .sec.sec_5 > .banner {
  margin: 80px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .banner {
    margin: 60px 0 0;
    width: 100%;
    padding: 0 0 0 4.6875%;
  }
}
.p_top .sec.sec_5 > .banner > a {
  width: 370px;
  height: 120px;
}
.p_top .sec.sec_5 > .banner > a > img {
  max-width: 100%;
}
.p_top .sec.sec_5 > .banner .slick-prev,
.p_top .sec.sec_5 > .banner .slick-next {
  display: none !important;
}
.p_top .sec.sec_5 > .banner .slick-track > .slick-slide {
  width: 270px;
  height: 90px;
}
.p_top .sec.sec_5 > .banner .slick-track > .slick-slide > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .banner .slick-item {
    width: 270px;
    height: 90px;
  }
}
.p_top .sec.sec_5 > .banner .slick-list {
  margin-right: -12px;
  /* ガター分ネガティブマージン */
}
.p_top .sec.sec_5 > .banner .slick-slide {
  margin-right: 12px;
  /* ガター */
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_5 > .banner .slick-dots {
    left: -4.6875%;
    bottom: -20px;
    -moz-transform: translateX(4.6875%);
    -ms-transform: translateX(4.6875%);
    -webkit-transform: translateX(4.6875%);
    transform: translateX(4.6875%);
  }
}
.p_top .sec.sec_5 > .banner .slick-dots li button:before {
  font-family: none;
  font-size: 0;
  line-height: 1;
  background-color: #D9D9D9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.p_top .sec.sec_5 > .banner .slick-dots li.slick-active button:before {
  background: #6ABFC2;
}
.p_top .sec.sec_5 > .banner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px 0 0;
}
.p_top .sec.sec_5 > .banner .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}


.announce{
    color: #1aa5aa;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #1aa5aa;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 2em;
    width: 85%;
    display: flex;
    align-items: center;
}
.announce > img{
    width:6em;
    height:7em;
}
.announce p a{
    color: #1aa5aa;
    text-decoration: underline;
}
.announce > img{
}
.announce > ul{
    list-style-type: square;
    margin:0 0 0 1em;
    padding: 0;
}
.announce.attention{
    color: #d36c6c;
    border-color:#d36c6c;
    padding:1em;
}
.announce.attention p a{
  color: #d36c6c;
}
@media screen and (max-width: 769px) {
    .announce{
        padding:1em 0.5rem;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    .announce{
        width:100%;
    }
    .announce > img{
        width:3em;
    }
    .announce p > img{
        width:1em;
    }
}

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