@charset "UTF-8";

p {
  font-size: 20px;
  line-height: 32px;
}

h2 {
  font-weight: bold;
  text-align: center;
  margin: 85px 0 60px;
  color: #335693;
  font-size: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  h2 {
    font-size: 20px;
    margin-top: 63px;
    margin: 83px 0 44px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 63px;
    font-size: 5.4vw;
    margin: 83px 0 44px;
  }
}

.inner {
  display: none;
}

.inner.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

.inner .content {
  width: 880px;
  height: 360px;
  margin: -220px auto 0;
  top: 50%;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .inner .content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .inner .content {
    width: 100%;
  }
}

.inner .content li a {
  text-decoration: none;
  font-size: 20px;
  display: block;
}

.inner .content li a:hover {
  text-decoration: underline;
}
.new_recruit:hover {
  text-decoration: none!important;
}

.inner .content li a.d-md-inline-block {
  margin-top: 22px;
}

.inner button.btn-block {
  width: 280px;
  height: 65px;
  margin-top: 20px;
  font-weight: bold;
  text-align: left;
}

.inner button.btn-block:after {
  right: 16px;
  top: 25px;
}

@media screen and (max-width: 767px) {
  .inner button.btn-block {
    width: 100%;
  }
}

.inner .contact {
  padding: 20px 0 10px 20px;
  width: 280px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #E41824;
  border-color: #E41824;
  border-radius: 0;
  position: relative;
  margin-bottom: 10px;
  height: 65px;
}

.inner .contact p {
  margin: 0;
  line-height: 10px;
  color: #E41824 !important;
  font-weight: bold;
  font-size: 20px;
}

.inner .contact p * {
  font-size: 20px;
  font-weight: bold;
  color: #E41824 !important;
  line-height: inherit;
}

.inner .contact small {
  font-size: 12px;
  color: #333;
}

.inner .contact p {
  line-height: 10px;
  color: #E41824 !important;
}

.inner .contact .phone {
  width: 24px;
  margin: -6px 12px 0 0;
}

.inner .contact:hover, .inner .contact:active, .inner .contact:focus {
  color: #E41824 !important;
  background: #fff !important;
  border-color: #E41824 !important;
}

@media screen and (max-width: 767px) {
  .inner .contact {
    height: auto;
    width: 100%;
  }
  .inner .contact .phone {
    width: 8vw;
    margin: -1px 10px 0 0;
  }
  .inner .contact p {
    font-size: 5.6vw;
    margin-bottom: 4px;
  }
  .inner .contact p * {
    font-size: 5.6vw;
    font-weight: bold;
    color: #E41824 !important;
  }
  .inner .contact small {
    font-size: 3.5vw;
  }
}

.inner ul li {
  margin-bottom: 20px;
  text-align: center;
}

.inner ul li a {
  font-size: 22px;
}

.inner ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .inner ul {
    padding-left: 110px;
  }
  .inner .col-md-8, .inner .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .inner button.btn-block {
    margin: 20px 0 0 0;
  }
}

.link {
  position: relative;
  padding-left: 5px;
  padding-right: 22px;
  color: #333333;
  text-decoration: underline;
}

.link:hover {
  color: #333333;
  text-decoration: none;
}

.link:after {
  position: absolute;
  content: '';
  width: 17px;
  height: 14px;
  right: 3px;
  top: 3px;
  background-image: url(../images/icon/link.svg);
}

.card {
  border: solid 5px #E6E6E6;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .card {
    margin: 0 20px;
  }
  .card:last-child {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .card-deck .card {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }
}

.card-header {
  background: none;
  border-bottom: solid 4px #E6E6E6;
  width: 90%;
  margin: 0 auto;
}

.card-body {
  padding: 38px 0;
}


.sbtitle1{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 30px;
}
.sbtitle1 span{
	background: #002D97;
	color: #fff;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 30px;
	margin: 0 10px 0;
}

.sbtitle2{
	background: #002D97;
	color: #fff;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 0 8px 35px;
	width: 400px;
	
}

@media screen and (max-width: 767px) {
.sbtitle1{
	font-size: 15px;
	margin: 20px 0;
}
.sbtitle1 span{
	font-size: 15px;
	padding: 10px;
}

.sbtitle2{
	font-size: 15px;
	padding: 10px 10px 10px 25px;
	width: 300px;
	margin: 10px;
}
}


.topics-more {
  margin: 30px auto;
}

.mb {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .mb {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .mb {
    margin-bottom: 40px;
  }
}

#top {
  overflow: hidden;
  padding: 0;
}

#top .slick-dotted.slick-slider {
  padding: 0;
  margin-top: 50px;
}

#top .slick-slide {
  opacity: 0.7;
  -webkit-transition: 1.2s linear;
  transition: 1.2s linear;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #top .slick-slide {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  #top .slick-slide {
    opacity: 1;
  }
}

#top .slick-slide.slick-center {
  opacity: 1;
}

#sec01 h2 {
  margin-top: 86px;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  #sec01 h2 {
    margin-top: 63px;
    margin-bottom: 41px;
  }
}

#sec01 .name {
  font-size: 26px;
  line-height: 80px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec01 .name {
    font-size: 2vw;
    line-height: 7vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec01 .name {
    font-size: 1.6vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .name {
    font-size: 3.6vw;
    line-height: 12vw;
  }
}

#sec01 .icon {
  width: 100px;
  margin-right: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec01 .icon {
    width: 8vw;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .icon {
    width: 10vw;
    margin-right: 10px;
  }
}

#sec01 .icon img.icon01 {
  width: 66px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec01 .icon img.icon01 {
    width: 5.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec01 .icon img.icon01 {
    width: 4.6vw;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .icon img.icon01 {
    width: 10vw;
  }
}

#sec01 .icon img.icon02 {
  width: 82px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec01 .icon img.icon02 {
    width: 5.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec01 .icon img.icon02 {
    width: 4.6vw;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .icon img.icon02 {
    margin-top: 4px;
    width: 10vw;
  }
}

#sec01 .icon img.icon03 {
  width: 82px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec01 .icon img.icon03 {
    width: 6.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec01 .icon img.icon03 {
    width: 5.6vw;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .icon img.icon03 {
    width: 10.5vw;
    margin-top: 3px;
  }
}

#sec01 .flag {
  border: solid #E41824 2px;
  border-radius: 4px;
  color: #E41824;
  font-size: 19px;
  font-weight: bold;
  height: 58px;
  padding: 0 15px;
  margin-left: 30px;
  margin-top: 10px;
}

#sec01 .flag span {
  font-size: 34px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec01 .flag {
    width: 19vw;
    text-align: center;
    margin-left: 1.5vw;
    padding: 0 0.6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec01 .flag {
    width: 12vw;
    font-size: 1.3vw;
    height: 3.7vw;
    margin-top: 4px;
    margin-left: 4vw;
  }
  #sec01 .flag span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .flag {
    font-size: 3.5vw;
    line-height: 10vw;
    height: 10vw;
    padding: 0 10px;
    margin-top: 0.5vw;
    margin-left: 3.8vw;
  }
  #sec01 .flag span {
    font-size: 6.5vw;
  }
}

#sec01 .list {
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  #sec01 .list {
    margin-bottom: 0;
  }
}

#sec01 .list li {
  position: relative;
}

@media screen and (max-width: 767px) {
  #sec01 .list li {
    font-size: 3vw;
    margin-bottom: 1vw;
  }
}

#sec01 .list li:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  top: 2px;
  left: -20px;
  margin-left: -2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/top/star.png);
}

@media screen and (max-width: 767px) {
  #sec01 .list li:before {
    width: 3vw;
    height: 3vw;
    top: 1px;
    left: -13px;
  }
}

#sec01 .list__kasai {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #sec01 .list__kasai {
    margin-top: 1vw;
  }
}

#sec01 .list__kasai li {
  margin-left: 22px;
}

#sec01 .bdr {
  border-top: 2px #E6E6E6 solid;
  padding: 19.5px 0 19.5px 0;
  margin-left: 40px;
}

#sec01 .bdr.last {
  border-bottom: 2px #E6E6E6 solid;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec01 .bdr {
    margin-left: 3vw;
    padding: 1.7vw 0 1.7vw 1vw;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .bdr {
    margin-left: 0;
    padding: 10px;
  }
  #sec01 .bdr.first {
    margin-top: 10px;
  }
}

#sec02 p.box {
  font-size: 18px;
  line-height: 32px;
 /* padding: 10px;*/
	/*border-bottom: 1px solid #E5E5E5;*/
	/*margin: 10px;*/
}

@media screen and (max-width: 767px) {
  #sec02 .col-md-6 {
    font-size: 3.8vw;
    padding: 35px 0 0;
    margin-bottom: 0;
  }
	
	#sec02 p.box {
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
	margin: 10px;
}

	
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec02 .col-md-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  #sec02 .col-md-6.pdr-1 {
    width: 70%;
    max-width: 70%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin: 0 auto;
  }
  #sec02 .col-md-6 p {
    font-size: 14px;
    line-height: 22px;
  }
}

#sec03 {
  background-color: #f7f7f0;
  margin-top: 80px;
  padding-bottom: 40px;
}

#sec03 h2 {
  margin-bottom: 40px;
}

#sec03 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #335693;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec03 h3 {
    font-size: 1.8vw;
  }
}

#sec03 p {
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .card-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#sec03 .card-body p {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 0;
}

#sec03 .card01 {
  width: 240px;
  margin-top: 52px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec03 .card01 {
    margin-top: 54px;
    width: 20vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .card01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .card01 {
    margin: 34px 0;
    max-width: 90%;
  }
}

#sec03 .card02 {
  width: 150px;
  margin-top: 26px;
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec03 .card02 {
    margin-top: 10px;
    margin-bottom: 0;
    width: 20vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .card02 {
    width: 100%;
  }
}

#sec03 .card03 {
  width: 200px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec03 .card03 {
    margin-top: 50px;
    width: 20vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .card03 {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .card03 {
    width: 120px;
    margin: 34px 0;
  }
}

#sec03 .card04 {
  width: 200px;
  margin-top: 63px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec03 .card04 {
    width: 20vw;
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .card04 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .card04 {
    margin: 34px 0;
  }
}

#sec03 .card05 {
  width: 216px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec03 .card05 {
    width: 20vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .card05 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .card05 {
    max-width: 90%;
  }
}

#sec03 .card06 {
  width: 274px;
  margin-top: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec03 .card06 {
    width: 20vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #sec03 .card06 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .card06 {
    margin: 26px 0;
    width: 65vw;
  }
}

#sec04 h2 {
  margin: 80px 0 40px;
}

@media screen and (max-width: 767px) {
  #sec04 h2 {
    margin: 73px 0 44px;
  }
}

#sec04 h3 {
  color: #335693;
  font-size: 20px;
  font-weight: bold;
}

#sec04 p {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  #sec04 p {
    margin-bottom: 40px;
  }
}

#sec04 .torikumi {
  padding: 0 0 20px 35px;
}

#sec04 .torikumi p {
  font-size: 18px;
  margin: 15px 0 30px;
}

#sec04 .torikumi.iso {
  margin-top: 30px;
}

#sec04 .torikumi.iso div {
  margin-top: 20px;
}

#sec04 .torikumi.iso div p {
  margin: 20px;
  margin-bottom: 12px;
  line-height: 20px;
}

#sec04 .torikumi.iso img {
  width: 146px;
  height: auto;
}

#sec04 .torikumi.iso .flex {
  margin-top: 5px;
}

#sec04 .torikumi.iso .flex a {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  margin-right: 12px;
  margin-top: 6px;
}

#sec04 .torikumi.iso .flex a:hover {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec04 .torikumi {
    padding: 0;
  }
  #sec04 .torikumi h3 {
    font-size: 16px;
  }
  #sec04 .torikumi p {
    font-size: 13px;
  }
  #sec04 .torikumi.iso {
    height: 8.1vw;
  }
  #sec04 .torikumi.iso img {
    width: 14vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec04 .torikumi.iso {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #sec04 .torikumi {
    padding: 43px 0 0;
  }
  #sec04 .torikumi h3 {
    font-size: 4.2vw;
    margin-bottom: 20px;
  }
  #sec04 .torikumi p {
    font-size: 3.8vw;
    line-height: 6vw;
    margin-bottom: 0;
  }
  #sec04 .torikumi.iso img {
    height: 20.6vw;
    width: 36vw;
  }
  #sec04 .torikumi.iso div p {
    margin: 20px 10px;
  }
}

#sec04 .torikumi button.btn-block.more {
  margin: -20px 0 15px;
}

@media screen and (max-width: 767px) {
  #sec04 .torikumi button.btn-block.more {
    margin-top: 0;
  }
}

#sec05 {
  background-color: #f7f7f0;
  margin-top: 80px;
  padding-bottom: 40px;
}

#sec05 h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #sec05 h2 {
    margin: 60px 0 0;
  }
}

#sec05 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

#sec05 p {
  font-size: 18px;
}

#sec05 .bannar {
  border: solid 5px #E3E3E3;
  padding: 50px 60px 36px;
  position: relative;
}

#sec05 .bannar p {
  color: #333;
  margin-top: 14px;
}

#sec05 .bannar:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 25px;
  right: 53px;
  top: 76px;
  background-image: url(../images/icon/arrow_note.svg);
}

#sec05 .bannar img {
  width: 160px;
  height: 70px;
  margin-left: 70px;
}

#sec05 .bannar:hover {
  opacity: .7;
}

#sec05 .bannar:hover h3 {
  color: #333;
}

#sec05 .bannar:hover p {
  color: #333;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec05 .bannar {
    width: 80%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin: 0 auto;
  }
  #sec05 .bannar .tab {
    display: block;
  }
  #sec05 .bannar h3 {
    font-size: 20px;
  }
  #sec05 .bannar p {
    font-size: 16px;
    width: 45vw;
  }
  #sec05 .bannar img {
    width: 14vw;
    height: 9vw;
    margin-left: 4vw;
  }
  #sec05 .bannar:after {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #sec05 .bannar {
    padding: 34px 36px;
    margin: 0 20px;
  }
  #sec05 .bannar img {
    width: 30vw;
    margin-left: 16vw;
    margin-bottom: 10px;
  }
  #sec05 .bannar:after {
    right: initial;
    top: initial;
    left: 50%;
    bottom: 15px;
    margin-left: -7px;
  }
}

#sec05 ul.news {
  width: 100%;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  #sec05 ul.news {
    padding: 20px;
  }
}

#sec05 ul.news li a {
  position: relative;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 30px 0;
  border-bottom: solid 1px #E6E6E6;
}

@media screen and (max-width: 767px) {
  #sec05 ul.news li a {
    display: block;
  }
}

#sec05 ul.news li a .time {
  display: inline-block;
  color: #ED0000;
  font-weight: bold;
  margin-right: 40px;
  min-width: 110px;
}

@media screen and (max-width: 767px) {
  #sec05 ul.news li a .time {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sec05 ul.news li a .cont {
    display: block;
    width: 100%;
  }
}

#sec05 ul.news li a:hover {
  color: #333;
}

#sec05 ul.news li a:hover .cont {
  display: inline-block;
  text-decoration: underline;
}

#sec05 ul.news li a:before {
  border-top: 2px solid #ed0505;
  border-right: 2px solid #ed0505;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #sec05 {
    padding: 20px;
  }
  #sec05.container {
    max-width: 1140px !important;
  }
}

@media screen and (max-width: 767px) {
  #sec05 h3 {
    font-size: 5.2vw;
    line-height: 7.6vw;
    margin-bottom: 20px;
  }
  #sec05 p {
    font-size: 4.2vw;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pdr-1 {
    padding-right: 7px;
  }
  .pdt {
    padding-top: 20px;
  }
  .pd6 {
    padding: 0 60px;
  }
  .pd10 {
    padding: 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background: #E41824;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 26px;
    height: 26px;
  }
}

.slick-prev:before,
.slick-next:before {
  content: '';
  background-image: url(../images/icon/arrow_on.svg);
  background-size: 12px 20px;
  top: 15px;
  left: 19px;
  width: 12px;
  height: 20px;
  position: absolute;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    background-size: 6px 10px;
    top: 8px;
    left: 11px;
    width: 6px;
    height: 10px;
  }
}

.slick-prev.slick-prev:hover, .slick-prev.slick-prev:focus, .slick-prev.slick-next:hover, .slick-prev.slick-next:focus,
.slick-next.slick-prev:hover,
.slick-next.slick-prev:focus,
.slick-next.slick-next:hover,
.slick-next.slick-next:focus {
  color: inherit;
  outline: none;
  background: #E41824;
  opacity: .7;
}

.slick-prev {
  left: 50% !important;
  margin-left: -620px;
}

.slick-prev:before {
  background-image: url(../images/icon/arrow_on_left.svg);
}

@media screen and (max-width: 767px) {
  .slick-prev {
    margin-left: -50vw;
  }
}

.slick-next {
  right: 50% !important;
  margin-right: -620px;
}

@media screen and (max-width: 767px) {
  .slick-next {
    margin-right: -50vw;
  }
}

/*@media (min-width: 992px) and (max-width: 1240px) {
  .slick-prev {
    left: 0 !important;
    margin-left: 0;
  }
  .slick-next {
    right: 0 !important;
    margin-right: 0;
  }
}

.slick-dots li {
  width: 60px;
  height: 8px;
}

.slick-dots li button {
  width: 60px;
  height: 14px;
}

.slick-dots li button:before {
  width: 60px;
  height: 8px;
  background-color: #E6E6E6;
  color: #E6E6E6;
  opacity: 1;
  top: 10px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #335693;
  color: #335693;
}*/

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 40px;
    height: 6px;
  }
  .slick-dots li button {
    width: 40px;
    height: 6px;
  }
  .slick-dots li button:before {
    width: 40px;
    height: 6px;
  }
}

.frame {
  border: solid 2px #E3E3E3;
  padding: 30px;
  margin: 30px;
}

@media screen and (max-width: 767px) {
  .frame {
    margin: 0;
    padding: 15px 5px 15px 15px;
  }
}

.bg-top {
  margin-top: 75px;
  background: #FAFAFA;
  margin-bottom: 38px;
}

.bg-top h1 {
  padding: 75px 0;
  font-size: 30px;
  text-align: center;
  line-height: 38px;
}

.bg-top h1 span {
  font-size: 24px;
  display: block;
}

@media screen and (max-width: 767px) {
  .bg-top h1 {
    font-size: 6vw;
  }
  .bg-top h1 span {
    font-size: 5vw;
  }
}

.second p, .second a {
  overflow-wrap: break-word;
}

.second .inner a.contact-btn-wrap {
  text-decoration: none;
}

.second .inner .content p {
  font-size: 20px;
  line-height: 8px;
}

.second .content p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.second .content a {
  color: #333;
  text-decoration: underline;
}

.second .content a:hover {
  opacity: .7;
  color: #333;
}

.second .content a:hover img {
  opacity: .7;
}

.second .content h2 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #000;
  margin: 33px 0 10px;
  line-height: 24px;
}

.second .content.num__dot > div {
  position: relative;
  padding-left: 28px;
}

.second .content.num__dot > div:before {
  content: '';
  left: 0;
  top: -3px;
  width: 30px;
  height: 30px;
  position: absolute;
  font-weight: bold;
}

.second .content.num__dot > div:nth-child(1):before {
  content: "1.";
}

.second .content.num__dot > div:nth-child(2):before {
  content: "2.";
}

.second .content.num__dot > div:nth-child(3):before {
  content: "3.";
}

.second .content.num__dot > div:nth-child(4):before {
  content: "4.";
}

.second .content.num__dot > div:nth-child(5):before {
  content: "5.";
}

.second .content.num__dot > div:nth-child(6):before {
  content: "6.";
}

.second .content.num__dot > div:nth-child(7):before {
  content: "7.";
}

.second .content.num__dot > div:nth-child(8):before {
  content: "8.";
}

.second .content.num__dot > div:nth-child(9):before {
  content: "9.";
}

.second .content.num__dot > div:nth-child(10):before {
  content: "10.";
}

.second .content.num__dot > div:nth-child(11):before {
  content: "11.";
}

.second .content.num__dot > div:nth-child(12):before {
  content: "12.";
}

.second .content.num__dot > div:nth-child(13):before {
  content: "13.";
}

.second .content.num__dot > div:nth-child(14):before {
  content: "14.";
}

.second .content.num__dot > div:nth-child(15):before {
  content: "15.";
}

.second .content.num__dot > div:nth-child(16):before {
  content: "16.";
}

.second .content.num__dot > div:nth-child(17):before {
  content: "17.";
}

.second .content.num__dot > div:nth-child(18):before {
  content: "18.";
}

.second .content.num__dot > div:nth-child(19):before {
  content: "19.";
}

.second .content.num__dot > div:nth-child(20):before {
  content: "20.";
}

.second .content.num__dot > div:nth-child(21):before {
  content: "21.";
}

.second .content.num__dot > div:nth-child(22):before {
  content: "22.";
}

.second .content.num__dot > div:nth-child(23):before {
  content: "23.";
}

.second .content.num__dot > div:nth-child(24):before {
  content: "24.";
}

.second .content.num__dot > div:nth-child(25):before {
  content: "25.";
}

.second .content.num__dot > div:nth-child(26):before {
  content: "26.";
}

.second .content.num__dot > div:nth-child(27):before {
  content: "27.";
}

.second .content.num__dot > div:nth-child(28):before {
  content: "28.";
}

.second .content.num__dot > div:nth-child(29):before {
  content: "29.";
}

.second .content.num__dot > div:nth-child(30):before {
  content: "30.";
}

.second .content.num__dot > div:nth-child(31):before {
  content: "31.";
}

.second .content.num__dot > div:nth-child(32):before {
  content: "32.";
}

.second .content.num__dot > div:nth-child(33):before {
  content: "33.";
}

.second .content.num__dot > div:nth-child(34):before {
  content: "34.";
}

.second .content.num__dot > div:nth-child(35):before {
  content: "35.";
}

.second .content.num__dot > div:nth-child(36):before {
  content: "36.";
}

.second .content.num__dot > div:nth-child(37):before {
  content: "37.";
}

.second .content.num__dot > div:nth-child(38):before {
  content: "38.";
}

.second .content.num__dot > div:nth-child(39):before {
  content: "39.";
}

.second .content.num__dot > div:nth-child(40):before {
  content: "40.";
}

.second .content.num__dot > div:nth-child(41):before {
  content: "41.";
}

.second .content.num__dot > div:nth-child(42):before {
  content: "42.";
}

.second .content.num__dot > div:nth-child(43):before {
  content: "43.";
}

.second .content.num__dot > div:nth-child(44):before {
  content: "44.";
}

.second .content.num__dot > div:nth-child(45):before {
  content: "45.";
}

.second .content.num__dot > div:nth-child(46):before {
  content: "46.";
}

.second .content.num__dot > div:nth-child(47):before {
  content: "47.";
}

.second .content.num__dot > div:nth-child(48):before {
  content: "48.";
}

.second .content.num__dot > div:nth-child(49):before {
  content: "49.";
}

.second .content.num__dot > div:nth-child(50):before {
  content: "50.";
}

.second .content ul {
  margin-bottom: 0;
}

.second .content ul.decimal {
  list-style-type: decimal;
}

.second .content ul.decimal li {
  margin-bottom: 18px;
}

.second .content ul.num__par li {
  position: relative;
  padding-left: 38px;
}

.second .content ul.num__par li:before {
  content: '';
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  position: absolute;
}

.second .content ul.num__par li:nth-child(1):before {
  content: "(1)";
}

.second .content ul.num__par li:nth-child(2):before {
  content: "(2)";
}

.second .content ul.num__par li:nth-child(3):before {
  content: "(3)";
}

.second .content ul.num__par li:nth-child(4):before {
  content: "(4)";
}

.second .content ul.num__par li:nth-child(5):before {
  content: "(5)";
}

.second .content ul.num__par li:nth-child(6):before {
  content: "(6)";
}

.second .content ul.num__par li:nth-child(7):before {
  content: "(7)";
}

.second .content ul.num__par li:nth-child(8):before {
  content: "(8)";
}

.second .content ul.num__par li:nth-child(9):before {
  content: "(9)";
}

.second .content ul.num__par li:nth-child(10):before {
  content: "(10)";
}

.second .content ul.num__par li:nth-child(11):before {
  content: "(11)";
}

.second .content ul.num__par li:nth-child(12):before {
  content: "(12)";
}

.second .content ul.num__par li:nth-child(13):before {
  content: "(13)";
}

.second .content ul.num__par li:nth-child(14):before {
  content: "(14)";
}

.second .content ul.num__par li:nth-child(15):before {
  content: "(15)";
}

.second .content ul.num__par li:nth-child(16):before {
  content: "(16)";
}

.second .content ul.num__par li:nth-child(17):before {
  content: "(17)";
}

.second .content ul.num__par li:nth-child(18):before {
  content: "(18)";
}

.second .content ul.num__par li:nth-child(19):before {
  content: "(19)";
}

.second .content ul.num__par li:nth-child(20):before {
  content: "(20)";
}

.second .content ul.num__par li:nth-child(21):before {
  content: "(21)";
}

.second .content ul.num__par li:nth-child(22):before {
  content: "(22)";
}

.second .content ul.num__par li:nth-child(23):before {
  content: "(23)";
}

.second .content ul.num__par li:nth-child(24):before {
  content: "(24)";
}

.second .content ul.num__par li:nth-child(25):before {
  content: "(25)";
}

.second .content ul.num__par li:nth-child(26):before {
  content: "(26)";
}

.second .content ul.num__par li:nth-child(27):before {
  content: "(27)";
}

.second .content ul.num__par li:nth-child(28):before {
  content: "(28)";
}

.second .content ul.num__par li:nth-child(29):before {
  content: "(29)";
}

.second .content ul.num__par li:nth-child(30):before {
  content: "(30)";
}

.second .content ul.num__par li:nth-child(31):before {
  content: "(31)";
}

.second .content ul.num__par li:nth-child(32):before {
  content: "(32)";
}

.second .content ul.num__par li:nth-child(33):before {
  content: "(33)";
}

.second .content ul.num__par li:nth-child(34):before {
  content: "(34)";
}

.second .content ul.num__par li:nth-child(35):before {
  content: "(35)";
}

.second .content ul.num__par li:nth-child(36):before {
  content: "(36)";
}

.second .content ul.num__par li:nth-child(37):before {
  content: "(37)";
}

.second .content ul.num__par li:nth-child(38):before {
  content: "(38)";
}

.second .content ul.num__par li:nth-child(39):before {
  content: "(39)";
}

.second .content ul.num__par li:nth-child(40):before {
  content: "(40)";
}

.second .content ul.num__par li:nth-child(41):before {
  content: "(41)";
}

.second .content ul.num__par li:nth-child(42):before {
  content: "(42)";
}

.second .content ul.num__par li:nth-child(43):before {
  content: "(43)";
}

.second .content ul.num__par li:nth-child(44):before {
  content: "(44)";
}

.second .content ul.num__par li:nth-child(45):before {
  content: "(45)";
}

.second .content ul.num__par li:nth-child(46):before {
  content: "(46)";
}

.second .content ul.num__par li:nth-child(47):before {
  content: "(47)";
}

.second .content ul.num__par li:nth-child(48):before {
  content: "(48)";
}

.second .content ul.num__par li:nth-child(49):before {
  content: "(49)";
}

.second .content ul.num__par li:nth-child(50):before {
  content: "(50)";
}

.second .content ul li {
  margin-bottom: 3px;
}

.details-table.inside {
  padding: 22px 60px;
}

@media screen and (max-width: 767px) {
  .details-table.inside {
    padding: 0;
  }
}

.details-table__title {
  height: revert;
  padding: 20px;
  width: 20%;
  border-bottom: solid 1px #000;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .details-table__title {
    padding: 20px 3px;
    text-align: center;
  }
}

.details-table__value {
  padding: 20px;
  width: 78%;
  border-bottom: solid 1px #808080;
  margin-bottom: 0;
  margin-left: 2%;
}

.details-table__value p {
  margin: 5px 0 0;
}

.first .details-table__title {
  border-top: solid 1px #000;
}

.first .details-table__value {
  border-top: solid 1px #808080;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .gmap {
    padding-bottom: 76.25%;
  }
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gmenu {
  width: 48px;
  height: 48px;
  border: solid 1px #E41824;
  border-radius: 100px;
  position: fixed;
  right: 20px;
  bottom: 96px;
  margin-top: -90px;
  background-color: #fff;
  z-index: 10000;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .gmenu {
    margin-top: -80px;
    right: 10px;
    bottom: 67px;
  }
}

@media screen and (max-width: 767px) {
  .gmenu {
    margin-top: -80px;
    right: 10px;
    bottom: 67px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
}

.gmenu:hover {
  cursor: pointer;
}

.gmenu div {
  position: relative;
  opacity: 1;
}

.gmenu div span {
  position: absolute;
  top: 22px;
  left: 13px;
  width: 20px;
  height: 3px;
  background: #E41824;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gmenu div:before, .gmenu div:after {
  content: '';
  position: absolute;
  top: 22px;
  left: 13px;
  width: 20px;
  height: 3px;
  background: #E41824;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.gmenu div:before {
  top: 15px;
}

.gmenu div:after {
  top: 29px;
}

.gmenu div.active span {
  opacity: 0;
}

.gmenu div.active:before {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gmenu div.active:after {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.r-tab-none {
  display: none;
  position: relative;
  margin: 0 0 16px 0 !important;
}

.r-tab-none:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: #E6E6E6;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tab-none {
    display: none !important;
  }
  .r-tab-none {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .tab-none {
    display: none !important;
  }
  .r-tab-none {
    display: inline-block;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (min-width: 1141px) {
  .footer_note_sp {
    display: none !important;
  }
}

@media (max-width: 1140px) {
  .footer_note_pc {
    display: none;
  }
}

.slick-dots li button:before {
  font-size: 0;
}

/*
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .second header .site-header {
    margin-top: -40px;
  }
}*/

/*# sourceMappingURL=style.css.map */


.saiyou2023 {
	max-width: 40%;
	margin: 0 auto;
	border: thin solid #6A6969
}

@media screen and (max-width: 767px) {
.saiyou2023 {
	max-width: 80%;
	margin: 0 auto
}
  }
