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





.page_title::before {
  background: url(../img/business/main_img_w.jpg) no-repeat center center;
}
main .our {
  margin-bottom: 250px;
}
main .our .catch {
  position: relative;
  display: flex;
  align-items: center;
}
main .our .catch .comment {
  width: 50%;
}
main .our .catch .comment p {
  font-size: 2.2rem;
  font-weight: 700;
}
main .our .catch .img {
  flex: 1;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  height: 450px;
  overflow: hidden;
}
main .our .catch .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .service {
  margin-bottom: 200px;
}
main .service .box {
  position: relative;
}
main .service .box::before ,
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: '';
}
main .service .box::before {
  left: calc(50% - 50vw);
}
main .service .box::after {
  right: calc(50% - 50vw);
  border-radius: 225px 0 0;
}
main .service .box section {
  position: relative;
  display: flex;
  align-items: center;
}
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;
}
main .service .box section .number em ,
main .service .box section .number span {
  display: block;
  line-height: 1em;
}
main .service .box section .number em {
  font-family:"Ostrich Sans Black";
  font-size: 10.0rem;
  margin-bottom: -.1em;
}
main .service .box section .number em i {
  color: #FFF;
}
main .service .box section .number span {
  font-size: 2.0rem;
  font-weight: 700;
  background: #FFF;
  padding: .3em .6em;
}
main .service .box section .box_in {
  width: 50%;
}
main .service .box section:nth-of-type(odd) .box_in {
  order: 2;
  margin-left: auto;
  padding-left: 150px;
  padding-right: 90px;
}
main .service .box section:nth-of-type(even) .box_in {
  order: 1;
  margin-right: auto;
  padding-left: 90px;
  padding-right: 150px;
}
main .service .box section .box_in .comment {
  margin-bottom: 2em;
}
main .service .box section .box_in .btn {
  display: flex;
  justify-content: flex-end;
}
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;
}
main .service .box section .box_in .btn a:hover {
  background: #FFF;
  border: solid 1px #2d55a8;
  color: #2d55a8;
}
main .service .box section .img {
  flex: 1;
  height: 340px;
  overflow: hidden;
}
main .service .box section:nth-of-type(odd) .img {
  order: 1;
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}
main .service .box section:nth-of-type(even) .img {
  order: 2;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
main .service .box section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .award .img_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
main .award .img_btn a .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main .award .img_btn a .txt h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: .8em;
}
main .award .img_btn a .txt h3 em ,
main .award .img_btn a .txt h3 span {
  display: block;
  line-height: 1em;
}
main .award .img_btn a .txt h3 em {
  font-family:"Ostrich Sans Black";
  font-size: 10.0rem;
  letter-spacing: .05em;
  text-shadow: 0 0 20px rgba(255, 255, 255, .8) , 0 0 20px rgba(255, 255, 255, .8) , 0 0 20px rgba(255, 255, 255, .8) , 0 0 20px rgba(255, 255, 255, .8);
  margin-bottom: -.1em;
}
main .award .img_btn a .txt h3 span {
  font-size: 2.0rem;
  font-weight: 700;
}
main .award .img_btn a .txt p span {
  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;
}
main .award .img_btn a:hover .txt p span {
  background: #FFF;
  border: solid 1px #2d55a8;
  color: #2d55a8;
}



/*下層*/
main > .catch {
  margin-bottom: 200px;
}
main > .catch .sub_btn {
  margin-bottom: 200px;
}
main > .catch .sub_btn ul {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #2d55a8;
}
main > .catch .sub_btn ul li {
  position: relative;
  width: calc(100% / 4);
}
main > .catch .sub_btn ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeef6;
  font-size: 2.0rem;
  font-weight: 700;
  color: #2d55a8;
  padding: 1.6em 2em;
}
main > .catch .sub_btn ul li:not(:last-of-type) a::after {
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: calc(100% - (10px * 2));
  background: #2d55a8;
  content: '';
}
main > .catch .sub_btn ul li.current a {
  background: #2d55a8;
  color: #FFF;
}
main > .catch .sub_btn ul li.current a::after {
  display: none;
}
main > .catch h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
main > .catch h3 span ,
main > .catch h3 em {
  display: block;
  line-height: 1em;
}
main > .catch h3 span {
  font-size: 4.0rem;
  font-weight: 700;
  margin-bottom: .4em;
}
main > .catch h3 em {
  font-family:"Ostrich Sans Black";
  font-size: 2.0rem;
}
main > .catch h4 {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  color: #2d55a8;
  margin-bottom: 50px;
}
main > .catch .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main > .catch .comment p {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
}
main > .catch .amc_btn {
  display: flex;
  justify-content: center;
  padding-top: 120px;
}
main > .catch .amc_btn ul:not(:last-of-type) {
  margin-right: 100px;
}
main > .catch .amc_btn ul li {
  position: relative;
  font-size: 2.0rem;
}
main > .catch .amc_btn ul li::before {
  color: #2d55a8;
  margin-right: .5em;
  content: '▶';
}
main > .catch .amc_btn ul li a {
  font-weight: 700;
}
main .sub_img {
  height: 660px;
  overflow: hidden;
  margin-bottom: 200px;
}
main .sub_img p ,
main .sub_img picture {
  display: block;
  width: 100%;
  height: 100%;
}
main .sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .content .box > section:not(:last-of-type) {
  margin-bottom: 200px;
}
main .content .box > section h4 {
  margin-bottom: 80px;
  background: #2d55a8;
  color: #FFF;
  padding: 10px 30px;
}
main .content .box > section h4 span {
  position: relative;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 1.6em;
}
main .content .box > section h4 span::before {
  position: absolute;
  top: .3em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .6em 0 .6em 1em;
  border-color: transparent transparent transparent #FFF;
  content: '';
}
main .content .box > section > .colum02 {
  display: flex;
}
main .content .box > section > .colum02:last-of-type {
  margin-bottom: 50px;
}
main .content .box > section > .colum02 .img {
  width: 50%;
  margin-right: 100px;
}
main .content .box > section > .colum02 .comment {
  margin-left: auto;
  width: calc(100% - (50% + 100px));
}
main .content .box > section > .colum02 .comment p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
main .content .box > section > .colum02 .comment h5 {
  display: flex;
}
main .content .box > section > .colum02 .comment h5 span {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #2d55a8;
  font-size: 1.8rem;
  font-weight: 700;
}
main .content .box > section > .colum02 .comment h5 span::before ,
main .content .box > section > .colum02 .comment h5 span::after {
  position: absolute;
  top: .15em;
  width: 5px;
  height: calc(100% - (.3em * 2));
  border: solid 2px #2d55a8;
  content: '';
}
main .content .box > section > .colum02 .comment h5 span::before {
  left: 0;
  border-right: none;
}
main .content .box > section > .colum02 .comment h5 span::after {
  right: 0;
  border-left: none;
}
main .content .box > section > .img_list {
  padding-top: 150px;
}
main .content .box > section h4 + .img_list {
  padding-top: 0;
}
main .content .box > section > .img_list > h5 {
  position: relative;
  margin-bottom: 100px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  color: #2d55a8;
}
main .content .box > section > .img_list > h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #2d55a8;
  content: '';
}
main .content .box > section > .img_list .box_in {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -100px;
}
main .content .box > section > .img_list .box_in section {
  width: calc((100% - (55px * 2)) / 3);
  margin-bottom: 100px;
}
main .content .box > section > .img_list .box_in section:not(:nth-of-type(3n)) {
  margin-right: 55px;
}
main .content .box > section > .img_list .box_in section .img {
  width: 100%;
  aspect-ratio: 39 / 28;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .content .box > section > .img_list .box_in section .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .content .box > section > .img_list .box_in section h5 ,
main .content .box > section > .img_list .box_in section h6 {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .content .box > section > .img_list .box_in section h5 span ,
main .content .box > section > .img_list .box_in section h6 span {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #2d55a8;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
main .content .box > section > .img_list .box_in section h5 span::before ,
main .content .box > section > .img_list .box_in section h5 span::after ,
main .content .box > section > .img_list .box_in section h6 span::before ,
main .content .box > section > .img_list .box_in section h6 span::after {
  position: absolute;
  top: .15em;
  width: 5px;
  height: calc(100% - (.3em * 2));
  border: solid 2px #2d55a8;
  content: '';
}
main .content .box > section > .img_list .box_in section h5 span::before ,
main .content .box > section > .img_list .box_in section h6 span::before {
  left: 0;
  border-right: none;
}
main .content .box > section > .img_list .box_in section h5 span::after ,
main .content .box > section > .img_list .box_in section h6 span::after {
  right: 0;
  border-left: none;
}
main .content .box > section > .img_list .box_in section .comment {
  padding-top: 1em;
}




@media screen and (max-width: 2000px) {
  .page_title::before {
    background: url(../img/business/main_img_m.jpg) no-repeat center center;
  }
}



@media screen and (max-width: 1240px) {
  main .service .box::before ,
  main .service .box::after {
    width: 250px;
  }
}




@media screen and (max-width: 1040px) {
  main .service .box section:nth-of-type(odd) .box_in {
    padding-left: 80px;
    padding-right: 20px;
  }
  main .service .box section:nth-of-type(even) .box_in {
    padding-left: 20px;
    padding-right: 80px;
  }


  main > .catch .sub_btn ul li a {
    font-size: 1.6rem;
    padding: 1.6em 1em;
  }
}




@media screen and (max-width: 940px) {

  main .content .box > section > .colum02 .img {
    margin-right: 30px;
  }
  main .content .box > section > .colum02 .comment {
    width: calc(100% - (50% + 30px));
  }
}




@media screen and (max-width: 767px) {
  .page_title::before {
    background: url(../img/business/main_img_s.jpg) no-repeat center center;
  }
  main .our {
    margin-bottom: 20vw;
  }
  main .our .catch {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  main .our .catch .comment {
    width: 100%;
    margin-bottom: 5vw;
  }
  main .our .catch .comment p {
    font-size: 1.8rem;
  }
  main .our .catch .img {
    flex: inherit;
    margin-left: inherit;
    margin-right: inherit;
    height: auto;
    overflow: inherit;
  }
  main .our .catch .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  main .service {
    margin-bottom: 20vw;
  }
  main .service .box::before ,
  main .service .box::after {
    width: 15vw;
    height: calc(100% - 20vw);
  }
  main .service .box::after {
    border-radius: 50px 0 0;
  }
  main .service .box section {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  main .service .box section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  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;
  }
  main .service .box section .number em {
    font-size: 8.0rem;
    margin-bottom: -.25em;
    margin-right: .5em;
  }
  main .service .box section .number em i {
    color: inherit;
  }
  main .service .box section .number span {
    font-size: 2.0rem;
    background: inherit;
    padding: inherit;
  }
  main .service .box section .box_in {
    width: 100%;
  }
  main .service .box section:nth-of-type(odd) .box_in {
    order: 2;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  main .service .box section:nth-of-type(even) .box_in {
    order: 2;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  main .service .box section .box_in .comment {
    padding-top: .5em;
    margin-bottom: 1em;
  }
  main .service .box section .box_in .btn a {
    font-size: 1.6rem;
    padding: .5em 1.2em .3em;
  }
  main .service .box section .img {
    flex: inherit;
    height: auto;
    overflow: inherit;
  }
  main .service .box section:nth-of-type(odd) .img {
    order: 1;
    margin-right: 0;
    margin-left: 0;
  }
  main .service .box section:nth-of-type(even) .img {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  main .service .box section .img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  main .award .img_btn a .txt h3 {
    margin-bottom: .8em;
  }
  main .award .img_btn a .txt h3 em {
    font-size: 6.0rem;
    letter-spacing: .05em;
  }
  main .award .img_btn a .txt h3 span {
    font-size: 1.8rem;
    font-weight: 500;
  }
  main .award .img_btn a .txt p span {
    font-size: 1.8rem;
  }


  main > .catch {
    margin-bottom: 20vw;
  }
  main > .catch .sub_btn {
    margin-bottom: 20vw;
  }
  main > .catch .sub_btn ul {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #2d55a8;
  }
  main > .catch .sub_btn ul li {
    width: calc(100% / 2);
  }
  main > .catch .sub_btn ul li a {
    font-size: 1.6rem;
    padding: 1em .5em;
  }
  main > .catch .sub_btn ul li:not(:last-of-type) a::after {
    content: inherit;
  }
  main > .catch .sub_btn ul li:not(:nth-of-type(2n)) a::after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: calc(100% - (10px * 2));
    background: #2d55a8;
    content: '';
  }
  main > .catch h3 {
    margin-bottom: 10vw;
  }
  main > .catch h3 span {
    font-size: 3.0rem;
  }
  main > .catch h4 {
    font-size: 2.0rem;
    text-align: left;
    margin-bottom: 5vw;
  }
  main > .catch .comment {
    align-items: flex-start;
    justify-content: flex-start;
  }
  main > .catch .comment p {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
  }
  main > .catch .amc_btn {
    padding-top: 10vw;
  }
  main > .catch .amc_btn ul:not(:last-of-type) {
    margin-right: 10vw;
  }
  main > .catch .amc_btn ul li {
    font-size: 1.6rem;
  }
  main > .catch .amc_btn ul li a {
    font-weight: 500;
  }
  main .sub_img {
    height: auto;
    overflow: inherit;
    margin-bottom: 10vw;
  }
  main .sub_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  main .content .box > section:not(:last-of-type) {
    margin-bottom: 20vw;
  }
  main .content .box > section h4 {
    margin-bottom: 5vw;
    padding: 1vw 4vw;
  }
  main .content .box > section h4 span {
    font-size: 2.0rem;
  }
  main .content .box > section > .colum02 {
    display: flex;
    flex-direction: column;
  }
  main .content .box > section > .colum02:last-of-type {
    margin-bottom: 10vw;
  }
  main .content .box > section > .colum02 .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  main .content .box > section > .colum02 .comment {
    margin-left: 0;
    width: 100%;
  }
  main .content .box > section > .colum02 .comment h5 {
    display: flex;
  }
  main .content .box > section > .colum02 .comment h5 span {
    padding: 0 1em;
    font-size: 1.4rem;
    font-weight: 500;
  }
  main .content .box > section > .img_list {
    padding-top: 10vw;
  }
  main .content .box > section h4 + .img_list {
    padding-top: 0;
  }
  main .content .box > section > .img_list > h5 {
    font-size: 1.8rem;
    margin-bottom: 5vw;
  }
  main .content .box > section > .img_list .box_in {
    margin-bottom: -10vw;
  }
  main .content .box > section > .img_list .box_in section {
    width: calc((100% - (5vw * 1)) / 2);
    margin-bottom: 10vw;
  }
  main .content .box > section > .img_list .box_in section:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  main .content .box > section > .img_list .box_in section:not(:nth-of-type(2n)) {
    margin-right: 5vw;
  }
  main .content .box > section > .img_list .box_in section .img {
    aspect-ratio: 8 / 6;
    margin-bottom: 3vw;
  }
  main .content .box > section > .img_list .box_in section h5 ,
  main .content .box > section > .img_list .box_in section h6 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .content .box > section > .img_list .box_in section h5 span ,
  main .content .box > section > .img_list .box_in section h6 span {
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }

}

