@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
.fuwafuwa {
  animation-name: anim_sc;
  transform: scale(0.97, 0.97);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
/*#about*/
#about .about_box {
  position: relative;
}
#about .about_img {
  width: 80%;
  margin: 0 0 0 auto;
}
#about .about_txt {
  width: 35%;
  padding: 40px;
  background: #FFF;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#about .about_txt p {
  line-height: 2;
  font-weight: 500;
  font-size: 1.8rem;
}
#about .about_img img {
  width: 100%;
}
@media screen and (max-width: 1360px) {
  #about .about_img {
    width: 80%;
  }
  #about .about_txt {
    width: 45%;
    padding: 30px;
  }
}
@media screen and (max-width: 991px) {
  #about .about_img {
    width: 100%;
    margin: auto;
  }
  #about .about_txt {
    width: 100%;
    padding: 0 20px 40px 20px;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  #about .about_txt p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 550px) {}
/*saiyo*/
#saiyo01, #saiyo02 {
  background-image: url("../images/bg.png");
  background-repeat: repeat;
  text-align: center;
}
/*point*/
#point {}
.point_box {
  border: 3px solid #FDD000;
  border-radius: 20px;
  padding: 100px 20px 40px 20px;
  position: relative;
  margin-top: 120px;
}
.point_box .ico_point {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.point_box h3 {
  text-align: center;
  font-weight: 700;
  font-size: 3.2rem;
  margin-bottom: 20px;
  color: #D80C18;
  line-height: 1.5;
}
.point_box p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 768px) {
  .point_box {
    margin-top: 120px !important;
  }
  .point_box h3 {
    font-size: 2.4rem;
  }
  .point_box p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 550px) {}
/* section04 */
#interview {
  background: #F6F6F4;
}
#interview h3 {
  position: relative;
  background: #333;
  padding: 0.5em 0.5em 0.5em 40px;
  font-size: 3.4rem;
  color: #FFF;
  font-weight: 600;
}
#interview h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fdcf00 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#interview h3 span {
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 600;
  vertical-align: baseline;
}
.interview_box {
  border: 2px solid #333;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  background: #FFF;
}
.interview_box p {
  width: 30%;
  max-width: 290px;
}
.interview_box dl {
  width: 68%;
}
.interview_box dl dt {
  padding-left: 40px;
  line-height: 1.5;
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 10px;
}
.interview_box dl dd {
  padding-left: 40px;
  line-height: 1.7;
  font-size: 2.2rem;
  position: relative;
  margin-bottom: 30px;
}
.interview_box dl dt::before {
  content: "Q.";
  font-family: 'Roboto Condensed', sans-serif;
  color: #FDD000;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.8rem;
}
.interview_box dl dd::before {
  content: "A.";
  font-family: 'Roboto Condensed', sans-serif;
  color: #D80C18;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.8rem;
  font-weight: 600;
}
.interview_box dl dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 991px) {
  #interview h3 {
    font-size: 2.4rem;
  }
  #interview h3 span {
    font-size: 1.8rem;
  }
  #interview h3 {
    padding: 0.5em 0.5em 0.5em 25px;
  }
  .interview_box {
    flex-direction: column;
  }
  .interview_box p {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 30px auto;
  }
  .interview_box dl {
    width: 100%;
  }
  .interview_box dl dt {
    font-size: 2.2rem;
  }
  .interview_box dl dd {
    font-size: 1.8rem;
  }
  .interview_box dl dt::before {
    font-size: 2.2rem;
  }
  .interview_box dl dd::before {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 550px) {
  .interview_box {
    padding: 20px;
  }
  .interview_box p {
    max-width: 200px;
  }	
 .interview_box dl dt {
    font-size: 2.0rem;
  }
  .interview_box dl dd {
    font-size: 1.8rem;
  }	
}
/* boshu  */
#boshu h3 {
  position: relative;
  background: #333;
  padding: 0.5em 0.5em 0.5em 40px;
  font-size: 3.4rem;
  color: #FFF;
  font-weight: 600;
}
#boshu h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fdcf00 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#boshu h3 span {
  font-size: 2.4rem;
  color: #FFF;
  font-weight: 600;
  vertical-align: baseline;
}
.boshu_box {
  border: 2px solid #333;
  padding: 30px;
}
.boshu_box .inner_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.boshu_box .inner_box .inner {
  width: 47%;
}
.boshu_box .inner_box .inner table {
  width: 100%;
}
.boshu_box .inner_box .inner table th, .boshu_box .inner_box .inner table td {
  padding: 1em 0.5em;
  border-bottom: 1px dotted #333;
  line-height: 1.7;
}
.boshu_box .inner_box .inner table th {
  width: 25%;
  vertical-align: text-bottom;
}
@media screen and (max-width: 991px) {
  #boshu h3 {
    font-size: 2.4rem;
  }
  #boshu h3 span {
    font-size: 1.6rem;
  }
  #boshu h3 {
    padding: 0.5em 0.5em 0.5em 25px;
  }
  .boshu_box .inner_box {
    flex-direction: column;
  }
  .boshu_box .inner_box .inner {
    width: 100%;
  }
  .boshu_box .inner_box .inner table th {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .boshu_box {
    padding: 20px;
  }
  .boshu_box .inner_box .inner table th, .boshu_box .inner_box .inner table td {
    font-size: 1.4rem;
  }
}
/* entry */
#entry {
  padding: 60px 0;
}
#entry .entry_box {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 20px;
}
#entry .entry_box dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#entry .entry_box dl dt {
  width: 24%;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
  font-size: 2.0rem;
  padding: 1em;
}
#entry .entry_box dl dd {
  width: 76%;
}
@media screen and (max-width:768px) {
  #entry .entry_box {
    padding: 20px;
  }
  #entry .entry_box dl {
    flex-direction: column;
  }
  #entry .entry_box dl dt {
    width: 100%;
    font-size: 1.8rem;
  }
  #entry .entry_box dl dd {
    width: 100%;
  }
}
@media screen and (max-width:550px) {}
/* cta */
.cta {
  background: #FFDE00;
  text-align: center;
}
.cta h2 {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.cta h2 .cta_point {
  position: absolute;
  right: 0;
  top: -100px;
}
.fuwafuwa {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 550px) {}
/* company */
#company a {
  color: #0068B1;
}
#company a:hover {
  opacity: 0.7;
}
/*----------------------------------------
	共通
-----------------------------------------*/
.ttl {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.ttl span {
  font-size: 4rem;
  font-weight: 600;
  padding-top: 30px;
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  line-height: 1;
}
.ttl span::before {
  content: "";
  width: 130px;
  height: 5px;
  background-image: url("../images/bg_h.svg");
  background-size: auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ttl02 {
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 60px;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
.ttl02::before {
  content: "";
  width: 130px;
  height: 5px;
  background-image: url("../images/bg_h.svg");
  background-size: auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.subttl {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 4.8rem;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
.about_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_list li {
  width: calc(100% / 3);
  padding: 15px;
}
.point_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_list li {
  width: calc(100% / 4);
  padding: 15px;
}
.about_list li img, .point_list li img {
  width: 100%;
}
@media(max-width: 768px) {
  .subttl {
    font-size: 2.8rem;
  }
  .ttl, .ttl02 {
    font-size: 4rem;
  }
  .ttl span {
    font-size: 2rem;
  }
  .ttl::before {
    top: 25px;
  }
  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
  .about_list li {
    width: calc(100% / 3);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 4);
    padding: 10px;
  }
}
@media(max-width: 550px) {
  .ttl, .ttl02 {
    font-size: 2.8rem;
  }
  .ttl span {
    font-size: 2rem;
  }
  .ttl::before {
    top: 20px;
  }
  .about_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
  .point_list li {
    width: calc(100% / 2);
    padding: 10px;
  }
}