@charset "utf-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #navSP {
    display: none;
  }
}
#cnt {
  position: relative;
}
#content {
  color: #000000;
  border-bottom: 7px solid #292929;
  overflow-x: hidden;
}
p {
  font-size: 16px;
  letter-spacing: 0.02em;
}
img {
  max-width: 100%;
  height: auto;
}
section {
  width: 980px;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  padding: 90px 0;
  position: relative;
}
picture {
  display: block;
}
small {
  font-size: 12px;
  display: block;
}
/* register */
#register {
  position: fixed; /*固定*/
  bottom: 0px; /*場所を右下に移動*/
  right: 5px; /*場所を右下に移動*/
  z-index: 9999;
  width: 160px;
}
#register.float:hover {
  opacity: .9;
  bottom: 0 !important;
}
#register:hover {
  opacity: .8;
}
@media (max-width: 767px) {
  #register {
    width: 140px;
  }
}
/* 汎用 */
.ta_c {
  text-align: center !important;
}
.ta_l {
  text-align: left !important;
}
.font_size_10 {
  font-size: 10px !important;
}
.font_size_11 {
  font-size: 11px !important;
}
.font_size_12 {
  font-size: 12px !important;
}
.font_size_13 {
  font-size: 13px !important;
}
.font_size_14 {
  font-size: 14px !important;
}
.font_size_15 {
  font-size: 15px !important;
}
.font_size_16 {
  font-size: 16px !important;
}
.font_size_17 {
  font-size: 17px !important;
}
.font_size_18 {
  font-size: 18px !important;
}
.font_size_19 {
  font-size: 19px !important;
}
.font_size_20 {
  font-size: 20px !important;
}
.font_size_21 {
  font-size: 21px !important;
}
.font_size_22 {
  font-size: 22px !important;
}
.font_size_23 {
  font-size: 23px !important;
}
.font_size_24 {
  font-size: 24px !important;
}
.font_size_25 {
  font-size: 25px !important;
}
.font_size_26 {
  font-size: 26px !important;
}
.font_size_27 {
  font-size: 27px !important;
}
.font_size_28 {
  font-size: 28px !important;
}
.font_size_29 {
  font-size: 29px !important;
}
.font_size_30 {
  font-size: 30px !important;
}
.font_size_31 {
  font-size: 31px !important;
}
.font_size_32 {
  font-size: 32px !important;
}
.font_size_33 {
  font-size: 33px !important;
}
.font_size_34 {
  font-size: 34px !important;
}
.font_size_35 {
  font-size: 35px !important;
}
a.text_link {
  color: #184286;
  font-weight: bold;
}
.font_red {
  color: #DF1308;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.margin_center {
  margin: 0 auto;
}
.flex_between {
  display: flex;
  justify-content: space-between;
}
.flex_w_center {
  display: flex;
  justify-content: center;
}
.note {
  color: #666666;
}
.indent {
  color: #666666;
}
.indent_1 {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5em;
  font-size: 12px;
  color: #666666;
  text-align: left;
}
.mgt_30 {
  margin-top: 30px !important;
}
.mgb_5 {
  margin-bottom: 5px !important;
}
.mgb_10 {
  margin-bottom: 10px !important;
}
.mgb_15 {
  margin-bottom: 15px !important;
}
.mgb_20 {
  margin-bottom: 20px !important;
}
.mgb_25 {
  margin-bottom: 25px !important;
}
.mgb_30 {
  margin-bottom: 30px !important;
}
.mgb_35 {
  margin-bottom: 35px !important;
}
.mgb_40 {
  margin-bottom: 40px !important;
}
.mgb_45 {
  margin-bottom: 45px !important;
}
.mgb_50 {
  margin-bottom: 50px !important;
}
.mgb_60 {
  margin-bottom: 60px !important;
}
.mgb_70 {
  margin-bottom: 70px !important;
}
.mgb_80 {
  margin-bottom: 80px !important;
}
.mgb_90 {
  margin-bottom: 90px !important;
}
.mgb_100 {
  margin-bottom: 100px !important;
}
.mgb_110 {
  margin-bottom: 110px !important;
}
.mgb_120 {
  margin-bottom: 120px !important;
}
.mgr_20 {
  margin-right: 20px !important;
}
@media (min-width: 768px) {
  .contentHeadArea {
    display: none;
  }
  #content {
    position: relative;
  }
  /* サイドナビ */
  #nav {
    width: 153px;
    position: absolute;
    top: 200px;
    z-index: 9999;
  }
  #nav.fixed {
    position: fixed;
    top: 20px;
  }
  #nav li {
    margin-bottom: 13px;
  }
  #nav li a.nav_item {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    line-height: 1.2;
    display: flex;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    width: 220px;
    height: 60px;
    margin-left: -70px;
    padding: 5px 5px 5px 75px;
    box-sizing: border-box;
    border: 2px solid #000;
    background-color: #FFF;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  }
  #nav li.on a {
    color: #fff;
    margin-left: -60px;
    background-color: #e19e18;
  }
  #nav li a.nav_item.register {
    background-color: #FDDC0A;
  }
  #nav li a.nav_item:hover {
    margin-left: -60px;
  }
}
/*----------------------------------------------------
  ここからスマホ用
----------------------------------------------------*/
@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
  }
  .img_100 {
    width: 100%;
  }
  p {
    font-size: 14px;
    text-align: left;
  }
  section {
    width: 100%;
    padding: 35px 18px;
  }
  .indent_1 {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
    display: block;
    text-align: left !important;
  }
  .ta_c_sp {
    text-align: center !important;
  }
  .ta_l_sp {
    text-align: left !important;
  }
  .font_size_10_sp {
    font-size: 10px !important;
  }
  .font_size_11_sp {
    font-size: 11px !important;
  }
  .font_size_12_sp {
    font-size: 12px !important;
  }
  .font_size_13_sp {
    font-size: 13px !important;
  }
  .font_size_14_sp {
    font-size: 14px !important;
  }
  .font_size_15_sp {
    font-size: 15px !important;
  }
  .font_size_16_sp {
    font-size: 16px !important;
  }
  .font_size_17_sp {
    font-size: 17px !important;
  }
  .font_size_18_sp {
    font-size: 18px !important;
  }
  .font_size_19_sp {
    font-size: 19px !important;
  }
  .font_size_20_sp {
    font-size: 20px !important;
  }
  .font_size_21_sp {
    font-size: 21px !important;
  }
  .font_size_22_sp {
    font-size: 22px !important;
  }
  .font_size_23_sp {
    font-size: 23px !important;
  }
  .font_size_24_sp {
    font-size: 24px !important;
  }
  .font_size_25_sp {
    font-size: 25px !important;
  }
  .font_size_26_sp {
    font-size: 26px !important;
  }
  .font_size_27_sp {
    font-size: 27px !important;
  }
  .font_size_28_sp {
    font-size: 28px !important;
  }
  .font_size_29_sp {
    font-size: 29px !important;
  }
  .font_size_30_sp {
    font-size: 30px !important;
  }
  .font_size_31_sp {
    font-size: 31px !important;
  }
  .font_size_32_sp {
    font-size: 32px !important;
  }
  .font_size_33_sp {
    font-size: 33px !important;
  }
  .font_size_34_sp {
    font-size: 34px !important;
  }
  .font_size_35_sp {
    font-size: 35px !important;
  }
  .mgb_5_sp {
    margin-bottom: 5px !important;
  }
  .mgb_10_sp {
    margin-bottom: 10px !important;
  }
  .mgb_15_sp {
    margin-bottom: 15px !important;
  }
  .mgb_20_sp {
    margin-bottom: 20px !important;
  }
  .mgb_25_sp {
    margin-bottom: 25px !important;
  }
  .mgb_30_sp {
    margin-bottom: 30px !important;
  }
  .mgb_35_sp {
    margin-bottom: 35px !important;
  }
  .mgb_40_sp {
    margin-bottom: 40px !important;
  }
  .mgb_45_sp {
    margin-bottom: 45px !important;
  }
  .mgb_50_sp {
    margin-bottom: 50px !important;
  }
  .mgb_60_sp {
    margin-bottom: 60px !important;
  }
  .mgb_70_sp {
    margin-bottom: 70px !important;
  }
  .mgb_80_sp {
    margin-bottom: 80px !important;
  }
  .mgb_90_sp {
    margin-bottom: 90px !important;
  }
  .mgb_100_sp {
    margin-bottom: 100px !important;
  }
  .mgb_110_sp {
    margin-bottom: 110px !important;
  }
  .mgb_120_sp {
    margin-bottom: 120px !important;
  }
  /*
		グローバルナビ
  =================================================================*/
  header {
    /* [disabled]position: fixed; */
    top: 0;
    border-top: solid 3px #d20a0a;
    z-index: 9999;
    width: 100%;
  }
  .menubtn {
    position: fixed;
    top: 11px;
    right: 18px;
    border: 1px solid #000;
    padding: 10px 12.5px 15px;
    width: 50px;
    height: 50px;
    background: url(../image/menubtn_open.png) center 84% / 70% no-repeat;
    ;
  }
  .active.menubtn {
    background: url(../image/menubtn_close.png) center 84% / 50% no-repeat;
    ;
  }
  .menubtn_text {
    font-size: 10px;
  }
  .menu, .menu span {
    position: absolute;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu {
    width: 23px;
    height: 16px;
    z-index: 10;
  }
  .menu_open {
    opacity: 0;
  }
  .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D20A0A;
    z-index: 10;
  }
  .menu span:nth-of-type(1) {
    top: 0px;
  }
  .menu span:nth-of-type(2) {
    top: 7px;
  }
  .menu span:nth-of-type(3) {
    bottom: 0px;
  }
  .menu_close.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .menu_close.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu_close.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .menu_open.active {
    display: none;
    opacity: 0;
  }
  .menu_close.active {
    display: inline-block;
  }
  #navSP {
    position: fixed;
    top: 68px;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #D20A0A;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  #navSP.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  #navSP ul {
    margin: 70px 0 0;
  }
  #navSP ul li {
    list-style-type: none;
    margin-bottom: 20px;
  }
  #navSP ul li a {
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
  }
  #navSP ul li a:hover {
    color: #f65d5d;
  }
  #nav {
    display: none;
  }
  .section_A {
    padding: 50px 0 60px;
  }
  .overview_inn {
    width: 92%;
    padding: 5px;
  }
  .now-text {
    font-size: 20px;
    width: 58px;
    height: 58px;
    top: -50px;
    left: 0px;
  }
  .hedding_overview {
    font-size: 20px;
    padding: 5px 0;
    letter-spacing: 2px;
  }
  .hedding_overview::after {
    bottom: -20px;
    margin-left: -17.5px;
    border-width: 20px 17.5px 0 17.5px;
  }
  .dot-text {
    position: relative;
    background-image: none;
  }
  .dot-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.5vw;
    width: 4px;
    height: 4px;
    background: url(../image/dot-text.png) 0 0 / cover no-repeat;
  }
  .bg_white {
    padding: 50px 20px 10px;
  }
  .imgsArea {
    display: none;
  }
  .overview_details dl {
    display: block;
    padding: 32px 0;
  }
  .overview_details dl dt {
    width: 100%;
    margin-bottom: 20px;
  }
  .overview_details dl dd {
    width: 100%;
  }
  .nebiki_cycle1 {
    width: 100%;
  }
  .flex_between {
    justify-content: center;
    flex-wrap: wrap;
  }
  .flex_between a:first-of-type {
    margin-bottom: 30px;
  }
  a.link_btns {
    width: 100%;
    height: 14.4vw;
    font-size: 5vw;
  }
  a.link_btns_font_s {
    font-size: 4vw;
  }
  a.btn_white_bottom_s {
    height: 14.4vw;
  }
  a.btn_white_long {
    background: url(../image/btn_5.png) 0 0 / cover no-repeat;
    padding-right: 20px;
  }
  #overview .bg_white {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 320px) {
  a.link_btns {
    height: 14vw;
  }
  a.btn_white_bottom_s {
    height: 14vw;
  }
}
