@charset "utf-8";

/* =================== layout =================== */

body {
  background: #f5f5f5;
}
.all-wrapper {
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}
header .left h1 svg use {
  fill: var(--main-color);
}
header .info {
  text-align: center;
  background: var(--sub-color);
  padding: 10px 0;
}
header .info p {
  font-size: 1.2rem;
  font-weight: 700;
}
header {
  transition: 0.3s;
  padding: 20px 0 0;
}
header .flex-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 100px;
}
header .left {
  transition: 0.3s;
}
header .left h1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .left h1 span {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
}
header .left h1 a {
  display: inline-block;
  margin-right: 33px;
}
header .left h1 a img {
  max-width: 178px;
}
header .right {
}
header .right ul {
  gap: 0 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .right ul li.nav-list {
  text-align: center;
}
header .right ul li.nav-list a {
  font-size: 1.6rem;
  font-weight: 300;
}
header .right ul li.nav-list.blank:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  background: url(../images/common/blank-black.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}
header .right ul li.nav-list.nav-btn {
  flex-shrink: 0;
  width: 100%;
  max-width: 160px;
}
header .right ul li.nav-list.nav-btn a {
  border: 1px solid #fff;
  border-radius: 100px;
  display: block;
  padding: 12px 12px 10px;
}

/* =================== footer =================== */

footer {
  padding: 120px 0;
  background: #fff;
}
footer .container {
  position: relative;
}
footer .box > * {
  gap: 100px;
}
footer .box > .top {
  margin-bottom: 35px;
}
footer .box > .top img {
  max-width: 265px;
}
footer .box > .middle {
  margin-bottom: 100px;
}
footer .box > .middle .left * {
  font-weight: 300;
}
footer .box > .middle .left .top {
  margin-bottom: 15px;
}
footer .box > .middle .left .bottom {
  gap: 0 25px;
}
footer .box > .middle .left .bottom p * {
  font-size: 1.7rem;
  margin-left: 1em;
  line-height: 1em;
}
footer .box > .middle .left .bottom .border {
  height: 1em;
  width: 1px;
  background: var(--text-color);
}
footer .box > .middle .right nav {
  gap: 30px 100px;
}
footer .box > .middle .right nav ul {
  gap: 30px 0;
}
footer .box > .middle .right nav ul li * {
  font-weight: 300;
}
footer .box > .middle .right nav ul li.nav-list.lang-list {
  gap: 0 20px;
}
footer .box > .bottom a {
  font-weight: 300;
  text-decoration: underline;
}
footer .box > .bottom small {
  font-weight: 300;
  font-size: 1.4rem;
}

footer #page-top {
  background: #fff;
  position: absolute;
  right: -40px;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 55px;
}
footer #page-top:after {
  content: "";
  position: absolute;
  background: url(../images/common/page-top.svg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.contact-area {
  overflow: hidden;
  background-image: linear-gradient(130deg, #28a8cd, #01b9b1);
}
.contact-area .object2 {
  display: none;
}
.contact-area > img {
  margin-top: -1px;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.contact-area .container {
  padding-top: 80px;
  padding-bottom: 120px;
}
.contact-area .sec-title {
  margin-bottom: 20px;
}
.contact-area .text {
  font-size: 1.8rem;
}
.contact-area .two-column {
  gap: 10px;
  margin-top: 35px;
}
.contact-area .box {
  padding: 45px 20px;
  text-align: center;
  background: #fff;
}
.contact-area .box h4 {
  font-size: 3rem;
  font-weight: 400;
}
.contact-area .box .tel-box {
  padding: 7px 0;
}
.contact-area .box .tel-icon {
  line-height: 1em;
  background: var(--main-color);
  padding: 7px 10px 5px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
}
.contact-area .box .tel-num {
  padding-top: 6px;
  line-height: 1em;
  font-size: 5rem;
  font-weight: 300;
}
.contact-area .box p {
  font-size: 1.8rem;
}
.contact-area .box:nth-child(2) p {
  margin-top: 7px;
}
.contact-area .box .btn-box {
  margin-top: 10px;
}
.contact-area .box .icon-box {
  max-width: 47px;
  max-height: 47px;
  margin: 0 auto 22px;
}

.p-mark img {
  width: 100px;
}

.bottom .limg-rtext {
  margin-top: -100px;
}

/* =================== top =================== */

#top .fv {
  position: relative;
}
#top .fv > img {
  min-height: 700px;
  object-fit: cover;
  object-position: 80%;
}
#top .fv .box {
  width: 39%;
  position: relative;
}
#top .fv .box:before {
  content: "Scroll";
  position: absolute;
  left: -38px;
  bottom: 85px;
  color: #fff;
  font-family: var(--en-font);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 300;
}

#top .fv h2 {
  margin-bottom: 40px;
}
#top .fv p {
  max-width: 730px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2em;
}
#top .fv .container {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
#top .fv .container:before {
  content: "";
  position: absolute;
  left: 18.5px;
  bottom: 9px;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
#top .fv .container:after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 9px;
  height: 60px;
  width: 1px;
  background: #fff;
}
@keyframes circlemove {
  0% {
    bottom: 66px;
  }
  100% {
    bottom: 4px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

section .sec-title {
  margin-bottom: 50px;
}
section .sec-title .en {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 500;
}
section .sec-title h3 {
  font-weight: 400;
  font-size: 3rem;
}

#top .mvv-area {
  padding: 140px 0;
}
#top .mvv-area .container > .flex {
  gap: 80px 0;
}
#top .mvv-area .left {
  position: relative;
  width: 50%;
  text-align: right;
}
#top .mvv-area .left:before {
  content: "";
  position: absolute;
  left: -25%;
  bottom: 0;
  height: 100%;
  max-width: 530px;
  width: 100%;
  min-width: 400px;
  background: url(../images/top/mvv-02.svg) bottom/contain no-repeat;
  z-index: -1;
}
#top .mvv-area .left img {
  margin-left: auto;
  margin-right: 100px;
  width: 100%;
  max-width: 170px;
}
#top .mvv-area .right {
  width: 50%;
}
#top .mvv-area .right dl:not(:last-child) {
  margin-bottom: 70px;
}
#top .mvv-area .right dl dt {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1em;
}
#top .mvv-area .right dl dt span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 30px;
}
#top .mvv-area .right dl dt span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 20px;
  background: var(--main-color);
}
#top .mvv-area .right dl dd {
  font-size: 1.8rem;
}

#top .company-area {
  padding: 140px 0;
  overflow: hidden;
}
#top .company-area .container > .flex {
  gap: 50px 0;
}
#top .company-area .left {
  width: 50%;
  padding-right: 100px;
}
#top .company-area .left p {
  line-height: 2em;
}
#top .company-area .left .btn-box {
  margin-top: 50px;
}
#top .company-area .right {
  width: 50%;
}
#top .company-area .right img {
  width: 120%;
}

#top .service-area {
  padding: 140px 0;
}
#top .service-area p {
  line-height: 2em;
}
#top .service-area .box {
  margin-top: 70px;
  background: #fff;
}
#top .service-area .box .img {
  width: 45%;
}
#top .service-area .box .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#top .service-area .box .text {
  width: 55%;
  padding: 150px 100px;
}
#top .service-area .box .text h4 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 3rem;
}
#top .service-area .box .text h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 17px;
  border-top: 1.5px dashed var(--main-color);
}
#top .service-area .box .text h4 .en {
  display: block;
  font-size: 2rem;
  line-height: 1em;
  margin-bottom: 10px;
  font-weight: 300;
}
#top .service-area .box .text .btn-box {
  margin-top: 50px;
}
#top .service-area .box:nth-child(1) .img img {
  object-position: 59%;
}
#top .service-area .box:nth-child(1) .img img {
  object-position: 59%;
}
#top .service-area .box:nth-child(1) .img img {
  object-position: 44%;
}

#top .news-area {
  padding: 140px 0;
}
#top .news-area .sec-title .en {
  font-size: 5.5rem;
  line-height: 1em;
}
#top .news-area .container > .flex {
  gap: 0 200px;
}
#top .news-area .left {
  max-width: 180px;
  width: 100%;
  flex-shrink: 0;
}
#top .news-area .right {
  width: calc(100% - 380px);
}

.news-box {
  overflow: hidden;
}
.news-box li {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  transition: all 0.3s;
}
.news-box li:before {
  content: "";
  position: absolute;
  transition: all 0.3s;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-top: 1px solid var(--text-color);
  border-right: 1px solid var(--text-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-box li:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--main-color);
}
.news-box li:hover {
  padding-left: 25px;
}
.news-box li:hover:after {
  width: 100%;
}
.news-box li:hover:before {
  border-color: var(--main-color);
}
.news-box li a {
  padding: 40px 50px 40px 0;
  gap: 20px 50px;
}
.news-box li a span {
  width: 5em;
  font-size: 1.7rem;
  font-weight: 300;
}
.news-box li a p {
  font-size: 1.7rem;
}

/* =================== sub layout =================== */

.page-content {
  padding-bottom: 200px;
  overflow: hidden;
}

.sub .page-header {
  margin-bottom: 170px;
  padding: 175px 0 70px;
  background-image: linear-gradient(130deg, #28a8cd, #0fb4c2);
}
.sub .page-header .page-title .en {
  line-height: 1em;
  display: block;
  font-size: 2.8rem;
  margin-bottom: 5px;
  font-weight: 500;
}
.sub .page-header .page-title h2,
.sub .page-header .page-title h2.en {
  font-size: 4.5rem;
  margin-bottom: 0;
}
.sub .page-header .breadcrumb > * {
  font-weight: 300;
  position: relative;
}
.sub .page-header .breadcrumb > *:not(:last-child) {
  margin-right: 35px;
}
.sub .page-header .breadcrumb > *:not(:last-child):before {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 13px;
  background: #fff;
}
.sub .content .container {
  max-width: 1180px;
}
.sub main section .sec-title .en {
  font-size: 4.5rem;
}
.sub main section:last-child {
  padding-bottom: 200px;
}

#company .philosophy-area {
  padding: 50px 0; /*margin-bottom: 240px;*/
  position: relative;
}
#company .philosophy-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  background: url(../images/sub/philosophy-01.svg) center/contain no-repeat;
  z-index: -1;
}
#company .philosophy-area .sec-title {
  margin-bottom: 0;
}
#company .philosophy-area p {
  font-size: 2rem;
  line-height: 2em;
}

#company .greeting-area {
  position: relative;
}
#company .greeting-area:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}
#company .greeting-area .container {
  background: #fff;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
#company .greeting-area .right {
  width: 55%;
  padding: 0 70px 0 120px;
}
#company .greeting-area .right h4 {
  margin-bottom: 20px;
  font-size: 5rem;
}
#company .greeting-area .right h4 span {
  margin-left: 30px;
  font-size: 2rem;
}
#company .greeting-area .right p {
  line-height: 2em;
}
#company .greeting-area .left {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 45%;
  height: 100%;
}
#company .greeting-area .left img {
  height: 100%;
  object-fit: cover;
}

#company .access-area {
  padding: 140px 0;
}
#company .access-area .flex {
  gap: 50px 0;
}
#company .access-area .left {
  width: 45%;
  padding-right: 90px;
}
#company .access-area .left p {
  line-height: 2em;
}
#company .access-area .left .btn-box {
  margin-top: 50px;
}
#company .access-area .right {
  width: 55%;
}

#company .company-area {
  padding: 140px 0 50px;
  background: #fff;
}
#company .company-area .table-box table {
  margin: auto;
}

#company .office-area {
  padding: 140px 0;
  background: #fff;
}
#company .office-area .sec-title .en {
  font-size: 8.5rem;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 75px;
  height: 75px;
  right: 15.5%;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 75px;
  height: 75px;
  left: 15.5%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 75px;
  width: 75px;
  background: url(../images/common/swiper-arrow01.svg) center/contain no-repeat;
  z-index: -1;
}
.swiper-button-next:after {
  background: url(../images/common/swiper-arrow02.svg) center/contain no-repeat;
}

#company .object1,
#service .object1 {
  display: none;
}
#company .object2,
#service .object2 {
  display: block;
}

#service .service-area {
  padding: 0 0 50px;
}
#service .service-area .flex {
  gap: 50px 0;
}
#service .service-area .left {
  width: 53%;
  padding-right: 100px;
}
#service .service-area .left .sec-title {
  margin-bottom: 30px;
}
#service .service-area .left .sec-title h3 {
  font-size: 4rem;
}
#service .service-area .left p {
  line-height: 2em;
}
#service .service-area .left .btn-box {
  margin-top: 50px;
}
#service .service-area .right {
  width: 47%;
}

#service .three-area {
  padding: 140px 0 200px;
}
#service .three-area .sec-title {
  margin-bottom: 20px;
}
#service .three-area .sec-title h3 {
  font-size: 3.5rem;
}
#service .three-area .sec-title .en {
  font-weight: 300;
  font-style: italic;
  display: inline-block;
  font-size: 9.5rem;
  margin: 0 13px 0 0px;
  line-height: 1em;
}
#service .three-area .text {
  font-size: 2rem;
  line-height: 2em;
}
#service .three-area .three-column {
  gap: 20px 40px;
  margin-top: 55px;
}
#service .three-area .box {
  background: var(--main-color);
  padding: 45px 20px;
}
#service .three-area .box:nth-child(2) {
  background: #03b4c8;
}
#service .three-area .box:nth-child(3) {
  background: #00bbbb;
}
#service .three-area .box .num {
  font-weight: 300;
  font-style: italic;
  font-size: 4rem;
  line-height: 1em;
}
#service .three-area .box h4 {
  font-size: 2.8rem;
  font-weight: 400;
  margin: 15px 0 20px;
}
#service .three-area .box p.ja {
  font-size: 1.4rem;
}

#service .price-area {
  padding: 200px 0;
  background: #fff;
}
#service .price-area .container {
  max-width: 1100px;
}
#service .price-area .flex {
  gap: 50px 0;
}
#service .price-area .left {
  width: 60%;
  padding-right: 50px;
}
#service .price-area .left .sec-title {
  margin-bottom: 30px;
}
#service .price-area .left .sec-title h3 {
  font-size: 4rem;
}
#service .price-area .left p {
  font-size: 2rem;
}
#service .price-area .left ul li {
  padding-left: 2em;
  position: relative;
  line-height: 2em;
  font-size: 2.2rem;
}
#service .price-area .left ul li:not(:last-child) {
  margin-bottom: 25px;
}
#service .price-area .left ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.65em;
  left: 5px;
  width: 15px;
  height: 7px;
  border-left: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  transform: rotate(-45deg);
}
#service .price-area .left .btn-box {
  margin-top: 50px;
}
#service .price-area .right {
  width: 40%;
}

#single-detail .content {
  padding-bottom: 200px;
}
#single-detail article {
  max-width: 850px;
  margin: auto;
  background: #fff;
  padding: 70px 95px;
}

#single-detail .meta-box {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
  margin-bottom: 52px;
}
#single-detail .meta-box span {
  line-height: 1em;
  font-size: 1.7rem;
}
#single-detail .meta-box .flex {
  margin-bottom: 35px;
}
#single-detail .meta-box .date {
  font-weight: 300;
  position: relative;
  color: #b7b7b7;
  padding-right: 15px;
  margin-right: 15px;
}
#single-detail .meta-box .date:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background: #ebebeb;
}
#single-detail .meta-box .content-title {
  font-size: 2.8rem;
}

#single-detail .contents h4 {
  margin-bottom: 30px;
  font-size: 2.1rem;
  border-left: 2px solid var(--main-color);
  padding-left: 20px;
  color: var(--main-color);
}
#single-detail .contents > h4:not(:first-child) {
  margin-top: 95px;
}
#single-detail .contents h5 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 35px;
  font-size: 1.9rem;
  color: var(--main-color);
}
#single-detail .contents h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 20px;
  background: var(--main-color);
}
#single-detail .contents > h5:not(:first-child) {
  margin-top: 85px;
}
#single-detail .contents h6 {
  margin-bottom: 30px;
  font-size: 1.7rem;
  color: var(--main-color);
}
#single-detail .contents > h6:not(:first-child) {
  margin-top: 65px;
}
#single-detail .contents > h3 > *,
#single-detail .contents > h4 > *,
#single-detail .contents > h5 > * {
  color: var(--main-color);
}

#single-detail .contents cite,
#single-detail .contents a,
#single-detail .contents p,
#single-detail .contents ol,
#single-detail .contents ul,
#single-detail .contents li,
#single-detail .contents pre,
#single-detail .contents pre * {
  font-family: var(--noto-font);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2em;
}
#single-detail .contents a {
  color: var(--main-color);
  text-decoration: underline;
}
#single-detail .contents a.btn {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}
#single-detail .contents > pre:not(:first-child) {
  margin-top: 2em;
}
#single-detail .contents pre,
#single-detail .contents pre * {
  font-size: 1.3rem;
  color: #969696;
}
#single-detail .contents small {
  display: block;
  color: #969696;
  font-size: 1.4rem;
}

#single-detail .contents > *:not(:first-child) {
  margin-top: 1em;
}

#single-detail .contents ol,
#single-detail .contents ul {
  margin-left: 1em;
}
#single-detail .contents > ol:not(:first-child),
#single-detail .contents > ul:not(:first-child) {
  margin-top: 35px;
}
#single-detail .contents ol li {
  list-style: decimal;
}
#single-detail .contents ul li {
  list-style: circle;
}
#single-detail .contents li::marker {
  color: var(--main-color);
  font-family: var(--en-font);
  font-weight: 700;
}
#single-detail .contents ol li:not(:last-child),
#single-detail .contents ul li:not(:last-child) {
  margin-bottom: 5px;
}

#privacy section:not(:last-child) {
  margin-bottom: 150px;
}
#privacy section .box {
  margin-top: 80px;
}
#privacy section h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--main-color);
}
#privacy section table {
}
#privacy section table th {
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
  text-align: left;
  font-size: 1.8rem;
}
#privacy section table th,
#privacy section table td {
  padding: 15px;
}
#privacy section table tr:nth-child(even) th,
#privacy section table tr:nth-child(even) td {
  background: #fff;
}

#privacy section .box h3 {
  font-size: 2.6rem;
  font-weight: 400;
  margin-bottom: 20px;
}
#privacy section p.text-right {
  text-align: right;
}

#notfound main section .img-box {
  margin-bottom: 45px;
}
#notfound main section .img-box img {
  max-width: 100px;
}
#notfound main section h3 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 45px;
}

#contact .content .right input,
#contact .content .right textarea {
  background: #fff;
}

iframe {
  width: 100%;
}

#single-detail figure {
  margin-top: 60px !important;
}
#single-detail figure b {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
