@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,600&subset=japanese,latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

.form-control {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  height: 33px;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #cacaca;
}

.form-group {
  margin: 30px auto;
}

.form-horizontal .form-group-lg .form-control,
.input-lg {
  height: 43px;
  font-size: 13px;
}

.form-horizontal .form-group-sm .form-control,
.input-sm {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

.form-control {
  text-transform: lowercase !important;
}

dl.form-group {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  dl.form-group {
    display: block;
  }
}

dl.form-group dt {
  width: 20%;
  white-space: normal;
  font-weight: 300;
}

dl.form-group dt span.required2:after {
  content: "※";
  font-size: 12px;
  margin-left: 5px;
  vertical-align: super;
  color: #e037c6;
}

@media screen and (max-width: 767px) {
  dl.form-group dt {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

dl.form-group dd {
  width: 75%;
  margin-left: 5%;
  text-transform: lowercase;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  dl.form-group dd {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

.no-gutter {
  padding-left: 15px;
  padding-right: 15px;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .no-gutter [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .no-gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  font-size: 15px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  color: #222222;
  webkit-tap-highlight-color: #222;
  line-height: 26px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.font-alt {
  font-family: "Roboto", sans-serif;
}

.font-shift {
  font-family: "Noto Serif JP", serif;
  line-height: 120%;
  &.font-lg {
    font-size: 30px;
    font-weight: 600;
    ruby {
      rt {
      font-size: 12px;
      margin-bottom: -5px;
    }
    }
    
  }
}

h2.font-shift {
  font-size: 36px;
}

.btn.focus,
.btn:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
a:focus,
button:focus,
input:focus,
textarea:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: calc(1.5em * 14) !important;
  line-height: 1.5;
}

a:hover {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #e44e83;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a.imghover:hover {
  opacity: 0.5;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #434343;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 45px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

hr.hr {
  border: 3px #ababab solid;
}
.text-l {
  font-weight: 400;
  line-height: 1.8;
} 
hr.hr3 {
  border-top: 3px #ababab solid;
  margin: 30px 0px 30px;
  padding-bottom: 20px;
  background: none;
}

.h2_title {
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 5px #e77dad solid;
  font-size: 30px;
  color: #e77dad;
  font-weight: 500;
}

.h2_title.black {
  color: #222222;
  border-bottom: none;
  position: relative;
  padding-bottom: 10px;
}

.h2_title.black:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #dddddd,
    #dddddd 4px,
    #898989 4px,
    #898989 8px
  );
  background: repeating-linear-gradient(
    -45deg,
    #dddddd,
    #dddddd 4px,
    #898989 4px,
    #898989 8px
  );
}

.h2_title span {
  font-size: 18px;
  font-weight: 400;
  margin-left: 20px;
}
.h2_title.large-h2 {
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}
.h2_title.large-h2 + p {
  margin-left: 15px;
}
.h2_title2 {
  font-size: clamp(1.688rem, 2vw + 1rem, 2rem) !important;
}
.h2_title2 span {
  letter-spacing: -10px;
}
.h3_title {
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h3_title img {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .h3_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 460px) {
  .h3_title {
    font-size: 18px;
  }
}
.h3_title.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.red {
  color: #d9450e;
}

.text-orange {
  color: #e94b36;
}

.text-pink {
  color: #e77dad;
}
.text-blue {
  color: #007ac1;
}

.text-green {
  color: #007135 !important;
  border-color: #007135 !important;
}
.h3_lead {
  color: #d9450e;
  font-weight: 300;
}

.h3_title_bordered {
  position: relative;
  padding: 0.15em 0 0.2em 0.55em;
  border-left: 10px solid #de96bb;
  font-size: 24px;
}

.h3_title_bordered:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: "";
  width: 10px;
  height: 50%;
  background-color: #e984a0;
}
.h3_title_bordered2 {
  position: relative;
  padding: 0.15em 0 0.2em 0.35em;
  border-left: 10px solid #7e7e7e;
  font-weight: 500;
}



.h3_title_double {
  border-bottom: solid 1px #dddddd;
  position: relative;
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: 500;
}

.h3_title_double:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #e984a0;
  bottom: -2px;
  width: 15%;
}

.h4_title {
  margin: 20px 0px 20px;
  padding-bottom: 10px;
  border-bottom: 2px #e984a0 dotted;
}

.h4_title2 {
  margin: 20px 0px 20px;
  padding-bottom: 10px;
  border-bottom: 2px #e984a0 dotted;
  font-size: 20px;
  color: #e984a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4_title2 img {
  margin-right: 10px;
}
.h4_title2 span {
  font-size: 24px;
  color: #333333;
  margin-left: 20px;
}
.h4_title3 {
  margin: 20px 0px 20px;
  padding-bottom: 10px;
  border-bottom: 2px #b20080 dotted;
  font-size: 20px;
  color: #b20080;
}
ol,
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-weight: 400;
  line-height: 22px;
}

ul.decimal {
  list-style: decimal;
  margin-left: 2em;
}

ul.circle {
  list-style: disc;
  margin-left: 2em;
}

ul.circle li {
  margin: 8px 0px;
}
.m-t-80 {
  margin-top: 6vw;
}
p {
  font-weight: 400;
  line-height: 24px;
  color: #1d1d1d;
  margin: 0px;
}

p.leads {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}
p.lead2 {
  font-size: 18px;
  line-height: 1.8;
  padding: 0px 1em;
}
@media screen and (max-width: 575px) {
  p.leads {
    font-size: 18px;
    line-height: 28px;
  }
  p.lead2 {
    font-size: 16px;
    line-height: 1.5;
    padding: 0px;
  }
  .h3_title_bordered2 {
    font-size: 22px;
  }
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.gray-bg {
  background: #f5efea;
}

.sub-bg {
  background: #fbebe5;
}

.theme-color {
  color: #e44e83;
}

.howto {
  margin: 40px auto;
  width: 100%;
  background: #fbebe5;
  padding: 20px 30px;
  border-radius: 20px;
  text-align: center;
}

.howto p {
  margin: 20px 20px;
  padding: 20px 30px;
  background: #ffffff;
  font-weight: 500;
  line-height: 30px;
  border-radius: 10px;
}

.error {
  color: crimson;
}

.success {
  color: #6b6f92;
}

a.underline {
  text-decoration: underline;
}

.minhight100 {
  min-height: 100vh;
}

.theme-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 17px 44px;
  font-size: 20px;
  border-radius: 50px;
  color: #313450;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: none;
  background: #fff;
}

.theme-btn:focus,
.theme-btn:hover {
  background: #e44e83;
  color: #fff;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #e44e83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 110px;
  right: 20px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media screen and (min-width: 768px) {
  .scroll-top {
    bottom: 120px;
  }
}

.scroll-top:hover {
  background: rgba(228, 78, 131, 0.8);
  color: #fff;
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animation1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.section-title span {
  font-size: 25px;
  font-weight: 600;
  display: block;
  color: #e44e83;
  margin-bottom: 12px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader
  .loader
  .ytp-spinner
  .ytp-spinner-container
  .ytp-spinner-rotator
  .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  border-color: #e44e83 #e44e83 #ddd;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #ddd;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
    infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #ddd;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
    both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-responsive {
  width: 100%;
}

.img-responsive100 {
  max-width: 100%;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #e984a0;
  border-color: #e984a0;
}

.page-item .page-link {
  color: #e984a0;
}

.navbar-area {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky {
  position: fixed;
  z-index: 99;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.sticky .navbar {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.05);
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.05);
}

.sticky .navbar-brand img {
  width: 100px;
}

@media screen and (max-width: 480px) {
  .sticky .navbar-brand img {
    width: 100px;
  }
}

.sticky .navbar .nav-item a {
  padding-top: 5px;
}

.sticky .navbar .nav-item a img {
  display: none;
}

@media screen and (max-width: 991px) {
  .sticky .navbar .nav-item a img {
    display: inline;
  }
}

.sticky .navbar-nav {
  margin-right: 0px;
}

.navbar {
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 16px 30px;
  background: white;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .navbar {
    padding: 12px 10px;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 130px;
  width: 100px;
}

@media screen and (max-width: 480px) {
  .navbar-brand img {
    width: 120px;
  }
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #e984a0;
  display: block;
  margin: 5px 0 0px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:first-of-type {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

.toggle-name {
  font-size: 11px;
  color: #e984a0;
  margin-top: 0px;
  line-height: 12px;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    left: 0;
    width: calc(100% + 30px);
    height: 100vh;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    margin-left: -15px;
  }
}

.navbar-nav {
  margin-right: 60px;
}

.navbar-nav .nav-item {
  margin-left: 30px;
  position: relative;
}

.navbar-nav .nav-item img {
  padding-bottom: 5px;
}

.navbar-nav .nav-item:first-child {
  margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item {
    margin: 0;
  }
}

.navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #e77dad;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .navbar-nav .nav-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 7px 0px 5px 10px;
    border-bottom: 1px #dddddd solid;
  }

  .navbar-nav .nav-item:nth-child(odd) {
    border-right: 1px #dddddd solid;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
    border-right: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
  }

  .navbar-nav .nav-item a img {
    margin-right: 5px;
  }
}

.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a:hover {
  color: #e44e83;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #e44e83;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.page-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  background-color: #e77dad;
  padding-top: 120px;
  padding-bottom: 40px;
}

.hero-section .hero-info {
  background: #ffffff;
  padding: 30px 20px;
}

.hero-section .hero-info .inner-logo {
  width: 60%;
  max-width: 180px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1200px) {
  .hero-section .hero-info .inner-logo {
    display: none;
  }
}

.hero-section .hero-info .nowonair2 h4,
.hero-section .hero-info .nowonair h4 {
  font-size: 18px;
  color: #e77dad;
}

@media screen and (max-width: 991px) {
  .hero-section .hero-info .nowonair2 h4,
  .hero-section .hero-info .nowonair h4 {
    font-size: 15px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
  }
}

.hero-section .hero-info .nowonair2 .ro-text,
.hero-section .hero-info .nowonair .ro-text {
  width: 100%;
  height: 2em;
  background: #f4f4f4;
  overflow: hidden;
  margin: 5px 0px 10px;
}

.hero-section .hero-info .nowonair2 .ro-text a,
.hero-section .hero-info .nowonair .ro-text a {
  width: 100%;
  font-size: 15px;
  color: #222222;
  line-height: 2em;
  margin: 0;
  display: inline-block;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 991px) {
  .hero-section .hero-info .nowonair,
  .hero-section .hero-info .nowonair2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .hero-section .hero-info .nowonair2 {
    display: none;
  }
}

.hero-section .hero-info .hero-info-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section .hero-info .hero-info-info .info1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-height: 80px;
  background: #cd607a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .hero-section .hero-info .hero-info-info .info1 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 15px;
    padding: 3px;
    margin-bottom: 0px;
    min-height: 40px;
  }
}

.hero-section .hero-info .hero-info-info .info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-height: 60px;
  background: #94b118;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .hero-section .hero-info .hero-info-info .info2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 15px;
    padding: 3px;
    margin-bottom: 0px;
    min-height: 40px;
  }
}

.hero-section .hero-info .hero-info-info .info3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-height: 60px;
  background: #0343d1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .hero-section .hero-info .hero-info-info .info3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 15px;
    padding: 3px;
    margin-bottom: 0px;
    min-height: 40px;
  }
}

.hero-section .hero-info .hero-info-info .info3 span.cap-text {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-section .hero-info .hero-info-info .info4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  min-height: 60px;
  background: #eebd2c;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .hero-section .hero-info .hero-info-info .info4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 15px;
    padding: 3px;
    margin-bottom: 0px;
    min-height: 40px;
  }
}

.hero-section .hero-info .hero-info-info .info4 span.cap-text {
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.hero-section .hero-info a {
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .hero-section .hero-info {
    padding: 10px 10px;
  }
}

.hero-section .sp-slides .sp-slide a img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-bottom: 15px;
  }
}

.hero-section.sdgs-bg {
  background: url(../images/sdgs/bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}
.hero-section.sdgs2024-bg {
  background: url(../sdgs/hassin/main.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0px;
  background-position: top center;
}
.hero-section.recruit-bg {
  background: url(../images/recruit/bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}

.hero-section.sugoroku-bg {
  background: url(../images/sugoroku/bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}

.hero-section.photocon-bg {
  background: url(../photocontest/2021/bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 0px;
}

@media screen and (max-width: 480px) {
  .hero-section {
    padding-top: 100px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  99%,
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }

  99%,
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

.hero-section .hero-content-wrapper {
  position: relative;
}

.hero-section .hero-content-wrapper .hero-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 28%;
  height: 87%;
}

@media screen and (max-width: 1200px) {
  .hero-section .hero-content-wrapper .hero-info {
    height: 86%;
  }
}

@media screen and (max-width: 1150px) {
  .hero-section .hero-content-wrapper .hero-info {
    height: 84%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section .hero-content-wrapper .hero-info {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}

.hero-section .hero-content-wrapper .heroconts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.hero-section .hero-content-wrapper .heroconts .panel1 {
  -ms-flex-preferred-size: 56.25%;
  flex-basis: 56.25%;
  margin-right: 1.125%;
}

@media screen and (max-width: 767px) {
  .hero-section .hero-content-wrapper .heroconts .panel1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.hero-section .hero-content-wrapper .heroconts .panel2 {
  -ms-flex-preferred-size: 42.625%;
  flex-basis: 42.625%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.hero-section .hero-content-wrapper .heroconts .panel2 .panel2-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 10px;
}

.hero-section .hero-content-wrapper .heroconts .panel2 .panel2-2 {
  -ms-flex-preferred-size: 48.6%;
  flex-basis: 48.6%;
}

@media screen and (max-width: 767px) {
  .hero-section .hero-content-wrapper .heroconts .panel2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.hero-section .hero-content-wrapper .heroconts .panel3 {
  flex-basis: 100%;
}
.hero-section .hero-content-wrapper .heroconts .panel4 {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-section .hero-content-wrapper .heroconts .panel4 div {
  flex-basis: 48.6%;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .sp-thumbnails-container {
    top: 5px;
  }
}

.service-section .single-service:hover .service-icon:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.module {
  padding: 70px 0px;
}

@media screen and (max-width: 575px) {
  .module {
    padding: 40px 0px;
  }
}

.module-small {
  padding: 25px 0px;
}

.counterup-section {
  position: relative;
  z-index: 1;
}

.counterup-section .container {
  position: relative;
}

.counterup-section .container .counter-shape-1 {
  left: -35px;
  top: -50px;
}

.counterup-section .container .counter-shape-2 {
  right: -35px;
  bottom: -50px;
}

.counterup-section .shape {
  position: absolute;
}

.counterup-section .counter-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counterup-section .counter-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .counterup-section .counter-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.counterup-section .counter-wrapper:after,
.counterup-section .counter-wrapper:before {
  content: "";
  position: absolute;
  width: 211px;
  height: 211px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b548f2),
    to(#d283fd)
  );
  background: linear-gradient(#b548f2 0%, #d283fd 100%);
}

.counterup-section .counter-wrapper:before {
  bottom: -100px;
  left: -100px;
}

.counterup-section .counter-wrapper:after {
  top: -100px;
  right: -100px;
}

.counterup-section .counter-wrapper .single-counter i {
  line-height: 69px;
}

.counterup-section .counter-wrapper .single-counter h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 12px;
}

.counterup-section .counter-wrapper .single-counter p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.counterup-section .counter-wrapper .single-counter:hover i:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.faq-section {
  position: relative;
  margin: 40px auto;
}

.faq-section .faq-img {
  margin-left: -300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-section .faq-img {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .faq-section .faq-img {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.faq-section .faq-img img {
  width: 100%;
}

.subscribe-section .subscribe-wrapper {
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#6240c8),
    to(#a145fe)
  );
  background: linear-gradient(to right bottom, #6240c8 0%, #a145fe 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  .subscribe-section .subscribe-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.subscribe-section .subscribe-wrapper .shape {
  position: absolute;
  width: 367px;
  height: 367px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  top: -220px;
  left: -220px;
  z-index: -1;
}

.subscribe-section .subscribe-wrapper .shape:after,
.subscribe-section .subscribe-wrapper .shape:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.subscribe-section .subscribe-wrapper .shape:after {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.subscribe-section .subscribe-wrapper .shape.shape-2 {
  bottom: -220px;
  right: -220px;
  top: auto;
  left: auto;
}

.subscribe-section .subscribe-wrapper .subscribe-form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-section .subscribe-wrapper .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .subscribe-section .subscribe-wrapper .subscribe-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.subscribe-section .subscribe-wrapper .subscribe-form input {
  width: 487px;
  border-radius: 33px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  height: 65px;
  padding: 0 30px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.subscribe-section .subscribe-wrapper .subscribe-form input:focus {
  border-color: #fff;
}

.subscribe-section
  .subscribe-wrapper
  .subscribe-form
  input::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-section .subscribe-wrapper .subscribe-form input::-moz-placeholder {
  color: #fff;
}

.subscribe-section
  .subscribe-wrapper
  .subscribe-form
  input:-ms-input-placeholder {
  color: #fff;
}

.subscribe-section
  .subscribe-wrapper
  .subscribe-form
  input::-ms-input-placeholder {
  color: #fff;
}

.subscribe-section .subscribe-wrapper .subscribe-form input::placeholder {
  color: #fff;
}

@media (max-width: 767px) {
  .subscribe-section .subscribe-wrapper .subscribe-form input {
    width: 100%;
  }
}

.subscribe-section .subscribe-wrapper .subscribe-form button {
  color: #e44e83;
  margin-bottom: 20px;
}

.subscribe-section .subscribe-wrapper .subscribe-form button:hover {
  color: #fff;
}

.footer {
  position: relative;
  padding: 40px 0;
  background: #4a4a4a;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.footer_bottom {
  margin-top: 30px;
  margin-bottom: 140px;
}

.footer_bottom p {
  color: #ababab;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer_bottom {
    margin-bottom: 80px;
  }
}
.sp-slides {
  width: 100%;
  display: block;
}

.sp-slides .sp-slide {
  display: block;
  width: 100%;
}

.sp-slides .sp-slide a {
  display: block;
  width: 70% !important;
}

@media screen and (max-width: 991px) {
  .sp-slides .sp-slide a {
    width: 100% !important;
  }
}

.sp-slides .sp-slide a.mpopup:after {
  content: "";
  width: 20%;
  height: 20%;
  background: url(../images/icon/play.svg) no-repeat;
  background-size: contain;
  z-index: 10;
  position: absolute;
  top: 40%;
  left: 30%;
  display: block;
}

@media screen and (max-width: 991px) {
  .sp-slides .sp-slide a.mpopup:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
  }
}

.snsn_nav {
  width: 80px;
}

.snsn_nav li {
  display: inline-block;
  padding-top: 0px;
  margin-right: 2px;
}

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

@media screen and (max-width: 990px) {
  .snsn_nav {
    display: block;
    width: 100%;
  }

  .snsn_nav li {
    padding-top: 10px;
  }

  .snsn_nav li img {
    width: 30px;
  }
}

.link_list_footer {
  border-right: 1px #eeeeee dotted;
}

.link_list_footer.noneline {
  border-right: none;
}

.link_list_footer li {
  font-size: 14px;
  margin: 5px 0px 5px;
}

@media screen and (max-width: 767px) {
  .link_list_footer li {
    border-bottom: 1px #aaaaaa dotted;
  }
}

@media screen and (max-width: 767px) {
  .link_list_footer {
    border-right: none;
  }
}

#search-wrap {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
  border: 2px #e77dad solid;
  border-radius: 2px;
}

@media screen and (max-width: 991px) {
  #search-wrap {
    right: 70px;
  }
}

@media screen and (max-width: 480px) {
  #search-wrap {
    right: 55px;
    top: 10px;
  }
}

#search-text {
  -webkit-appearance: none;
  width: 50px;
  height: 50px;
  padding: 20px;
  border: none;
  background: #fff url("../images/icon/icon_search.svg") no-repeat 13px center;
  background-size: 22px 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
  cursor: pointer;
}

@media (max-width: 480px) {
  #search-text {
    width: 40px;
    height: 40px;
    background-size: 16px 16px;
  }
}

#search-text:focus {
  width: 250px;
  padding: 20px 0 20px 60px;
}

@media (max-width: 480px) {
  #search-text:focus {
    width: 200px;
    padding: 14px 0 14px 40px;
  }
}

.sticky #search-wrap {
  display: none;
}

#search-wrap2 {
  border: 2px #e77dad solid;
  border-radius: 20px;
  width: 90%;
  margin: 20px auto;
}

#search-wrap2 #search-text {
  -webkit-appearance: none;
  width: 100%;
  height: 40px;
  padding: 5px 5px 5px 40px;
  border: none;
  background: url("../images/icon/icon_search.svg") no-repeat;
  background-size: 20px 20px;
  background-position: 15px 10px;
  outline: none;
  cursor: pointer;
}

.h2title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2title .title {
  color: #e984a0;
  margin-bottom: 0px;
}

.h2title img {
  text-align: center;
}

.h2title p.title_lead {
  color: #e984a0;
  font-size: 14px;
  margin-top: 0px;
}

.h2title.title_w {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.h2title.title_w .title_icon {
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2title.title_w .title,
.h2title.title_w p.title_lead {
  color: #8065c9;
}

.h2title.title_c {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h2title.title_c .title_icon {
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2title.title_c .title,
.h2title.title_c p.title_lead {
  color: #8065c9;
}

.h2title.title_p {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h2title.title_p .title_icon {
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2title.title_s {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.h2title.title_s .title_icon {
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h2title.title_s .title,
.h2title.title_s p.title_lead {
  color: #e77dad;
}

.h2title.title_n .title_text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .h2title.title_n {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .h2title.title_n .title_text {
    text-align: left;
    margin-left: 10px;
  }
}

@media screen and (max-width: 575px) {
  .tytlepro {
    font-size: 30px;
    letter-spacing: -2px;
  }
}

.ubaku {
  position: relative;
}

.ubaku .baku1 {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 575px) {
  .ubaku .baku1 {
    display: none;
  }
}

.ubaku .baku2 {
  position: absolute;
  top: 42px;
  right: 15px;
  z-index: 2;
}

@media screen and (max-width: 575px) {
  .ubaku .baku2 {
    display: none;
  }
}

.ubaku .baku3 {
  position: absolute;
  top: 52px;
  right: 40%;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .ubaku .baku3 {
    right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .ubaku .baku3 {
    display: none;
  }
}

.eveve {
  position: relative;
}

.eveve .ichiran {
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .eveve .ichiran {
    position: relative;
    left: 0px;
  }
}

.btn {
  border-radius: 0;
  font-size: 15px;
  padding: 4px 20px;
}

.btn-lg {
  padding: 8px 20px;
}

.btn-sm {
  font-size: 13px;
  padding: 2px 10px;
}

.btn-round {
  border-radius: 30px;
}

.btn.btn-primary {
  background-color: #e984a0;
  border-color: #e984a0;
}

.btn.btn-primary:hover {
  background: #ffffff;
  color: #e984a0;
}

.btn.btn-shopping {
  background-color: #e77dad;
  border-color: #e77dad;
  color: #ffffff;
}

.btn.btn-shopping:hover {
  background: #ffffff;
  color: #e77dad;
}

.btn.btn-secondary {
  background-color: #7dcbdb;
  border-color: #7dcbdb;
  color: #ffffff;
}

.btn.btn-secondary:hover {
  background: #ffffff;
  color: #7dcbdb;
}

.btn.btn-block {
  display: block;
  width: 160px;
  max-width: 100%;
  padding: 4px 0px;
}

.btn.btn-blocks {
  width: 100%;
  text-align: center;
}

.btn.btn-download {
  background-color: #ffffff;
  border-color: #d9450e;
  color: #d9450e;
  font-size: 14px;
}

.btn.btn-download:hover {
  background: #d9450e;
  color: #ffffff;
}

.btn.btn-sitemap {
  background-color: #ffffff;
  border-color: #616ed3;
  color: #616ed3;
  font-size: 14px;
}

.btn.btn-sitemap:hover {
  background: #616ed3;
  color: #ffffff;
}

.btn.btn-recruit {
  background-color: #616ed3;
  border-color: #616ed3;
  color: #ffffff;
  padding: 10px 0px;
  width: 90%;
}

.btn.btn-recruit:hover {
  background: #ffffff;
  color: #616ed3;
}

.news_panel {
  border: 1px #e3e3e3 solid;
  font-weight: 400;
}

.news_panel p {
  font-size: 15px;
}

.news_panel p.date {
  font-size: 14px;
}

.news_panel p.date.flag01:before {
  content: "コロナ関連";
  padding: 1px 0px;
  font-size: 11px;
  color: #ffffff;
  background: #901536;
  width: 80px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .news_panel p.date.flag01:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_panel p.date.flag02:before {
  content: "政治・経済";
  padding: 1px 0px;
  font-size: 11px;
  color: #ffffff;
  background: #02506c;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .news_panel p.date.flag02:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_panel p.date.flag03:before {
  content: "事件・事故";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #c74c2e;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .news_panel p.date.flag03:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_panel p.date.flag04:before {
  content: "そ の 他";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #0062b1;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .news_panel p.date.flag04:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_panel p.date.flag13:before {
  content: "話　題";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #523b76;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .news_panel p.date.flag13:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_panel h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}

.news_panel .news_info {
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  .news_panel .index_news_detail {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .news_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .news_l .imghover {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }

  .news_l .news_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.news_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.news_s .news_img {
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

.news_s .news_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news_s .news_info h3 {
  margin-bottom: 0px;
  margin-top: 5px;
}

.news_s .news_info h3.picture:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  display: inline;
}

.news_s .news_info h3.video:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  display: inline;
}

.video_m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
}

.video_m .news_img {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  position: relative;
}

.video_m .news_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  background: url(../images/icon/video.png) no-repeat;
  background-size: cover;
}

.video_m .news_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video_m .news_info h3.news_title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .video_m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.livecam {
  text-align: center;
  padding: 3px 0px;
  background: #8065c9;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  margin-top: 5px;
}

.slider1 {
  margin-top: 20px;
  padding: 20px 20px;
  border-top: 16px #e3e3e3 solid;
  border-bottom: 16px #e3e3e3 solid;
  text-align: center;
}

.slider1 li {
  margin: 0px 20px;
}

.slider1 li a {
  display: block;
  width: 100%;
}

.slider1 li a img {
  border: 1px #dddddd solid;
}

.sl_program_time {
  font-weight: 600;
}

.sl_program_time.nowonair:before {
  content: "Now on air";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-right: 10px;
  color: #e984a0;
}

.slider2 {
  margin-top: 20px;
}

.slider2 li.fpimg {
  margin: 0px 10px;
  border: 1px #dddddd solid;
}

.slider3 {
  margin-top: 20px;
  padding: 20px 20px;
  border-top: 16px #e3e3e3 solid;
  border-bottom: 16px #e3e3e3 solid;
}

.slider3 li {
  margin: 0px 10px;
}

.slider3 li a {
  display: block;
  width: 100%;
}

.a_name {
  margin: 10px auto;
  letter-spacing: 1px;
}

.a_name .pink {
  color: #e77dad;
  margin-right: 10px;
}

.a_name .blue {
  color: #7dcbdb;
  margin-right: 10px;
}

.bannar-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bannar-area li {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  margin: 5px 1%;
  border: 1px #efefef solid;
}

.bannar-area li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .bannar-area li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.bannar-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bannar-area2 li {
  margin-left: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .bannar-area2 li {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    margin: 3px 1%;
  }
}

.bannar-area3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bannar-area3 li {
  margin-left: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
  .bannar-area3 li {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    margin: 3px 1%;
  }
}

.sub_main {
  margin-top: 120px;
  background: #ffffff;
  position: relative;
}

.sub_main2 {
  margin-top: 120px;
  background: #fef2f5;
  position: relative;
}

.sub_main_l {
  margin-top: 80px;
  background: #ffffff;
}

.subbody {
  background: #e77dad;
}

.subbody-recruit {
  background: #616ed3;
}

.breadcrumb {
  font-size: 13px;
  border-radius: 0;
}

.breadcrumb a {
  color: #222222;
  font-weight: 500;
}

.aside {
  width: 94%;
  margin-left: 6%;
}

.aside .banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .aside .banner_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.aside .banner_area a {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .aside .banner_area a {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin: 5px 2%;
  }
}

.aside .pastnews_area {
  margin: 40px 0px;
}

.aside .pastnews_area .aside_title_text {
  padding: 5px 10px;
  background: #e77dad;
}

.aside .pastnews_area .aside_title_text h2.title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 36px;
}

.aside .pastnews_area .aside_title_text p {
  color: #ffffff;
  margin: 0px;
  font-size: 14px;
}

.aside .pastnews_area .h5_date {
  margin-top: 30px;
  color: #e77dad;
}

@media screen and (max-width: 991px) {
  .aside {
    width: 100%;
    margin-left: 0;
  }
}

.bside .pastnews_area {
  margin: 40px 0px;
}

.bside .pastnews_area .bside_title_text {
  padding: 5px 10px;
  background: #e77dad;
}

.bside .pastnews_area .bside_title_text h2.title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0px;
  line-height: 36px;
}

.bside .pastnews_area .bside_title_text p {
  color: #ffffff;
  margin: 0px;
  font-size: 14px;
}

.bside .pastnews_area .news_detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.bside .pastnews_area .news_detail_list li {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@media screen and (max-width: 767px) {
  .bside .pastnews_area .news_detail_list li {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }
}

.bside .pastnews_area .news_detail_list.design-bn li {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .bside .pastnews_area .news_detail_list.design-bn li {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
  }
}

.bside .pastnews_area .h5_date {
  margin-top: 30px;
  color: #e77dad;
}

@media screen and (max-width: 991px) {
  .bside {
    width: 100%;
    margin-left: 0;
  }
}

.select_tag {
  text-align: right;
}

.select_tag li {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}

.select_tag li.flag01:before {
  content: "コロナ関連";
  padding: 1px 0px;
  font-size: 11px;
  color: #ffffff;
  background: #901536;
  width: 80px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
}

.select_tag li.flag02:before {
  content: "政治・経済";
  padding: 1px 0px;
  font-size: 11px;
  color: #ffffff;
  background: #02506c;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
}

.select_tag li.flag03:before {
  content: "事件・事故";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #c74c2e;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag04:before {
  content: "そ の 他";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #0062b1;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag13:before {
  content: "話　題";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #523b76;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag05:before {
  content: "ジャンル1";
  padding: 2px 0px;
  text-align: center;
  font-size: 11px;
  color: #858585;
  background: #ffffff;
  border: 1px #858585 solid;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag06:before {
  content: "ジャンル2";
  padding: 2px 0px;
  text-align: center;
  font-size: 11px;
  color: #858585;
  background: #ffffff;
  border: 1px #858585 solid;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag07:before {
  content: "ジャンル3";
  padding: 2px 0px;
  text-align: center;
  font-size: 11px;
  color: #858585;
  background: #ffffff;
  border: 1px #858585 solid;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag08:before {
  content: "日付順";
  padding: 2px 0px;
  text-align: center;
  font-size: 11px;
  color: #858585;
  background: #ffffff;
  border: 1px #858585 solid;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag09:before {
  content: "エンタメ";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #5400b0;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag10:before {
  content: "番組";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #dec72e;
  width: 80px;
  border-radius: 2px;
  display: inline-block;
}

.select_tag li.flag11:before {
  content: "スポーツ";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #0062b1;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .select_tag li {
    margin-left: 0px;
  }
}

.video-info {
  margin: 4px 0px 20px;
  padding: 10px 20px;
  border: 3px #dddddd solid;
}

.video-info p.date {
  font-size: 14px;
  margin: 10px 0px 0px;
}

.video-info p.date:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

.video-info p.date.flag01:after {
  content: "コロナ関連";
  padding: 1px 0px;
  font-size: 10px;
  color: #ffffff;
  background: #901536;
  width: 60px;
  display: inline-block;
  border-radius: 2px;
  margin-left: 10px;
  text-align: center;
}

.video-info p.date.flag02:after {
  content: "政治・経済";
  padding: 1px 0px;
  font-size: 10px;
  color: #ffffff;
  background: #02506c;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
}

.video-info p.date.flag03:after {
  content: "事件・事故";
  padding: 1px 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #c74c2e;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

.video-info p.date.flag04:after {
  content: "そ の 他";
  padding: 1px 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #3c474d;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

.video-info p.date.flag13:after {
  content: "話　題";
  padding: 1px 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #523b76;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

.video-info p.date.flag09:after {
  content: "エンタメ";
  padding: 1px 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #5400b0;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

.video-info p.date.flag10:after {
  content: "番組";
  padding: 1px 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #dec72e;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

.video-info p.date.flag11:after {
  content: "スポーツ";
  padding: 1px 0px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #0062b1;
  width: 60px;
  border-radius: 2px;
  margin-left: 10px;
  display: inline-block;
}

.video-info h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0px;
}

.index_news_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .index_news_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .index_news_title .btn-primary {
    font-size: 13px;
    padding: 2px 10px;
  }
}

.index_news_title .btn-primary {
  width: 100%;
  display: block;
}

.news_detail {
  margin-bottom: 50px;
}

.news_detail h3.news_title {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news_detail h3.news_title img {
  margin-right: 10px;
}

.news_detail p.date {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.news_detail p.date span.time:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #aaaaaa;
  margin: 0px 4px 0px 10px;
}

.news_detail p.flag01:before {
  content: "コロナ関連";
  padding: 1px 0px;
  font-size: 11px;
  color: #ffffff;
  background: #901536;
  width: 80px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 5px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .news_detail p.flag01:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_detail p.flag02:before {
  content: "政治・経済";
  padding: 1px 0px;
  font-size: 11px;
  color: #ffffff;
  background: #02506c;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .news_detail p.flag02:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_detail p.flag03:before {
  content: "事件・事故";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #c74c2e;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .news_detail p.flag03:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_detail p.flag04:before {
  content: "そ の 他";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #0062b1;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .news_detail p.flag04:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_detail p.flag13:before {
  content: "話　題";
  padding: 1px 0px;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  background: #523b76;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .news_detail p.flag13:before {
    font-size: 8px;
    width: 60px;
    padding: 0px;
  }
}

.news_detail .news_img {
  max-width: 100%;
  margin: 0 auto;
}

.news_detail p.news_text {
  font-size: 15px;
  margin: 30px auto;
  color: #232323;
}

.news_detail p.news_text_s {
  font-size: 14px;
  width: 94%;
  margin: 5px auto;
  color: #232323;
}

.news_detail .arrow {
  text-align: center;
  margin: 30px auto;
}

.links {
  margin: 30px 0;
}

.news_detail_list {
  margin: 10px 0px;
}

.news_detail_list li {
  padding: 5px 0px;
  font-size: 14px;
  border-bottom: 1px #aaaaaa dotted;
  margin-bottom: 5px;
}

.news_detail_list li a {
  color: #232323;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

.news_detail_list li a:hover {
  color: #dddddd;
}

.news_detail_list li.picture:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  display: inline;
}

.news_detail_list li.video:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
  display: inline;
}

.news_detail_list li .date {
  display: block;
  font-size: 13px;
  color: #e984a0;
}

.news_detail_list.cojp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news_detail_list.cojp li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  display: inline;
}

.news_detail_list.cojp li.indent {
  padding-left: 1.5em;
}

.news_detail_list.cojp li.indent:before {
  content: none;
}

.news_detail_list.cojp li.pdfs:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  display: inline;
}

.h5_title {
  font-size: 16px;
  padding: 0px 0px 5px;
  margin-bottom: 10px;
  border-bottom: 3px #e984a0 solid;
}

.caption {
  font-size: 14px;
}

.map_camvas {
  width: 100%;
  margin: 10px 0px 30px;
}

.event_info {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px #e3e3e3 solid;
}

.event_info h4.event_title {
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 2px #e3e3e3 solid;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

p.event_date {
  font-size: 14px;
}

p.event_date:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #de96bb;
}

p.gourmet_data {
  font-size: 14px;
}

p.gourmet_data:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #de96bb;
}

p.program_time {
  font-size: 14px;
}

p.program_time:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #de96bb;
}

ul.linlin {
  margin: 30px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

ul.linlin li {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  border: 1px #333333 solid;
  margin: 0px 5px 10px;
}

@media screen and (max-width: 575px) {
  ul.linlin li {
    font-size: 14px;
    padding: 2px 10px;
  }
}

.torikumi {
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.torikumi2 {
  margin: 40px 0px;
  padding: 30px 40px;
}

.box {
  position: relative;
  margin: 30px auto;
  border: 3px #d9450e solid;
  padding: 20px 40px;
}

.box .news_detail_list li {
  font-size: 16px;
  padding: 8px 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box .news_detail_list li.flag_s1:after {
  content: "New";
  padding: 1px 5px;
  font-size: 11px;
  color: #ffffff;
  background: #d9450e;
  display: inline-block;
  border-radius: 2px;
  margin-left: 15px;
  text-align: center;
}

.box .news_detail_list li.flag_s2:before {
  content: "イベント";
  padding: 1px 0px;
  font-size: 11px;
  color: #ffffff;
  background: #00afec;
  width: 80px;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}

.box .news_detail_list .date {
  display: inline-block;
  margin-right: 20px;
  font-weight: 400;
  color: #666666;
}

.box .boxout {
  position: absolute;
  right: 15px;
  top: -60px;
}

@media screen and (max-width: 575px) {
  .box .boxout {
    position: relative;
    top: 10px;
    margin-left: 45%;
  }
}
.boxes {
  position: relative;
  margin-top: 30px;
}
.boxouts {
  position: absolute;
  right: 15px;
  top: -60px;
}
@media screen and (max-width: 575px) {
  .box {
    padding: 10px 15px 20px;
  }
}

.box2 {
  border: 5px #ababab solid;
  padding: 20px 40px;
  position: relative;
  margin: 30px auto;
}

.table tr th {
  font-weight: 400;
}

.table.table-striped tr td,
.table.table-striped tr th {
  padding-top: 15px;
  padding-bottom: 15px;
}

.table.table-striped tr td a,
.table.table-striped tr th a {
  color: #444444;
  font-weight: 500;
}

.table-bordered .gray-bg {
  background: #f4f4f4;
}

.table-bordered .nowrap {
  white-space: nowrap;
}

.table.table-centered tr td,
.table.table-centered tr th {
  text-align: center;
}

.box_round {
  border-radius: 30px;
}

.recruit_title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 120px;
  color: #616ed3;
  letter-spacing: -0.05em;
  margin-bottom: 0px;
  line-height: 20px;
  padding-bottom: 0px;
}

.recruit_title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  margin-left: -10px;
  margin-right: -20px;
}

.recruit-main .recruit_title {
  font-size: 80px;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  line-height: 40px;
}

.recruit-main .recruit_title span {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  margin-left: 0px;
  margin-right: 0px;
}

.card {
  border: none;
  margin-top: 0px;
  margin-bottom: 30px;
  background: #616ed3;
}

.card .card-body {
  position: relative;
  text-align: center;
  font-size: 20px;
  min-height: 120px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card .card-body p {
  color: #ffffff;
  margin-top: -10px;
}

.card .card-body:after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  bottom: 5px;
  left: 50%;
  font-size: 18px;
  margin-left: -9px;
}

.bg-recruit {
  background: #616ed3;
  margin-top: -2px;
}

.nameplat {
  position: relative;
  z-index: 2;
  padding: 10px 0px;
  background: #ffffff;
  text-align: center;
  margin-top: -50px;
}

.nameplat span {
  font-weight: 500;
  font-size: 20px;
}

.sub-bg2 {
  background: #fef2f5;
  margin: 0;
  padding: 40px 0px 120px;
  margin-top: -16px;
}

.sugoroku_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.sugoroku_nav li {
  -ms-flex-preferred-size: 15.4%;
  flex-basis: 15.4%;
  margin: 0px 0.4%;
}

.sugoroku_nav li a {
  position: relative;
  font-size: 15px;
  padding: 20px 10px;
  width: 100%;
  background: #e984a0;
  color: #ffffff;
  display: block;
  border-radius: 4px 30px 30px 4px;
}

.sugoroku_nav li a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (max-width: 991px) {
  .sugoroku_nav li a {
    border-radius: 1px;
    padding: 10px 5px;
  }
}

@media screen and (max-width: 991px) {
  .sugoroku_nav li {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin: 4px 1%;
  }
}

@media screen and (max-width: 767px) {
  .sugoroku_nav li {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 991px) {
  .sugoroku_nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.side_nav {
  width: 28%;
  position: absolute;
  top: 150px;
  left: -10px;
  overflow: hidden;
}

.side_nav .sugoroku_nav {
  display: block;
}

.side_nav .sugoroku_nav li {
  display: block;
  margin: 8px 0;
}

.side_nav .sugoroku_nav li a {
  width: 90%;
  background: #e77dad;
  padding: 12px 10% 12px 15%;
  border: 1px #e77dad solid;
}

.side_nav .sugoroku_nav li a.reverse {
  background: #ffffff;
  color: #e77dad;
}

.side_nav .sugoroku_nav li a:hover {
  width: 100%;
}

.side_nav .sugoroku_nav.rectype li a {
  background: #616ed3;
  border: 1px #616ed3 solid;
}

.side_nav .sugoroku_nav.rectype li a.reverse {
  background: #ffffff;
  color: #616ed3;
}

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

.side_nav .sidenav_h5 {
  margin-left: 15%;
  margin-top: 20px;
  color: #616ed3;
  font-size: 24px;
}

.sugoroku-second {
  background: url(../images/sugoroku/bg1.png) no-repeat;
  background-position: bottom right;
  padding-bottom: 80px;
  padding-top: -60px;
}

.sugoroku_title {
  width: 86%;
  padding: 40px 40px;
  background: #ffffff;
  margin: -60px 0px 60px;
  border-radius: 0 40px 40px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.sugoroku_title .logo_img {
  width: 90%;
  max-width: 300px;
  margin: 0px auto;
}

.sugoroku_title .lead {
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .sugoroku_title {
    width: 94%;
    padding: 20px 20px;
    margin: -80px 0 40px;
  }

  .sugoroku_title .lead {
    font-size: 16px;
  }
}

.weekprogram {
  position: relative;
  width: 92%;
  margin: 30px auto 20px;
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.weekprogram img {
  border-radius: 6px;
}

.weekprogram h5 {
  margin: 15px 0px;
  text-align: center;
}

.weekprogram a.btn {
  width: 100%;
  border-radius: 4px;
  text-align: center;
}

.weekprogram .weektag {
  position: absolute;
  top: 10px;
  left: -20px;
  width: 100px;
  padding: 4px 0px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px #e94b36 solid;
  text-align: center;
  font-weight: 500;
  color: #e94b36;
  font-size: 21px;
}

.weekprogram .weektag.tue {
  color: #9c56b8;
  border-color: #9c56b8;
}

.weekprogram .weektag.wed {
  color: #2c96df;
  border-color: #2c96df;
}

.weekprogram .weektag.thu {
  color: #23ce6d;
  border-color: #23ce6d;
}

.weekprogram .weektag.fri {
  color: #f3c500;
  border-color: #f3c500;
}

@media screen and (max-width: 991px) {
  .weekprogram {
    margin: -20px auto 40px;
  }
}

.sugor_title {
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
  padding: 100px 40px;
  border-radius: 30px 0px 0px 30px;
  background: url(../images/sugoroku/bg2.png) no-repeat;
}

.sugor_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .sugor_title h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .sugor_title {
    position: relative;
    border-radius: 0px;
    top: 10px;
    padding: 60px 30px;
  }
}

.sugoro_title {
  padding: 100px 0px;
}

.sugoro_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .sugoro_title h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .sugoro_title {
    padding: 20px 0px 40px;
  }
}

.program {
  position: relative;
}

.program .sugor_title {
  padding-right: 10%;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movies {
  padding-top: 40px;
  margin-top: 40px;
  background: url(../images/sugoroku/bg2.png) no-repeat;
  background-position: top left;
}

.corner {
  background: #fef2f5;
  padding: 100px 40px 40px;
  position: relative;
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  .corner {
    padding: 80px 20px 20px;
  }
}

.corner .corner_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corner .corner_nav .navwrap {
  margin: 10px 5px;
  text-align: center;
}

.corner .corner_nav .navwrap .font-alt {
  font-size: 30px;
  font-weight: 500;
  color: #ee829c;
}

.corner .corner_nav .navwrap .navwrap_name {
  padding: 5px 0px;
  font-size: 28px;
  background: #ee829c;
  color: #ffffff;
  font-weight: 600;
  border-radius: 20px 20px 0px 0px;
  margin-top: -3px;
}

.corner .corner_nav .navwrap img {
  border-radius: 0px 0px 20px 20px;
}

@media screen and (max-width: 767px) {
  .corner .corner_nav .navwrap {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 10px 1%;
  }
}

@media screen and (max-width: 767px) {
  .corner .corner_nav {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.corner .corner_title {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  text-align: center;
  padding: 15px 0px;
  border-radius: 0px 40px 0px 40px;
  background: #fa8ba7;
}

.corner .corner_title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .corner .corner_title h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .corner .corner_title {
    width: 100%;
    border-radius: 40px 40px 0px 0px;
    padding: 10px 0px;
  }
}

.corner_list {
  background: #ffffff;
  border-radius: 20px;
}

.corner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px;
  border-bottom: 3px #fef2f5 dotted;
}

.corner_list li:last-child {
  border-bottom: none;
}

.corner_list li img {
  margin-right: 20px;
  max-width: 45%;
}

.corner_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sugoroku_sns {
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}

.sugoroku_sns .sugor_title {
  left: 0;
  padding: 60px 0px;
  border-radius: 0px 30px 30px 0px;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .sugoroku_sns .sugor_title {
    padding: 30px 0px;
  }
}

.sugoroku_sns .sns_wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.sugoroku_sns .sns_wrap div {
  margin: 5px 2px;
  -ms-flex-preferred-size: 185px;
  flex-basis: 185px;
}

@media screen and (max-width: 575px) {
  .sugoroku_sns .sns_wrap div {
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px;
  }
}

@media screen and (max-width: 767px) {
  .sugoroku_sns .sns_wrap {
    margin-top: -10px;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.sugoroku_banner_area {
  background: url(../images/sugoroku/bg4.png) no-repeat;
  background-position: top right;
  background-size: 85% 100%;
  margin: 50px 0px;
}

@media screen and (max-width: 991px) {
  .sugoroku_banner_area {
    background-size: auto;
  }
}

.sugoroku_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .sugoroku_banner {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.sugoroku_banner .banner_wrap {
  margin: 10px 5px 10px;
  background: #ffffff;
  padding: 15px 15px 5px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
  .sugoroku_banner .banner_wrap {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin: 10px 0;
  }
}

.sugoroku_banner .banner_wrap img {
  border-radius: 6px;
}

.sugoroku_banner .banner_wrap h4 {
  margin: 15px 0px;
  text-align: center;
  color: #ffffff;
  background: #e984a0;
  padding: 5px 0;
  font-weight: 400;
  font-size: 15px;
  border-radius: 4px;
}

.sugoroku-main {
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
  background: #ffffff;
  border-radius: 40px;
}

.sugoroku-main .sugoroku-header {
  padding: 30px 0px 10px;
  background: #f6c0cd;
  border-radius: 40px 40px 0px 0px;
}

.sugoroku-main ul.sugoroku-youbi-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sugoroku-main ul.sugoroku-youbi-menu li {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background: #e8e8ed;
}

.sugoroku-main ul.sugoroku-youbi-menu li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #999999;
}

@media screen and (max-width: 575px) {
  .sugoroku-main ul.sugoroku-youbi-menu li a span {
    display: none;
  }
}

.sugoroku-main ul.sugoroku-youbi-menu li:first-child.active,
.sugoroku-main ul.sugoroku-youbi-menu li:first-child:hover {
  background: #e94b36;
}

.sugoroku-main ul.sugoroku-youbi-menu li:first-child.active a,
.sugoroku-main ul.sugoroku-youbi-menu li:first-child:hover a {
  color: #ffffff;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(2).active,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(2):hover {
  background: #9c56b8;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(2).active a,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(2):hover a {
  color: #ffffff;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(3).active,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(3):hover {
  background: #2c96df;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(3).active a,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(3):hover a {
  color: #ffffff;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(4).active,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(4):hover {
  background: #23ce6d;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(4).active a,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(4):hover a {
  color: #ffffff;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(5).active,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(5):hover {
  background: #f3c500;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(5).active a,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(5):hover a {
  color: #ffffff;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(6).active,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(6):hover {
  background: #f3c500;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(6).active a,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(6):hover a {
  color: #ffffff;
}
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(7).active,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(7):hover {
  background: #f3c500;
}

.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(7).active a,
.sugoroku-main ul.sugoroku-youbi-menu li:nth-child(7):hover a {
  color: #ffffff;
}

.sugoroku-main .sugoroku-main-inner {
  padding: 30px 40px 10px;
}

.sugoroku-main .sugoroku-main-inner h2.title {
  font-size: 28px;
  position: relative;
  padding-left: 130px;
}

@media screen and (max-width: 565px) {
  .sugoroku-main .sugoroku-main-inner h2.title {
    font-size: 20px;
    position: relative;
    padding-left: 80px;
  }
}

.sugoroku-main .sugoroku-main-inner h2.title span.weektag {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  padding: 4px 0px;
  background: #ffffff;
  border-radius: 10px;
  border: 2px #e94b36 solid;
  text-align: center;
  font-weight: 500;
  color: #e94b36;
  font-size: 21px;
}

@media screen and (max-width: 565px) {
  .sugoroku-main .sugoroku-main-inner h2.title span.weektag {
    width: 70px;
    font-size: 18px;
  }
}

.sugoroku-main .sugoroku-main-inner h2.title span.weektag.tue {
  color: #9c56b8;
  border-color: #9c56b8;
}

.sugoroku-main .sugoroku-main-inner h2.title span.weektag.wed {
  color: #2c96df;
  border-color: #2c96df;
}

.sugoroku-main .sugoroku-main-inner h2.title span.weektag.thu {
  color: #23ce6d;
  border-color: #23ce6d;
}

.sugoroku-main .sugoroku-main-inner h2.title span.weektag.thu2 {
  color: #23ce6d;
  border-color: #23ce6d;
}

.sugoroku-main .sugoroku-main-inner h2.title span.weektag.fri {
  color: #f3c500;
  border-color: #f3c500;
}
.sugoroku-main .sugoroku-main-inner h2.title span.weektag.fri2 {
  color: #f3c500;
  border-color: #f3c500;
}
.sugoroku-main .sugoroku-main-inner .sugoroku-main-img {
  margin: 20px auto;
}

.sugoroku-main .sugoroku-main-inner .sugoroku-main-img img {
  border-radius: 20px;
}

@media screen and (max-width: 565px) {
  .sugoroku-main .sugoroku-main-inner {
    padding: 20px 20px 10px;
  }
}

.sugoroku-main .sugoroku-main-program {
  margin: 30px 0px 10px;
}

.sugoroku-main .sugoroku-main-program li {
  border-top: 1px #e94b36 dotted;
  padding: 20px 10px;
}

.sugoroku-main .sugoroku-main-program li img {
  border-radius: 20px;
}

.card_oa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.card_oa a {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin: 15px 1% 0px;
}

.card_oa a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .card_oa a {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
  }
}

.card_oa .card_inner {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 20px 20px;
}

.card_oa .card_inner .oa_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card_oa .card_inner .oa_header span.date {
  font-weight: 500;
  color: #e89a7d;
  font-size: 14px;
}

.card_oa .card_inner p {
  color: #666666;
  margin-top: 10px;
  line-height: 22px;
}

.oa_info {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.1);
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 40px;
}

.oa_info .oa_info_header {
  position: relative;
  margin-bottom: 20px;
}

.oa_info .oa_info_header span.date {
  font-weight: 500;
  color: #e89a7d;
  font-size: 14px;
}

.oa_info .oa_info_header .oa_mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0px;
}

.oa_info .oa_info_header .oa_mark .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.oa_info .oa_info_header .oa_mark .sns_link li {
  margin: 0px 2px;
}

@media screen and (max-width: 575px) {
  .oa_info {
    padding: 20px 15px;
  }
}

.program_content {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.program_content .program_img {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 20px;
}

.program_content .program_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 576px) {
  .program_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.program_main {
  margin-top: 0px;
}

.program_main p.h3_lead {
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 0px;
}

.program_main h3 {
  position: relative;
  padding: 0.75em 1em 0.75em 1.5em;
  border: 1px solid #e984a0;
  font-size: 22px;
  color: #454545;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .program_main h3 {
    font-size: 18px;
    padding: 0.5em 1em 0.5em 1.5em;
  }
}

.program_main.men h3 {
  border: 1px solid #7dcbdb;
}

.program_main h3:after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: calc(100% - 1em);
  background-color: #e984a0;
  border-radius: 4px;
}

@media screen and (max-width: 575px) {
  .program_main h3:after {
    top: 0.5em;
    left: 0.5em;
  }
}

.program_main.men h3:after {
  background-color: #7dcbdb;
}

.program_main2 {
  margin-top: 20px 0px 20px;
}

.program_main2 h3 {
  position: relative;
  padding: 0.25em 1em 0.25em 1.5em;
  border: 1px solid #e984a0;
  font-size: 20px;
  color: #454545;
  font-weight: 400;
}

.program_main2 h3:after {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  content: "";
  width: 6px;
  height: calc(100% - 0.6em);
  background-color: #e984a0;
  border-radius: 4px;
}

.program_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.program_link a {
  margin: 10px;
}

.bn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bn_list .bn_list_img {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  margin-right: 10px;
}

.bn_list .bn_list_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 575px) {
  .bn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bn_list .bn_list_img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 0px;
  }
}

.introduction {
  padding: 30px;
  background: #fef2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.introduction .announcer_img {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-right: 5%;
}

@media screen and (max-width: 575px) {
  .introduction .announcer_img {
    margin: 0px auto 10px;
  }
}

.introduction .announcer_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.introduction .announcer_info .announcer_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.introduction .table-sm {
  margin: 20px 0px;
}

.introduction .table-sm tr {
  border-color: #fef2f5;
}

.introduction .table-sm tr td,
.introduction .table-sm tr th {
  padding: 8px 10px;
}

@media screen and (max-width: 575px) {
  .introduction .table-sm tr th {
    white-space: nowrap;
  }
}

.introduction .pink {
  color: #e77dad;
  letter-spacing: 2px;
}

.introduction .blue {
  color: #7dcbdb;
  letter-spacing: 2px;
}

.introduction.men {
  background: #e3f4f7;
}

.introduction.men .table-sm {
  margin: 20px 0px;
}

.introduction.men .table-sm tr {
  border-color: #e3f4f7;
}

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

.anno_list {
  width: 90%;
  margin: 10px auto;
}

.anno_list span {
  display: block;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
}

.anno_list span.pink {
  color: #e77dad;
}

.anno_list span.blue {
  color: #7dcbdb;
}

.livecam_contents {
  margin: 60px auto;
}

.faq-item dt {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  background: #efefef;
  border-bottom: 1px #dddddd solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq-item dt span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-right: 10px;
}

.faq-item dd {
  padding: 20px 10px 10px 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq-item dd span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-right: 20px;
  color: #666666;
}

.sub_news_title {
  margin: 20px auto 10px;
  font-size: 20px;
  font-weight: 400;
}

dl.d-flex dt {
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
}

.support {
  margin: 20px auto;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.support .item {
  margin: 10px 5px;
}

.b_link {
  margin: 20px 0px 0px;
}

.b_link dt {
  padding: 5px 0px;
  background: #efefef;
  text-align: center;
}
.b_link dt.t_normal {
  font-weight: 400;
  letter-spacing: 1px;
}
.b_link dd ul li {
  padding: 5px 0px;
  border-bottom: 1px #dddddd solid;
}

.b_link dd ul li a {
  color: #454545;
}

.b_link dd ul li a:hover {
  color: #efefef;
}

.emergency_info {
  margin-bottom: 30px;
  background: #f4f4f4;
  padding: 10px 30px 30px;
}

.emergency_info a {
  padding: 20px 0 20px;
  display: block;
  color: #222222;
  font-weight: 500;
  font-size: 30px;
}

.emergency_info a span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-bottom: 5px;
}

.innde .emergency_info {
  margin-bottom: 10px;
  background: #454545;
  padding: 0;
}

.innde .emergency_info a {
  padding: 0px 0px;
  display: inline;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
}

.innde .emergency_info .emergency_in {
  background: #ffffff;
  margin: 3px;
  padding: 0px 0px 10px;
}

.innde .emergency_info .emergency_in h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 6px 0px;
  color: #ffffff;
  text-align: center;
  background: #454545;
}

.innde .emergency_info .emergency_in p {
  padding: 5px 15px;
}

.innde .emergency_info .emergency_in p span {
  color: #d9450e;
}

.innde .emergency_info .emergency_footer {
  padding: 5px 5px 10px;
  text-align: right;
  display: block;
}

.innde .emergency_info .emergency_footer .btn {
  background: none;
  padding: 3px 10px;
}

.programlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 20px;
}

.programlist li {
  margin: 0px 5px 10px 0px;
}

dl.d-flex dt {
  -ms-flex-preferred-size: 7em;
  flex-basis: 7em;
  margin-right: 20px;
}

dl.d-flex dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kyodo_contents {
  margin: 40px 0px;
}

.kyodo_contents .ttl_kyodo {
  color: #e984a0;
}

.kyodo_contents .lead {
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}

.kyodo_contents .movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.kyodo_contents .movie_list li {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  margin: 20px auto;
}

.kyodo_contents .movie_list li .caption {
  text-align: center;
  font-weight: 500;
  margin: 10px auto;
}

.sub_movie {
  width: 60%;
  margin: 20px auto;
}

.sub_movie .lead2 {
  margin: 10px auto;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.sub_movie .caption {
  text-align: center;
  font-weight: 500;
  margin: 10px auto;
}

.lead3 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
}

ul.list-inline li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 20px;
}

ul.list-inline li a {
  color: #222222;
  font-weight: 300;
}

dl.history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 5px;
  border-top: 1px #dddddd solid;
}

dl.history dt {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

dl.history dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.interview_main {
  position: relative;
}

.interview_main .interview_main_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px 30px 10px 24px;
  background: rgba(255, 255, 255, 0.94);
  border-left: 5px #616ed3 solid;
}

.interview_main .interview_main_content h3 {
  font-size: 24px;
}

.interview_main .interview_main_content .lead {
  font-size: 14px;
  font-weight: 300;
  color: #616ed3;
}

.interview_area {
  width: 90%;
  margin: 0px auto 30px;
}

.interview_area h4.interview_subtitle {
  color: #616ed3;
  font-size: 20px;
}

.interview_area h4.interview_subtitle span {
  font-family: "Josefin Sans", sans-serif;
  color: rgba(97, 110, 211, 0.2);
  display: block;
  line-height: 30px;
  font-size: 26px;
}

.interview_area p {
  font-size: 14px;
  letter-spacing: 1px;
}

.interviewmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background: #616ed3;
  padding: 20px 20px;
}

.interviewmenu a {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

.interviewmenu a .menucon {
  width: 100%;
  padding: 5px 10px 10px;
  text-align: center;
  color: #222222;
  background: #ffffff;
  font-size: 14px;
  line-height: 18px;
}

.markarea {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.markarea .markimg {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  margin: 0px 1% 10px;
}

.markarea2 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.markarea2 .markimg {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin: 0px 1% 10px;
}

.shainimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.shainimg li {
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
  margin: 10px 2%;
}

.shainimg li.large {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}

.cast {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 30px;
  border-radius: 8px;
  border: 3px #222222 solid;
  background: #de96bb;
}

@media screen and (max-width: 767px) {
  .cast {
    margin-top: 140px;
    padding: 30px 20px;
  }
}

.cast.men {
  background: #7dcbdb;
}

.cast.yone {
  background: #fef263;
}

.cast .cast-img {
  position: absolute;
  top: -80px;
  left: 20px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.cast .cast-img:after {
  content: " ";
  left: 0;
  top: 0;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  border: 3px #222222 solid;
  z-index: 3;
}

.cast .cast-img:before {
  content: " ";
  left: 0;
  top: 0;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  border: 12px #de96bb solid;
}

.cast .cast-img.men:before {
  border: 12px #7dcbdb solid;
}

.cast .cast-img.yone:before {
  border: 12px #fef263 solid;
}

@media screen and (max-width: 767px) {
  .cast .cast-img {
    top: -140px;
    left: 0px;
  }
}

.cast .appear-date {
  position: absolute;
  top: -40px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

.cast .appear-date p {
  margin-right: 10px;
}

.cast .appear-date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cast .appear-date ul li {
  margin: 2px;
  padding: 2px 6px;
  background: #efefef;
  border-radius: 2px;
  color: #bcbcbc;
}

.cast .appear-date ul li.on {
  background: #e984a0;
  color: #ffffff;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .cast .appear-date {
    top: 5px;
    width: 40%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 575px) {
  .cast .appear-date {
    top: 25px;
    right: 15px;
  }
}

.cast .cast-info {
  margin-left: 220px;
}

@media screen and (max-width: 767px) {
  .cast .cast-info {
    margin-left: 0px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 575px) {
  .cast .cast-info {
    margin-right: 0px;
    margin-top: 65px;
  }
}

.cast .cast-info h3 {
  font-size: 24px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .cast .cast-info h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cast .cast-info h3 span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-left: 20px;
}

@media screen and (max-width: 575px) {
  .cast .cast-info h3 span {
    margin-left: 0px;
    margin-top: 5px;
  }
}

.cast .cast-info h3.yone {
  color: #222222;
}

.cast .cast-info h3 .sns_icon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.cast .cast-info p {
  font-weight: 500;
  font-size: 16px;
}

.cast .cast-info p.caption {
  font-weight: 400;
  color: #454545;
  font-size: 14px;
}

.cast.right .cast-img {
  top: -80px;
  left: auto;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .cast.right .cast-img {
    top: -140px;
    right: 0px;
  }
}

.cast.right .appear-date {
  top: -40px;
  right: auto;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .cast.right .appear-date {
    top: 5px;
    width: 40%;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 575px) {
  .cast.right .appear-date {
    top: 25px;
    left: 15px;
  }
}

.cast.right .cast-info {
  margin-right: 220px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .cast.right .cast-info {
    margin-right: 0px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 575px) {
  .cast.right .cast-info {
    margin-right: 0px;
    margin-top: 65px;
  }
}

.dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  margin: 0;
  border-top: 1px #dddddd solid;
  width: 90%;
  margin: 0 auto;
}

.dl-flex dt {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-right: 10px;
  padding-top: 5px;
}

.dl-flex dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 7px;
  font-weight: 400;
}

p.report {
  font-size: 15px;
  font-weight: 500;
  color: #e984a0;
}

h4.reporter {
  font-size: 24px;
  margin: 0px 0px 20px;
  font-weight: 600;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h4.reporter span.mc {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  padding: 4px 15px;
  background: #fef263;
  border-radius: 20px;
  letter-spacing: 0;
}

h4.reporter .sns_icon {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-right: 1em;
}

.reporter2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sugonew {
  width: 300px;
  margin: 0px auto;
  padding: 4px 20px;
  text-align: center;
  background: #fef263;
  border-radius: 20px;
  letter-spacing: 0;

}
.reporter2 span.news {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  background: #fef263;
  border-radius: 20px;
  letter-spacing: 0;
}
.reporter3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.reporter3 span.mc {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
  background: #fef263;
  border-radius: 20px;
  letter-spacing: 0;
}
.appear-date2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
}

.appear-date2 p {
  margin-right: 10px;
}

.appear-date2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.appear-date2 ul li {
  margin: 2px;
  padding: 2px 6px;
  background: #efefef;
  border-radius: 2px;
  color: #bcbcbc;
}

.appear-date2 ul li.on {
  background: #e984a0;
  color: #ffffff;
  font-weight: 500;
}

.hr-sdgs {
  display: block;
  width: 100%;
  height: 5px;
  background: url(../images/sdgs/sdgsline.svg) no-repeat;
  margin: 10px 0px 0px;
}
.sdgs-line {
  position: relative;
}
.sdgs-line:before {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/sdgs/sdgsline.svg);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.sdgs-line:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/sdgs/sdgsline.svg);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
p span.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 40px 0px;
}

.sns_list .sns_mark {
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  margin-right: 40px;
}

@media screen and (max-width: 575px) {
  .sns_list .sns_mark {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    margin-right: 20px;
  }
}

.sns_list .sns_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .sns_list .sns_detail {
    font-size: 16px;
  }
}

.sns_list .sns_detail span {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  color: #666666;
}

@media screen and (max-width: 575px) {
  .sns_list .sns_detail span {
    font-size: 12px;
  }
}

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

.supporter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.supporter .sup-img {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 3%;
  margin-top: 30px;
}

.supporter .sup-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.supporter_banner {
  margin: 30px auto;
  max-width: 400px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}
.supporter_banner2 {
  margin: 30px auto;
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .supporter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .supporter .sup-img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .supporter_banner {
    gap: 10px;
  }
  .supporter_banner2 {
    max-width: 400px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.program_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.program_detail .prg_img {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 3%;
  margin-top: 10px;
}

.program_detail .prg_info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .program_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .program_detail .prg_img {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.prg {
  display: block;
  margin-bottom: 40px;
}

.prg:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: url(../images/sdgs/sdgsline.svg) repeat-x;
  margin: 10px 0px 0px;
}

.prg .h3_title_bordered span {
  font-size: 16px;
  font-weight: 400;
  color: #e984a0;
}
.h3_small {
  font-size: 22px;
}
a.link_btn {
  margin: 30px auto;
  border-radius: 8px;
  height: 180px;
  background: #e984a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

a.link_btn img {
  margin-bottom: 10px;
}

a.link_btn p {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
}

a.link_btn.cb {
  background: #7dcbdb;
}

a.link_btn.grn {
  background: #69d5b2;
}

a.link_btn:hover {
  background: #666666;
}

@media screen and (max-width: 575px) {
  a.link_btn {
    margin: 20px auto 0px;
  }
}

.neoarrow .slick-next,
.neoarrow .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #e984a0;
  border: none;
  outline: none;
  background: #e984a0;
  border-radius: 50%;
  z-index: 10;
}

.neoarrow .slick-next:focus,
.neoarrow .slick-next:hover,
.neoarrow .slick-prev:focus,
.neoarrow .slick-prev:hover {
  color: #e77dad;
  outline: none;
  background: #e77dad;
}

.neoarrow .slick-next:focus:before,
.neoarrow .slick-next:hover:before,
.neoarrow .slick-prev:focus:before,
.neoarrow .slick-prev:hover:before {
  opacity: 1;
}

.neoarrow .slick-next.slick-disabled:before,
.neoarrow .slick-prev.slick-disabled:before {
  opacity: 0.55;
}

.neoarrow .slick-next:before,
.neoarrow .slick-prev:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  opacity: 0.35;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.neoarrow .slick-prev {
  left: -10px;
}

.neoarrow [dir="rtl"] .slick-prev {
  right: -10px;
  left: auto;
}

.neoarrow .slick-prev:before {
  content: "←";
}

.neoarrow [dir="rtl"] .slick-prev:before {
  content: "→";
}

.neoarrow .slick-next {
  right: -10px;
}

.neoarrow [dir="rtl"] .slick-next {
  left: 20px;
}

.neoarrow .slick-next:before {
  content: "→";
}

.neoarrow [dir="rtl"] .slick-next:before {
  content: "←";
}

.sup_com {
  background: #eff7e2;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#93c973),
    color-stop(39%, #f9fcf4),
    to(#eff7e2)
  );
  background: linear-gradient(to bottom, #93c973 0%, #f9fcf4 39%, #eff7e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#93c973", endColorstr="#eff7e2", GradientType=0);
  margin: 30px auto 10px;
  padding: 10px 30px 30px;
  border-radius: 8px;
}

.sup_com h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 10px 0px;
}

.sup_com .sup_com_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sup_com .sup_com_info .sup_com_info_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px auto;
}

.sup_com .sup_com_info .sup_com_info_detail h4 {
  margin-bottom: 10px;
  color: #448957;
}

.sup_com .sup_com_info .sup_com_info_img {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-left: 3%;
}

.sup_com .sup_com_info .sup_com_info_img .caption {
  font-size: 13px;
  line-height: 20px;
  color: #448957;
}

.sup_com .sup_com_info .add,
.sup_com .sup_com_info .tel,
.sup_com .sup_com_info .url {
  display: block;
  font-size: 13px;
  margin: 0px;
  font-weight: 400;
  line-height: 20px;
}

.sup_com .sup_com_info .add:before,
.sup_com .sup_com_info .tel:before,
.sup_com .sup_com_info .url:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #7cac89;
}

.sup_com .sup_com_info .url {
  margin-bottom: 30px;
}

.sup_com .sup_com_info .url:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #7cac89;
}

.sup_com .sup_com_info .tel:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #7cac89;
}

.sup_com.only_se {
  background: #93c973;
  padding: 10px 30px 10px;
}

.sup_com.only_se .url {
  margin-bottom: 0px;
}

.book_article {
  border: 4px rgba(233, 132, 160, 0.6) solid;
  margin-top: 5px;
  padding: 30px;
}

.scke-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.scke-dl .sckedule {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin: 20px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .scke-dl .sckedule {
    -ms-flex-preferred-size: 98%;
    flex-basis: 98%;
  }
}

.scke-dl .sckedule dt {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  padding: 4px 5px;
  text-align: center;
  color: #ffffff;
  background: url(../photocontest/2021/bg.jpg) no-repeat;
  background-position: left bottom;
}

.scke-dl .sckedule dd {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.caption.indent {
  padding-left: 1em;
  text-indent: -1em;
}

ul.kyosan li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

ul.kyosan li:after {
  content: "／";
  color: #d6d6d6;
  margin-left: 10px;
}

@media screen and (max-width: 575px) {
  ul.kyosan li {
    font-size: 13px;
    margin: 5px 5px 0px 0px;
  }
}

.photocon-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.photocon-gallery .gallery-in {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .photocon-gallery .gallery-in {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

.photocon-gallerys {
  margin: 10px auto;
  text-align: center;
}

.photocon-gallerys .gallery-in-s {
  width: 200px;
  margin: 10px 5px;
}

@media screen and (max-width: 575px) {
  .photocon-gallerys .gallery-in-s {
    width: 140px;
  }
}

.photocon-galleryss {
  margin: 10px auto;
  text-align: center;
}

.photocon-galleryss .gallery-in-s {
  width: 200px;
  margin: 10px 5px;
}

@media screen and (max-width: 575px) {
  .photocon-galleryss .gallery-in-s {
    width: 140px;
  }
}

.gourmet-search {
  width: 40%;
  position: absolute;
  bottom: 50px;
  left: 50px;
  padding: 20px 30px;
  background: rgba(231, 125, 173, 0.9);
  -webkit-box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1),
    0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}

.gourmet-search select::-ms-expand {
  display: none;
}

.gourmet-search select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 1em 0 0;
  padding: 0.8em 1em;
  font-size: 16px;
  border: solid 2px #ccc;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url(../images/icon/down.png);
  background-position: right 20px center;
  background-color: #fff;
}

.gourmet-search .search-free-input {
  width: 99%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 3px 0 1em;
  padding: 0.8em 1em;
  font-size: 16px;
  border: solid 2px #ccc;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .gourmet-search {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .gourmet-search {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
  }
}

.shop-info {
  margin-top: 30px;
  width: 90%;
  margin-left: 10%;
}

.shop-info h4 {
  margin-bottom: 20px;
  color: #e984a0;
}

@media screen and (max-width: 991px) {
  .shop-info {
    width: 100%;
    margin-left: 0;
  }
}

.shop-info.info_l {
  width: 100%;
  margin-left: 0px;
}

.shop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px #666666 dotted;
}

.shop-menu .menu-img {
  margin-bottom: 20px;
}

.shop-menu .menu-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.candidate_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.candidate_list.hr_dot_tb {
  background: #f8f4e6;
  padding: 5px 0px;
  font-weight: 500;
  border-bottom: 1px #999999 dotted;
  border-top: 1px #999999 dotted;
}
.candidate_list.hr_dot_b {
  padding: 25px 0px;
  font-weight: 400;
  border-bottom: 1px #999999 dotted;
}
.candidate_list .candidate_name {
  flex-basis: 30%;
  text-align: center;
}
.candidate_list .candidate_name.kouho {
  font-size: 26px;
  font-weight: 500;
}
.candidate_list .candidate_age {
  flex-basis: 15%;
  text-align: center;
}
.candidate_list .candidate_group {
  flex-basis: 15%;
  text-align: center;
}
.candidate_list .candidate_num {
  flex: 1;
  text-align: center;
}
.candidate_list .candidate_num.e_num {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.candidate_list .candidate_num.elect_flag1:after {
  content: "当　確";
  padding: 2px 15px;
  background: #f00;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}
.candidate_list .candidate_num.elect_flag2:after {
  content: "当　選";
  padding: 2px 15px;
  background: #f00;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .candidate_list .candidate_name {
    flex-basis: 35%;
    text-align: center;
  }
  .candidate_list .candidate_group {
    flex-basis: 20%;
  }
  .candidate_list .candidate_name.kouho {
    font-size: 18px;
  }
  .candidate_list .candidate_num.e_num {
    font-size: 16px;
  }
  .h2_title.large-h2 {
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 40px;
  }
}
.btn-ghost {
  width: 100%;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 500;
  border: 3px #901536 solid;
  background: #ffffff;
  text-align: center;
  transition: 0.5s;
  color: #901536;
}
.btn-ghost:hover {
  background: #901536;
  color: #ffffff;
}
.btn-ghost-2 {
  width: 100%;
  padding: 15px 0px;
  font-size: 24px;
  font-weight: 500;
  background: #005bbb; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #005bbb 0%,
    #005bbb 50%,
    #ffd500 50%,
    #ffd500 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #005bbb 0%,
    #005bbb 50%,
    #ffd500 50%,
    #ffd500 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #005bbb 0%,
    #005bbb 50%,
    #ffd500 50%,
    #ffd500 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px #ffffff solid;
  text-align: center;
  transition: 0.5s;
  color: #ffffff;
  text-shadow: #000000 0px 0px 8px;
}
.btn-ghost-2:hover {
  background: #005bbb;
  color: #ffffff;
}
@media (max-width: 545px) {
  .btn-ghost-2 {
    font-size: 18px;
  }
}
.btn-turkey {
  width: 100%;
  padding: 15px 0px;
  font-size: 24px;
  font-weight: 500;
  background: #e30a17; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #e30a17 0%,
    #e30a17 50%,
    #ffffff 50%,
    #ffffff 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #e30a17 0%,
    #e30a17 50%,
    #ffffff 50%,
    #ffffff 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #e30a17 0%,
    #e30a17 50%,
    #ffffff 50%,
    #ffffff 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px #ffffff solid;
  text-align: center;
  transition: 0.5s;
  color: #ffffff;
  text-shadow: #000000 0px 0px 8px;
}
.btn-turkey:hover {
  background: #e30a17;
  color: #ffffff;
}
@media (max-width: 545px) {
  .btn-turkey {
    font-size: 18px;
  }
}
.img-rb {
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
ul.suponsered {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: wrap;
}
ul.suponsered li {
  flex-basis: 26%;
  margin: 20px 2%;
  transition: 0.5s;
}
ul.suponsered li:hover {
  transform: scale(0.9);
  opacity: 0.5;
}
@media (max-width: 545px) {
  ul.suponsered li {
    flex-basis: 46%;
  }
}
.sdgsbox {
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdgsbox .box-img {
  flex-basis: 160px;
  margin-right: 20px;
}
.sdgsbox .box-title span {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.line-lg {
  line-height: 1.6em;
}
.youtube {
  width: 100%;
  margin: 30px auto;
  aspect-ratio: 16 / 9;
}
.youtube.sumbnails {
  margin: 10px auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.mn15_icon {
  text-align: center;
  margin: 20px 0px 0px;
  padding: 40px 30px 30px;
  background: #eaf4fc;
}
@media screen and (max-width: 575px) {
  .mn15_icon {
    width: 80%;
    margin: 10px auto;
    padding: 30px 20px 20px;
  }
}
.mn15_icon.type2 {
  background: #f8f4e6;
}
.mn15_icon .mn15img {
  max-width: 300px;
  width: 60%;
  margin: 0 auto;
}
.mn15_icon p {
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grapes {
  margin-top: -15px;
  padding-top: 100px;
  background: url(../images/fruits/bg.svg) no-repeat;
  background-size: contain;
  background-position: top center;
}
.grapes h2 {
  color: #522f60;
  font-size: 40px;
  line-height: 1.4;
}
.grapes .grape_title {
  text-align: center;
}
.grapes h2 span {
  letter-spacing: -0.5em;
}
.grapes .grape_title h3 {
  color: #522f60;
  text-align: center;
  margin: 10px auto 30px;
}
.slider4 {
  marginp: 30px 0 40px;
  padding: 20px 20px;
  text-align: center;
}

.slider4 li {
  margin: 0px 10px;
}
.btn-xlg {
  padding: 20px 0px;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .grapes h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .grapes {
    padding-top: 40px;
  }
  .grapes h2 {
    font-size: 22px;
  }
  .grapes .grape_title h3 {
    font-size: 26px;
  }
}
.yappa_bg {
  background: url(../sugoroku/images/yappakoare-bg.png);
  background-repeat: repeat-y;
  /*border-right: 3vw #c6299a solid;*/
}
.o_love_bg {
  background: url(../sugoroku/images/o_love_bg.png);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top center;
}
.nozaki_bg {
  background: url(../sugoroku/images/nozaki_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.sugoroku-main.yappa {
  margin: 60px auto 20px;
  background: #fef2f5;
  position: relative;
  padding: 30px 40px;
  box-shadow: none;
  border-radius: 20px;
}
.sugoroku-main.yappa .housoubi {
  position: absolute;
  top: -25px;
  left: 20px;
  background: #b20080;
  color: #ffffff;
  font-weight: 600;
  padding: 5px 20px;
}
.sugoroku-main.yappa .housoubi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #b20080;
}
@media (max-width: 767px) {
  .sugoroku-main.yappa {
    margin: 40px auto 20px;
    padding: 30px 20px 20px;
    border-radius: 10px;
  }
  .yappa_bg {
    background: none;
  }
}
.sugoroku-main.yappa.yappa-white {
  background: #ffffff;
}
.mn_text {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: clamp(0.933rem, 1vw + 0.75rem, 1.2rem);
  line-height: 1.6;
}
.mn_text:after {
  content: "";
  width: 40%;
  height: 1px;
  background: #ccc;
  position: absolute;
  bottom: -10px;
  left: 30%;
}
.announcerswrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  grid-auto-flow: row;
}
@media (max-width: 1399px) {
  .announcerswrap {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .announcerswrap {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.announcerswrap10 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 200px);
  gap: 20px 10px;
  grid-auto-flow: row;
  justify-content: center;
}
.announcerswrap10 img{
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1191px) {
  .announcerswrap10 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 768px) {
  .announcerswrap10 {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
.announcerswrap25 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(5, 180px);
  gap: 20px 10px;
  grid-auto-flow: row;
  justify-content: center;
}
.announcerswrap25 img{
  max-width: 180px;
  width: 100%;
}
@media (max-width: 1191px) {
  .announcerswrap25 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .announcerswrap25 {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
.foodross {
  /*background: linear-gradient(to bottom, #fcd486 1%, #fcd486 40%, #eab74a 100%);*/
  background: url(../images/sdgs/foodross/bg.jpg);
  background-size: cover;
  margin-top: -20px;
  padding-top: 50px;
  position: relative;
}
.foodross:before {
  content: "";
  width: 8vw;
  height: 93%;
  background: url(../images/sdgs/foodross/lefter.svg);
  background-size: auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 50px;
  left: 10px;
}
.foodross:after {
  content: "";
  width: 8vw;
  height: 93%;
  background: url(../images/sdgs/foodross/righter.svg);
  background-size: auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 50px;
  right: 10px;
}
@media (max-width: 768px) {
  .foodross:after {
    content: none;
  }
  .foodross:before {
    content: none;
  }
}
.ecofesta2025 {
  /*background: linear-gradient(to bottom, #fcd486 1%, #fcd486 40%, #eab74a 100%);*/
  background: url(../images/sdgs/foodross/bg.jpg);
  background-size: cover;
  margin-top: -20px;
  padding-top: 50px;
  position: relative;
}
.ecofesta2025:before {
  content: "";
  width: 8vw;
  height: 96%;
  background: url(../sdgs/ecofesta/lefter.svg);
  background-size: auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 50px;
  left: 0px;
}
.ecofesta2025:after {
  content: "";
  width: 8vw;
  height: 96%;
  background: url(../sdgs/ecofesta/righter.svg);
  background-size: auto;
  background-repeat: repeat-y;
  position: absolute;
  top: 50px;
  right:0px;
}
.fes_content {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 10px;
  .fescon1{
    grid-column:2/4;
  }
  .fescon2{
    grid-column:4/6;
  }
  .fescon3{
    grid-column:1/3;
  }
  .fescon4{
    grid-column:3/5;
  }
  .fescon5{
    grid-column:5/7;
  }
  .fescon6{
    grid-column:2/4;
  }
  .fescon7{
    grid-column:4/6;
  }
}
@media (max-width: 991px) {
  .fes_content {
  grid-template-columns: repeat(2,1fr);
  .fescon1,
  .fescon3,
  .fescon5,
  .fescon7{
    grid-column:1/2;
  }
  .fescon2,
  .fescon4,
  .fescon6{
    grid-column:2/3;
  }
  }
}
@media (max-width: 768px) {
  .ecofesta2025:after {
    content: none;
  }
  .ecofesta2025:before {
    content: none;
  }
}
.text-dark {
  border-color: #444444 !important;
}
.h3_wide {
  font-size: clamp(1.313rem, 1vw + 1rem, 1.625rem);
  line-height: 1.8;
  padding: 0px 0.5em;
}
ul.kyousan {
  margin: 40px 0px;
  text-align: center;
}
ul.kyousan li {
  margin: 5px 5px;
  display: inline-block;
}
ul.kyousan li a.btn-kyousan {
  padding: 10px 25px;
  background: #ffffff;
  border: 2px #007135 solid;
  color: #007135;
}
p span.font-shift strong {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 575px) {
  .h3_wide {
    font-size: 18px;
    line-height: 1.6;
    padding: 0px;
  }
  ul.kyousan {
    margin: 20px 0px;
    text-align: left;
  }
  ul.kyousan li {
    margin: 5px 3px 0px;
  }
  ul.kyousan li a.btn-kyousan {
    padding: 10px 10px;
    font-size: 14px;
  }
}
.hassin_main {
  width: 50vw;
  max-width: 750px;
  margin: 10px auto;
}
@media (max-width: 575px) {
  .hassin_main {
    width: 80vw;
  }
}
.hassin-wrap {
  margin: 40px auto 0px;
}
.hassin-wrap .hassin-img  {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  border: 5px #00afec dashed;
  transition: 0.5s;
  
}
.hassin-wrap .hassin-img.sen1  {
  border-color: #e83819;
}
.hassin-wrap .hassin-img.sen2  {
  border-color: #c60f28;
}
.hassin-wrap .hassin-img.sen3  {
  border-color: #00973b;
}
.hassin-wrap .hassin-img.sen4  {
  border-color: #d7a600;
}
.hassin-wrap .hassin-img.sen5  {
  border-color: #e5001e;
}
.hassin-wrap .hassin-img.sen6  {
  border-color: #003067;
}
.hassin-wrap .hassin-img.sen7  {
  border-color: #dc007a;
}
.hassin-wrap .hassin-img.sen8  {
  border-color: #427935;
}
.hassin-wrap .hassin-img.sen9  {
  border-color: #ed6a02;
}
.hassin-wrap .hassin-img.sen10  {
  border-color: #0075ba;
}

.hassin-wrap .hassin-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.hassin-wrap:hover .hassin-img {
  transform: rotate(45deg);
}
.hassin-wrap:hover .hassin-img img{
  transform: rotate(-45deg) scale(1.1);
}
.hassin-title {
  text-align: center;
  margin: 20px 0px 0px;
  font-weight: 400;
}
.hassin-corp-wrap {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1400px) {
  .hassin-corp-wrap {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (max-width: 950px) {
  .hassin-corp-wrap {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width: 640px) {
  .hassin-corp-wrap {
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
}
.videowrap{
	
	width: 100%;
	position: relative;
  aspect-ratio: 16/9;
}

.videowrap video{
	max-width: 90vw;
}
.corp_content {
  max-width: 90vw;
  width: 600px;
  padding: 30px;
}
.c_info_title div{
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: flex-start;
  gap: 20px;
}
.c_info_title div h3{
  font-size: 30px;
}
.c_info_title img {
  width: 90%;
  margin:20px 0px 20px 5%;
  
}
.h3_title_sdgs {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #00afec;
  font-size: 25px !important;
}
@media (max-width: 575px) {
  .c_info_title div{
    display: block;
  }
  .c_info_title div h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .c_info_title p {
    font-size: 14px;
    line-height: 1.5;
  }
  .h3_title_sdgs {
    font-size: 20px !important;
  }
}
.furusatotax {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
.furusatotax .cards {
  margin-top: 20px;
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px #e3e3e3 solid;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
  transition: .4s;
}
.furusatotax .cards:hover {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(10);
}

.ecofes {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 50px;
  align-items: center;
}
.ecofes2 {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
  align-items: center;
}
p span.ecopre {
  font-size: 14px;
  color: #ffffff;
  padding: 2px 20px;
  background: #e77dad;
}
@media (max-width: 767px) {
  .furusatotax {
    grid-template-columns: 1fr 1fr ;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }
  .furusatotax .cards {
    margin-top: 10px;
  }
  .ecofes,
  .ecofes2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    align-items: center;
  }
  .ecofes img,
  .ecofes2 img {
    width: 70%;
    margin: 10px auto;
  }
  .ecofes img {
    grid-row: 1/2;
  }
  .e_contents h2.h2_title2 {
    font-size: 20px !important;
  }
}
.accordion-001 {
  max-width: 100%;
  background-color: #ffffff;
  
}

.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #eaeaea;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #444;
  border-right: 3px solid #444;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.accordion-001 p span {
  font-size: 1.1em;
  line-height: 1.6;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .accordion-001 summary {
    padding: 1em;
    font-weight: 400;
    font-size: 15px;
  }
}
.nozaki_profile {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: center;
  h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
  }
  h5 {
    color: #e037c6;
  }
  ul {
    list-style: disc;
    padding-left: 1.5em;
    li {
      font-size: 18px;
      line-height: 1.6;
    }
  }
}
@media (max-width: 767px) {
  .nozaki_profile {
    grid-template-columns: 1fr;
    gap: 20px;
    h3 {
      font-size: 18px;
    }
    ul {
      li {
        font-size: 15px;
      }
    }
  }
}