@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 62.5% !important;
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  color: #333333;
  -webkit-overflow-scrolling: touch;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.87;
}

div,
main,
section {
  display: block;
  position: relative;
}

*:focus {
  outline: none;
}

p {
  line-height: 2;
}

p.bold {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

em {
  font-weight: bold;
}

a {
  cursor: pointer;
  color: #333333;
  transition: 0.5s;
  word-break: break-word;
  opacity: 1;
}

a:hover {
  opacity: 0.6;
}

.opa {
  transition: 0.5s;
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .opa:hover {
    opacity: 0.5;
  }
}

b {
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6;
}

.trans {
  transition: 0.5s;
  opacity: 1;
}

.trans:hover {
  opacity: 0.5;
}

@media screen and (min-width: 750px) {
  .top .top-sp {
    display: none !important;
  }
}

.mont {
  font-family: 'Montserrat', sans-serif;
}

.spaces {
  letter-spacing: 0.1em;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

main {
  border-top: 1px solid transparent;
}

@media screen and (max-width: 749px) {
  .sp_center {
    margin: auto;
  }
}

@media screen and (max-width: 749px) {
  .container {
    padding: 45px 0 0;
  }
}

.flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 749px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.center {
  text-align: center;
}

.m-center {
  margin: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  display: block;
}

.mw100 {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap900 {
    padding: 0 15px;
  }
}

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .wrap1200 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 749px) {
  .wrap-sp {
    width: calc(100% - 30px);
  }
}

.bg_white {
  background: #FFF !important;
}

.bg_silver {
  background: #F8F6F2 !important;
}

.bg_gray {
  background: #696969 !important;
}

@media screen and (min-width: 750px) {
  .bg_half-01 {
    background: linear-gradient(90deg, #F6F7F8 0, #F6F7F8 50%, #FFF 50%, #FFF 100%);
  }
}

@media screen and (max-width: 749px) {
  .bg_half-01 {
    background: #F6F7F8;
  }
}

.txt_white {
  color: #FFF !important;
}

.txt_black {
  color: #333333 !important;
}

.txt_brown {
  color: #3E0001 !important;
}

.txt_yellow {
  color: #FFEB00 !important;
}

.penlist {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
}

@media screen and (min-width: 750px) {
  .penlist {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 749px) {
  .penlist {
    font-size: 1.7rem;
    padding-left: 32px;
  }
}

.penlist::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/icon_pen.png") no-repeat 100%/100%;
  margin-right: 5px;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 749px) {
  .penlist::before {
    top: 5px;
    width: 25px;
    height: 25px;
  }
}

.label {
  font-size: 2.0rem;
  font-weight: 700;
  color: #ED8B00;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .label {
    font-size: 1.7rem;
  }
}

.label::before {
  content: "";
  height: 36px;
  width: 10px;
  background: #ED8B00;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 749px) {
  .label::before {
    height: 28px;
  }
}

.label2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ED8B00;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 749px) {
  .label2 {
    font-size: 2.0rem;
  }
}

.label2 span {
  background: #F8F6F2;
  z-index: 5;
  padding: 0 12px 0 0;
}

.label2::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #ED8B00;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.label3 {
  font-size: 2.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.label3_image {
  width: 40px;
  margin: 0 4px;
}

@media screen and (max-width: 749px) {
  .label3_image {
    width: 35px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 749px) {
  .label3 {
    font-size: 1.6rem;
    line-height: 1.33;
  }
}

.swiper-wrapper {
  overflow: hidden;
}

.box_header {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #FFEB00;
  background: #ED8B00;
  height: 40px;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .box_header {
    font-size: 1.6rem;
  }
}

.box_body {
  padding: 50px 35px 65px;
  background: #F8F6F2;
}

@media screen and (max-width: 749px) {
  .box_body {
    padding: 25px 20px;
    font-size: 1.4rem;
  }
}

.box_body_title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .box_body_title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.box_hide {
  display: none;
}

.box_hide::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ED8B00;
  display: block;
  margin: 50px 0;
}

.box_more {
  height: 40px;
  width: 300px;
  border: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 50px auto 0;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .box_more {
    font-size: 1.5rem;
  }
}

.fadeTypeOpacity {
  opacity: 0;
}

.fadeOpacity {
  animation-name: fadeInOpacity;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
}

@keyframes up {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

.mt3 {
  display: block;
  margin-top: 3px !important;
}

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

@media screen and (max-width: 749px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

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

@media screen and (max-width: 749px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.ml {
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt125 {
    margin-top: 125px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-p20 {
    padding: 20px;
  }
}

.fs14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 749px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}

.fs24 {
  font-size: 2.4rem;
}

@media screen and (max-width: 749px) {
  .fs24 {
    font-size: 1.8rem;
  }
}

.fv {
  margin-left: auto;
}

@media screen and (min-width: 750px) {
  .fv {
    height: 640px;
    width: calc(100% - 480px);
  }
}

@media screen and (max-width: 749px) {
  .fv {
    display: block;
  }
  .fv .swiper-container {
    height: 200px;
  }
}

.fv_image {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
  .fv_image {
    width: 100%;
    position: absolute;
  }
}

.fv_image_img {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .fv_image_img {
    object-fit: cover;
    object-position: top center;
    font-family: 'object-fit: cover; object-position: top center;';
    height: 100%;
  }
}

.fv_kikuchiimage {
  width: 46.42857%;
  flex-shrink: 0;
  max-width: 650px;
  min-height: 830px;
  position: relative;
  overflow: hidden;
}

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

.fv_kikuchiimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.fv_titleWrap {
  background: #ED8B00;
  color: #FFF;
  width: 650px;
  opacity: 0;
  z-index: 10;
  transition: 0.5s;
  transition-delay: 0.7s;
}

@media screen and (min-width: 750px) {
  .fv_titleWrap {
    padding: 31px 51px 31px 62px;
    position: absolute;
    top: 50%;
    left: -480px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 749px) {
  .fv_titleWrap {
    flex-wrap: wrap;
    padding: 15px 10px;
    position: relative;
    margin: -50px auto 0;
    width: 100%;
  }
}

.fv_titleWrap.active {
  opacity: 1;
}

@media screen and (min-width: 750px) {
  .fv_titleWrap.active {
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 749px) {
  .fv_titleWrap.active {
    transform: translateX(0);
  }
}

.fv_title-1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (max-width: 749px) {
  .fv_title-1 {
    font-size: 1.6rem;
    text-align: center;
  }
}

.fv_title-2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #FFEB00;
}

@media screen and (max-width: 749px) {
  .fv_title-2 {
    font-size: 2.0rem;
    text-align: center;
  }
}

.fv_title-3 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #FFEB00;
}

@media screen and (max-width: 749px) {
  .fv_title-3 {
    font-size: 1.4rem;
    text-align: center;
  }
}

.fv_title_image {
  display: block;
}

.fv_title_image-01 {
  width: 206px;
}

@media screen and (max-width: 749px) {
  .fv_title_image-01 {
    width: 115px;
    margin: auto;
  }
}

.fv_title_text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
  margin: 10px 0 0;
}

@media screen and (max-width: 749px) {
  .fv_title_text {
    font-size: 1.0rem;
    margin: 15px 0 0;
  }
}

.fv_title_period {
  display: flex;
  margin: 25px 0 0;
}

@media screen and (max-width: 749px) {
  .fv_title_period {
    margin: 20px 0 0;
  }
}

.fv_title_period_title {
  background: #FFF;
  color: #ED8B00;
  width: 110px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 749px) {
  .fv_title_period_title {
    font-size: 1.2rem;
    width: 90px;
    height: 40px;
  }
}

.fv_title_period_text {
  font-size: 1.9rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .fv_title_period_text {
    font-size: 1.4rem;
  }
}

.fv_title_period_text small {
  font-size: 1.2rem;
}

@media screen and (max-width: 749px) {
  .fv_title_period_text small {
    font-size: 0.9rem;
  }
}

.fv_title_result {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 749px) {
  .fv_title_result {
    text-align: center;
    justify-content: center;
    font-size: 2.0rem;
  }
}

.fv_title_result_image {
  width: 30px;
  margin-right: 4px;
}

.fv_title_info {
  color: #000;
  background-color: #fff;
  padding: 25px 25px 35px;
  width: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 749px) {
  .fv_title_info {
    width: auto;
    margin: 25px -10px 0;
    padding: 0 10px;
  }
}

.fv_title_info_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ED8B00;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .fv_title_info figure {
    position: relative;
    margin: 0 -10px 15px;
  }
  .fv_title_info figure img {
    vertical-align: top;
    max-width: 100%;
  }
}

.fv_title_info p {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 749px) {
  .fv_title_info p {
    font-size: 1.5rem;
  }
}

.fv_title_info p strong {
  font-weight: bold;
}

.fv_title_info p strong u {
  border-bottom: 2px solid #ED8B00;
}

.fv_title_info_btn {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .fv_title_info_btn {
    margin-top: 40px;
  }
}

.fv_title_info_btn a {
  border: 1px solid #ED8B00;
  display: inline-block;
  padding: 4px 8px;
  width: 260px;
  max-width: 100%;
  font-size: 1.4rem;
  color: #ED8B00;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .fv_title_info_btn a {
    font-size: 1.5rem;
  }
}

.fv_scroll {
  width: 156px;
  height: 156px;
  position: absolute;
  right: 64px;
  bottom: 31px;
  z-index: 10;
}

@media screen and (max-width: 749px) {
  .fv_scroll {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 10px;
  }
}

.modal_wrap {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.modal_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ED8B00;
  width: 80%;
  height: 80%;
  max-width: 800px;
  max-height: 800px;
  overflow-y: scroll;
}

@media screen and (max-width: 749px) {
  .modal_box {
    width: 90%;
    height: 90%;
  }
}

.modal_message {
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 749px) {
  .modal_message {
    padding: 25px 25px 40px;
  }
}

.modal_message figure {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .modal_message figure {
    margin-bottom: 20px;
  }
}

.modal_message figure img {
  width: 330px;
}

@media screen and (max-width: 749px) {
  .modal_message figure img {
    width: 200px;
  }
}

.modal_message p {
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 749px) {
  .modal_message p {
    font-size: 1.4rem;
  }
}

.modal_message .modalclose {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .modal_message .modalclose {
    margin-top: 25px;
  }
}

.modal_message .modalclose a {
  border: 1px solid #ED8B00;
  display: inline-block;
  padding: 4px 8px;
  width: 260px;
  max-width: 100%;
  font-size: 1.4rem;
  color: #ED8B00;
  line-height: 1.6;
  font-weight: bold;
}

.intro_groups {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .intro_groups {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 749px) {
  .intro_group {
    margin: 10px 15px;
  }
}

.intro_group-1 {
  width: 231px;
}

@media screen and (min-width: 750px) {
  .intro_group-1 {
    margin-right: 63px;
  }
}

.intro_group-2 {
  width: 143px;
}

@media screen and (min-width: 750px) {
  .intro_group-2 {
    margin-right: 64px;
  }
}

.intro_group-3 {
  width: 197px;
}

@media screen and (min-width: 750px) {
  .intro_group-3 {
    margin-right: 63px;
  }
}

.intro_group-4 {
  width: 137px;
}

.intro_logo {
  margin: 100px 0 0;
}

@media screen and (min-width: 750px) {
  .intro_logo {
    display: flex;
  }
}

@media screen and (max-width: 749px) {
  .intro_logo {
    margin: 50px 0 0;
  }
}

.intro_logo_image {
  width: 200px;
  margin-right: 27px;
}

@media screen and (max-width: 749px) {
  .intro_logo_image {
    width: 120px;
    margin: 0 auto 20px;
  }
}

.intro_logo_text {
  max-width: 653px;
  font-weight: 700;
}

.intro_title {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .intro_title {
    font-size: 2.0rem;
    line-height: 1.5;
  }
}

.intro dl.news dt {
  background: #ED8B00;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 749px) {
  .intro dl.news dt {
    font-size: 1.8rem;
  }
}

.intro dl.news dd {
  background-color: #F8F6F2;
  padding: 30px 35px;
  min-height: 140px;
}

@media screen and (max-width: 749px) {
  .intro dl.news dd {
    padding: 20px;
  }
}

.intro dl.news dd ul li {
  font-weight: bold;
  display: flex;
  line-height: 1.5;
}

.intro dl.news dd ul li:not(:last-child) {
  margin-bottom: 20px;
}

.intro dl.news dd ul li span {
  margin-right: 1em;
}

@media screen and (max-width: 749px) {
  .intro dl.news dd ul li span {
    font-size: 1.4rem;
  }
}

.intro dl.news dd ul li a {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .intro dl.news dd ul li a {
    font-size: 1.5rem;
  }
}

.main {
  margin: 120px auto 0;
}

.main_tab {
  width: 450px;
  background: #ED8B00;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 700;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}

.main_tabs {
  display: flex;
}

@media screen and (max-width: 749px) {
  .main_tab {
    font-size: 1.7rem;
    height: 55px;
  }
}

.main_tab::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 11px;
  background: url("../img/icon_ar_white.png") no-repeat 100%/100%;
}

.main_tab.open {
  background: #F8F6F2;
  color: #ED8B00;
}

.main_tab.open::after {
  background: url("../img/icon_ar_orange.png") no-repeat 100%/100%;
}

.main_body {
  background: #F8F6F2;
  padding: 100px 60px;
}

@media screen and (max-width: 749px) {
  .main_body {
    padding: 50px 25px;
  }
}

.main_body_inner {
  opacity: 0;
  transition: 0.5s;
  height: 0;
  overflow: hidden;
}

.main_body_inner.open {
  opacity: 1;
  max-height: 10000px;
  height: auto;
}

.main_footer {
  background: #ED8B00;
  padding: 60px 0;
}

@media screen and (max-width: 749px) {
  .main_footer {
    padding: 30px 25px;
  }
}

.main_footer_period {
  display: flex;
  max-width: 490px;
  margin: 0 auto;
}

.main_footer_period_title {
  background: #FFF;
  color: #ED8B00;
  width: 110px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

@media screen and (max-width: 749px) {
  .main_footer_period_title {
    font-size: 1.4rem;
    width: 90px;
    height: 55px;
  }
}

.main_footer_period_text {
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .main_footer_period_text {
    font-size: 1.5rem;
  }
}

.main_footer_period_text small {
  font-size: 1.2rem;
}

@media screen and (max-width: 749px) {
  .main_footer_period_text small {
    font-size: 1.0rem;
  }
}

.main_footer_link {
  width: 300px;
  display: block;
  margin: 30px auto 0;
}

@media screen and (max-width: 749px) {
  .main_footer_link {
    width: 200px;
  }
}

.main_image {
  z-index: -1;
  margin-top: -360px;
}

@media screen and (min-width: 750px) {
  .main_image {
    height: 742px;
    overflow: hidden;
  }
}

@media screen and (max-width: 749px) {
  .main_image {
    margin-top: -60px;
  }
}

.outro {
  padding: 114px 10px 120px;
}

@media screen and (max-width: 749px) {
  .outro {
    padding: 70px 10px 60px;
  }
}

.outro_text {
  color: #3E0001;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.outro_groups {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}

@media screen and (max-width: 749px) {
  .outro_groups {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 749px) {
  .outro_group {
    margin: 10px 15px;
  }
}

.outro_group-1 {
  width: 256px;
}

@media screen and (min-width: 750px) {
  .outro_group-1 {
    margin-right: 22px;
  }
}

.outro_group-2 {
  width: 159px;
}

@media screen and (min-width: 750px) {
  .outro_group-2 {
    margin-right: 23px;
  }
}

.outro_group-3 {
  width: 218px;
}

@media screen and (min-width: 750px) {
  .outro_group-3 {
    margin-right: 22px;
  }
}

.outro_group-4 {
  width: 152px;
}

.outro_btn {
  display: block;
  width: 200px;
  margin: 50px auto 0;
}

.loading {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.modal_dialog {
  background: #FFF;
  width: 600px;
  height: 480px;
  padding: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 749px) {
  .modal_dialog {
    width: calc(100% - 30px);
    height: calc(100% - 120px);
  }
}

.modal_dialog_close {
  width: 40px;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .modal_dialog_close {
    width: 30px;
    top: -40px;
    right: 0;
  }
}

.modal_dialog_title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .modal_dialog_title {
    font-size: 2.0rem;
  }
}

.modal_dialog_text {
  font-size: 1.2rem;
}

.modal_dialog_textWrap {
  height: 80%;
  overflow-y: scroll;
}

.follow {
  width: 100px;
  position: fixed;
  bottom: 30px;
  right: -10px;
  z-index: 50;
  opacity: 0;
  transition: 0.5s;
}

.follow_link {
  display: block;
}

@media screen and (max-width: 749px) {
  .follow {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

.follow.view {
  opacity: 1;
}

.header {
  height: 100px;
  width: 100%;
  background: #FFF;
  z-index: 100;
}

@media screen and (max-width: 749px) {
  .header {
    height: 90px;
  }
}

.header_asahi {
  width: 90px;
  display: block;
  position: absolute;
  top: 18px;
  left: 25px;
}

@media screen and (max-width: 749px) {
  .header_asahi {
    width: 70px;
    left: 10px;
    top: 10px;
  }
}

.header_nakamaru {
  width: 110px;
  display: block;
  position: absolute;
  top: 18px;
  left: 132px;
}

@media screen and (max-width: 749px) {
  .header_nakamaru {
    width: 80px;
    left: 10px;
    top: 40px;
  }
}

.header_credit {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.3;
}

@media screen and (max-width: 749px) {
  .header_credit {
    text-align: right;
    top: 7px;
    font-size: 1.0rem;
  }
}

.share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 50px;
  right: 16px;
}

@media screen and (min-width: 750px) {
  .share {
    margin-left: auto;
    max-width: 173px;
  }
}

@media screen and (max-width: 749px) {
  .share {
    position: absolute;
    right: 7px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.share_text {
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .share_text {
    font-size: 1.0rem;
  }
}

.share_link {
  cursor: pointer;
}

@media screen and (min-width: 750px) {
  .share_link {
    margin-left: 10px;
    width: 30px;
  }
}

@media screen and (max-width: 749px) {
  .share_link {
    margin-left: 5px;
    width: 26px;
  }
}

.footer {
  background: #ED8B00;
  color: #FFF;
  text-align: center;
  padding: 70px 0 20px;
}

@media screen and (max-width: 749px) {
  .footer {
    padding: 45px 0 15px;
  }
}

.footer_label {
  font-size: 1.8rem;
  font-weight: 700;
  background: #FFF;
  color: #ED8B00;
  width: 155px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 749px) {
  .footer_label {
    font-size: 1.6rem;
    height: 45px;
  }
}

.footer_bs {
  width: 180px;
  display: block;
  margin: 31px auto 0;
}

.footer_text {
  width: 100%;
  max-width: 1125px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin: 20px auto 0;
}

.footer_text a {
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .footer_text a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 749px) {
  .footer_text {
    font-size: 1.3rem;
  }
}

.footer_credit {
  margin-top: 83px;
}

@media screen and (max-width: 749px) {
  .footer_credit {
    margin-top: 40px;
  }
}

.footer_credit_copy {
  text-align: center;
  font-size: 1.0rem;
}
