@charset "UTF-8";
/**scss共通***/
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
#fix_bana {
  width: 300px;
  position: fixed;
  z-index: 299;
  bottom: 35px;
  right: 44px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  pointer-events: auto;
}
#fix_bana.active {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #fix_bana {
    width: 24vw;
    bottom: 0px;
    right: 12px;
  }
}
#fix_bana a.bana01,
#fix_bana a.bana02 {
  width: 140px;
  border-radius: 50%;
  background-color: #DB0000;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #fix_bana a.bana01,
  #fix_bana a.bana02 {
    width: 100%;
    margin-bottom: 10px;
  }
}

#section01 {
  width: 100%;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  #section01 {
    padding-top: 0px;
  }
}
#section01 .mainslide_contena {
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out;
}
#section01 .mainslide_contena.active {
  opacity: 1;
}
#section01 .mainslide_contena .maindlide_contena_photo {
  width: calc(100% - 166px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #section01 .mainslide_contena .maindlide_contena_photo {
    width: 100%;
  }
}
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav {
  width: 50px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav {
    width: 100%;
    height: 30px;
    background-color: #fff;
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list01,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list02,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list03,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list04,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list05,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list06 {
  position: relative;
  background-color: #DBDBDB;
  width: 8px;
  height: 8px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list01.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list02.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list03.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list04.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list05.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list06.active {
  background-color: #001B78;
}
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list01:hover,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list02:hover,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list03:hover,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list04:hover,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list05:hover,
#section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list06:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list01,
  #section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list02,
  #section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list03,
  #section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list04,
  #section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list05,
  #section01 .mainslide_contena .maindlide_contena_photo ul.silde_nav li.list06 {
    margin: 0 8px 0px 8px;
    display: inline-block;
  }
}
#section01 .mainslide_contena .maindlide_contena_photo ul.photo {
  width: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0px 75px 75px 0px;
}
@media screen and (max-width: 767px) {
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo {
    border-radius: 0px;
  }
}
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.base {
  position: relative;
  z-index: 1;
}
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5.active,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6.active {
  opacity: 1;
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out;
}
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1 .incopy1,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2 .incopy1,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3 .incopy1,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4 .incopy1,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5 .incopy1,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6 .incopy1 {
  width: 95%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1 .incopy1,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2 .incopy1,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3 .incopy1,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4 .incopy1,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5 .incopy1,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6 .incopy1 {
    width: 90%;
    top: auto;
    bottom: 10%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1 .incopy2,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2 .incopy2,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3 .incopy2,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4 .incopy2,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5 .incopy2,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6 .incopy2 {
  width: 95%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1 .incopy2,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2 .incopy2,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3 .incopy2,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4 .incopy2,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5 .incopy2,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6 .incopy2 {
    width: 90%;
    top: auto;
    bottom: 10%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1 .incopy3,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2 .incopy3,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3 .incopy3,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4 .incopy3,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5 .incopy3,
#section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6 .incopy3 {
  width: 95%;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide1 .incopy3,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide2 .incopy3,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide3 .incopy3,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide4 .incopy3,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide5 .incopy3,
  #section01 .mainslide_contena .maindlide_contena_photo ul.photo li.slide6 .incopy3 {
    width: 90%;
    top: 30.5%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
#section01 .section__in1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 299;
}
#section01 h2.contenatitle {
  font-size: 18px;
  padding: 3px 20px 5px 20px;
  background-color: #fff;
  color: #001B78;
  font-weight: 500;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media screen and (max-width: 767px) {
  #section01 h2.contenatitle {
    font-size: 14px;
    border-radius: 0px 0px 8px 8px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 12px 10px 3px 10px;
  }
}

#section02 {
  width: 100%;
  background-color: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  #section02 {
    padding: 75px 0;
  }
}
#section02 .section__in1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section02 h3 {
  width: 90%;
  text-align: center;
  font-weight: bold;
  margin: 50px auto;
}
#section02 h3 span {
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section02 h3 {
    margin: 40px auto 25px auto;
  }
}
#section02 .nomaltext {
  text-align: center;
  line-height: 240%;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section02 .nomaltext {
    text-align: left;
  }
}

/**********************************/
#section03 {
  width: 100%;
  background-color: #F5F5F5;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #section03 {
    padding: 75px 0;
  }
}
#section03 .section__in1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section03 .section__in1100 {
    width: 100%;
    padding: 75px 0 10px 0;
  }
}
#section03 .camp01 {
  width: 550px;
  margin-top: 165px;
  margin-left: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section03 .camp01 {
    width: 100%;
    margin-top: 25vw;
    margin-left: 0px;
  }
}
#section03 .camp01 .sp_text {
  display: none;
  color: #001b78;
}
@media screen and (max-width: 767px) {
  #section03 .camp01 .sp_text {
    width: 40%;
    display: block;
    position: absolute;
    z-index: 20;
    text-align: center;
    top: -50px;
    right: 0%;
  }
}
#section03 .camp01 .sp_text .num {
  font-size: 60px;
  line-height: 100%;
  padding: 0px 0 15px 0;
}
#section03 .camp01 a.intext {
  width: 220px;
  position: absolute;
  top: -100px;
  left: -110px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #001b78;
  transform: scale(1);
}
#section03 .camp01 a.intext:hover {
  background-color: white;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #section03 .camp01 a.intext {
    width: 50%;
    text-align: left;
    padding: 15px 12px;
    top: -50px;
    left: 5%;
  }
}
#section03 .camp01 a.intext .num {
  font-size: 60px;
  line-height: 100%;
  padding: 10px 0 15px 0;
}
#section03 .camp01 a.intext .mid {
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #section03 .camp01 a.intext .mid {
    margin-bottom: 10px;
  }
}
#section03 .camp01 a.intext .botan {
  width: 78px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section03 .camp01 a.intext .botan {
    width: 45%;
    margin: 0 auto 0 0;
  }
}
#section03 .camp02 {
  width: 450px;
  margin-top: 125px;
  margin-left: auto;
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section03 .camp02 {
    width: 100%;
    margin-top: 25vw;
    margin-left: 0px;
  }
}
#section03 .camp02 .sp_text {
  display: none;
  color: #001b78;
}
@media screen and (max-width: 767px) {
  #section03 .camp02 .sp_text {
    width: 40%;
    display: block;
    position: absolute;
    z-index: 20;
    text-align: center;
    top: -50px;
    right: auto;
    left: 0%;
  }
}
#section03 .camp02 .sp_text .num {
  font-size: 60px;
  line-height: 100%;
  padding: 0px 0 15px 0;
}
#section03 .camp02 a.intext {
  width: 220px;
  position: absolute;
  top: -150px;
  right: -110px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #001b78;
  transform: scale(1);
}
#section03 .camp02 a.intext:hover {
  background-color: white;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #section03 .camp02 a.intext {
    width: 50%;
    text-align: left;
    padding: 15px 12px;
    top: -50px;
    left: auto;
    right: 5%;
  }
}
#section03 .camp02 a.intext .num {
  font-size: 60px;
  line-height: 100%;
  padding: 10px 0 15px 0;
}
#section03 .camp02 a.intext .mid {
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #section03 .camp02 a.intext .mid {
    margin-bottom: 10px;
  }
}
#section03 .camp02 a.intext .botan {
  width: 78px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section03 .camp02 a.intext .botan {
    width: 45%;
    margin: 0 auto 0 0;
  }
}
#section03 .camp03 {
  width: 350px;
  margin-top: -240px;
  margin-right: 60%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section03 .camp03 {
    width: 100%;
    margin-top: 25vw;
    margin-left: 0px;
  }
}
#section03 .camp03 .sp_text {
  display: none;
  color: #001b78;
}
@media screen and (max-width: 767px) {
  #section03 .camp03 .sp_text {
    width: 40%;
    display: block;
    position: absolute;
    z-index: 20;
    text-align: center;
    top: -50px;
    right: 0%;
    left: auto;
  }
}
#section03 .camp03 .sp_text .num {
  font-size: 60px;
  line-height: 100%;
  padding: 0px 0 15px 0;
  position: relative;
}
#section03 .camp03 .sp_text .logoin {
  width: 50%;
  top: 100%;
  left: 25%;
  position: absolute;
}
#section03 .camp03 a.intext {
  width: 220px;
  position: absolute;
  top: -50px;
  right: -110px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #001b78;
  transform: scale(1);
}
#section03 .camp03 a.intext:hover {
  background-color: white;
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #section03 .camp03 a.intext {
    width: 50%;
    text-align: left;
    padding: 15px 12px;
    top: -50px;
    right: auto;
    left: 5%;
  }
}
#section03 .camp03 a.intext .num {
  font-size: 60px;
  line-height: 100%;
  padding: 10px 0 15px 0;
}
#section03 .camp03 a.intext .mid {
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #section03 .camp03 a.intext .mid {
    margin-bottom: 10px;
  }
}
#section03 .camp03 a.intext .botan {
  width: 78px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section03 .camp03 a.intext .botan {
    width: 45%;
    margin: 0 auto 0 0;
  }
}
#section03 a.camp04 {
  width: 90%;
  max-width: 665px;
  margin: 100px auto 0 auto;
  position: relative;
  display: block;
  -webkit-transform: translate(0%, 0%) scale(1);
  transform: translate(0%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        /*
		color:#fff;
		&:hover > .mess_contena{
		-webkit-transform: translate(0%, -50%) scale(1.075);
		transform: translate(0%, -50%) scale(1.075);
		@media screen and (max-width:767px){
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
	}
	}
		.mess_contena{
		width: 65%;
		margin: 0 auto 0 0;
		text-align: center;
		position: absolute;
		top:50%;
		left: 0;
		-webkit-transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
		transition: all .4s cubic-bezier(0.33, 1, 0.68, 1);
		-webkit-transform: translate(0%, -50%) scale(1);
		transform: translate(0%, -50%) scale(1);
		z-index: 10;
		@media screen and (max-width:767px){
		top:25%;
		width: 90%;
		margin-left: 5%;
		-webkit-transform: translate(0%, 0%) scale(1);
		transform: translate(0%, 0%) scale(1);
		text-align: left;
	}
	}
		.mess{
		font-weight: bold;
		margin-bottom: 8px;
	}
		p{

	}
		.nomaltext{
		font-family: 'Noto Serif JP', serif;
		padding-top: 8px;
		@media screen and (max-width:767px){
		margin-left: -0.3em;
		padding-top: 18vw;
		letter-spacing: 0.1em;
		text-indent: -0.3em;
		padding-left: 0.3em;
	}
	}
		.botan{
		width: 54px;
		margin: 8px auto 0 auto;
		@media screen and (max-width:767px){
		margin: 5vw auto 0 0;
	}
	}	*/
}
#section03 a.camp04:hover {
  -webkit-transform: translate(0%, 0%) scale(1.075);
  transform: translate(0%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  #section03 a.camp04:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}

/**********************************/
.mintext2 {
  width: 100%;
  color: #000;
  text-align: right;
  padding-top: 5px;
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 150px 0;
  overflow: hidden;
  /***********/
  /*********/
  /***********/
  /*********/
  /***********/
}
@media screen and (max-width: 767px) {
  #section04 {
    padding: 75px 0;
  }
}
#section04 .vice01 {
  width: calc(100% - 250px);
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #section04 .vice01 {
    width: 90%;
    margin: 50px auto 0 auto;
  }
}
#section04 .vice01 .vice_in {
  width: 100%;
  position: relative;
}
#section04 .vice01 .vice_in .photo {
  width: 100%;
  overflow: hidden;
  border-radius: 0px 35px 35px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 .vice01 .vice_in .photo {
    border-radius: 0px 0px 20px 20px;
  }
}
#section04 .vice01 .vice_in .yaji {
  position: absolute;
  width: 14px;
  top: -1px;
  left: 72%;
  line-height: 0;
}
#section04 .vice01 .vice_in .mintext {
  position: absolute;
  z-index: 15;
  color: #fff;
  bottom: 10px;
  right: 40px;
}
#section04 .vice01 .vice_in a.icon01 {
  position: absolute;
  z-index: 20;
  width: 300px;
  top: -10%;
  right: 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #db0000;
  -webkit-transform: translate(50%, 0%) scale(1);
  transform: translate(50%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
#section04 .vice01 .vice_in a.icon01.pink {
  background-color: #f35a7f;
}
@media screen and (max-width: 767px) {
  #section04 .vice01 .vice_in a.icon01 {
    padding: 15px 10px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 20;
    width: 100%;
    top: auto;
    right: auto;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -1px;
  }
}
#section04 .vice01 .vice_in a.icon01:hover {
  -webkit-transform: translate(50%, 0%) scale(1.075);
  transform: translate(50%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  #section04 .vice01 .vice_in a.icon01:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
#section04 .vice01 .vice_in a.icon01 .ttl_sp {
  width: 100%;
  display: none;
  justify-content: space-between;
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section04 .vice01 .vice_in a.icon01 .ttl_sp {
    display: flex;
  }
}
#section04 .vice01 .vice_in a.icon01 .ttl_sp .left {
  width: 45%;
  padding: 10px;
  background-image: url(../media/images/recruit/sec04_text_back2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#section04 .vice01 .vice_in a.icon01 .ttl_sp .left .titbold {
  font-weight: 500;
}
#section04 .vice01 .vice_in a.icon01 .ttl_sp .right {
  width: 55%;
  text-align: left;
}
#section04 .vice01 .vice_in a.icon01 .ttl_sp .botan {
  width: 45%;
  margin: 0 auto;
}
#section04 .vice01 .vice_in a.icon01 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #section04 .vice01 .vice_in a.icon01 .ttl_all {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
#section04 .vice01 .vice_in a.icon01 .ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #section04 .vice01 .vice_in a.icon01 .ttl {
    display: none;
  }
}
#section04 .vice01 .vice_in a.icon01 .ttl div {
  font-weight: bold;
}
#section04 .vice01 .vice_in a.icon01 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
#section04 .vice01 .vice_in a.icon01 .botan {
  width: 54px;
  margin: 0 auto;
}
#section04 .vice02 {
  width: calc(100% - 250px);
  margin-top: 100px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #section04 .vice02 {
    width: 90%;
    margin: 50px auto 0 auto;
  }
}
#section04 .vice02 .vice_in {
  width: 100%;
  position: relative;
}
#section04 .vice02 .vice_in .photo {
  width: 100%;
  overflow: hidden;
  border-radius: 35px 0px 0px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 .vice02 .vice_in .photo {
    border-radius: 0px 0px 20px 20px;
  }
}
#section04 .vice02 .vice_in .yaji {
  position: absolute;
  width: 14px;
  top: -1px;
  left: 23%;
  line-height: 0;
}
#section04 .vice02 .vice_in .mintext {
  position: absolute;
  z-index: 15;
  color: #fff;
  bottom: 10px;
  left: 40px;
}
#section04 .vice02 .vice_in a.icon01 {
  position: absolute;
  z-index: 20;
  width: 300px;
  top: -10%;
  left: 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #00913E;
  -webkit-transform: translate(-50%, 0%) scale(1);
  transform: translate(-50%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
#section04 .vice02 .vice_in a.icon01.red {
  background-color: #e60013;
}
@media screen and (max-width: 767px) {
  #section04 .vice02 .vice_in a.icon01 {
    padding: 15px 10px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 20;
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -1px;
  }
}
#section04 .vice02 .vice_in a.icon01:hover {
  -webkit-transform: translate(-50%, 0%) scale(1.075);
  transform: translate(-50%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  #section04 .vice02 .vice_in a.icon01:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
#section04 .vice02 .vice_in a.icon01 .ttl_sp {
  width: 100%;
  display: none;
  justify-content: space-between;
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section04 .vice02 .vice_in a.icon01 .ttl_sp {
    display: flex;
  }
}
#section04 .vice02 .vice_in a.icon01 .ttl_sp .left {
  width: 45%;
  padding: 10px;
  background-image: url(../media/images/recruit/sec04_text_back2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#section04 .vice02 .vice_in a.icon01 .ttl_sp .left .titbold {
  font-weight: 500;
}
#section04 .vice02 .vice_in a.icon01 .ttl_sp .right {
  width: 55%;
  text-align: left;
}
#section04 .vice02 .vice_in a.icon01 .ttl_sp .botan {
  width: 45%;
  margin: 0 auto;
}
#section04 .vice02 .vice_in a.icon01 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #section04 .vice02 .vice_in a.icon01 .ttl_all {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
#section04 .vice02 .vice_in a.icon01 .ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #section04 .vice02 .vice_in a.icon01 .ttl {
    display: none;
  }
}
#section04 .vice02 .vice_in a.icon01 .ttl div {
  font-weight: bold;
}
#section04 .vice02 .vice_in a.icon01 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
#section04 .vice02 .vice_in a.icon01 .botan {
  width: 54px;
  margin: 0 auto;
}
#section04 .vice03 {
  width: calc(100% - 250px);
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #section04 .vice03 {
    width: 90%;
    margin: 50px auto 0 auto;
  }
}
#section04 .vice03 .vice_in {
  width: 100%;
  position: relative;
}
#section04 .vice03 .vice_in .photo {
  width: 100%;
  overflow: hidden;
  border-radius: 0px 35px 35px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 .vice03 .vice_in .photo {
    border-radius: 0px 0px 20px 20px;
  }
}
#section04 .vice03 .vice_in .yaji {
  position: absolute;
  width: 14px;
  top: -1px;
  left: 25%;
  line-height: 0;
}
#section04 .vice03 .vice_in .mintext {
  position: absolute;
  z-index: 15;
  color: #fff;
  bottom: 10px;
  right: 40px;
}
#section04 .vice03 .vice_in a.icon01 {
  position: absolute;
  z-index: 20;
  width: 300px;
  top: -10%;
  right: 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #001b78;
  -webkit-transform: translate(50%, 0%) scale(1);
  transform: translate(50%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
#section04 .vice03 .vice_in a.icon01.green {
  background-color: #068851;
}
@media screen and (max-width: 767px) {
  #section04 .vice03 .vice_in a.icon01 {
    padding: 15px 10px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 20;
    width: 100%;
    top: auto;
    right: auto;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -1px;
  }
}
#section04 .vice03 .vice_in a.icon01:hover {
  -webkit-transform: translate(50%, 0%) scale(1.075);
  transform: translate(50%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  #section04 .vice03 .vice_in a.icon01:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
#section04 .vice03 .vice_in a.icon01 .ttl_sp {
  width: 100%;
  display: none;
  justify-content: space-between;
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section04 .vice03 .vice_in a.icon01 .ttl_sp {
    display: flex;
  }
}
#section04 .vice03 .vice_in a.icon01 .ttl_sp .left {
  width: 45%;
  padding: 10px;
  background-image: url(../media/images/recruit/sec04_text_back2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#section04 .vice03 .vice_in a.icon01 .ttl_sp .left .titbold {
  font-weight: 500;
}
#section04 .vice03 .vice_in a.icon01 .ttl_sp .right {
  width: 55%;
  text-align: left;
}
#section04 .vice03 .vice_in a.icon01 .ttl_sp .botan {
  width: 45%;
  margin: 0 auto;
}
#section04 .vice03 .vice_in a.icon01 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #section04 .vice03 .vice_in a.icon01 .ttl_all {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
#section04 .vice03 .vice_in a.icon01 .ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #section04 .vice03 .vice_in a.icon01 .ttl {
    display: none;
  }
}
#section04 .vice03 .vice_in a.icon01 .ttl div {
  font-weight: bold;
}
#section04 .vice03 .vice_in a.icon01 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
#section04 .vice03 .vice_in a.icon01 .botan {
  width: 54px;
  margin: 0 auto;
}
#section04 .vice04 {
  width: calc(100% - 250px);
  margin-top: 100px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #section04 .vice04 {
    width: 90%;
    margin: 50px auto 0 auto;
  }
}
#section04 .vice04 .vice_in {
  width: 100%;
  position: relative;
}
#section04 .vice04 .vice_in .photo {
  width: 100%;
  overflow: hidden;
  border-radius: 35px 0px 0px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 .vice04 .vice_in .photo {
    border-radius: 0px 0px 20px 20px;
  }
}
#section04 .vice04 .vice_in .yaji {
  position: absolute;
  width: 14px;
  top: -1px;
  left: 75%;
  line-height: 0;
}
#section04 .vice04 .vice_in .mintext {
  position: absolute;
  z-index: 15;
  color: #fff;
  bottom: 10px;
  left: 40px;
}
#section04 .vice04 .vice_in a.icon01 {
  position: absolute;
  z-index: 20;
  width: 300px;
  top: -10%;
  left: 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #8A389D;
  -webkit-transform: translate(-50%, 0%) scale(1);
  transform: translate(-50%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
#section04 .vice04 .vice_in a.icon01.blue {
  background-color: #001b78;
}
@media screen and (max-width: 767px) {
  #section04 .vice04 .vice_in a.icon01 {
    padding: 15px 10px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 20;
    width: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -1px;
  }
}
#section04 .vice04 .vice_in a.icon01:hover {
  -webkit-transform: translate(-50%, 0%) scale(1.075);
  transform: translate(-50%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  #section04 .vice04 .vice_in a.icon01:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
#section04 .vice04 .vice_in a.icon01 .ttl_sp {
  width: 100%;
  display: none;
  justify-content: space-between;
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section04 .vice04 .vice_in a.icon01 .ttl_sp {
    display: flex;
  }
}
#section04 .vice04 .vice_in a.icon01 .ttl_sp .left {
  width: 45%;
  padding: 10px;
  background-image: url(../media/images/recruit/sec04_text_back2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#section04 .vice04 .vice_in a.icon01 .ttl_sp .left .titbold {
  font-weight: 500;
}
#section04 .vice04 .vice_in a.icon01 .ttl_sp .right {
  width: 55%;
  text-align: left;
}
#section04 .vice04 .vice_in a.icon01 .ttl_sp .botan {
  width: 45%;
  margin: 0 auto;
}
#section04 .vice04 .vice_in a.icon01 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #section04 .vice04 .vice_in a.icon01 .ttl_all {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
#section04 .vice04 .vice_in a.icon01 .ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #section04 .vice04 .vice_in a.icon01 .ttl {
    display: none;
  }
}
#section04 .vice04 .vice_in a.icon01 .ttl div {
  font-weight: bold;
}
#section04 .vice04 .vice_in a.icon01 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
#section04 .vice04 .vice_in a.icon01 .botan {
  width: 54px;
  margin: 0 auto;
}
#section04 .vice05 {
  width: calc(100% - 250px);
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #section04 .vice05 {
    width: 90%;
    margin: 50px auto 0 auto;
  }
}
#section04 .vice05 .vice_in {
  width: 100%;
  position: relative;
}
#section04 .vice05 .vice_in .photo {
  width: 100%;
  overflow: hidden;
  border-radius: 0px 35px 35px 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #section04 .vice05 .vice_in .photo {
    border-radius: 0px 0px 20px 20px;
  }
}
#section04 .vice05 .vice_in .yaji {
  position: absolute;
  width: 14px;
  top: -1px;
  left: 24%;
  line-height: 0;
}
#section04 .vice05 .vice_in .mintext {
  position: absolute;
  z-index: 15;
  color: #fff;
  bottom: 10px;
  right: 40px;
}
#section04 .vice05 .vice_in a.icon01 {
  position: absolute;
  z-index: 20;
  width: 300px;
  top: -10%;
  right: 0;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  background-color: #FF9519;
  -webkit-transform: translate(50%, 0%) scale(1);
  transform: translate(50%, 0%) scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #section04 .vice05 .vice_in a.icon01 {
    padding: 15px 10px;
    overflow: hidden;
    position: relative;
    display: block;
    z-index: 20;
    width: 100%;
    top: auto;
    right: auto;
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
    border-radius: 20px 20px 0px 0px;
    margin-bottom: -1px;
  }
}
#section04 .vice05 .vice_in a.icon01:hover {
  -webkit-transform: translate(50%, 0%) scale(1.075);
  transform: translate(50%, 0%) scale(1.075);
}
@media screen and (max-width: 767px) {
  #section04 .vice05 .vice_in a.icon01:hover {
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
#section04 .vice05 .vice_in a.icon01 .ttl_sp {
  width: 100%;
  display: none;
  justify-content: space-between;
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section04 .vice05 .vice_in a.icon01 .ttl_sp {
    display: flex;
  }
}
#section04 .vice05 .vice_in a.icon01 .ttl_sp .left {
  width: 45%;
  padding: 10px;
  background-image: url(../media/images/recruit/sec04_text_back2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#section04 .vice05 .vice_in a.icon01 .ttl_sp .left .titbold {
  font-weight: 500;
}
#section04 .vice05 .vice_in a.icon01 .ttl_sp .right {
  width: 55%;
  text-align: left;
}
#section04 .vice05 .vice_in a.icon01 .ttl_sp .botan {
  width: 45%;
  margin: 0 auto;
}
#section04 .vice05 .vice_in a.icon01 .ttl_all {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #section04 .vice05 .vice_in a.icon01 .ttl_all {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}
#section04 .vice05 .vice_in a.icon01 .ttl {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #section04 .vice05 .vice_in a.icon01 .ttl {
    display: none;
  }
}
#section04 .vice05 .vice_in a.icon01 .ttl div {
  font-weight: bold;
}
#section04 .vice05 .vice_in a.icon01 .nomaltext {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 160%;
}
#section04 .vice05 .vice_in a.icon01 .botan {
  width: 54px;
  margin: 0 auto;
}

/**********************************/
#section05 {
  width: 100%;
  background-color: #fff;
  padding: 150px 0;
  overflow: hidden;
  background-image: url(../media/images/recruit/sec05_back_pc.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #section05 {
    padding: 75px 0;
    background-image: url(../media/images/recruit/sec05_back_sp.jpg);
  }
}
#section05 .section__in1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section05 .section__in1100 {
    width: 100%;
    padding: 0px 0;
  }
}
#section05 .title_type1 h2,
#section05 .title_type1 p {
  color: #fff;
}
#section05 .moviecontena {
  width: 90%;
  max-width: 540px;
  margin: 45px auto 0 auto;
}

/**********************************/
#section06 {
  width: 100%;
  background-color: #fff;
  padding: 150px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #section06 {
    padding: 75px 0;
  }
}
#section06 .section__in1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section06 .section__in1100 {
    width: 100%;
    padding: 0px 0;
  }
}
#section06 ul.listcamp {
  width: 90%;
  max-width: 1000px;
  margin: 90px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp {
    margin: 50px auto 0 auto;
  }
}
#section06 ul.listcamp li.item01 {
  width: 18.7%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp li.item01 {
    width: 43%;
    margin-bottom: 8vw;
    margin-left: 5%;
  }
}
#section06 ul.listcamp li.item02 {
  width: 17%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp li.item02 {
    width: 40%;
    margin-bottom: 8vw;
  }
}
#section06 ul.listcamp li.item03 {
  width: 24.4%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp li.item03 {
    width: 50%;
  }
}
#section06 ul.listcamp li.item04 {
  width: 13%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp li.item04 {
    width: 28%;
    margin-right: 5%;
  }
}
#section06 ul.listcamp2 {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 {
    margin: 8vw auto 0 auto;
  }
}
#section06 ul.listcamp2 li.item05 {
  width: 24.7%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 li.item05 {
    width: 43%;
    margin-bottom: 8vw;
    margin-left: 2%;
  }
}
#section06 ul.listcamp2 li.item06 {
  width: 18%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 li.item06 {
    width: 38%;
    margin-bottom: 8vw;
    margin-right: 2.5%;
  }
}
#section06 ul.listcamp2 li.item07 {
  width: 15.6%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 li.item07 {
    width: 30%;
    margin-left: 10%;
  }
}
#section06 ul.listcamp2 li.item08 {
  width: 8.8%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 li.item08 {
    width: 18%;
    margin-right: 10%;
  }
}
#section06 ul.listcamp3 {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 {
    margin: 8vw auto 0 auto;
  }
}
#section06 ul.listcamp3 li.item09 {
  width: 24.8%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item09 {
    width: 45%;
    margin-bottom: 8vw;
    margin-left: 0%;
  }
}
#section06 ul.listcamp3 li.item10 {
  width: 22%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item10 {
    width: 45%;
    margin-bottom: 8vw;
    margin-right: 0%;
  }
}
#section06 ul.listcamp3 li.item11 {
  width: 21.2%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item11 {
    width: 40%;
    margin-left: 30%;
  }
}
#section06 ul.listcamp3 li.item12 {
  width: 10%;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item12 {
    width: 0%;
    margin-right: 0%;
  }
}
#section06 ul.listcamp {
  width: 90%;
  max-width: 1000px;
  margin: 90px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp {
    margin: 50px auto 0 auto;
  }
}
#section06 ul.listcamp li.item01 {
  width: 23%;
  max-width: 230px;
  font-size: 18px;
  font-weight: bold;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp li.item01 {
    width: 100%;
    max-width: 800px;
    margin-bottom: 4vw;
  }
}
#section06 ul.listcamp li.item02 {
  width: 16.5%;
  max-width: 165px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp li.item02 {
    width: 36%;
    margin-bottom: 8vw;
    margin-right: 7.5%;
  }
}
#section06 ul.listcamp li.item03 {
  width: 15.1%;
  max-width: 151px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp li.item03 {
    margin-bottom: 8vw;
    width: 33%;
  }
}
#section06 ul.listcamp2 {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 {
    margin: 40px auto 0 auto;
  }
}
#section06 ul.listcamp2 li.item01 {
  width: 23%;
  max-width: 230px;
  font-size: 18px;
  font-weight: bold;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 li.item01 {
    width: 100%;
    max-width: 800px;
    margin-bottom: 4vw;
  }
}
#section06 ul.listcamp2 li.item02 {
  width: 33%;
  max-width: 215px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 li.item02 {
    max-width: 800px;
    width: 47%;
    margin-bottom: 8vw;
    margin-right: 7.5%;
  }
}
#section06 ul.listcamp2 li.item03 {
  width: 28%;
  max-width: 182px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp2 li.item03 {
    width: 39%;
    max-width: 800px;
    margin-bottom: 8vw;
  }
}
#section06 ul.listcamp3 {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 {
    margin: 40px auto 0 auto;
  }
}
#section06 ul.listcamp3 li.item01 {
  width: 23%;
  max-width: 230px;
  font-size: 18px;
  font-weight: bold;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item01 {
    width: 100%;
    max-width: 800px;
    margin-bottom: 4vw;
  }
}
#section06 ul.listcamp3 li.item02 {
  width: 35%;
  max-width: 224px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item02 {
    width: 47.6%;
    max-width: 800px;
    margin-bottom: 8vw;
    margin-right: 7.5%;
  }
}
#section06 ul.listcamp3 li.item03 {
  width: 9.3%;
  max-width: 60px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item03 {
    width: 13.9%;
    max-width: 800px;
    margin-right: 30%;
    margin-bottom: 8vw;
  }
}
#section06 ul.listcamp3 li.item04 {
  width: 14.2%;
  max-width: 92px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item04 {
    width: 24.6%;
    max-width: 800px;
    margin-right: 7.5%;
    margin-bottom: 8vw;
  }
}
#section06 ul.listcamp3 li.item05 {
  width: 22.78%;
  max-width: 148px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp3 li.item05 {
    width: 31.5%;
    max-width: 800px;
    margin-bottom: 8vw;
  }
}
#section06 ul.listcamp4 {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp4 {
    margin: 40px auto 0 auto;
  }
}
#section06 ul.listcamp4 li.item01 {
  width: 23%;
  max-width: 230px;
  font-size: 18px;
  font-weight: bold;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp4 li.item01 {
    width: 100%;
    max-width: 800px;
    margin-bottom: 4vw;
  }
}
#section06 ul.listcamp4 li.item02 {
  width: 24.3%;
  max-width: 158px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp4 li.item02 {
    width: 34.4%;
    max-width: 800px;
    margin-bottom: 8vw;
    margin-right: 7.5%;
  }
}
#section06 ul.listcamp4 li.item03 {
  width: 19.4%;
  max-width: 125px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp4 li.item03 {
    width: 25.9%;
    max-width: 800px;
    margin-bottom: 8vw;
  }
}
#section06 ul.listcamp5 {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp5 {
    margin: 40px auto 0 auto;
  }
}
#section06 ul.listcamp5 li.item01 {
  width: 23%;
  max-width: 230px;
  font-size: 18px;
  font-weight: bold;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp5 li.item01 {
    width: 100%;
    max-width: 800px;
    margin-bottom: 4vw;
  }
}
#section06 ul.listcamp5 li.item02 {
  width: 35%;
  max-width: 224px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp5 li.item02 {
    width: 42.7%;
    max-width: 800px;
    margin-bottom: 8vw;
    margin-right: 7.5%;
  }
}
#section06 ul.listcamp5 li.item03 {
  width: 30.8%;
  max-width: 200px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp5 li.item03 {
    width: 38.1%;
    max-width: 800px;
    margin-bottom: 8vw;
    margin-right: 7.5%;
  }
}
#section06 ul.listcamp5 li.item04 {
  width: 30.2%;
  max-width: 196px;
}
@media screen and (max-width: 767px) {
  #section06 ul.listcamp5 li.item04 {
    width: 44.9%;
    max-width: 800px;
    margin-bottom: 8vw;
  }
}

/*******************************/
/**********************************/
#section07 {
  width: 100%;
  background-color: #384A9D;
  padding: 150px 0;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #section07 {
    padding: 75px 0;
  }
}
#section07 .section__in1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #section07 .section__in1000 {
    width: 90%;
    padding: 0px 0;
  }
}
#section07 .title_type1 h2,
#section07 .title_type1 p {
  color: #fff;
}
#section07 .backgray2 {
  width: 100%;
  background-color: #F8F6F0;
  padding: 20px 0 35px 0;
  color: #000;
}
#section07 .backgray2 ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .backgray2 ul li {
  width: 31.5%;
  margin-bottom: 15px;
  padding: 10px 0 12px 0;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #section07 .backgray2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #section07 .backgray2 ul li.underbottom {
    padding: 18px 0 20px 0;
  }
}
#section07 .backgray2 ul li.nobottom {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #section07 .backgray2 ul li.nobottom {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #section07 .backgray2 ul li.last {
    margin-bottom: 0px;
  }
}
#section07 .backgray2 ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
#section07 .rec_sin {
  width: 100%;
  background-color: #fff;
  padding: 35px 0;
  border-radius: 15px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  #section07 .rec_sin {
    margin-top: 50px;
    padding: 15px 0 35px 0;
  }
}
#section07 .rec_sin h3 {
  font-weight: bold;
  color: #384A9D;
  text-align: center;
  margin-bottom: 15px;
}
#section07 .rec_sin .backgray {
  width: 100%;
  background-color: #F8F6F0;
  padding: 35px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  #section07 .rec_sin .backgray {
    padding: 35px 0 35px 0;
  }
}
#section07 .rec_sin .backgray .bana_clum {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .rec_sin .backgray .bana_clum2 {
  width: 90%;
  margin: 0 auto;
}
#section07 .rec_sin .backgray .bana_clum2 ul li {
  padding-bottom: 25px;
  /*margin-bottom:25px;
  border-bottom:1px solid #384A9D;*/
}
#section07 .rec_sin .backgray .bana_clum2 ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
@media all and (max-width: 767px) {
  #section07 .rec_sin .backgray .bana_clum2 ul li {
    margin-bottom: 30px;
  }
}
#section07 .rec_sin .backgray .bana_clum2 ul li p.entry_text {
  text-align: center;
  background-color: #39499d;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  font-size: 1.1rem;
  padding: 7px;
}
@media all and (max-width: 767px) {
  #section07 .rec_sin .backgray .bana_clum2 ul li p.entry_text {
    width: 85%;
    font-size: 1rem;
  }
}
#section07 .rec_sin .backgray .bana_clum2 ul li p.entry_text span.f20 {
  color: #ff0000;
}
#section07 .rec_sin .backgray .bana_clum2 ul li p.entry_text span.block {
  display: inline-block;
}
#section07 .rec_sin .backgray .bana_clum2 ul li div.bana_img {
  display: flex;
  justify-content: space-around;
  padding: 20px 17%;
}
@media all and (max-width: 767px) {
  #section07 .rec_sin .backgray .bana_clum2 ul li div.bana_img {
    display: grid;
  }
}
#section07 .rec_sin .backgray .bana_clum2 ul li div.bana_img a {
  width: 180px;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}
#section07 .rec_sin .backgray .bana_clum2 ul li div.bana_img a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  #section07 .rec_sin .backgray .bana_clum2 ul li div.bana_img a {
    margin-bottom: 25px;
  }
  #section07 .rec_sin .backgray .bana_clum2 ul li div.bana_img a:last-child {
    margin-bottom: 0;
  }
}
#section07 .rec_sin .backgray .bana_clum2 ul li div.bana_img a p {
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
}
#section07 .rec_sin .backgray a.left {
  width: 50%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #section07 .rec_sin .backgray a.left {
    width: 80%;
    margin-left: 10%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #999;
  }
}
#section07 .rec_sin .backgray a.left span {
  color: #FF0000;
}
#section07 .rec_sin .backgray a.left .maibana {
  width: 180px;
  margin: 25px auto;
}
#section07 .rec_sin .backgray a.left p {
  text-decoration: underline;
}
#section07 .rec_sin .backgray a.right {
  width: 50%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #section07 .rec_sin .backgray a.right {
    width: 80%;
    margin-left: 10%;
  }
}
#section07 .rec_sin .backgray a.right span {
  color: #FF0000;
}
#section07 .rec_sin .backgray a.right .maibana {
  width: 180px;
  margin: 25px auto;
}
#section07 .rec_sin .backgray a.right p {
  text-decoration: underline;
}
#section07 .rec_carr {
  width: 100%;
  background-color: #fff;
  padding: 35px 0;
  border-radius: 15px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #section07 .rec_carr {
    padding: 15px 0 35px 0;
  }
}
#section07 .rec_carr h3 {
  font-weight: bold;
  color: #384A9D;
  text-align: center;
  margin-bottom: 15px;
}
#section07 .rec_carr .backgray {
  width: 100%;
  background-color: #F8F6F0;
  padding: 35px 0;
  color: #000;
}
#section07 .rec_carr .backgray ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section07 .rec_carr .backgray ul li {
  width: 31.5%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #section07 .rec_carr .backgray ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#section07 .rec_carr .backgray ul li.nobottom {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #section07 .rec_carr .backgray ul li.nobottom {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #section07 .rec_carr .backgray ul li.last {
    margin-bottom: 0px;
  }
}
#section07 .rec_carr .backgray ul li a {
  display: inline-block;
  padding: 18px 0 20px 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
#section07 .rec_carr .backgray ul li a.long {
  font-size: 0.8em;
}
#section07 .rec_carr .backgray ul li a.double {
  padding: 7px 0;
}
#section07 h3.second {
  font-weight: bold;
  color: #384A9D;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 15px;
  background-color: #F8F6F0;
  width: 100%;
  margin: 0 auto;
}
#section07 h3.second span {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  padding-top: 25px;
  border-top: 1px dotted #999;
}

#section07 h2,
#section05 h2 {
  color: #fff;
}

#list_com_link {
  width: 90%;
  max-width: 1000px;
  margin: 25px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#list_com_link h3 {
  font-size: 17px;
  font-weight: bold;
  background-color: #DFE7F8;
  padding: 4px 10px 6px 10px;
  line-height: 100%;
  color: #001B78;
  border-radius: 0 12px 12px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #list_com_link h3 {
    font-size: 3.2vw;
    padding: 4px 5px 6px 5px;
  }
}
#list_com_link li {
  width: 22%;
  margin-top: 25px;
}
#list_com_link li.spacer_list {
  margin-right: 52%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.spacer_list {
    margin-right: 0;
  }
}
#list_com_link li.spacer_list_quarter {
  margin-right: 26%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.spacer_list_quarter {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #list_com_link li {
    margin-top: 20px;
    width: 48%;
  }
}
#list_com_link li.cl2 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2 {
    width: 100%;
  }
}
#list_com_link li.cl3 {
  /*width: 74%;*/
  width: 100%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl3 {
    width: 100%;
  }
}
#list_com_link li .logobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#list_com_link li .logobox .box1 {
  width: 100%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box1:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box1 {
    height: 80px;
  }
}
#list_com_link li .logobox .box2 {
  width: 46.5%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box2:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box2 {
    width: 48.5%;
    height: 80px;
  }
}
#list_com_link li .logobox .box3 {
  /*width: 31%;*/
  width: 24%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box3:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box3 {
    width: 48.5%;
    height: 80px;
  }
}
#list_com_link li .logobox .cp01 figure {
  width: 70%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp02 figure {
  width: 65%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp03 figure {
  width: 85%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp04 figure {
  width: 70%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp05 figure {
  width: 90%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp06 figure {
  width: 30%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp07 figure {
  width: 65%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp08 figure {
  width: 45%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp09 figure {
  width: 70%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp10 figure {
  width: 65%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp11 figure {
  width: 85%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp12 figure {
  width: 85%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp13 figure {
  width: 85%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp14 figure {
  width: 77%;
  margin: 0 auto;
}
#list_com_link li .logobox:hover > .on {
  opacity: 1;
}
#list_com_link li .logobox .on {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
#list_com_link li .logobox .on .text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .on .text {
    font-size: 3.0vw;
  }
}

/************共通********************/
.title_type1 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.15em;
  line-height: 115%;
  color: #001B78;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .title_type1 {
    font-size: 7.5vw;
  }
}
.title_type1 .mark {
  width: 65px;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 767px) {
  .title_type1 .mark {
    width: 15vw;
    max-width: 65px;
    margin: 0 auto 3vw auto;
  }
}
.title_type1 p {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  padding-top: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .title_type1 p {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
}

.f36 {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width: 767px) {
  .f36 {
    font-size: 7.5vw;
  }
}

.f30 {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f30 {
    font-size: 5vw;
  }
}

.f28 {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f28 {
    font-size: 4.9vw;
  }
}

.f24 {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f24 {
    font-size: 4.8vw;
  }
}

.f22 {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f22 {
    font-size: 4.7vw;
  }
}

.f20 {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f20 {
    font-size: 4.5vw;
  }
}

.f18 {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f18 {
    font-size: 4.2vw;
  }
}

.f14 {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .f14 {
    font-size: 3.4vw;
  }
}

.f12 {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width: 767px) {
  .f12 {
    font-size: 2.8vw;
  }
}

/************共通ここまで********************/
#list_com_link, #list_com_link2, #list_com_link3 {
  width: 90%;
  margin: 0px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  max-width: 1000px;
}
#list_com_link.secondline, #list_com_link2.secondline, #list_com_link3.secondline {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #list_com_link.thline, #list_com_link2.thline, #list_com_link3.thline {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#list_com_link h3, #list_com_link2 h3, #list_com_link3 h3 {
  font-size: 14px;
  font-weight: bold;
  background-color: #dfe7f8;
  padding: 4px 10px 6px 10px;
  line-height: 100%;
  color: #001b78;
  border-radius: 0 12px 12px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #list_com_link h3, #list_com_link2 h3, #list_com_link3 h3 {
    font-size: 3.2vw;
    padding: 4px 5px 6px 5px;
  }
}
#list_com_link li, #list_com_link2 li, #list_com_link3 li {
  width: 25%;
  margin-top: 25px;
}
#list_com_link li.banner1-2, #list_com_link2 li.banner1-2, #list_com_link3 li.banner1-2 {
  width: 41%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.banner1-2, #list_com_link2 li.banner1-2, #list_com_link3 li.banner1-2 {
    width: 100%;
  }
}
#list_com_link li.spacer_list, #list_com_link2 li.spacer_list, #list_com_link3 li.spacer_list {
  margin-right: 52%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.spacer_list, #list_com_link2 li.spacer_list, #list_com_link3 li.spacer_list {
    margin-right: 0;
  }
}
#list_com_link li.spacer_list_quarter, #list_com_link2 li.spacer_list_quarter, #list_com_link3 li.spacer_list_quarter {
  margin-right: 26%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.spacer_list_quarter, #list_com_link2 li.spacer_list_quarter, #list_com_link3 li.spacer_list_quarter {
    margin-right: 0;
  }
}
#list_com_link li.firstlistbox, #list_com_link2 li.firstlistbox, #list_com_link3 li.firstlistbox {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #list_com_link li.firstlistbox, #list_com_link2 li.firstlistbox, #list_com_link3 li.firstlistbox {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #list_com_link li, #list_com_link2 li, #list_com_link3 li {
    margin-top: 20px;
    width: 48%;
  }
}
#list_com_link li.cl2, #list_com_link2 li.cl2, #list_com_link3 li.cl2 {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2, #list_com_link2 li.cl2, #list_com_link3 li.cl2 {
    width: 100%;
  }
}
#list_com_link li.cl2_a, #list_com_link2 li.cl2_a, #list_com_link3 li.cl2_a {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2_a, #list_com_link2 li.cl2_a, #list_com_link3 li.cl2_a {
    width: 100%;
  }
}
#list_com_link li.cl2_a_1, #list_com_link2 li.cl2_a_1, #list_com_link3 li.cl2_a_1 {
  width: 72%;
}
#list_com_link li.cl2_a_1.banner2, #list_com_link2 li.cl2_a_1.banner2, #list_com_link3 li.cl2_a_1.banner2 {
  width: 56%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2_a_1.banner2, #list_com_link2 li.cl2_a_1.banner2, #list_com_link3 li.cl2_a_1.banner2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2_a_1, #list_com_link2 li.cl2_a_1, #list_com_link3 li.cl2_a_1 {
    width: 100%;
  }
}
#list_com_link li.cl2_b, #list_com_link2 li.cl2_b, #list_com_link3 li.cl2_b {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2_b, #list_com_link2 li.cl2_b, #list_com_link3 li.cl2_b {
    width: 100%;
  }
}
#list_com_link li.cl2_c, #list_com_link2 li.cl2_c, #list_com_link3 li.cl2_c {
  width: 22%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2_c, #list_com_link2 li.cl2_c, #list_com_link3 li.cl2_c {
    width: 100%;
  }
}
#list_com_link li.cl2_2, #list_com_link2 li.cl2_2, #list_com_link3 li.cl2_2 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #list_com_link li.cl2_2, #list_com_link2 li.cl2_2, #list_com_link3 li.cl2_2 {
    width: 100%;
  }
}
#list_com_link li.cl3, #list_com_link2 li.cl3, #list_com_link3 li.cl3 {
  width: 100%;
}
#list_com_link li .logobox, #list_com_link2 li .logobox, #list_com_link3 li .logobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#list_com_link li .logobox.around, #list_com_link2 li .logobox.around, #list_com_link3 li .logobox.around {
  justify-content: space-around;
}
#list_com_link li .logobox .box1, #list_com_link2 li .logobox .box1, #list_com_link3 li .logobox .box1 {
  width: 100%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box1.banner1-2, #list_com_link2 li .logobox .box1.banner1-2, #list_com_link3 li .logobox .box1.banner1-2 {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box1.banner1-2, #list_com_link2 li .logobox .box1.banner1-2, #list_com_link3 li .logobox .box1.banner1-2 {
    width: 100%;
  }
}
#list_com_link li .logobox .box1:hover > .on, #list_com_link2 li .logobox .box1:hover > .on, #list_com_link3 li .logobox .box1:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box1, #list_com_link2 li .logobox .box1, #list_com_link3 li .logobox .box1 {
    height: 80px;
  }
}
#list_com_link li .logobox .box2, #list_com_link2 li .logobox .box2, #list_com_link3 li .logobox .box2 {
  width: 46.5%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box2:hover > .on, #list_com_link2 li .logobox .box2:hover > .on, #list_com_link3 li .logobox .box2:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box2, #list_com_link2 li .logobox .box2, #list_com_link3 li .logobox .box2 {
    width: 48.5%;
    height: 80px;
  }
}
#list_com_link li .logobox .box2_1, #list_com_link2 li .logobox .box2_1, #list_com_link3 li .logobox .box2_1 {
  width: 30%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box2_1:hover > .on, #list_com_link2 li .logobox .box2_1:hover > .on, #list_com_link3 li .logobox .box2_1:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box2_1, #list_com_link2 li .logobox .box2_1, #list_com_link3 li .logobox .box2_1 {
    width: 34%;
    height: 80px;
  }
}
#list_com_link li .logobox .box2_1.cp07, #list_com_link2 li .logobox .box2_1.cp07, #list_com_link3 li .logobox .box2_1.cp07 {
  width: 24%;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box2_1.cp07, #list_com_link2 li .logobox .box2_1.cp07, #list_com_link3 li .logobox .box2_1.cp07 {
    width: 32%;
  }
}
#list_com_link li .logobox .box3, #list_com_link2 li .logobox .box3, #list_com_link3 li .logobox .box3 {
  width: 31%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box3:hover > .on, #list_com_link2 li .logobox .box3:hover > .on, #list_com_link3 li .logobox .box3:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box3, #list_com_link2 li .logobox .box3, #list_com_link3 li .logobox .box3 {
    width: 48.5%;
    height: 80px;
  }
}
#list_com_link li .logobox .box4, #list_com_link2 li .logobox .box4, #list_com_link3 li .logobox .box4 {
  width: 24%;
  height: 95px;
  display: block;
  display: flex;
  align-items: center;
  position: relative;
}
#list_com_link li .logobox .box4.banner2, #list_com_link2 li .logobox .box4.banner2, #list_com_link3 li .logobox .box4.banner2 {
  width: 40%;
}
#list_com_link li .logobox .box4:hover > .on, #list_com_link2 li .logobox .box4:hover > .on, #list_com_link3 li .logobox .box4:hover > .on {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box4, #list_com_link2 li .logobox .box4, #list_com_link3 li .logobox .box4 {
    width: 48.5%;
    height: 80px;
  }
}
#list_com_link li .logobox .cp00 figure, #list_com_link2 li .logobox .cp00 figure, #list_com_link3 li .logobox .cp00 figure {
  width: 75%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp01 figure, #list_com_link2 li .logobox .cp01 figure, #list_com_link3 li .logobox .cp01 figure {
  width: 70%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp02 figure, #list_com_link2 li .logobox .cp02 figure, #list_com_link3 li .logobox .cp02 figure {
  width: 65%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp03 figure, #list_com_link2 li .logobox .cp03 figure, #list_com_link3 li .logobox .cp03 figure {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .cp03 figure, #list_com_link2 li .logobox .cp03 figure, #list_com_link3 li .logobox .cp03 figure {
    width: 50%;
  }
}
#list_com_link li .logobox .box2.cp03 figure, #list_com_link2 li .logobox .box2.cp03 figure, #list_com_link3 li .logobox .box2.cp03 figure {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .box2.cp03 figure, #list_com_link2 li .logobox .box2.cp03 figure, #list_com_link3 li .logobox .box2.cp03 figure {
    width: 85%;
  }
}
#list_com_link li .logobox .cp04 figure, #list_com_link2 li .logobox .cp04 figure, #list_com_link3 li .logobox .cp04 figure {
  width: 70%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp05 figure, #list_com_link2 li .logobox .cp05 figure, #list_com_link3 li .logobox .cp05 figure {
  width: 90%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp06 figure, #list_com_link2 li .logobox .cp06 figure, #list_com_link3 li .logobox .cp06 figure {
  width: 30%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp07 figure, #list_com_link2 li .logobox .cp07 figure, #list_com_link3 li .logobox .cp07 figure {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .cp07 figure, #list_com_link2 li .logobox .cp07 figure, #list_com_link3 li .logobox .cp07 figure {
    /*margin: 0 auto 0 10%;*/
    width: 30%;
  }
}
#list_com_link li .logobox .cp07 .on, #list_com_link2 li .logobox .cp07 .on, #list_com_link3 li .logobox .cp07 .on {
  width: 70%;
  left: 15%;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .cp07 .on, #list_com_link2 li .logobox .cp07 .on, #list_com_link3 li .logobox .cp07 .on {
    width: 100%;
    left: 0%;
  }
}
#list_com_link li .logobox .cp08 figure, #list_com_link2 li .logobox .cp08 figure, #list_com_link3 li .logobox .cp08 figure {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .cp08 figure, #list_com_link2 li .logobox .cp08 figure, #list_com_link3 li .logobox .cp08 figure {
    /*margin: 0 auto 0 12.5%;*/
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .cp08 .on, #list_com_link2 li .logobox .cp08 .on, #list_com_link3 li .logobox .cp08 .on {
    width: 100%;
    left: 0%;
  }
}
#list_com_link li .logobox .cp09 figure, #list_com_link2 li .logobox .cp09 figure, #list_com_link3 li .logobox .cp09 figure {
  width: 70%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp10 figure, #list_com_link2 li .logobox .cp10 figure, #list_com_link3 li .logobox .cp10 figure {
  width: 65%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp11 figure, #list_com_link2 li .logobox .cp11 figure, #list_com_link3 li .logobox .cp11 figure {
  width: 85%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp12 figure, #list_com_link2 li .logobox .cp12 figure, #list_com_link3 li .logobox .cp12 figure {
  width: 85%;
  margin: 0 auto;
}
#list_com_link li .logobox .cp13 figure, #list_com_link2 li .logobox .cp13 figure, #list_com_link3 li .logobox .cp13 figure {
  width: 85%;
  margin: 0 auto;
}
#list_com_link li .logobox:hover > .on, #list_com_link2 li .logobox:hover > .on, #list_com_link3 li .logobox:hover > .on {
  opacity: 1;
}
#list_com_link li .logobox .on, #list_com_link2 li .logobox .on, #list_com_link3 li .logobox .on {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
#list_com_link li .logobox .on .text, #list_com_link2 li .logobox .on .text, #list_com_link3 li .logobox .on .text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #list_com_link li .logobox .on .text, #list_com_link2 li .logobox .on .text, #list_com_link3 li .logobox .on .text {
    font-size: 3.0vw;
  }
}
#list_com_link h3, #list_com_link2 h3, #list_com_link3 h3 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #list_com_link h3, #list_com_link2 h3, #list_com_link3 h3 {
    font-size: 3.2vw;
  }
}

/*# sourceMappingURL=recruit_2021.css.map */
