@charset "UTF-8";
/* CSS Document */





/*top*/
.top .slide_box {
  position: relative;
  margin-bottom: 200px;
}
.top .slide_box::after {
  position: absolute;
  bottom: -39px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 64px;
  height: 69px;
  background: url(../img/top/slider_scroll.svg) no-repeat center center;
  background-size: cover;
  animation: arrowmove 2s linear infinite;
  content: '';
}
@keyframes arrowmove {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0.5em);
  }
  60% {
    transform: translateY(0);
  }
}
.top .slide_box .slide {
  height: calc(100vh - 90px);
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.top .slide_box .slide div {
  height: 100% !important;
}
.top .slide_box .slide div p ,
.top .slide_box .slide div p picture {
  width: 100% !important;
  height: 100% !important;
}
.top .slide_box .slide div p picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .slide_box .cetch {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index: 1;
  width: 1530px;
  height: 611px;
}
.top .slide_box .cetch::before ,
.top .slide_box .cetch::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  content: '';
}
.top .slide_box .cetch::before {
  z-index: -1;
  background: url(../img/top/slider_bg.svg) no-repeat center center;
  mix-blend-mode: hard-light;
  opacity: .42;
}
.top .slide_box .cetch::after {
  z-index: 10;
  background: url(../img/top/slider_mark.png) no-repeat center center;
  mix-blend-mode: screen;
}
.top .slide_box .cetch h3 {
  position: relative;
  z-index: 5;
  filter: drop-shadow(0 0 5px rgba(255,255,255,.8)) drop-shadow(0 0 5px rgba(255,255,255,.8)) drop-shadow(0 0 5px rgba(255,255,255,.8));
}

.top main .news {
  margin-bottom: 150px;
}
.top main .news .tab_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.top main .news .tab_box input {
  display: none;
}
.top main .news .tab_box label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
  border: solid 1.5px #e0e0e1;
  border-bottom: solid 1.5px #000000;
  background: #e0e0e1;
  border-radius: 10px 10px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  width: 300px;
  height: 50px;
  margin: 0 30px;
  transition: .5s;
}
.top main .news .tab_box input:not(:checked) + label:hover {
  transition: .5s;
  opacity: 0.65;
}
.top main .news .tab_box input:checked + label {
  border: solid 1.5px #000;
  border-bottom: solid 1.5px #FFF;
  background: #FFF;
  color: #2d55a8;
}
.top main .news .tab_box .tab_contents {
  position: relative;
  width: 100%;
}
.top main .news .tab_box input:checked + label +.tab_contents::before {
  position: absolute;
  top: -1.5px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1.5px;
  background: #000;
  content: '';
}
.top main .news .tab_box .tab_contents .news_list {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.top main .news .tab_box input:checked + label + .tab_contents .news_list {
  height: auto;
  overflow: auto;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px;
  opacity: 1;
  transition: .5s opacity;
}
.top main .news .tab_box .tab_contents .news_list section {
  display: flex;
  font-size: 1.6rem;
}
.top main .news .tab_box .tab_contents .news_list section:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.top main .news .tab_box .tab_contents .news_list section time {
  position: relative;
  display: block;
  width: 280px;
}
.top main .news .tab_box .tab_contents .news_list section time::after {
  position: absolute;
  top: .35em;
  right: 5em;
  width: 1.1875em;
  height: 1.0625em;
  background: url(../img/top/news_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top main .news .tab_box .tab_contents .news_list section p {
  width: calc(100% - 280px);
}
.top main .news .more_btn {
  display: flex;
  justify-content: flex-end;
}
.top main .news .more_btn a {
  position: relative;
  display: flex;
  border: solid 1px #000000;
  font-size: 1.6rem;
  border-radius: 1.5em;
  padding: .4em 1em;
}
.top main .news .more_btn a span {
  position: relative;
  display: block;
  font-weight: 500;
  padding-right: 1.875em;
}
.top main .news .more_btn a span::after {
  position: absolute;
  top: .35em;
  right: 0;
  width: 1em;
  height: 1em;
  background: url(../img/top/news_more_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top main .news .more_btn a:hover {
  border: solid 1px #000000;
  background: #000000;
  color: #FFF;
}
.top main .news .more_btn a:hover span::after {
  background: url(../img/top/news_more_arrow_white.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top main .recruit {
  margin-bottom: 200px;
}
.top main .recruit a {
  display: block;
  overflow: hidden;
  border-radius: 50px;
}
.top main .recruit a .img {
  position: relative;
}
.top main .recruit a .img h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top main .recruit a .img h3 span ,
.top main .recruit a .img h3 em {
  display: block;
  line-height: 1em;
  color: #FFF;
}
.top main .recruit a .img h3 span {
  font-family: 'Ostrich Sans Black';
  font-size: 7.2rem;
}
.top main .recruit a .img h3 em {
  font-size: 2.5rem;
  font-weight: 700;
}
.top main .recruit a .img p {
  position: relative;
  z-index: -1;
}
.top main .recruit a .img p::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(76, 140, 204, .71);
  mix-blend-mode: multiply;
  content: '';
}
.top main .recruit a .catch {
  background: #ecf0f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.top main .recruit a .catch p {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
.top main .features {
  position: relative;
  margin-bottom: 200px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.top main .features::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
  width: 100%;
  height: calc(100% - (480px + 20px));
  content: '';
}
.top main .features .bg {
  position: relative;
  padding-top: 110px;
  padding-bottom: 180px;
}
.top main .features .bg::before ,
.top main .features .bg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 480px;
  content: '';
}
.top main .features .bg::before {
  background: #2d55a8;
}
.top main .features .bg::after {
  background: url(../img/top/features_bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: .35;
  mix-blend-mode: multiply;
}
.top main .features .bg .title {
  margin-bottom: 120px;
}
.top main .features .bg .title .title01-white {
  margin-bottom: 0;
}
.top main .features .bg .box {
  display: flex;
}
.top main .features .bg .box section {
  width: calc((100% - (60px * 2)) / 3);
  display: flex;
  flex-direction: column;
}
.top main .features .bg .box section:not(:last-of-type) {
  margin-right: 60px;
}
.top main .features .bg .box section .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.top main .features .bg .box section .number span ,
.top main .features .bg .box section .number em {
  display: block;
  line-height: 1em;
  font-family:"Ostrich Sans Medium";
  font-weight: 900;
}
.top main .features .bg .box section .number span {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.8rem;
  color: #FFF;
  
}
.top main .features .bg .box section .number em {
  font-size: 12.0rem;
  color: #2d55a8;
}
.top main .features .bg .box section h4 {
  flex-grow: 1;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 20px;
}
.top main .features .bg .box section h4 em {
  display: block;
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
}
.top main .features .bg .box section h4 em br {
  display: none;
}
.top main .features .bg .box section .img {
  position: relative;
  margin-bottom: 50px;
  filter: drop-shadow(7px 7px 5px rgba(0,0,0,.7));
}
.top main .features .bg .box section .img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 18px solid rgb(255, 255, 255);
  outline-offset: -18px;
  display: block;
  content: '';
}
.top main .features .bg .box section .comment {
  font-size: 1.8rem;
  padding: 0 3em;
  color: #FFF;
}
.top main .features .bg .box section .comment * {
  font-weight: 500;
}
.top main .service {
  margin-bottom: 200px;
}
.top main .service .box {
  position: relative;
}
.top main .service .box::before ,
.top main .service .box::after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 275px;
  height: calc(100% - 340px);
  display: block;
  background: url(../img/business/service_bg.jpg) repeat center center;
  content: '';
}
.top main .service .box::before {
  left: calc(50% - 50vw);
}
.top main .service .box::after {
  right: calc(50% - 50vw);
  border-radius: 225px 0 0;
}
.top main .service .box section {
  position: relative;
  display: flex;
  align-items: center;
}
.top main .service .box section .number {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top main .service .box section .number em ,
.top main .service .box section .number span {
  display: block;
  line-height: 1em;
}
.top main .service .box section .number em {
  font-family:"Ostrich Sans Black";
  font-size: 10.0rem;
  margin-bottom: -.1em;
}
.top main .service .box section .number em i {
  color: #FFF;
}
.top main .service .box section .number span {
  font-size: 2.0rem;
  font-weight: 700;
  background: #FFF;
  padding: .3em .6em;
}
.top main .service .box section .box_in {
  width: 50%;
}
.top main .service .box section:nth-of-type(odd) .box_in {
  order: 2;
  margin-left: auto;
  padding-left: 150px;
  padding-right: 90px;
}
.top main .service .box section:nth-of-type(even) .box_in {
  order: 1;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 150px;
}
.top main .service .box section .box_in .comment {
  margin-bottom: 2em;
}
.top main .service .box section .box_in .btn {
  display: flex;
  justify-content: flex-end;
}
.top main .service .box section .box_in .btn a {
  display: block;
  background: #2d55a8;
  border: solid 1px #2d55a8;
  color: #FFF;
  font-family:"Ostrich Sans Medium";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .2em;
  padding: .3em .8em .1em;
  border-radius: 0 .6em .6em 0;
}
.top main .service .box section .box_in .btn a:hover {
  background: #FFF;
  border: solid 1px #2d55a8;
  color: #2d55a8;
}
.top main .service .box section .img {
  flex: 1;
  height: 340px;
  overflow: hidden;
}
.top main .service .box section:nth-of-type(odd) .img {
  order: 1;
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}
.top main .service .box section:nth-of-type(even) .img {
  order: 2;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.top main .service .box section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top main .award {
  position: relative;
  margin-bottom: 200px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.top main .award::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #000000;
  width: 100%;
  height: calc(100% - 510px);
  content: '';
}
.top main .award .bg {
  position: relative;
  padding-top: 140px;
}
.top main .award .bg::before ,
.top main .award .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 510px;
  content: '';
}
.top main .award .bg::before {
  background: #2d55a8;
}
.top main .award .bg::after {
  background: url(../img/top/award_bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: .35;
  mix-blend-mode: multiply;
}
.top main .award .bg .title {
  margin-bottom: 120px;
}
.top main .award .bg .title .title01-white {
  margin-bottom: 0;
}
.top main .award .bg .title .title01-white * {
  color: #FFF;
}
.top main .award .bg .box {
  position: relative;
  display: flex;
  padding-bottom: 130px;
}
.top main .award .bg .box::after {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1.3125em;
  height: 2.375em;
  background: url(../img/top/award_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.top main .award .bg .box section {
  /*width: calc((100% - (40px * 3)) / 4);*/
  width: 460px !important;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}
/*.top main .award .bg .box section:not(:last-of-type) {
  margin-right: 40px;
}*/
.top main .award .bg .box section a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top main .award .bg .box section a .img {
  position: relative;
  margin-bottom: 50px;
}
.top main .award .bg .box section a .img span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 285px;
}
/*.top main .award .bg .box section:nth-of-type(1) a .img span {
  border-radius: 0 20px 20px 0;
}
.top main .award .bg .box section:nth-of-type(4) a .img span {
  border-radius: 20px 0 0 20px;
}*/
.top main .award .bg .box section a .img span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top main .award .bg .box section a .img::after {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 50px;
  background: #FFF;
  content: '';
}
.top main .award .bg .box section a time {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .award .bg .box section a time span {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
}
.top main .award .bg .box section a time span::before ,
.top main .award .bg .box section a time span::after {
  position: absolute;
  top: .15em;
  width: 5px;
  height: calc(100% - (.3em * 2));
  border: solid 2px #FFF;
  content: '';
}
.top main .award .bg .box section a time span::before {
  left: 0;
  border-right: none;
}
.top main .award .bg .box section a time span::after {
  right: 0;
  border-left: none;
}
.top main .award .bg .box section a h4 {
  text-align: center;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 700;
}
.top main .award .bg .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .award .bg .more_btn a {
  display: block;
  background: #FFF;
  border-radius: 20px 20px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  padding: .3em 1.5em 0;
}
.top main .img_btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
.top main .img_btn section {
  width: calc((100% - (100px * 2)) / 3);
}
.top main .img_btn section:not(:last-of-type) {
  margin-right: 100px;
}
.top main .img_btn section a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50px;
  overflow: hidden;
}
.top main .img_btn section a .img_title {
  position: relative;
}
.top main .img_btn section a .img_title p {
  position: relative;
}
.top main .img_btn section a .img_title p::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}
.top main .img_btn section:nth-of-type(1) a .img_title p::after {
  background: rgba(108, 136, 194, .71);
}
.top main .img_btn section:nth-of-type(2) a .img_title p::after {
  background: rgba(170, 105, 131, .71);
}
.top main .img_btn section:nth-of-type(3) a .img_title p::after {
  background: rgba(230, 177, 76, .71);
}
.top main .img_btn section a .img_title h3 {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top main .img_btn section a .img_title h3 span ,
.top main .img_btn section a .img_title h3 em {
  display: block;
  color: #FFF;
  line-height: 1em;
  font-weight: 700;
}
.top main .img_btn section a .img_title h3 span {
  font-family:"Ostrich Sans Medium";
  font-size: 5.0rem;
}
.top main .img_btn section a .img_title h3 em {
  font-size: 2.4rem;
}
.top main .img_btn section a .comment {
  background: #ecf0f7;
  padding: 40px 20px;
  width: 100%;
}
.top main .img_btn section a .comment p {
  font-weight: 700;
  text-align: center;
}
.top main .access .title {
  margin-bottom: 120px;
}
.top main .access .title .title01 {
  margin-bottom: 0;
}
.top main .access {
  padding-bottom: 150px;
}
.top main .access .gmap {
  margin-bottom: 30px;
}
.top main .access .gmap iframe {
  width: 100%;
  height: 750px;
}
.top main .access address {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top main .access address * {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
}
.top main .access address p ,
.top main .access address dl dt {
  margin-right: .5em;
}




@media screen and (max-width: 1640px) {
  .top main .features .bg .box section h4 {
    font-size: 3.0rem;
  }
  .top main .features .bg .box section h4 em br {
    display: block;
  }
  
}




@media screen and (max-width: 1240px) {
  .top main .features .bg .box section .img::after {
    outline: 5px solid rgb(255, 255, 255);
    outline-offset: -5px;
  }
  .top main .features .bg .box section .comment {
    padding: 0 1em;
  }
  .top main .service .box::before ,
  .top main .service .box::after {
    width: 250px;
  }
  .top main .award .bg .box section a time span {
    font-size: 1.6rem;
  }
  .top main .award .bg .box section a h4 {
    font-size: 1.6rem;
  }
  .top main .img_btn section {
    width: calc((100% - (40px * 2)) / 3);
  }
  .top main .img_btn section:not(:last-of-type) {
    margin-right: 40px;
  }
  
}




@media screen and (max-width: 1140px) {
  .top main .news .tab_box label {
    width: calc((100% - ((10px * 2) * 3)) / 3);
    margin: 0 10px;
  }
  .top main .features .bg .box section {
    width: calc((100% - (30px * 2)) / 3);
  }
  .top main .features .bg .box section:not(:last-of-type) {
    margin-right: 30px;
  }
  .top main .features .bg .box section .comment {
    padding: 0;
  }
  .top main .img_btn section a .comment {
    padding: 30px 10px;
  }
  
}




@media screen and (max-width: 1040px) {
  .top main .news .tab_box input:checked + label + .tab_contents .news_list {
    padding-left: 50px;
    padding-right: 50px;
  }
  .top main .news .tab_box .tab_contents .news_list section time {
    width: 200px;
  }
  .top main .news .tab_box .tab_contents .news_list section time::after {
    right: 2em;
  }
  .top main .news .tab_box .tab_contents .news_list section p {
    width: calc(100% - 200px);
  }
  .top main .service .box section:nth-of-type(odd) .box_in {
    padding-left: 80px;
    padding-right: 20px;
  }
  .top main .service .box section:nth-of-type(even) .box_in {
    padding-left: 20px;
    padding-right: 80px;
  }
  /*.top main .award .bg .box section {
    width: calc((100% - (20px * 3)) / 4);
  }
  .top main .award .bg .box section:not(:last-of-type) {
    margin-right: 20px;
  }*/
  .top main .img_btn section a .img_title h3 span {
    font-size: 3.0rem;
  }
  .top main .img_btn section a .img_title h3 em {
    font-size: 2.0rem;
  }
  
}




@media screen and (max-width: 767px) {
  .top .slide_box {
    margin-bottom: 20vw;
  }
  .top .slide_box::after {
    bottom: -3vw;
    width: calc(8.344vw * 2);
    height: calc(8.996vw * 2);
  }
  .top .slide_box .slide {
    height: calc(100vh - 15vw);
    border-radius: 0 0 20px 20px;
  }
  .top .slide_box .cetch {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top .slide_box .cetch::before {
    background: url(../img/top/slider_bg_s.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .top .slide_box .cetch::after {
    display: none;
  }
  .top .slide_box .cetch h3 {
    width: 65vw;
  }

  .top main .news {
    margin-bottom: 20vw;
  }
  .top main .news .tab_box {
    margin-bottom: 5vw;
  }
  .top main .news .tab_box label {
    border: solid 1px #e0e0e1;
    border-bottom: solid 1px #000000;
    border-radius: 5px 5px 0 0;
    font-size: 1.6rem;
    width: calc((100% - ((3vw * 2) * 3)) / 3);
    height: auto;
    margin: 0 3vw;
    padding: .3em 0;
  }
  .top main .news .tab_box input:checked + label {
    border: solid 1px #000;
    border-bottom: solid 1px #FFF;
  }
  .top main .news .tab_box input:checked + label +.tab_contents::before {
    top: -1px;
    height: 1px;
  }
  .top main .news .tab_box input:checked + label + .tab_contents .news_list {
    padding-top: 5vw;
    padding-left: 0;
    padding-right: 0;
  }
  .top main .news .tab_box .tab_contents .news_list section {
    display: flex;
    flex-direction: column;
  }
  .top main .news .tab_box .tab_contents .news_list section time {
    width: 100%;
    font-size: 1.4rem;
  }
  .top main .news .tab_box .tab_contents .news_list section time::after {
    display: none;
  }
  .top main .news .tab_box .tab_contents .news_list section p {
    width: 100%;
  }
  .top main .news .more_btn a {
    font-size: 1.6rem;
    padding: .4em 2em;
  }
  .top main .recruit {
    margin-bottom: 20vw;
  }
  .top main .recruit a {
    border-radius: 20px;
  }
  .top main .recruit a .img h3 span {
    font-size: 4.0rem;
    white-space: nowrap;
  }
  .top main .recruit a .img h3 em {
    font-size: 2.0rem;
  }
  .top main .recruit a .catch {
    padding: 4vw 5vw;
  }
  .top main .recruit a .catch p {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .top main .features {
    margin-bottom: 20vw;
    border-radius: 0 0 20px 20px;
  }
  .top main .features::before {
    height: calc(100% - (50vh + 5vw));
  }
  .top main .features .bg {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .top main .features .bg::before ,
  .top main .features .bg::after {
    height: 50vh;
  }
  .top main .features .bg .title {
    margin-bottom: 10vw;
  }
  .top main .features .bg .title .title01-white {
    margin-bottom: 0;
  }
  .top main .features .bg .box {
    flex-direction: column;
  }
  .top main .features .bg .box section {
    width: 100%;
  }
  .top main .features .bg .box section:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .top main .features .bg .box section .number {
    margin-bottom: 1vw;
  }
  .top main .features .bg .box section .number span {
    font-size: 1.6rem;    
  }
  .top main .features .bg .box section .number em {
    font-size: 10.0rem;
  }
  .top main .features .bg .box section h4 {
    font-size: 2.0rem;
    margin-bottom: 3vw;
  }
  .top main .features .bg .box section h4 em {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .top main .features .bg .box section h4 em br {
    display: block;
  }
  .top main .features .bg .box section .img {
    margin-bottom: 5vw;
    filter: drop-shadow(7px 7px 5px rgba(0,0,0,.7));
  }
  .top main .features .bg .box section .img::after {
    outline: 5px solid rgb(255, 255, 255);
    outline-offset: -5px;
  }
  .top main .features .bg .box section .comment {
    font-size: 1.6rem;
    padding: 0;
  }
  .top main .features .bg .box section .comment * {
    font-weight: 400;
  }
  .top main .service {
    margin-bottom: 20vw;
  }
  .top main .service .box::before ,
  .top main .service .box::after {
    width: 15vw;
    height: calc(100% - 20vw);
  }
  .top main .service .box::after {
    border-radius: 50px 0 0;
  }
  .top main .service .box section {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .top main .service .box section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .top main .service .box section .number {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    margin-bottom: 0;
  }
  .top main .service .box section .number em {
    font-size: 8.0rem;
    margin-bottom: -.25em;
    margin-right: .5em;
  }
  .top main .service .box section .number em i {
    color: inherit;
  }
  .top main .service .box section .number span {
    font-size: 2.0rem;
    background: inherit;
    padding: inherit;
  }
  .top main .service .box section .box_in {
    width: 100%;
  }
  .top main .service .box section:nth-of-type(odd) .box_in {
    order: 2;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .top main .service .box section:nth-of-type(even) .box_in {
    order: 2;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .top main .service .box section .box_in .comment {
    padding-top: .5em;
    margin-bottom: 1em;
  }
  .top main .service .box section .box_in .btn a {
    font-size: 1.6rem;
    padding: .5em 1.2em .3em;
  }
  .top main .service .box section .img {
    flex: inherit;
    height: auto;
    overflow: inherit;
  }
  .top main .service .box section:nth-of-type(odd) .img {
    order: 1;
    margin-right: 0;
    margin-left: 0;
  }
  .top main .service .box section:nth-of-type(even) .img {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .top main .service .box section .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .top main .award {
    margin-bottom: 20vw;
    border-radius: 0 0 20px 20px;
  }
  .top main .award::before {
    height: calc(100% - 50vh);
  }
  .top main .award .bg {
    padding-top: 10vw;
  }
  .top main .award .bg::before ,
  .top main .award .bg::after {
    height: 50vh;
  }
  .top main .award .bg .title {
    margin-bottom: 10vw;
  }
  .top main .award .bg .box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 10vw;
  }
  .top main .award .bg .box::after {
    bottom: 5vw;
    width: 1.3125em;
    height: 2.375em;
  }
  .top main .award .bg .box section {
    /*width: 100%;*/
    width: 70vw !important;
    display: flex;
    margin: 0 4vw;
  }
  /*.top main .award .bg .box section:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 6vw;
  }*/
  .top main .award .bg .box section a {
    display: block;
    /*flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;*/
  }
  .top main .award .bg .box section a .img {
    width: 100%;
    height: auto;
    /*margin-right: 5vw;*/
    margin-bottom: 5vw;
  }
  .top main .award .bg .box section a .img span {
    display: block;
    height: auto;
    border-radius: 5px;
    aspect-ratio: inherit;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .top main .award .bg .box section:nth-of-type(1) a .img span {
    border-radius: 5px;
  }
  .top main .award .bg .box section:nth-of-type(4) a .img span {
    border-radius: 5px;
  }
  .top main .award .bg .box section a .img span img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .top main .award .bg .box section a .img::after {
    display: none;
  }
  .top main .award .bg .box section a .time_title {
    /*width: calc(100% - (50% + 5vw));*/
    width: 100%;
  }
  .top main .award .bg .box section a time {
    display: flex;
    justify-content: flex-start;
  }
  .top main .award .bg .box section a time span {
    padding: 0 3vw;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .top main .award .bg .box section a time span::before ,
  .top main .award .bg .box section a time span::after {
    border: solid 2px #FFF;
  }
  .top main .award .bg .box section a time span::before {
    left: 0;
    border-right: none;
  }
  .top main .award .bg .box section a time span::after {
    right: 0;
    border-left: none;
  }
  .top main .award .bg .box section a h4 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .top main .award .bg .more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top main .award .bg .more_btn a {
    display: block;
    background: #FFF;
    border-radius: 20px 20px 0 0;
    font-size: 1.8rem;
    font-weight: 700;
    padding: .3em 1.5em 0;
  }
  .top main .img_btn {
    margin-bottom: 20vw;
  }
  .top main .img_btn section {
    width: 100%;
  }
  .top main .img_btn section:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .top main .img_btn section a {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: row;
    border-radius: 10px;
  }
  .top main .img_btn section a .img_title {
    width: 50%;
  }
  .top main .img_btn section a .img_title h3 span {
    font-size: 4.0rem;
    white-space: nowrap;
  }
  .top main .img_btn section a .img_title h3 em {
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .top main .img_btn section a .comment {
    padding: 5vw 4vw;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top main .img_btn section a .comment p {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
  }
  .top main .img_btn section a .comment p br {
    display: none;
  }
  .top main .access .title {
    margin-bottom: 120px;
  }
  .top main .access .title .title01 {
    margin-bottom: 0;
  }
  .top main .access .title {
    margin-bottom: 10vw;
  }
  .top main .access {
    padding-bottom: 20vw;
  }
  .top main .access .gmap {
    margin-bottom: 5vw;
  }
  .top main .access .gmap iframe {
    height: 60vh;
  }
  .top main .access address {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .top main .access address * {
    font-size: 1.6rem;
  }
  .top main .access address dl {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .top main .access address dl dt {
    margin-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  


}



