@charset "UTF-8";
/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Web Font
----------------------------------------------- */
@font-face {
  src: url("../font/Roboto-Bold.woff") format("woff"), url("../font/Roboto-Bold.ttf") format("truetype");
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 700;
}
@font-face {
  src: url("../font/RobotoCondensed-Bold.woff") format("woff"), url("../font/RobotoCondensed-Bold.ttf") format("truetype");
  font-family: "Roboto Condensed Bold";
  font-style: normal;
  font-weight: 700;
}
/* -----------------------------------------------
  Base
----------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFF;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
}

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

a img {
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}

a:hover img {
  opacity: 0.7;
}

sup {
  font-size: 0.6em;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .pc_inline {
    display: none;
  }

  .sp_inline {
    display: inline;
  }
}
#wrap {
  position: relative;
  overflow: hidden;
}

#wrap #nbpc_wrap {
  padding: 0;
}

#wrap #nbpc_wrap header {
  z-index: 999;
  position: relative;
  height: 52px;
}
#wrap #nbpc_wrap header .gNav {
  margin: 0 auto;
  padding-top: 12px;
}

@media (min-width: 751px) {
  #wrap #nbpc_wrap .gNav .menu_inner {
    top: 52px;
  }
}
/* -----------------------------------------------
  .l-container
----------------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
  max-width: 1334px;
  margin: 0 auto;
  padding-right: 70px;
  padding-left: 70px;
}
.l-container.-up {
  padding-top: 180px;
}

@media (max-width: 768px) {
  .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-container.-up {
    padding-top: 0;
  }
}
/* -----------------------------------------------
  .l-section
----------------------------------------------- */
.l-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-section.-full {
  margin-bottom: 50px;
  padding: 0;
}
.l-section.-last {
  padding-bottom: 0;
}
.l-section.-up {
  padding-top: 0;
}
.l-section.-dot {
  padding-top: 0;
  padding-bottom: 0;
}
.l-section.-dot.-up {
  padding-top: 50px;
}
.l-section.-lightBlue {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e6f3fa;
}
.l-section_inner {
  position: relative;
  width: 100%;
  max-width: 1334px;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 70px;
  padding-bottom: 80px;
  padding-left: 70px;
  background: #e6f3fa;
}
.l-section_inner.-center {
  padding-top: 110px;
}
.l-section_inner.-right {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 15.3%, #e6f3fa 15.3%, #e6f3fa 100%);
}
.l-section_inner.-left {
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 15.3%, #e6f3fa 15.3%, #e6f3fa 100%);
}
.l-section_inner.-full {
  padding-top: 100px;
  padding-bottom: 80px;
}
.l-section_bg {
  background: #e6f3fa;
}
.l-section_bg.-center {
  background: none;
}
.l-section_bg.-right {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #e6f3fa 50%, #e6f3fa 100%);
}
.l-section_bg.-left {
  background: linear-gradient(-90deg, #ffffff 0%, #ffffff 50%, #e6f3fa 50%, #e6f3fa 100%);
}
.l-section_bg.-dot {
  position:relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/bg_dot.png) repeat;
}
.l-section_bg.-dot::before {
  content: "";
  position:absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,7.5%) 0%,rgba(255,255,255, 0) 50% ,rgba(255,255,255, 0) 100%);
}
.l-section_bg.-up {
  padding-top: 0;
}

@media (max-width: 768px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .l-section.-dot {
    padding-top: 0;
  }
  .l-section.-dot.-up {
    padding-top: 40px;
  }
  .l-section.-full {
    margin-bottom: 40px;
  }
  .l-section.-movie {
    padding-bottom: 0;
  }
  .l-section_bg {
    background: #fff;
  }
  .l-section_bg.-dot {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .l-section_bg.-dot.-up {
    padding-top: 140px;
  }
  .l-section_bg.-right {
    background: #fff;
  }
  .l-section_bg.-left {
    background: #fff;
  }
  .l-section.-lightBlue {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-section_inner {
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 15px;
  }
  .l-section_inner.-center {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .l-section_inner.-right {
    padding-top: 50px;
    padding-bottom: 0;
    background: #e6f3fa;
    background: linear-gradient(180deg, #e6f3fa 0%, #e6f3fa 94%, #ffffff 94%, #ffffff 100%);
  }
  .l-section_inner.-left {
    padding-top: 50px;
    padding-bottom: 0;
    background: linear-gradient(180deg, #e6f3fa 0%, #e6f3fa 94%, #ffffff 94%, #ffffff 100%);
  }
  .l-section_inner.-full {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .l-section_inner.-center {
    padding-top: 110px;
  }
}
/* -----------------------------------------------
  .l-footer
----------------------------------------------- */
.l-footer {
  margin-bottom: 86px;
}
.l-footer_link {
  width: 1334px;
  margin: 0 auto;
  padding: 80px 70px;
}
.l-footer_link_btn a {
  display: block;
  position: relative;
  padding: 30px 0;
  border: 2px solid #00498b;
  border-radius: 10px;
  background-color: #00498b;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: 0.3s;
}
.l-footer_link_btn a:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 7.8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
.l-footer_link_btn a:hover {
  background-color: #ffffff;
  color: #00498b;
}
.l-footer_link_btn a:hover:after {
  border-color: transparent transparent transparent #00498b;
}
.l-footer .copy {
  margin: 0;
  padding: 40px 0;
  background-color: #00a4d5;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1364px) {
  .l-footer_link {
    width: 100%;
    padding: 80px 4%;
  }
  .l-footer_link_btn a {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .l-footer_link_btn a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .l-footer {
    width: 100%;
    margin-bottom: 52px;
    overflow: hidden;
  }
  .l-footer_link {
    padding: 40px 4%;
  }
  .l-footer_link_btn a {
    font-size: 18px;
  }
  .l-footer .copy {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*****************************************************
  Component
*****************************************************/
/* -----------------------------------------------
  .c-sectionTitle
----------------------------------------------- */
.c-sectionTitle {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
}
.c-sectionTitle.-white {
  color: #ffffff;
}
.c-sectionTitle.-up {
  position: absolute;
  top: -33px;
}

@media (max-width: 768px) {
  .c-sectionTitle {
    width: calc(100% - 30px);
    font-size: 24px;
  }
  .c-sectionTitle.-up {
    top: -18px;
    width: calc(100% - 30px);
  }
}
/* -----------------------------------------------
  .c-boxTitle
----------------------------------------------- */
.c-boxTitle {
  margin-top: -12px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.c-boxTitle_bg {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 20px;
  background: #fff700;
  color: #00a4d5;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
}
.c-boxTitle_bg .notice {
  display: block;
  font-size: 16px;
  text-align: left;
}
.c-boxTitle_bg_notice_sp {
  display: none;
}

.c-boxTitle.-up {
  position: absolute;
  top: -33px;
  text-align: left;
}

@media (max-width: 1023px) {
  .c-boxTitle_bg {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .c-boxTitle {
    line-height: 1.1;
  }
  .c-boxTitle_bg {
    display: inline;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    margin-top: 0;
    padding: 5px 10px;
    font-size: 24px;
  }
  .c-boxTitle_bg .notice {
    display: none;
  }
  .c-boxTitle_bg_notice_sp {
    display: inline;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    margin-top: 0;
    padding: 2px 4px;
    background: #fff700;
    color: #00a4d5;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
  .c-boxTitle.-up {
    top: -160px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 374px) {
  .c-boxTitle {
    line-height: 1.1;
  }
  .c-boxTitle_bg {
    font-size: 20px;
  }

}
@media (max-width: 360px) {
  .c-boxTitle_bg_notice_sp {
    font-size: 11px;
  }
}
/* -----------------------------------------------
  .c-ribbonTitle
----------------------------------------------- */
.c-ribbonTitle {
  display: inline-block;
  position: relative;
  height: 36px;
  margin-left: -4px;
  padding-right: 30px;
  padding-left: 19px;
  background-color: #00a4d5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
}
.c-ribbonTitle::before {
  position: absolute;
  top: 100%;
  left: 0;
  border-right: solid 4px #006a8a;
  border-bottom: solid 4px transparent;
  content: "";
}
.c-ribbonTitle::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 18px 10px 18px 0px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: "";
}
.c-ribbonTitle.-pink {
  background-color: #e51478;
}
.c-ribbonTitle.-pink::before {
  border-right: 4px solid #990e51;
}

@media (max-width: 768px) {
  .c-ribbonTitle {
    height: 56px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: middle;
  }
  .c-ribbonTitle::after {
    border-width: 28px 14px 28px 0px;
  }
}
/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 684px;
  height: 90px;
  border: 2px solid #e51478;
  border-radius: 8px;
  background-color: #e51478;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.c-btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: all 0.3s ease-in-out;
}
.c-btn:hover {
  background-color: #fff;
  color: #e51478;
}
.c-btn:hover::after {
  border-top: 3px solid #e51478;
  border-right: 3px solid #e51478;
}
.c-btn_subTitle {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.c-btn.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn.-small {
  max-width: 270px;
}
.c-btn.-navy {
  border: 2px solid #00498b;
  background: #00498b;
}

@media (max-width: 1364px) {
  .c-btn {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-btn {
    max-width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .c-btn_subTitle {
    font-size: 14px;
  }
  .c-btn:hover {
    background-color: #e51478;
    color: #fff;
  }
  .c-btn:hover::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
/* -----------------------------------------------
  .c-btn02
----------------------------------------------- */
.c-btn02 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 684px;
  height: 90px;
  border: 2px solid #e51478;
  border-radius: 8px;
  background: #e51478;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.c-btn02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  content: "";
  transition: all 0.3s ease-in-out;
}
.c-btn02:hover {
  background-color: #fff;
  color: #e51478;
}
.c-btn02:hover::after {
  border-left: 8px solid #e51478;
}
.c-btn02_subTitle {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.c-btn02.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn02.-small {
  max-width: 276px;
  height: 54px;
  font-size: 18px;
}
.c-btn02.-medium {
  max-width: 582px;
  height: 54px;
  font-size: 18px;
}
.c-btn02.-navy {
  border: 2px solid #00498b;
  background: #00498b;
}
.c-btn02.-navy:hover {
  background-color: #fff;
  color: #00498b;
}
.c-btn02.-navy:hover::after {
  border-left: 8px solid #00498b;
}

@media (max-width: 1364px) {
  .c-btn02 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .c-btn02 {
    max-width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .c-btn02.-small {
    max-width: 100%;
    height: auto;
  }
  .c-btn02.-medium {
    max-width: 100%;
    height: auto;
    font-size: 18px;
  }
  .c-btn02:hover {
    background-color: #00498b;
    color: #fff;
  }
  .c-btn02:hover::after {
    border-left: 8px solid #fff;
  }
}
/* -----------------------------------------------
  .c-card
----------------------------------------------- */
.c-card_item {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 3px rgba(0, 164, 213, 0.14);
}
.c-card_item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #00a4d5 transparent transparent transparent;
  content: "";
}
.c-card_item_title {
  min-height: 100px;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
}
.c-card_item_image {
  margin-bottom: 10px;
  text-align: center;
}
.c-card_item_image img {
  width: 80px;
  height: auto;
}
.c-card_item_text {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.8;
}
.c-card_item_notice {
  display: block;
  font-size: 12px;
  text-align: right;
}
.c-card.-simple .c-card_item_image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}
.c-card.-simple .c-card_item_image img {
  width: auto;
}

@media (max-width: 1364px) {
  .c-card_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media (max-width: 1023px) {
  .c-card_inner {
    padding-bottom: 40px;
    background: linear-gradient(180deg, #e6f3fa 0%, #e6f3fa 94%, #ffffff 94%, #ffffff 100%);
  }
  .c-card_item_title {
    min-height: 1px;
  }
  .c-card_item_image img {
    width: 125px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .c-card {
    background: none;
  }
  .c-card.-simple .c-card_item_image {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .c-card.-simple .c-card_item_image img {
    width: 130px;
    height: auto;
  }
}
/* -----------------------------------------------
  .c-media
----------------------------------------------- */
.c-media {
  display: flex;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px 3px rgba(0, 164, 213, 0.14);
}
.c-media_image {
  flex-shrink: 0;
  margin-right: 40px;
}
.c-media_detail_title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.4;
}
.c-media_detail_title > sup {
  font-size: 12px;
  vertical-align: top;
}
.c-media_detail_text {
  margin-bottom: 30px;
}
.c-media_detail_annotation {
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}
.c-media_detail_btn {
  margin-top: 20px;
}
.c-media.-transparent {
  padding: 0;
  background-color: transparent;
  color: #fff;
}
.c-media.-imgRight {
  box-shadow: none;
}
.c-media.-imgRight .c-media_image {
  margin-right: 0;
  margin-left: 70px;
}
.c-media.-imgRight .c-media_image img {
  box-shadow: 0 0 30px 3px rgba(0, 164, 213, 0.14);
}

@media (max-width: 1364px) {
  .c-media_image {
    width: 280px;
  }
}
@media (max-width: 1023px) {
  .c-media_image {
    width: 240px;
    margin-right: 20px;
  }
  .c-media_detail_title {
    font-size: 24px;
  }
  .c-media_detail_btn .u-sp {
    display: block !important;
  }
  .c-media.-imgRight .c-media_image {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .c-media {
    display: block;
    padding: 20px;
  }
  .c-media_image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .c-media_detail_title {
    font-size: 24px;
  }
  .c-media.-imgRight .c-media_image {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
  }
}
/* -----------------------------------------------
.c-contentsBox
----------------------------------------------- */
.c-contentsBox + .c-contentsBox {
  margin-top: 40px;
}
.c-contentsBox_title {
  padding: 20px 40px;
  border-radius: 10px 10px 0 0;
  background-color: #00a4d5;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.c-contentsBox_body {
  padding: 30px 20px;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}
.c-contentsBox_body.-narrow {
  padding: 30px 40px 40px;
}
.c-contentsBox_body.-full {
  padding: 0;
  background-color: transparent;
}
.c-contentsBox_block {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #fff;
}
.c-contentsBox_block + .c-contentsBox_block {
  margin-top: 10px;
}
.c-contentsBox_block_contents {
  padding: 20px 40px 0;
}
.c-contentsBox_notice {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
}
.c-contentsBox_notice::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media (max-width: 768px) {
  .c-contentsBox_title {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
  }
  .c-contentsBox_body {
    padding: 20px 15px;
  }
  .c-contentsBox_body.-narrow {
    padding: 20px 15px;
  }
  .c-contentsBox_block {
    padding-bottom: 0;
  }
  .c-contentsBox_block_contents {
    padding: 20px;
  }
}
/* -----------------------------------------------
.c-notice
----------------------------------------------- */
.c-notice {
  text-align: right;
}
.c-notice_text {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
}
.c-notice_text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media (max-width: 768px) {
  .c-notice_text {
    font-size: 12px;
  }
}
/* -----------------------------------------------
.c-box
----------------------------------------------- */
.c-box {
  padding: 30px;
  background-color: #f7f7f7;
}

/* -----------------------------------------------
.c-accordion
----------------------------------------------- */
.c-accordion_title {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #4c4c4c;
  outline: none;
  color: #00498b;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.c-accordion_title:first-of-type {
  border-top: none;
}
.c-accordion_title_subTitle {
  display: inline-block;
  margin-right: 20px;
  padding: 6px 15px;
  background-color: #00498b;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c-accordion_title_subTitle .-english {
  font-size: 16px;
  font-style: normal;
}
.c-accordion_title_number {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  background-color: #00498b;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
.c-accordion_title:before, .c-accordion_title:after {
  display: inline-block;
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 2px;
  background-color: #00498b;
  content: "";
}
.c-accordion_title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.3s;
}
.c-accordion_title.-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.3s;
}
.c-accordion_body {
  display: none;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.c-accordion_body_title {
  margin-bottom: 10px;
  font-size: 20px;
}
.c-accordion_body_title.-disc {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.c-accordion_body_title.-disc:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #1a1a1a;
  content: "";
}
.c-accordion_body_title02 {
  margin-top: 20px;
  font-weight: bold;
}
.c-accordion_body_title02.-navy {
  color: #00498b;
}
.c-accordion_body_title02:first-of-type {
  margin-top: 0;
}
.c-accordion_body_text {
  margin-bottom: 20px;
}
.c-accordion_body_text a {
  color: #00498b;
}
.c-accordion_body_text a:hover {
  text-decoration: underline;
}
.c-accordion_body_text02 {
  margin-top: 10px;
}
.c-accordion_body_text02 a {
  color: #00498b;
}
.c-accordion_body_text02 a:hover {
  text-decoration: underline;
}
.c-accordion_body_image {
  text-align: center;
}
.c-accordion_body_image .-pc {
  display: inline-block;
}
.c-accordion_body_image .-sp {
  display: none;
}
.c-accordion_point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f7f7f7;
  text-align: left;
}
.c-accordion_point_icon {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: #e51478;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 16px;
  font-weight: bold;
}
.c-accordion_point_text {
  padding-top: 3px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-accordion_title {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
    line-height: 1.4;
  }
  .c-accordion_title_subTitle {
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 13px;
    vertical-align: middle;
  }
  .c-accordion_title_subTitle .-english {
    font-size: 10px;
  }
  .c-accordion_title_number {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 36px;
  }
  .c-accordion_title::before, .c-accordion_title::after {
    top: calc(50% - 2px);
    right: 10px;
  }
}
/* -----------------------------------------------
.c-accordion02
----------------------------------------------- */
.c-accordion02 {
  border-bottom: 1px solid #4c4c4c;
}
.c-accordion02_title {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #4c4c4c;
  outline: none;
  color: #00498b;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.c-accordion02_title_subTitle {
  display: inline-block;
  margin-right: 20px;
  padding: 6px 15px;
  background-color: #00498b;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c-accordion02_title_subTitle .-english {
  font-size: 16px;
  font-style: normal;
}
.c-accordion02_title_number {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 20px;
  background-color: #00498b;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
.c-accordion02_title:before, .c-accordion02_title:after {
  display: inline-block;
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 2px;
  background-color: #00498b;
  content: "";
}
.c-accordion02_title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.3s;
}
.c-accordion02_title.-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.3s;
}
.c-accordion02_body {
  display: none;
  padding: 20px 20px 30px;
  border-top: 1px solid #e5e5e5;
}
.c-accordion02_body_title {
  margin-bottom: 10px;
  font-size: 20px;
}
.c-accordion02_body_title.-disc {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.c-accordion02_body_title.-disc:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #1a1a1a;
  content: "";
}
.c-accordion02_body_title02 {
  margin-top: 20px;
  font-weight: bold;
}
.c-accordion02_body_title02.-navy {
  color: #00498b;
}
.c-accordion02_body_title02:first-of-type {
  margin-top: 0;
}
.c-accordion02_body_text {
  margin-top: 20px;
}
.c-accordion02_body_text02 {
  margin-top: 10px;
}
.c-accordion02_body_notice {
  position: relative;
  padding-left: 1.5em;
  font-size: 14px;
}
.c-accordion02_body_notice::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
  content: "※";
}
.c-accordion02_body_image {
  text-align: center;
}
.c-accordion02_body_image .-pc {
  display: inline-block;
}
.c-accordion02_body_image .-sp {
  display: none;
}
.c-accordion02_point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f7f7f7;
  text-align: left;
}
.c-accordion02_point_icon {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: #e51478;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 16px;
  font-weight: bold;
}
.c-accordion02_point_text {
  padding-top: 3px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .c-accordion02_title {
    display: block;
    padding: 10px 50px 10px 10px;
    font-size: 20px;
    line-height: 1.4;
  }
  .c-accordion02_title::before, .c-accordion02_title::after {
    top: calc(50% - 2px);
    right: 10px;
  }
  .c-accordion02_title_subTitle {
    margin-right: 10px;
    padding: 3px 10px;
    font-size: 13px;
    vertical-align: middle;
  }
  .c-accordion02_title_subTitle .-english {
    font-size: 10px;
  }
}
/* -----------------------------------------------
.c-priceBox
----------------------------------------------- */
.c-priceBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.c-priceBox_title {
  font-size: 24px;
  font-weight: bold;
}
.c-priceBox_title_subTitle {
  font-size: 14px;
  font-weight: 500;
}
.c-priceBox_price {
  font-size: 18px;
  font-weight: bold;
}
.c-priceBox_price .-number {
  font-size: 24px;
}

@media (max-width: 1364px) {
  .c-priceBox_title_subTitle {
    display: block;
  }
  .c-priceBox_price {
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .c-priceBox {
    display: block;
  }
  .c-priceBox_title_subTitle {
    display: block;
  }
  .c-priceBox_price {
    text-align: right;
  }
}
/* -----------------------------------------------
.c-textLink
----------------------------------------------- */
.c-textLink {
  margin-top: 10px;
  text-align: right;
}
.c-textLink_link {
  display: inline-block;
  position: relative;
  color: #00498b;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.c-textLink_link:before {
  position: absolute;
  top: 9px;
  left: -18px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 7.8px;
  border-style: solid;
  border-color: transparent transparent transparent #4c4c4c;
  content: "";
}
.c-textLink_link:hover {
  text-decoration: none;
}

@media (max-width: 1023px) {
  .c-textLink_link {
    font-size: 13px;
  }
}
/* -----------------------------------------------
.c-linkBtn
----------------------------------------------- */
.c-linkBtn_btn a {
  display: block;
  position: relative;
  padding: 20px 0;
  border: 2px solid #00498b;
  border-radius: 10px;
  background-color: #ffffff;
  color: #00498b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: 0.3s;
}
.c-linkBtn_btn a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 7.8px;
  border-style: solid;
  border-color: transparent transparent transparent #00498b;
  content: "";
}
.c-linkBtn_btn a:after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-left: 5px;
  background: url(../images/ico_pdf.svg) left top no-repeat;
  vertical-align: middle;
  content: "";
}
.c-linkBtn_btn a:hover {
  background-color: #00498b;
  color: #ffffff;
}
.c-linkBtn_btn a:hover:before {
  border-color: transparent transparent transparent #fff;
}
.c-linkBtn_btn a:hover:after {
  background: url(../images/ico_pdf_on.svg) left top no-repeat;
}

/* -----------------------------------------------
.c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
}

.c-grid.-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-grid.-division2 {
  margin-top: -40px;
  margin-left: -40px;
}

.c-grid.-division3 {
  margin-top: -30px;
  margin-left: -30px;
}

.c-grid.-division4 {
  margin-top: -30px;
  margin-left: -30px;
}

.c-grid.-division2 .c-grid_col {
  width: calc(50% - 40px);
  margin-top: 40px;
  margin-left: 40px;
}

.c-grid.-division3 .c-grid_col {
  width: calc(33.333333% - 30px);
  margin-top: 30px;
  margin-left: 30px;
}

.c-grid.-division4 .c-grid_col {
  width: calc(25% - 30px);
  margin-top: 30px;
  margin-left: 30px;
}

.c-grid.-division4 .c-grid_col2 {
  width: calc(50% - 30px);
  margin-top: 30px;
  margin-left: 30px;
}

@media (max-width: 1364px) {
  .c-grid {
    margin-top: -20px;
    margin-left: -20px;
  }
  .c-grid.-division4 .c-grid_col {
    width: calc(25% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .c-grid {
    margin-left: 0;
  }
  .c-grid.-division2 {
    margin-top: -20px;
    margin-left: 0;
  }
  .c-grid.-division2 .c-grid_col {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .c-grid.-division4 {
    margin-left: 0;
  }
  .c-grid.-division4 .c-grid_col {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .c-grid.-division4 .c-grid_col2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .c-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .c-grid.-center {
    justify-content: center;
  }
  .c-grid.-division2 {
    margin-top: -20px;
    margin-left: 0;
  }
  .c-grid.-division2 .c-grid_col {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .c-grid.-division3 {
    margin-top: -15px;
    margin-left: 0;
  }
  .c-grid.-division3 .c-grid_col {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .c-grid.-division4 {
    margin-top: -20px;
  }
  .c-grid[data-spgrid="2"] {
    margin-left: -20px;
  }
  .c-grid[data-spgrid="2"] > .c-grid_col {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
/* -----------------------------------------------
.c-grid2
----------------------------------------------- */
.c-grid2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.c-grid2_left {
  width: calc(62% - 40px);
}
.c-grid2_right {
  width: 38%;
}

@media (max-width: 768px) {
  .c-grid2_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-grid2_right {
    width: 100%;
  }
}
/* -----------------------------------------------
.c-grid3
----------------------------------------------- */
.c-grid3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -40px;
  margin-left: -40px;
}
.c-grid3_col {
  width: calc(50% - 40px);
  margin-top: 40px;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .c-grid3 {
    margin-top: -20px;
    margin-left: 0;
  }
  .c-grid3_col {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
/* -----------------------------------------------
.c-discList
----------------------------------------------- */
.c-discList li {
  position: relative;
  padding-left: 24px;
}
.c-discList li:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #1a1a1a;
  content: "";
}

/* -----------------------------------------------
  .c-numericList
----------------------------------------------- */
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]), [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-linkArrowList]:not([class*=_item]) {
  margin-top: 10px;
  padding: 0 0 3px;
}
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
  margin-top: 15px;
  padding: 0 0 5px 7px;
}
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList03]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
  margin-top: 0;
  padding: 0 0 0 7px;
}

@media (max-width: 768px) {
  [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]), [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]), [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-linkArrowList]:not([class*=_item]) {
    margin-top: 10px;
  }
  [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
    padding-left: 9px;
  }
}
.c-numericList {
  margin: 0;
  counter-reset: number 0;
}
.c-numericList_item {
  position: relative;
  padding: 0 0 0 22px;
}
.c-numericList_item:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: counter(number) ".";
  counter-increment: number 1;
}
.c-numericList_item + .c-numericList_item {
  margin-top: 10px;
}

.c-numericList02 {
  margin: 0;
  counter-reset: number 0;
}
.c-numericList02_title {
  position: relative;
  padding: 0 0 0 22px;
  font-weight: 700;
}
.c-numericList02_title:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  content: counter(number) ".";
  counter-increment: number 1;
}
.c-numericList02_data {
  padding-left: 22px;
}
.c-numericList02_data + .c-numericList02_title {
  margin-top: 10px;
}

.c-numericList03 {
  margin: 0;
  counter-reset: number 0;
}
.c-numericList03_item {
  position: relative;
  padding: 0 0 0 2em;
}
.c-numericList03_item:before {
  position: absolute;
  top: 0;
  left: -0.5em;
  content: "（" counter(number) "）";
  counter-increment: number 1;
}

.c-numericList04 {
  margin: 0;
  counter-reset: number 0;
}
.c-numericList04_item {
  position: relative;
  padding: 0 0 0 1.8em;
}
.c-numericList04_item + .c-numericList04_item {
  margin-top: 10px;
}
.c-numericList04_number {
  position: absolute;
  left: 0;
  font-weight: 700;
}

.c-numericList05 {
  margin: 0;
  counter-reset: number 0;
}
.c-numericList05_item {
  position: relative;
  padding: 0 0 0 2em;
}
.c-numericList05_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※" counter(number);
  counter-increment: number 1;
}

/* -----------------------------------------------
.c-link
----------------------------------------------- */
.c-link {
  color: #00498b;
}
.c-link:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .p-hero
----------------------------------------------- */
.p-hero_area {
  position: relative;
  min-height: 526px;
  background: #ffffff url(../images/bg_hero.png?20250612) center center no-repeat;
  background-size: cover;
}
.p-hero_block {
  width: 100%;
  margin-left: 58%;
  padding-top: 95px;
  color: #ffffff;
}
.p-hero_text {
  margin-bottom: 40px;
  font-size: 22px;
}
.p-hero_logo {
  margin-bottom: 20px;
}
.p-hero_copy {
  font-size: 32px;
  font-weight: 700;
}
.p-hero_scroll {
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px 10px 30px;
  padding-bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #262d68;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.p-hero_scroll:after {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transition: 0.3s;
}
.p-hero_scroll:hover:after {
  -webkit-transform: translateY(5px) translateX(-50%) rotate(135deg);
          transform: translateY(5px) translateX(-50%) rotate(135deg);
}

@media screen and (min-width: 768px) and (max-width: 1234px) {
  .p-hero_area {
    min-height: calc(46vw - 52px );
    background-size: 150% auto;
  }
}
@media (max-width: 768px) {
  .p-hero_area {
    position: relative;
    height: calc(100vh - 100px);
    min-height: 500px;
    background: #eeeeee url(../images/bg_hero_sp.png?20250612) center center no-repeat;
    background-size: cover;
  }
}
/* -----------------------------------------------
  .p-trial
----------------------------------------------- */
.p-trial {
  position: relative;
}
.p-trial_badge {
  position: absolute;
  top: -90px;
  right: 0;
}
.p-trial_catch {
  margin-top: 40px;
  text-align: center;
}
.p-trial_catch_text {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.p-trial_catch_text::before, .p-trial_catch_text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 82px;
  background-color: #fff;
  content: "";
}
.p-trial_catch_text::before {
  left: 0;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
.p-trial_catch_text::after {
  right: 0;
  left: inherit;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
}
.p-trial_trouble {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.p-trial_trouble_item {
  width: calc(50% - 1px);
  padding: 30px 40px;
  background: #fff;
}
.p-trial_trouble_item_title {
  width: 100%;
  color: #00a4d5;
  font-size: 28px;
  text-align: center;
}
.p-trial_trouble_item_block {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.p-trial_trouble_item_image {
  flex-shrink: 0;
  margin-right: 30px;
}
.p-trial_trouble_item_text {
  padding-top: 10px;
  color: #1a1a1a;
}
.p-trial_trouble::after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 40px);
  width: 0;
  height: 0;
  border-top: 30px solid rgba(255, 255, 255, 0.5);
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
}
.p-trial_help {
  position: relative;
  margin-top: 50px;
  padding-bottom: 30px;
  background: #fff;
}
.p-trial_help::after {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 40px);
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
}
.p-trial_help_title {
  padding: 10px 0;
  background: #fff700;
  color: #00a4d5;
  font-size: 28px;
  text-align: center;
}
.p-trial_help_content {
  display: flex;
  margin-top: 30px;
}
.p-trial_help_content_item {
  width: 25%;
  padding-right: 30px;
  padding-left: 30px;
  border-left: 2px solid #e5e5e5;
  color: #00a4d5;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.p-trial_help_content_item:first-child {
  border-left: none;
}
.p-trial_introduction {
  margin-top: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.p-trial_btn {
  margin-top: 40px;
}

@media (max-width: 1364px) {
  .p-trial_badge {
    right: 20px;
    width: 120px;
  }
  .p-trial_catch_text {
    font-size: 20px;
  }
  .p-trial_trouble_item {
    padding: 15px 20px;
  }
  .p-trial_trouble_item_image {
    width: 160px;
    margin-right: 15px;
  }
  .p-trial_help_content_item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  .p-trial_catch_text {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 15px;
  }
  .p-trial_catch_text::before, .p-trial_catch_text::after {
    top: inherit;
    bottom: 0;
    width: 2px;
    height: 60px;
  }
  .p-trial_trouble_item_block {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .p-trial_trouble_item_title {
    font-size: 22px;
  }
  .p-trial_trouble_item_image {
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .p-trial_trouble_item_text {
    width: 100%;
  }
  .p-trial_help_title {
    font-size: 24px;
    line-height: 1.4;
  }
  .p-trial_help_content_item {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-trial_badge {
    top: -72px;
    right: 15px;
    width: 95px;
  }
  .p-trial_catch_text {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 13px;
  }
  .p-trial_catch_text::before, .p-trial_catch_text::after {
    top: inherit;
    bottom: 0;
    width: 2px;
    height: 35px;
  }
  .p-trial_catch_text::before {
    left: 20px;
  }
  .p-trial_catch_text::after {
    right: 20px;
  }
  .p-trial_trouble {
    flex-wrap: wrap;
    padding: 10px;
  }
  .p-trial_trouble_item {
    width: 100%;
    padding: 20px 10px;
  }
  .p-trial_trouble_item:last-of-type {
    margin-top: 2px;
  }
  .p-trial_trouble_item_title {
    font-size: 24px;
  }
  .p-trial_help {
    padding-bottom: 0;
  }
  .p-trial_help_title {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-trial_help_content {
    display: block;
    margin: 0;
    padding: 20px;
  }
  .p-trial_help_content_item {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: 2px solid #e5e5e5;
    border-left: none;
    font-size: 20px;
  }
  .p-trial_help_content_item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }
  .p-trial_introduction {
    text-align: left;
  }
  .p-trial_btn {
    margin-top: 30px;
  }
}
@media (max-width: 374px) {
  .p-trial_catch_text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-trial_catch_text::before {
    left: 10px;
  }
  .p-trial_catch_text::after {
    right: 10px;
  }
}
/* -----------------------------------------------
  .p-voice
----------------------------------------------- */
.p-voice {
  margin-top: 60px;
}
.p-voice_item_comment {
  position: relative;
  padding: 20px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.p-voice_item_comment::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #00a4d5 transparent transparent transparent;
  content: "";
}
.p-voice_item_comment::after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 63%;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  content: "";
}
.p-voice_item_image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 100px;
  margin-top: 20px;
}

/* -----------------------------------------------
  .p-set
----------------------------------------------- */
.p-set {
  display: flex;
}
.p-set_list {
  display: flex;
}
.p-set_list.-block .p-set_item {
  width: calc((100% - 30px) / 2);
}
.p-set_item {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: calc((100% - 90px) / 4);
  min-height: 100px;
  padding: 10px;
  background-color: #66b5cd;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.p-set_item.-green {
  background-color: #9ace51;
}
.p-set_item.-orange {
  background-color: #eab344;
}
.p-set_item_notice {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
}
.p-set_plus {
  flex-shrink: 0;
  width: 30px;
  background: url(../images/ico_plus.svg) center no-repeat;
}
.p-set_block {
  width: calc((100% - 30px) / 2);
  padding: 15px;
  background-color: #f7f7f7;
}
.p-set_block_title {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 1364px) {
  .p-set_item {
    font-size: 14px;
  }
  .p-set_item_notice {
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  .p-set_item {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-set {
    display: block;
  }
  .p-set_block {
    width: 100%;
  }
  .p-set_item {
    width: 100%;
    height: auto;
    min-height: 70px;
    font-size: 18px;
  }
  .p-set_plus {
    width: 100%;
    height: 40px;
  }
  .p-set_list {
    display: block;
  }
  .p-set_list.-block .p-set_item {
    width: 100%;
  }
}
/* -----------------------------------------------
  .p-floatingBanner
----------------------------------------------- */
.p-floatingBanner {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-floatingBanner_inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1334px;
  margin: 0 auto;
  padding: 8px 0;
}
.p-floatingBanner_item {
  flex-shrink: 0;
  width: calc(50% - 4px);
}
.p-floatingBanner_item + .p-floatingBanner_item {
  margin-left: 8px;
}
.p-floatingBanner_btn {
  height: 70px;
  padding: 0;
  font-size: 20px;
}
.p-floatingBanner_btn_subTitle {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
}
.p-floatingBanner_btn.-entry {
  background: #00498b;
}
.p-floatingBanner_btn.-entry::after {
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
}
.p-floatingBanner_btn.-entry:hover::after {
  top: 50%;
  right: 25px;
}

@media (max-width: 1023px) {
  .p-floatingBanner_btn {
    font-size: 14px;
  }
  .p-floatingBanner_btn_subTitle {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-floatingBanner {
    background: transparent;
  }
  .p-floatingBanner_inner {
    padding: 0;
  }
  .p-floatingBanner_item {
    width: 50%;
  }
  .p-floatingBanner_item + .p-floatingBanner_item {
    margin-left: 0;
  }
  .p-floatingBanner_btn {
    height: auto;
    padding-top: 10px;
    padding-bottom: calc(10px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
    border-radius: 0;
    font-size: 12px;
  }
  .p-floatingBanner_btn_subTitle {
    display: none;
  }
  .p-floatingBanner_btn::after {
    content: none;
  }
  .p-floatingBanner.-single .p-floatingBanner_item {
    width: 100%;
  }
  .p-floatingBanner.-single .p-floatingBanner_item br {
    display: none !important;
  }
  .p-floatingBanner.-single .p-floatingBanner_btn {
    height: 52px;
    font-size: 14px;
    line-height: 52px;
  }
  .p-floatingBanner.-single .p-floatingBanner_btn::after {
    top: calc(50% - 3px);
    right: 10px;
    width: 6px;
    height: 6px;
    content: "";
  }
}
@media (max-width: 374px) {
  .p-floatingBanner.-single .p-floatingBanner_btn {
    font-size: 13px;
  }
}
/* -----------------------------------------------
  .p-product
----------------------------------------------- */
.p-product {
  position: relative;
  padding-bottom: 80px;
}
.p-product_summary {
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: 20px;
}
.p-product_content {
  margin-bottom: 40px;
}
.p-product_content_title {
  padding: 25px 40px;
  border-radius: 10px 10px 0 0;
  background-color: #00a4d5;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.p-product_content_body {
  padding: 0 20px 20px;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
}
.p-product_content_body.-pd {
  padding: 20px;
}
.p-product_content_table {
  width: 990px;
  margin: 0 auto 20px;
  table-layout: fixed;
}
.p-product_content_table th {
  padding: 20px 0;
  border: 2px solid #cccccc;
  background-color: #f7f7f7;
  font-size: 20px;
  text-align: center;
}
.p-product_content_table td {
  padding: 15px 0;
  border: 2px solid #cccccc;
  font-size: 20px;
  text-align: center;
}
.p-product_content_table td.-bold {
  font-weight: bold;
}
.p-product_content_link {
  margin-top: 10px;
  text-align: right;
}
.p-product_content_link p {
  display: inline-block;
  position: relative;
  color: #00498b;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.p-product_content_link p:before {
  position: absolute;
  top: 9px;
  left: -18px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 7.8px;
  border-style: solid;
  border-color: transparent transparent transparent #4c4c4c;
  content: "";
}
.p-product_content_link p:hover {
  text-decoration: none;
}
.p-product_link_btn a {
  display: block;
  position: relative;
  padding: 30px 0;
  border: 2px solid #00498b;
  border-radius: 10px;
  background-color: #00498b;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
.p-product_link_btn a br {
  display: none;
}
.p-product_link_btn a:before {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 7.8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
.p-product_link_btn a:after {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-left: 5px;
  background: url(../images/ico_pdf.png) left top no-repeat;
  vertical-align: middle;
  content: "";
}
.p-product_link_btn a:hover {
  background-color: #ffffff;
  color: #00498b;
}
.p-product_link_btn a:hover:before {
  border-color: transparent transparent transparent #00498b;
}
.p-product_link_btn a:hover:after {
  background: url(../images/ico_pdf_on.png) left top no-repeat;
}

@media (max-width: 1364px) {
  .p-product_link_btn a {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
  }
  .p-product_link_btn a br {
    display: block;
  }
  .p-product_content_table {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .p-product_link_btn a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-product {
    padding-bottom: 40px;
  }
  .p-product_summary {
    margin-bottom: 20px;
  }
  .p-product_content {
    margin-bottom: 20px;
  }
  .p-product_content_title {
    padding: 20px;
    font-size: 24px;
  }
  .p-product_content_body {
    padding: 0 10px 10px;
  }
  .p-product_content_link p {
    font-size: 13px;
  }
  .p-product_content_link p:before {
    top: 7px;
  }
  .p-product_content_table {
    margin: 0;
  }
  .p-product_content_table th {
    padding: 10px 0;
    font-size: 16px;
  }
  .p-product_content_table td {
    padding: 10px 0;
    font-size: 16px;
  }
  .p-product_accordion_title {
    padding: 15px 10px;
    font-size: 20px;
  }
  .p-product_accordion_title .-number {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    font-size: 26px;
  }
  .p-product_accordion_title:before {
    right: 10px;
    width: 22px;
  }
  .p-product_accordion_title:after {
    right: 10px;
    width: 22px;
  }
  .p-product_accordion_body {
    padding: 10px;
  }
  .p-product_accordion_body_title {
    text-align: left;
  }
  .p-product_accordion_body_text {
    text-align: left;
  }
  .p-product_accordion_body_image .-pc {
    display: none;
  }
  .p-product_accordion_body_image .-sp {
    display: inline-block;
  }
  .p-product_accordion_body .c-grid2_right {
    text-align: center;
  }
  .p-product_accordion_body .c-grid3_col {
    text-align: center;
  }
  .p-product_accordion_point {
    display: block;
  }
  .p-product_accordion_point_icon {
    margin-bottom: 10px;
  }
  .p-product_link_btn a {
    padding: 15px 30px;
  }
}
/* about */
.p-about {
  position: relative;
  width: 100%;
  margin-bottom: 9.89vw;
}
.p-about_inner {
  padding: 50px 0;
  background-color: #e6f3fa;
}
.p-about_text {
  width: 685px;
  color: #1a1a1a;
  font-size: 18px;
}
.p-about_image {
  position: absolute;
  right: 0;
  bottom: -7.3vw;
  width: calc(((100% - 1194px) / 2) + 482px);
}
.p-about_image img {
  box-shadow: 0 0 30px 3px rgba(0, 164, 213, 0.14);
}

@media (max-width: 1364px) {
  .p-about_inner {
    padding-left: 4%;
    background: linear-gradient(90deg, #e6f3fa 0%, #e6f3fa 96%, #ffffff 96%, #ffffff 100%);
  }
  .p-about_text {
    width: 57.37%;
  }
  .p-about_image {
    bottom: -3.3vw;
  }
}
@media (max-width: 1023px) {
  .p-about {
    margin-bottom: 60px;
  }
  .p-about_inner {
    padding: 30px calc(4% + 20px) 60px 4%;
  }
  .p-about_text {
    width: 100%;
  }
  .p-about_image {
    position: static;
    width: 100%;
    padding: 0 0 0 4%;
    background-color: #fff;
    text-align: right;
  }
  .p-about_image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .p-about {
    margin-bottom: 40px;
  }
  .p-about_image {
    max-width: 100%;
  }
  .p-about .l-container {
    padding: 0;
  }
}
/* method */
.p-method {
  padding: 60px 0;
}
.p-method_text {
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.8;
}
.p-method_image {
  margin-bottom: 30px;
  text-align: center;
}
.p-method_figure {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 30px;
}
.p-method_figure_title {
  position: relative;
  height: 37px;
  margin-bottom: 30px;
  background-color: #00a4d5;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
}
.p-method_figure_title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 91px;
  height: 37px;
  background: url(../images/bg_figure_title01.png) left top no-repeat;
  content: "";
}
.p-method_figure_title:after {
  position: absolute;
  top: -14px;
  right: 0;
  width: 52px;
  height: 67px;
  background: url(../images/bg_figure_title02.png) left top no-repeat;
  content: "";
}
.p-method_figure_flow {
  display: flex;
  margin-left: -10px;
}
.p-method_figure_flow_col {
  width: calc(25% - 10px);
  margin-left: 10px;
  padding-top: 64px;
}
.p-method_figure_flow_col:nth-child(4) {
  padding-top: 0;
}
.p-method_figure_flow_arrow {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  padding: 30px 10px 30px 0;
  background: #66b5cd url(../images/bg_figure_01.jpg) right center/36px 100% no-repeat;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.p-method_figure_flow_arrow + .p-method_figure_flow_arrow {
  margin-top: 10px;
}
.p-method_figure_flow_arrow.-yellow {
  background-color: #eab344;
  background-image: url(../images/bg_figure_02.jpg);
}
.p-method_figure_flow_text {
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
}
.p-method_summary {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border: 2px solid #00a4d5;
  background-color: #f7f7f7;
}
.p-method_summary_title {
  width: 200px;
  color: #00a4d5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-method_summary dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-method_summary dl:last-child {
  margin-bottom: 0;
}
.p-method_summary dl dt {
  position: relative;
  width: 160px;
  padding-left: 24px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.p-method_summary dl dt:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #1a1a1a;
  content: "";
}
.p-method_summary dl dt dd {
  color: #1a1a1a;
  font-size: 16px;
}

@media (max-width: 1023px) {
  .p-method_summary {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
  .p-method_summary_title {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-method_summary dl {
    flex-wrap: wrap;
  }
  .p-method_summary dl dt {
    width: 100%;
    padding-left: 24px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: bold;
  }
  .p-method_summary dl dt:before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background-color: #1a1a1a;
    content: "";
  }
  .p-method_summary dl dt dd {
    color: #1a1a1a;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-method {
    padding: 30px 0;
  }
  .p-method_figure {
    display: flex;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .p-method_figure_title {
    width: 20px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 20px;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-method_figure_title:before {
    width: 20px;
    height: 50px;
    background: url(../images/bg_figure_title01_sp.jpg) left top/cover no-repeat;
  }
  .p-method_figure_title:after {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: -8px;
    width: 36px;
    height: 27px;
    background: url(../images/bg_figure_title02_sp.jpg) left top/cover no-repeat;
  }
  .p-method_figure_flow {
    flex-wrap: wrap;
  }
  .p-method_figure_flow_col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .p-method_figure_flow_content {
    display: flex;
    justify-content: center;
    width: 52%;
  }
  .p-method_figure_flow_arrow {
    width: 100%;
    max-width: 88px;
    min-height: 90px;
    padding: 0 5px 10px;
    background: #80c2d6 url(../images/bg_figure_01_sp.jpg) bottom center/100% 16px no-repeat;
    font-size: 11px;
  }
  .p-method_figure_flow_arrow.-yellow {
    background-color: #eab344;
    background-image: url(../images/bg_figure_02_sp.jpg);
  }
  .p-method_figure_flow_arrow + .p-method_figure_flow_arrow {
    margin-top: 0;
    margin-left: 10px;
  }
  .p-method_figure_flow_text {
    -ms-grid-row-align: center;
        align-self: center;
    width: 48%;
    padding-left: 10px;
    font-size: 14px;
  }
  .p-method_summary {
    padding: 20px;
  }
}
/* index */
.p-index {
  margin-top: 40px;
  background: linear-gradient(90deg, #e6f3fa 0%, #e6f3fa 50%, #ffffff 50%, #ffffff 100%);
}
.p-index_inner {
  position: relative;
  padding: 60px 0 80px;
  background: linear-gradient(90deg, #e6f3fa 0%, #e6f3fa 88.45%, #ffffff 88.45%, #ffffff 100%);
}
.p-index_text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.p-index_figure {
  position: relative;
}
.p-index_figure_top {
  position: absolute;
  top: calc(50% - 155px);
  left: calc(50% - 118px);
}
.p-index_figure_title {
  width: 235px;
  height: 270px;
  padding-top: 80px;
  background: url(../images/img_hexagon.png) left top no-repeat;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.p-index_figure_title .-en {
  display: block;
  margin-bottom: 10px;
  font-family: "Roboto Bold";
  font-size: 64px;
  line-height: 1;
}
.p-index_figure_annotation {
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% + 140px);
  width: 235px;
}
.p-index_figure_annotation li {
  position: relative;
  padding-left: 50px;
  color: #1a1a1a;
  font-size: 14px;
}
.p-index_figure_annotation li:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 42px;
  height: 20px;
  content: "";
}
.p-index_figure_annotation li:first-child {
  margin-bottom: 10px;
}
.p-index_figure_annotation li:first-child:before {
  background-color: #eab344;
}
.p-index_figure_annotation li:nth-child(2):before {
  background-color: #66b5cd;
}
.p-index_figure_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -30px;
}
.p-index_figure_item {
  width: calc(33.333333% - 30px);
  margin-top: 30px;
  margin-left: 30px;
  border-radius: 5px 5px 0 0;
}
.p-index_figure_item.-yellow .p-index_figure_item_heading {
  background-color: #eab344;
}
.p-index_figure_item.-yellow .p-index_figure_item_content {
  border: 2px solid #eab344;
}
.p-index_figure_item:nth-of-type(2) {
  margin-top: 80px;
}
.p-index_figure_item:nth-of-type(4) {
  margin-top: 80px;
}
.p-index_figure_item:nth-of-type(5) {
  margin-top: 100px;
}
.p-index_figure_item:nth-of-type(6) {
  margin-top: 180px;
}
.p-index_figure_item:nth-of-type(7) {
  margin-top: 100px;
}
.p-index_figure_item_heading {
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
  background-color: #66b5cd;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.p-index_figure_item_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.p-index_figure_item_content {
  padding: 20px;
  border: 2px solid #66b5cd;
  background-color: #ffffff;
}
.p-index_figure_item_list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.p-index_figure_item_list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #1a1a1a;
  content: "";
}

@media (max-width: 1364px) {
  .p-index_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media (max-width: 1023px) {
  .p-index_inner {
    padding: 30px 4% 40px;
    background: #e6f3fa;
  }
  .p-index_figure_box {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-index_figure_top {
    position: static;
    -ms-grid-row-align: center;
        align-self: center;
    width: 48%;
  }
  .p-index_figure_title {
    margin-right: auto;
    margin-left: auto;
    background-size: cover;
  }
  .p-index_figure_annotation {
    position: static;
    -ms-grid-row-align: center;
        align-self: center;
    width: 52%;
  }
  .p-index_figure_item {
    width: 100%;
    margin-left: 0;
  }
  .p-index_figure_item:nth-of-type(2) {
    margin-top: 20px;
  }
  .p-index_figure_item:nth-of-type(4) {
    margin-top: 20px;
  }
  .p-index_figure_item:nth-of-type(5) {
    margin-top: 20px;
  }
  .p-index_figure_item:nth-of-type(6) {
    margin-top: 20px;
  }
  .p-index_figure_item:nth-of-type(7) {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .p-index_figure_title {
    width: 118px;
    height: 135px;
    padding-top: 36px;
    background-size: cover;
    font-size: 11px;
  }
  .p-index_figure_title .-en {
    margin-bottom: 5px;
    font-size: 32px;
  }
  .p-index_figure_annotation li {
    font-size: 12px;
  }
  .p-index_figure_annotation li:before {
    top: 1px;
  }
}
/* analysis */
.p-analysis {
  padding: 60px 0;
  background: url(../images/bg_dot1.jpg) left top repeat;
}
.p-analysis_content {
  margin-bottom: 10px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.p-analysis_content:last-child {
  margin-bottom: 0;
}
.p-analysis_content_heading {
  padding: 20px;
  color: #1a1a1a;
  font-size: 28px;
  font-weight: bold;
}
.p-analysis_content_title {
  color: #00498b;
  font-size: 28px;
  font-weight: bold;
}
.p-analysis_accordion_title {
  position: relative;
  padding: 20px;
  outline: none;
  color: #00498b;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.p-analysis_accordion_title:before, .p-analysis_accordion_title:after {
  display: inline-block;
  position: absolute;
  top: 42px;
  right: 20px;
  width: 25px;
  height: 2px;
  background-color: #00498b;
  content: "";
}
.p-analysis_accordion_title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.3s;
}
.p-analysis_accordion_title.-open {
  padding-bottom: 20px;
}
.p-analysis_accordion_title.-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.3s;
}
.p-analysis_accordion_body {
  display: none;
  padding: 20px;
  border-top: 1px solid #4c4c4c;
}
.p-analysis_accordionSub_title {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px 20px;
  border-top: 1px solid #4c4c4c;
  outline: none;
  color: #00498b;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.p-analysis_accordionSub_title .-point {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #e51478;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 16px;
  font-weight: bold;
}
.p-analysis_accordionSub_title:before, .p-analysis_accordionSub_title:after {
  display: inline-block;
  position: absolute;
  top: 31px;
  right: 20px;
  width: 25px;
  height: 2px;
  background-color: #00498b;
  content: "";
}
.p-analysis_accordionSub_title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.3s;
}
.p-analysis_accordionSub_title.-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.3s;
}
.p-analysis_accordionSub_body {
  display: none;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
.p-analysis_accordionSub_ast {
  position: relative;
  padding-left: 3em;
}
.p-analysis_accordionSub_ast span {
  position: absolute;
  top: 0;
  left: 0;
}
.p-analysis_quarterList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -40px;
}
.p-analysis_quarterList_item {
  width: calc(25% - 40px);
  margin-top: 10px;
  margin-left: 40px;
  color: #1a1a1a;
  font-size: 16px;
}
.p-analysis_list li {
  margin-bottom: 5px;
  font-size: 16px;
}
.p-analysis_subTitle {
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
}
.p-analysis_figure {
  margin: 0;
}
.p-analysis_figure figcaption {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.p-analysis_graph {
  margin-top: 30px;
}
.p-analysis_graph_title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.p-analysis_graph_text {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
}
.p-analysis_graph dd {
  text-align: center;
}

@media (max-width: 1023px) {
  .p-analysis_quarterList_item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  .p-analysis {
    padding: 30px 0;
  }
  .p-analysis_content {
    padding: 0 10px;
  }
  .p-analysis_content_heading {
    padding: 15px 10px;
    font-size: 24px;
    line-height: 1.4;
  }
  .p-analysis_accordion_title {
    padding: 15px 50px 15px 10px;
    font-size: 24px;
    line-height: 1.4;
  }
  .p-analysis_accordion_title:before {
    top: calc(50% - 2px);
    right: 10px;
    width: 22px;
  }
  .p-analysis_accordion_title:after {
    top: calc(50% - 2px);
    right: 10px;
    width: 22px;
  }
  .p-analysis_accordion_body {
    padding: 20px 10px;
  }
  .p-analysis_accordion_body .c-grid2_right {
    text-align: center;
  }
  .p-analysis_accordionSub_title {
    flex-wrap: wrap;
    padding: 15px 40px 15px 10px;
    font-size: 21px;
    line-height: 1.4;
  }
  .p-analysis_accordionSub_title .-point {
    display: inline;
    font-size: 14px;
  }
  .p-analysis_accordionSub_title:before {
    top: calc(50% - 2px);
    right: 10px;
    width: 22px;
  }
  .p-analysis_accordionSub_title:after {
    top: calc(50% - 2px);
    right: 10px;
    width: 22px;
  }
  .p-analysis_accordionSub .c-grid2_right {
    text-align: center;
  }
  .p-analysis_list li {
    text-align: left;
  }
  .p-analysis_quarterList_item {
    width: 100%;
  }
  .p-analysis .c-grid2 {
    margin-bottom: 20px;
  }
}
/* rating */
.p-rating {
  margin: 100px 0 60px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #e6f3fa 50%, #e6f3fa 100%);
}
.p-rating_inner {
  position: relative;
  padding: 60px 0 80px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 11.55%, #e6f3fa 11.55%, #e6f3fa 100%);
}
.p-rating_description {
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: 18px;
}
.p-rating_list {
  display: flex;
}
.p-rating_title {
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
}
.p-rating_title .-point {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  background-color: #e51478;
  color: #ffffff;
  font-family: "Roboto Condensed Bold";
  font-size: 16px;
  font-weight: bold;
}
.p-rating_image {
  margin-bottom: 10px;
  text-align: center;
}
.p-rating_text {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.8;
}
.p-rating_tableContent {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.p-rating_tableContent_table {
  width: 255px;
}
.p-rating_tableContent_table th {
  padding: 5px;
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  font-size: 14px;
  text-align: center;
}
.p-rating_tableContent_table td {
  padding: 5px;
  border: 1px solid #cccccc;
  font-size: 14px;
  text-align: center;
}
.p-rating_tableContent_table td.-left {
  text-align: left;
}
.p-rating_tableContent_text {
  width: calc(100% - 285px);
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1364px) {
  .p-rating_inner {
    padding-right: 4%;
    padding-left: 4%;
  }
}
@media (max-width: 1023px) {
  .p-rating_inner {
    background: linear-gradient(180deg, #e6f3fa 0%, #e6f3fa 94%, #ffffff 94%, #ffffff 100%);
  }
}
@media (max-width: 768px) {
  .p-rating {
    margin: 50px 0 30px;
  }
  .p-rating_inner {
    padding: 30px 4% 40px;
  }
  .p-rating_title {
    display: flex;
    align-items: center;
  }
  .p-rating_title .-point {
    font-size: 14px;
  }
  .p-rating_tableContent {
    flex-wrap: wrap;
  }
  .p-rating_tableContent_table {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-rating_tableContent_text {
    width: 100%;
  }
}
/* modal */
.p-modal {
  padding: 30px;
  background-color: #ffffff;
}
.p-modal img {
  width: 100%;
  height: auto;
}
.p-modal_closeBtn {
  max-width: 350px;
  margin: 20px auto 0 auto;
  padding: 20px 10px;
  background: #00a4d5;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.p-modal_closeBtn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .p-modal {
    padding: 10px 10px;
  }
  .p-modal_closeBtn {
    margin-top: 10px;
    padding: 10px;
    font-size: 14px;
  }
}
/* catch */
.p-catch {
  padding: 60px 0;
  background-color: #20acd6;
}
.p-catch.-blue {
  background-color: #20acd6;
}
.p-catch.-blue .p-catch_title {
  color: #ffffff;
}
.p-catch.-blue .p-catch_text {
  color: #ffffff;
}
.p-catch_title {
  margin-bottom: 20px;
  font-size: 44px;
  text-align: center;
}
.p-catch_text {
  color: #ffffff;
  font-size: 21px;
  line-height: 2.2;
}
.p-catch_text + .p-catch_text {
  margin-top: 30px;
}

@media (max-width: 1023px) {
  .p-catch_text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-catch {
    padding: 30px 0;
  }
  .p-catch_title {
    margin-bottom: 10px;
    font-size: 27px;
  }
  .p-catch_text {
    font-size: 18px;
    line-height: 2;
  }
  .p-catch_text + .p-catch_text {
    margin-top: 20px;
  }
}
/* campaign */
.p-campaign {
  padding: 60px 0;
  background-color: #00498b;
}
.p-campaign_inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 60px 40px;
  overflow: hidden;
  background-color: #fff;
}
.p-campaign_info {
  width: 735px;
}
.p-campaign_image {
  margin: 0;
}
.p-campaign_image img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}
.p-campaign_image_caption {
  color: #1a1a1a;
  font-size: 14px;
  text-align: center;
}
.p-campaign_title {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}
.p-campaign_label {
  position: absolute;
  top: -20px;
  left: -72px;
  width: 200px;
  padding: 50px 0 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #20acd6;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-campaign_term {
  width: 100%;
  max-width: 588px;
  margin: 0 auto 10px;
  padding: 15px 0;
  border-top: 2px solid #00498b;
  border-bottom: 2px solid #00498b;
  background-color: #e6f3fa;
  color: #00498b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-campaign_text {
  margin-bottom: 30px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.p-campaign_btn a {
  display: block;
  position: relative;
  padding: 30px 0;
  border: 2px solid #e51478;
  border-radius: 10px;
  background-color: #e51478;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
}
.p-campaign_btn a::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
.p-campaign_btn a:hover {
  background-color: #fff;
  color: #e51478;
}
.p-campaign_btn a:hover::after {
  border-color: transparent transparent transparent #e51478;
}
.p-campaign_annotation {
  position: relative;
  margin: 20px 0 10px;
  padding-left: 20px;
  font-size: 14px;
}
.p-campaign_annotation::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.p-campaign_pdfLink {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
}
.p-campaign_pdfLink::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 4.5px 0 4.5px 7.8px;
  border-style: solid;
  border-color: transparent transparent transparent #4c4c4c;
  content: "";
}
.p-campaign_pdfLink a {
  padding-right: 30px;
  background: url(../images/ico_pdf_red.png) right center no-repeat;
  color: #00498b;
  font-weight: bold;
  text-decoration: underline;
}
.p-campaign_pdfLink a:hover {
  text-decoration: none;
}

@media (max-width: 1364px) {
  .p-campaign {
    padding-right: 4%;
    padding-left: 4%;
  }
  .p-campaign_info {
    width: calc((100% - 30px) * 0.7);
  }
  .p-campaign_image {
    width: calc((100% - 30px) * 0.3);
  }
  .p-campaign_title {
    font-size: 38px;
  }
  .p-campaign_text {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  .p-campaign_info {
    width: calc((100% - 30px) * 0.7);
  }
  .p-campaign_image {
    width: calc((100% - 30px) * 0.3);
  }
  .p-campaign_title {
    font-size: 27px;
  }
  .p-campaign_text {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-campaign_inner {
    padding: 50px 20px 20px;
  }
  .p-campaign_info {
    order: 2;
    width: 100%;
  }
  .p-campaign_label {
    top: -24px;
    left: -83px;
    font-size: 22px;
  }
  .p-campaign_image {
    order: 1;
    width: 200px;
    margin: 0 auto 20px;
  }
  .p-campaign_title {
    font-size: 28px;
    text-align: left;
  }
  .p-campaign_term {
    font-size: 20px;
    line-height: 1.4;
  }
  .p-campaign_text {
    font-size: 18px;
    text-align: left;
  }
  .p-campaign_btn a {
    padding: 20px 0;
    font-size: 18px;
  }
}
/* movie */
.p-movie {
  padding: 60px 0 0;
}
.p-movie .p-titleLvTwo {
  margin-bottom: 30px;
  line-height: 1.4;
}
.p-movie_image {
  max-width: 786px;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.4s all ease-in;
}
.p-movie_image:hover {
  opacity: 0.7;
}
.p-movie_iframe.iziModal .iziModal-content {
  position: relative;
  height: 0;
  padding-top: 56.5% !important;
}
.p-movie_iframe.iziModal .iziModal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.p-movie_iframe.iziModal .iziModal-header {
  background: #000 !important;
}

@media (max-width: 768px) {
  .p-movie {
    padding: 0;
  }
}

/* news */
.p-news {
  text-align: center;
}
.p-news_title {
  margin-bottom: 20px;
}
.p-news_title .-label {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block; 
  vertical-align: middle;
  width: fit-content;
  margin: 0 5px;
  padding: 9px 8px 8px;
  background: #E51478;

  /*リボン*/
  --r: .5em;
  padding-inline: calc(var(--r) + 0.5em);
  clip-path: polygon(0 0,100% 0,calc(100% - var(--r)) 50%,100% 100%,0 100%, var(--r) 50%);
}
.p-news_title .-text {
  color: #00498A;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.p-news .c-btn02 {
  font-size: 20px;
  max-width: 396px;
  height: 58px;
  margin-top: 35px;
}

@media (max-width: 768px) {
  .p-news_title {
    margin-bottom: 12px;
  }
  .p-news_title .-label {
    --r: .5em;
    padding-inline: calc(var(--r) + 0.7em);
  }
  .p-news_title .-text {
    font-size: 24px;
    display: block;
    margin-top: 10px;
  }
  .p-news .c-btn02 {
    font-size: 18px;
    height: 55px;
    margin-top: 20px;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mtNormal {
  margin-top: 20px !important;
}

.u-mtLarge {
  margin-top: 40px !important;
}

.u-mbNormal {
  margin-bottom: 20px !important;
}

.u-mbLarge {
  margin-bottom: 40px !important;
}

@media (max-width: 768px) {
  .u-mtNormal {
    margin-top: 15px !important;
  }

  .u-mtLarge {
    margin-top: 30px !important;
  }

  .u-mbNormal {
    margin-bottom: 15px !important;
  }

  .u-mbLarge {
    margin-bottom: 30px !important;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsBig {
  font-size: 2rem !important;
}

.u-fsSmall {
  font-size: 1.4rem !important;
}

@media (max-width: 768px) {
  .u-fsBig {
    font-size: 1.8rem !important;
  }
}
.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-emp {
  color: #cc0000;
}

.u-emp-style01 {
  color: #e66000;
}

.u-emp-style02 {
  color: #00802a;
}

.u-emp-style03 {
  color: #809900;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media (min-width: 769px) {
  .u-ac-pc {
    text-align: center !important;
  }

  .u-ar-pc {
    text-align: right !important;
  }

  .u-al-pc {
    text-align: left !important;
  }

  .u-vm-pc {
    vertical-align: middle !important;
  }

  .u-vt-pc {
    vertical-align: top !important;
  }

  .u-vb-pc {
    vertical-align: bottom !important;
  }
}
@media (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }

  .u-ar-sp {
    text-align: right !important;
  }

  .u-al-sp {
    text-align: left !important;
  }

  .u-vm-sp {
    vertical-align: middle !important;
  }

  .u-vt-sp {
    vertical-align: top !important;
  }

  .u-vb-sp {
    vertical-align: bottom !important;
  }
}
.u-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }

  .u-sp {
    display: inherit !important;
  }
}
/* Slider */
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 2s ease 0s;
          animation: fadeIn 2s ease 0s;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  float: left;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.7;
}

.slick-prev::before,
.slick-next::before {
  display: inline-block;
  width: 19px;
  height: 19px;
  content: "";
}

.slick-prev {
  left: 0;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev::before {
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.slick-next {
  right: 0;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next::before {
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media (max-width: 768px) {
  .slick-prev {
    left: -18px;
  }

  .slick-next {
    right: -18px;
  }
}
