@charset "utf-8";

html, body {
  overflow-x: hidden;
}

body {
  padding: 0 0px;
  --line-height-per: 1.8;
  line-height: var(--line-height-per);
}

#toTop {
  display: none;
}

.container {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

/*
  header
*/

.header .inner {
    padding: 20px 0 20px;
}

header .header-rogo {
    position: relative;
    height: auto;
    padding: 10px 0px 15px 15px;
    max-width: 200px;
}

header .header-menu {
    position: absolute;
    top: -2px;
    right: 3%;
    width: 170px;
    height: 50px;
}

.header-menu a {
  display: block;
  text-decoration: none;
  color: #000;
}

.header-menu label {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.header-menu img {
  display: inline-block;
  width: 70px;
  height: 60px;
}

.header-menu input {
  display: none;
}

.header-menu ul {
  list-style: none;
  z-index: 999;
  position: absolute;
  width: 160px;
  padding-left: 3px;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.header-menu li {
  display: flex;
  align-items: center;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
}

#menu_bar01:checked~#links01 li {
  height: 50px;
  opacity: 1;
}

/*
  main-visual
*/
section.main-section {
    background-color: #F4F5F7;
}
section.main-section .image-contents {
    background: url(/assets/service/img/c/mv_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 450px;
}
section.main-section .text-contents {
    text-align: center;
    background-color: #fff;
}
section.main-section .text-contents h1 {
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0 0;
    text-align: center;
}
section.main-section .text-contents p {
    font-size: 16px;
    text-align: center;
    padding: 15px 0 15px 15px;
}
section.main-section button {
    background: #D10A1C 0% 0% no-repeat;
    border: #D10A1C;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    color: #fff;
    width: 70%;
    margin: 0 auto 40px;
    padding: 14px;
}

/*
  common-section
*/
section .text-blue {
  color: #0080ff;
}
section .text-large {
  --text-large-size: 60px;
  font-size: var(--text-large-size);
  font-weight: bold;
}
section .text-middle {
  --text-middle-size: 20px;
  font-size: var(--text-middle-size);
  font-weight: bold;
}
section .text-small {
  --text-small-size: 14px;
  font-size: var(--text-small-size);
  font-weight: bold;
}

/*
  second-section
*/
section.second-section {
  position: relative;
  background: #F4F5F7;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

section.second-section .container {
  text-align: center;
}

section.second-section h2 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 40px;
}

section.second-section .card-item {
  background: #fff;
  width: 94%;
  min-height: 180px;
  text-align: left;
  margin: 20px auto;
  padding: 20px;
  box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.1);
  border-radius: 8px;
}

section.second-section h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding-top: 16px;
  padding-bottom: 16px;
}

section.second-section h4 i {
  color: #ffb800;
  padding-right: 10px;
}

section.second-section p {
  font-size: 16px;
}

/*
  third-section
*/
section.third-section {
  background: #F4F5F7;
  font-size: 16px;
  padding-top: 20px;
  padding-left: 3vw;
  padding-right: 3vw;
  margin-bottom: 0;
}

section.third-section .image-box  {
  background: url(/assets/service/img/c/item_PC.png) no-repeat center top;
  background-size: cover;
  max-width: 700px;
  width: 100%;
  height: 360px;
  margin-bottom: 0;
}

section.third-section .text-box {
  text-align: center;
}

section.third-section .text-box .text-contents {
  margin: 10% auto;
  width: 94%;
  text-align: center;
}

section.third-section .text-box .text-contents h2 {
  font-size: 32px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

section.third-section .text-box .text-contents p {
  font-size: 20px;
}

/*
  forth-section
*/
section.forth-section {
  background: #fff;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

section.forth-section .container {
  text-align: center;
}

section.forth-section h2 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 40px;
}

section.forth-section .card-item {
  background: #fff;
  text-align: left;
  width: 240px;
  margin: 10px;
  padding: 16px;
}

section.forth-section .card-item .card-icon {
  position: relative;
  width: 40px;
  height: 35px;
}

section.forth-section .card-item .card-icon img {
  position: absolute;
  bottom: 0;
  max-width: 40px;
  max-height: 35px;
}

section.forth-section .card-item h4 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
}

section.forth-section .card-item p {
  font-size: 14px;
}

/*
  fifth-section
*/
section.fifth-section {
  background: #F4F5F7;
  font-size: 16px;
  margin-bottom: 40px;
}

section.fifth-section .image-box {
  background: #F4F5F7 url(/assets/service/img/c/item_9.png) no-repeat center center;
  background-size: contain;
  width: 100vw;
  height: calc(100vw * 0.998);
}

section.fifth-section .text-box {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  width: 100%;
  min-height: calc(100vw * 1.0);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.fifth-section .text-box .text-contents {
  margin: auto 40px;
  width: 86%;
}

section.fifth-section .text-box h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

section.fifth-section .text-box .text-row {
  margin-top: 8px;
}

section.fifth-section .text-box .text-row.row-1 {
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.fifth-section .text-box .text-row.row-2 {
  display: grid;
  grid-template-areas:
    "title title"
    "icon  detail";
  grid-template-rows: 30px 60px;
  grid-template-columns: 72px 1fr;
}

section.fifth-section .text-box  .text-row.row-3 {
  display: grid;
  grid-template-areas:
    "title title"
    "icon  detail"
    "icon  annot";
  grid-template-rows: 30px 60px 30px;
  grid-template-columns: 72px 1fr;
}

section.fifth-section .text-box .text-row div:nth-child(1) {
  grid-area: title;
  text-align: left;
  padding-left: 5px;
}

section.fifth-section .text-box .text-row div:nth-child(2) {
  grid-area: icon;
  position: relative;
}

section.fifth-section .text-box .text-row div:nth-child(3) {
  grid-area: detail;
  text-align: left;
}

section.fifth-section .text-box .text-row div:nth-child(4) {
  grid-area: annot;
  text-align: left;
}

section.fifth-section .text-box .text-row div .text-icon {
  width: 60px;
  margin-top: 3px;
  margin-left: 3px;
}

section.fifth-section .text-box .text-row div .text-large:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - var(--line-height-per)) * var(--text-large-size) / 1.5);
}

section.fifth-section .text-box .text-row div .text-large:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - var(--line-height-per)) * var(--text-large-size) / 2);
}

/*
  sixth-section
*/
section.sixth-section {
  position: relative;
  font-size: 16px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 200px;
}

section.sixth-section .container {
  text-align: center;
}

section.sixth-section .container .swiper-area {
  margin-left: auto;
  margin-right: auto;
}

section.sixth-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

section.sixth-section .card-item {
  text-align: left;
  min-height: 560px;
  margin-bottom: 5px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.2);
}

section.sixth-section .card-item .card-contents {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
}

section.sixth-section .card-item .card-contents:before {
  content:"";
  display: block;
  padding-top: 57%;
}

section.sixth-section .card-item .card-contents .card-image {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100% - 60px);
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 0;
  right: 0;
}

section.sixth-section .card-item h4 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

section.sixth-section .card-item hr {
  border-width: 5px;
  width: 60px;
  margin-left: 0;
  filter: blur(0.6px);
}

section.sixth-section p {
  font-size: 16px;
}

section.sixth-section .item-1 {
  background: #8cdbcb;
}
section.sixth-section .item-1 .card-contents > .card-image {
  background-image: url(/assets/service/img/c/item_user_1.png);
}
section.sixth-section .item-1 .card-contents hr {
  border-color: #55c2ac;
}

section.sixth-section .item-2 {
  background: #ee9999;
}
section.sixth-section .item-2 .card-contents > .card-image {
  background-image: url(/assets/service/img/c/item_user_2.png);
}
section.sixth-section .item-2 .card-contents hr {
  border-color: #df7c7c;
}

section.sixth-section .item-3 {
  background: #fcd777;
}
section.sixth-section .item-3 .card-contents > .card-image {
  background-image: url(/assets/service/img/c/item_user_3.png);
}
section.sixth-section .item-3 .card-contents hr {
  border-color: #eba900;
}

section.sixth-section .item-bg-1 {
  background-image: url(/assets/service/img/c/item_bg_1.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 160px;
  right: 10vw;
  width: 120px;
  height: 120px;
  z-index: 0;
}
section.sixth-section .item-bg-2 {
  background-image: url(/assets/service/img/c/item_bg_2.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  left: 35vw;
  width: 100px;
  height: 100px;
  z-index: 0;
}
section.sixth-section .item-bg-3 {
  background-image: url(/assets/service/img/c/item_bg_3.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 10vw;
  width: 120px;
  height: 120px;
  z-index: 0;
}

/*
  seventh-section
*/
section.seventh-section {
  background: #F4F5F7;
  font-size: 16px;
  margin: 0 auto;
  padding: 50px 0;
}

section.seventh-section .container {
  text-align: center;
}

section.seventh-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 80px;
}

section.seventh-section .swiper-area {
  position: relative;
}

section.seventh-section .swiper-container {
  margin: 0;
}

section.seventh-section .swiper-slide {
  width: 400px;
}

section.seventh-section .swiper-slide a {
  color: #000;
}

section.seventh-section .swiper-slide a:hover {
  text-decoration: none;
  color:#000;
}

section.seventh-section .card-item {
  background: #fff;
  text-align: center;
  width: 99%;
  min-height: 480px;
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.1);
}

section.seventh-section .card-item h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 40px;
}

section.seventh-section p {
  font-size: 16px;
  margin-top: 30px;
}

section.seventh-section .item-2 > .card-image {
  background-image: url(/assets/service/img/c/item_13_sim.png);
}
section.seventh-section .item-3 > .card-image {
  background-image: url(/assets/service/img/c/item_14_home.png);
}
section.seventh-section .item-4 > .card-image {
  background-image: url(/assets/service/img/c/item_15_pill.png);
}
section.seventh-section .item-5 > .card-image {
  background-image: url(/assets/service/img/c/item_16_support.png);
}
section.seventh-section .item-6 > .card-image {
  background-image: url(/assets/service/img/c/item_17_medical.png);
}
section.seventh-section .card-item .card-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}

section.seventh-section .swiper-pagination-bullets {
  position: static;
  margin-top: 50px;
}

section.seventh-section .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 0 0 12px !important;
}

section.seventh-section .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

section.seventh-section .swiper-area .swiper-button-next {
  background-image: url(/assets/service/img/c/arrow-next.png);
}

section.seventh-section .swiper-area .swiper-button-prev {
  background-image: url(/assets/service/img/c/arrow-prev.png);
}

section.seventh-section .swiper-area .swiper-button-prev:after,
section.seventh-section .swiper-area .swiper-button-next:after {
  display: none;
}

section.seventh-section .scroll {
  width: 70px;
  height: 34px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

section.seventh-section .scroll img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
}

/*
  eighth-section
*/
section.eighth-section {
  font-size: 16px;
  margin-bottom: 40px;
}

section.eighth-section .image-box {
  background: url(/assets/service/img/c/item_18.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: calc(100vw * 0.845);
}

section.eighth-section .text-box {
  padding: 30px;
  text-align: center;
  width: 100vw;
  min-height: calc(100vw * 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.eighth-section .text-box .text-contents {
  width: 86%;
}

section.eighth-section .text-box .text-contents h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

section.eighth-section .text-box .text-contents p {
  font-size: 16px;
  width: 80%;
  margin: 30px auto;
}

/*
  floating-section
*/
section.floating-section {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding:20px 0;
  z-index: 9999;
}

section.floating-section a {
  background: #d92933;
  background: -moz-linear-gradient(left, #d92933 0%, #f99e00 100%);
  background: -webkit-linear-gradient(left, #d92933 0%, #f99e00 100%);
  background: linear-gradient(to right, #d92933 0%, #f99e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92933', endColorstr='#f99e00', GradientType=1);
  color: #FFF;

  width: 430px;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 12px 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

section.floating-section a:hover {
  text-decoration: none;
  background: #FFF;
  color:#d92933;
}

/*
  footer
*/
footer {
  clear: both;
  padding-top: 40px;
  padding-bottom: 30px;
  background: #EFEFEF;
  margin-top: 100px;
}

footer img {
  width: 53%;
  display: block;
  margin: 0 auto 30px auto;
}

footer ul {
  list-style: none;
}

footer li {
  display: inline-block;
}

footer li a {
  color: #444444;
}

footer li i {
  font-size: 25px;
}

footer p {
  font-size: 14px;
  text-align: center;
  font-family: PROXIMA NOVA;
  font-weight:400;
}

footer .first-nav {
  width: auto;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}

footer .first-nav li {
  margin-right: 20px;
  margin-bottom: 0px;
}

footer .first-nav li:last-child {
  margin-right: 0;
  margin-bottom: 15px;
}

footer .second-nav li {
  border-right: solid #707070 1px;
  padding-right: 20px;
}

footer .second-nav li:last-child {
  padding-left: 20px;
  padding-right: 0;
  border-right: none;
}


/** bootstrap sm : smp Vertical **/
@media screen and (max-width:767px) {

    /*
      main-visual
    */
    section.main-section .image-contents {
        background-position: -20px center;
        width: 100%;
        min-height: 250px;
        background-size: 125%;
    }
    section.main-section .text-contents {
        text-align: center;
    }
    section.main-section .text-contents h1 {
        font-size: 24px;
        font-weight: bold;
        padding: 30px 0 0;
        text-align: center;
    }
    section.main-section .text-contents p {
        font-size: 16px;
        text-align: center;
    }
    section.main-section button {
        background: #D10A1C 0% 0% no-repeat;
        border: #D10A1C;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 8px;
        color: #fff;
        width: 70%;
        margin: 0 auto 40px;
        padding: 14px;
    }

    /*
      common-section
    */
    section .text-blue {
      color: #0080ff;
    }
    section .text-large {
      --text-large-size: 44px;
      font-size: var(--text-large-size);
      font-weight: bold;
    }
    section .text-middle {
      --text-middle-size: 20px;
      font-size: var(--text-middle-size);
      font-weight: bold;
    }
    section .text-small {
      --text-small-size: 12px;
      font-size: var(--text-small-size);
      font-weight: bold;
    }

    /*
      second-section
    */
    section.second-section h2 {
      font-size: 24px;
    }

    section.second-section .container .row {
      padding-left: 20px;
      padding-right: 20px;
    }

    /*
      third-section
    */
    section.third-section .image-box  {
      background: url(/assets/service/img/c/item_SP.png) no-repeat center top;
      background-size: cover;
      max-width: 700px;
      width: 100%;
      height: 320px;
      margin-bottom: 0;
    }

    section.third-section .text-box .text-contents h2 {
      font-size: 25px;
      padding-top: 20px;
    }

    section.third-section .text-box .text-contents p {
      font-size: 16px;
    }

    /*
      forth-section
    */
    section.forth-section h2 {
      font-size: 25px;
      padding-top: 20px;
    }

    section.forth-section .container .row {
      padding-left: 10px;
      padding-right: 10px;
    }

    section.forth-section .card-item {
      width: 42vw;
      margin: 10px;
      padding: 14px;
    }

    /*
      fifth-section
    */
    section.fifth-section .text-box .text-contents {
      margin: auto 30px;
      width: 88%;
    }

    section.fifth-section .text-box h2 {
      font-size: 32px;
    }

    section.fifth-section .text-box  .text-row.row-2 {
      grid-template-rows: 20px 38px;
      grid-template-columns: 44px 1fr;
    }

    section.fifth-section .text-box  .text-row.row-3 {
      grid-template-rows: 20px 38px 20px;
      grid-template-columns: 44px 1fr;
    }

    section.fifth-section .text-box .text-row div:nth-child(1) {
      padding-left: 1px;
    }

    section.fifth-section .text-box .text-row div .text-icon {
      width: 30px;
      margin-right: 10px;
    }

    section.fifth-section .text-box .text-row div .text-small:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - var(--line-height-per)) * var(--text-small-size) / 1.5);
    }

    section.fifth-section .text-box .text-row div .text-small:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - var(--line-height-per)) * var(--text-small-size) / 2);
    }

    /*
      sixth-section
    */
    section.sixth-section .container {
      margin-right: 0;
      padding-left: 15px;
      padding-right: 0;
    }

    section.sixth-section h2 {
      font-size: 32px;
    }

    /*
      seventh-section
    */
    section.seventh-section .container {
      margin-right: 0;
      padding-left: 15px;
      padding-right: 0;
    }

    section.seventh-section h2 {
      font-size: 25px;
      margin-left: 5px;
      margin-right: 15px;
    }

    /*
      eighth-section
    */
    section.eighth-section .text-box .text-contents h2 {
      font-size: 32px;
      padding-top: 20px;
    }

    section.eighth-section .text-box .text-contents p {
      font-size: 14px;
    }

    /*
      floating-section
    */
    section.floating-section a {
      max-width: 90vw;
      font-size: 1rem;
    }
}

/** bootstrap lg : middle PC **/
@media screen and (min-width:992px) and (max-width:1199px) {

    .container {
      padding-left: 15px;
      padding-right: 15px;
    }

    /*
      header
    */

    header .header-rogo {
      left: 6%;
      width: 140px;
    }

    header .header-menu {
      top: 0;
      right: 5%;
      width: 220px;
      height: 80px;
    }

    .header-menu img {
      width: 100px;
      height: 60px;
    }

    .header-menu ul {
      width: 210px;
      padding-left: 5px;
      top: 86px;
      font-size: 14px;
    }

    #menu_bar01:checked~#links01 li {
      height: 80px;
    }

    /*
      main-visual
    */
    section.main-section .image-contents {
        background-position: 20% center;
        background-size: cover;
        width: 75%;
        min-height: 680px;
        position: relative;
    }
    section.main-section .text-contents {
        text-align: center;
        background-color: #fff;
        position: absolute;
        top: 180px;
        right: 0px;
        padding: 30px 25px;
        max-width: 450px;
    }
    section.main-section .text-contents h1 {
        padding: 30px 10px 0;
        text-align: left;
        font-size: 36px;
    }
    section.main-section .text-contents p {
        font-size: 16px;
        text-align: left;
        padding: 15px 0 15px 15px;
    }

    /*
      common-section
    */
    section .text-blue {
      color: #0080ff;
    }
    section .text-large {
      --text-large-size: 60px;
      font-size: var(--text-large-size);
      font-weight: bold;
    }
    section .text-middle {
      --text-middle-size: 20px;
      font-size: var(--text-middle-size);
      font-weight: bold;
    }
    section .text-small {
      --text-small-size: 14px;
      font-size: var(--text-small-size);
      font-weight: bold;
    }

    /*
      second-section
    */
    section.second-section .container {
      padding-left: 3vw;
      padding-right: 3vw;
    }

    section.second-section h2 {
      font-size: 36px;
      padding-top: 40px;
    }

    section.second-section .card-item {
      min-height: 260px;
    }

    /*
      third-section
    */
    section.third-section {
      padding-left: 1vw;
      padding-right: 1vw;
    }

    section.third-section .image-box  {
      min-width: 640px;
      width: 100%;
      height: 530px;
    }

    section.third-section .text-box .text-contents {
      margin-top: 220px;
      margin-left: 13%;
      width: 87%;
    }

    section.third-section .text-box .text-contents h2 {
      font-size: 28px;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    section.third-section .text-box .text-contents p {
      font-size: 16px;
    }

    /*
      fifth-section
    */
    section.fifth-section .image-box {
      width: 50vw;
      height: calc(50vw * 0.998);
    }

    section.fifth-section .text-box {
      min-height: calc(50vw * 0.998);
    }

    section.fifth-section .text-box h2 {
      font-size: 36px;
      padding-bottom: 30px;
    }

    /*
      sixth-section
    */
    section.sixth-section {
      padding-top: 60px;
      padding-bottom: 160px;
    }

    /*
      seventh-section
    */
    section.seventh-section .swiper-container {
      margin: 0 80px;
    }

    section.seventh-section h2 {
      font-size: 36px;
    }

    /*
      eighth-section
    */
    section.eighth-section .image-box {
      width: 50vw;
      height: calc(50vw * 0.845);
    }

    section.eighth-section .text-box {
      min-height: calc(50vw * 0.845);
    }

    section.eighth-section .text-box .text-contents h2 {
      font-size: 36px;
    }

    /*
      footer
    */
    footer ul {
      text-align: right;
    }

    footer .first-nav {
      text-align: right;
      margin-bottom: 0;
      margin-top: 20px;
    }

    footer p {
      text-align: right;
      margin-bottom: 0;
    }

    footer img {
      width: 200px;
    }

    footer .first-nav li {
      text-align: right;
    }
}

/** bootstrap xl : large PC **/
@media screen and (min-width:1200px) {

    body {
      position: relative;
    }

    .container {
      max-width: 1200px;
      position: relative;
      padding: 0;
    }

    /*
      header
    */

    header .header-rogo {
      left: 6%;
      width: 140px;
    }

    header .header-menu {
      top: 0;
      right: 5%;
      width: 220px;
      height: 80px;
    }

    .header-menu img {
      width: 100px;
      height: 60px;
    }

    .header-menu ul {
      width: 210px;
      padding-left: 5px;
      top: 86px;
      font-size: 14px;
    }

    #menu_bar01:checked~#links01 li {
      height: 80px;
    }

    /*
      main-visual
    */
    section.main-section .image-contents {
        background-position: 20% center;
        background-size: cover;
        width: 75%;
        min-height: 680px;
        position: relative;
    }
    section.main-section .text-contents {
        text-align: center;
        background-color: #fff;
        position: absolute;
        top: 180px;
        right: 5%;
        padding: 30px 25px;
        max-width: 450px;
    }
    section.main-section .text-contents h1 {
        padding: 30px 10px 0;
        text-align: left;
        font-size: 36px;
    }
    section.main-section .text-contents p {
        font-size: 16px;
        text-align: left;
        padding: 15px 0 15px 15px;
    }

    /*
      common-section
    */
    section .text-blue {
      color: #0080ff;
    }
    section .text-large {
      --text-large-size: 72px;
      font-size: var(--text-large-size);
      font-weight: bold;
    }
    section .text-middle {
      --text-middle-size: 24px;
      font-size: var(--text-middle-size);
      font-weight: bold;
    }
    section .text-small {
      --text-small-size: 14px;
      font-size: var(--text-small-size);
      font-weight: bold;
    }

    /*
      second-section
    */
    section.second-section .container {
      padding-left: 6vw;
      padding-right: 6vw;
    }

    section.second-section h2 {
      font-size: 36px;
      padding-top: 40px;
    }

    section.second-section .card-item {
      min-height: 260px;
    }

    /*
      third-section
    */
    section.third-section {
      padding-top: 60px;
    }

    section.third-section .image-box  {
      min-width: 700px;
      width: 100%;
      height: 560px;
    }

    section.third-section .text-box {
      min-height: 560px;
    }

    section.third-section .text-box .text-contents {
      margin-top: 220px;
      margin-left: 10%;
    }

    section.third-section .text-box .text-contents h2 {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    section.third-section .text-box .text-contents p {
      font-size: 16px;
    }

    /*
      fifth-section
    */
    section.fifth-section .image-box {
      width: 50vw;
      height: calc(50vw * 0.998);
    }

    section.fifth-section .text-box {
      min-height: calc(50vw * 0.998);
    }

    section.fifth-section .text-box h2 {
      font-size: 36px;
      text-align: left;
      padding-bottom: 30px;
    }

    section.fifth-section .text-box .text-row {
      margin-top: 20px;
    }

    /*
      seventh-section
    */
    section.seventh-section .swiper-container {
      margin: 0 80px;
    }

    section.seventh-section h2 {
      font-size: 36px;
    }

    /*
      eighth-section
    */
    section.eighth-section .image-box {
      width: 50vw;
      height: calc(50vw * 0.845);
    }

    section.eighth-section .text-box {
      min-height: calc(50vw * 0.845);
    }

    section.eighth-section .text-box .text-contents h2 {
      font-size: 36px;
    }

    /*
      footer
    */
    footer ul {
      text-align: right;
    }

    footer .first-nav {
      text-align: right;
      margin-bottom: 0;
      margin-top: 20px;
    }

    footer p {
      text-align: right;
      margin-bottom: 0;
    }

    footer img {
      width: 200px;
    }

    footer .first-nav li {
      text-align: right;
    }
}
