/* ===========
  common
  ============ */

body {
 font-family: ;
 background: #fff;
 color: #595757;
 font-size:17px;
 line-height: 1.6;
 animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@-webkit-keyframes fadeIn {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@media screen and (max-width: 768px) {
 body {
  font-size: 16px;
  line-height: 1.4;
 }
}

main {
 margin-top: 80px;
}
@media screen and (max-width: 1024px) {
 main {
  margin-top: 64px;
 }
}

footer {
 padding: 100px 0 0;
}
footer ul {
 flex-basis: 50%;
}
footer p {
 margin: 100px 0 0;
 padding: 8px 0;
 text-align: center;
 background: #f1f1f1;
 color: #595757;
 font-size: 0.64rem;
 letter-spacing: 1px;
}
footer ul li a {
 display: flex;
 align-items: center;
 gap: 8px;
}
footer ul li a::before {
 content: "";
 width: 8px;
 height: 8px;
 border: 1px solid;
 border-radius: 50px;
}
footer ul li a:hover::before {
 background: #83c757;
}
.footer__logo {
 flex-basis: 50%;
}
@media screen and (min-width: 1023px) {
 .footer__logo img {
  margin: 0 auto 0 0;
 }
}
@media screen and (max-width: 768px) {
 footer {
  padding: 80px 0 0;
 }
 .footer__logo {
  width: 120px;
 }
 footer p {
  margin: 80px 0 0;
 }
}

img {
 object-fit: cover;
}

hr {
 border: 0;
 height: 1px;
 background: #ddd;
}

.wrapper {
 display: block;
 margin: auto;
 width: 1280px;
 max-width: 100%;
 overflow: hidden;
}

section {
 padding: 80px 0;
 color: #444;
}

@media screen and (max-width: 768px) {
 section {
  padding: 40px 0;
 }
}

a {
 color: #666;
 text-decoration: none;
 transition: 0.4s !important;
}

a:hover {
 opacity: 0.64;
}

p {
 line-height: 1.6;
}

h2 {
 font-size: 1.8rem;
 padding: 8px 4px;
}

@media screen and (max-width: 68px) {
 h3 {
  font-size: 24px;
 }
}

table {
 width: 100%;
 border-collapse: collapse;
 table-layout: fixed;
 font-size: 0.88rem;
}

.txt__bl {
 color: #008da0;
}

.bg_gy {
 background: #f1f1f1;
}

.wrap {
 width: 1024px;
 max-width: 90%;
 margin: auto;
}
.wrap-2 {
 max-width: 100%;
}

.vertical {
 -ms-writing-mode: tb-rl;
 writing-mode: vertical-rl;
}

.fadein {
 opacity: 0.1;
 -webkit-transform: translate(0, 50px);
 transform: translate(0, 50px);
 -webkit-transition: 0.8s;
 transition: 0.8s;
}
.fadein.scrollin {
 opacity: 1;
 -webkit-transform: translate(0, 0);
 transform: translate(0, 0);
}

/* scroll_up ï½œä¸‹ã‹ã‚‰ä¸Šã¸å‡ºç¾ */
.scroll_up {
 transition: 0.8s ease-in-out;
 transform: translateY(30px);
 opacity: 0;
}
.scroll_up.on {
 transform: translateY(0);
 opacity: 1;
}

/* scroll_left ï½œå·¦ã‹ã‚‰å‡ºç¾ */
.scroll_left {
 transition: 0.8s ease-in-out;
 transform: translateX(-30px);
 opacity: 0;
 filter: alpha(opacity=0);
}
.scroll_left.on {
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translateX(0);
}

/* scroll_right ï½œå³ã‹ã‚‰å‡ºç¾ */
.scroll_right {
 transition: 0.8s ease-in-out;
 transform: translateX(30px);
 opacity: 0;
 filter: alpha(opacity=0);
}
.scroll_right.on {
 opacity: 1;
 filter: alpha(opacity=100);
 transform: translateX(0);
}

/* ============
    index
============ */

#fullscreen-slider {
 position: absolute;
 top: 80px;
}
.slider-pro .sp-slide {
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: flex-start;
}

.mv {
 position: relative;
 width: 1260px;
 max-width: 100%;
 height: calc(100vh - 80px);
 margin: auto;
 z-index: 1;
}
.mv .flex {
 width: 80%;
 position: absolute;
 top: 56%;
 left: 50%;
 translate: -50% -50%;
}
.mv__line {
 display: block;
 width: 1px;
 height: 70vh;
 background: #fff;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
}
.mv__txt {
 color: #fff;
 margin: 0 0 0 24px;
}

.mv h1 {
 font-size: 3.4rem;
 font-weight: 900;
 line-height: 2.4;
}
.mv h1 span {
 background: #0099d6;
 padding: 16px 24px;
 border-radius: 0 16px 16px;
}
.mv h1 span::after {
 content: "\A";
 white-space: pre-wrap;
}

.mv .txt_en {
 font-size: 2.4rem;
 font-weight: 200;
 margin: 0 0 16px 0;
}


@media screen and (max-width: 1023px) {
 #fullscreen-slider {
  position: absolute;
  top: 64px;
 }
 .mv {
  margin-top: -16px;
  height: calc(100vh - 64px);
 }
 .mv h1 {
  font-size: 2.4rem;
  line-height: 2.6;
 }
 .mv .txt_en {
  font-size: 1.8rem;
 }
}
@media screen and (max-width: 768px) {
 .slider-pro .sp-slide img {
  position: relative;
  top: 50%;
  left: 50%;
  translate: -22% -50%;
  min-width: auto;
  height: auto;
  max-height: 100%;
 }
 .mv__txt {
  color: #fff;
  margin: 0 0 0 16px;
 }
 .mv h1 {
  font-size: 1.4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 3;
 }
 .mv h1 span {
  padding: 16px 8px;
  border-radius: 0 8px 8px;
 }
 .mv .flex {
  top: 64%;
 }
 .mv .txt_en {
  font-size: 1rem;
  margin: 0 0 24px 0;
 }
 .mv__line {
  display: block;
  width: 1px;
  height: 64vh;
 }
}


@media screen and (max-width: 376px) {
.mv .flex {
 top: 75%;
}
}

.top__content {
 position: relative;
 background: #0099d6;
 color: #fff;
}
.top__content h2 {
 margin: 80px 0 40px;
 font-weight: 600;
}
.top__content h2 span {
 font-size: 1.3rem;
}
.top__content h2 span::after {
 content: "\A";
 white-space: pre-wrap;
}
.top__content .flex__txt {
 flex-basis: 45%;
}
.top__content .flex__img {
 flex-basis: 50%;
}
.top__content .flex__img img {
 position: absolute;
 right: 0;
 top: 0;
 width: 50%;
 height: 100%;
}
.top__content .line__box {
 border: 1px solid;
 border-radius: 0 8px 8px;
 padding: 16px;
 margin: 16px 0;
}
@media screen and (max-width: 768px) {
 .top__content .wrap {
  max-width: 100%;
 }
 .top__content .flex__txt {
  max-width: 90%;
  margin: auto;
 }
 .top__content h2 {
  margin: 40px 0;
  font-weight: 600;
 }
 .top__content .flex__img {
  flex-basis: 100%;
  width: 100%;
 }
 .top__content .flex__img img {
  position: relative;
  width: 100%;
  top: 40px;
 }
}

/* ============
                                          subpage
                                          ============ */
.breadcrumb {
 background: #f1f1f1;
}
.breadcrumb ul {
 font-size: 0.64rem;
 padding: 8px 0;
 display: flex;
 justify-content: flex-start;
 gap: 8px;
}
.breadcrumb ul li {
 display: flex;
 gap: 8px;
}
.breadcrumb ul li:not(:last-child)::after {
 content: ">";
}
.breadcrumb ul li a {
 color: #0099d6;
 text-decoration: underline;
}
.breadcrumb ul li a:hover {
 text-decoration: none;
}
.subpage {
}
.subpage section {
}
.subpage__ttl {
 padding: 40px 0;
 background: #0099d6;
 color: #fff;
 font-weight: 500;
}
.subpage p {
 color: #595757;
}
.subpage p:not(:last-child) {
 padding: 0 0 16px;
}

.subpage h3 {
 display: inline-block;
 position: relative;
 left: 50%;
 translate: -50%;
 font-size: 1.48rem;
 color: #266ba7;
 border-bottom: 1px solid;
}
.subpage h4 {
 padding: 8px 0 40px;
 font-size: 0.8rem;
 letter-spacing: 3px;
 color: #266ba7;
}

@media (max-width: 768px) {
 .subpage__ttl {
  padding: 24px 0;
  font-size: 1.6rem;
  font-weight: 500;
 }
 .subpage h3 {
  font-size: 1.16rem;
 }
}

/* SYSTEM */
.subpage__system .content-1 .flex__img {
 flex-basis: 50%;
}
.subpage__system .content-1 .flex__txt {
 flex-basis: 50%;
}

.subpage__system .content-2 table {
 border: 2px solid #595757;
 font-weight: 600;
}
.subpage__system .content-2 table caption {
 background: #595757;
 color: #fff;
 padding: 8px 0;
}
.subpage__system .content-2 table thead {
 color: #fff;
 background: #83c757;
 text-align: center;
 border-bottom: 1px solid #595757;
}
.subpage__system .content-2 table thead th {
 border-right: 1px solid #595757;
 text-align: center;
 font-weight: 600;
}
.subpage__system .content-2 table tbody {
 background: #fff;
}
.subpage__system .content-2 table th,
.subpage__system .content-2 table td {
 padding: 4px 8px;
}
.subpage__system .content-2 table td {
 border-right: 1px solid #595757;
 border-bottom: 1px solid #595757;
}

/* FLOW */
.subpage__flow h5 {
 font-size: 1.16rem;
 color: #266ba7;
 font-weight: 600;
 padding: 0 0 8px;
}
.subpage__flow .flex__box {
 padding: 24px 40px 24px 0;
 align-items: stretch;
 border: 4px solid #f1f1f1;
 border-radius: 0 16px 16px;
 background: #fff;
}
.subpage__flow .flex__num {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0;
 min-height: 100%;
 flex-basis: 20%;
 color: #1e99d6;
 border-right: 2px solid #1e99d6;
}
.subpage__flow .flex__num p {
 position: relative;
 top: -8px;
 font-size: 1rem;
 text-align: center;
 line-height: 1;
 letter-spacing: 1px;
 color: #1e99d6;
}
.subpage__flow .flex__num p span {
 font-size: 2rem;
}
.subpage__flow .flex__num p span::before {
 content: "\A";
 white-space: pre-wrap;
}
.subpage__flow .flex__img {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-basis: 20%;
}
.subpage__flow .flex__img img {
 filter: brightness(60%) contrast(70%) sepia(10%) saturate(50%) hue-rotate(0deg);
}
.subpage__flow .flex__txt {
 flex-basis: 60%;
}
.arrow {
 width: 0;
 height: 0;
 border-left: 20px solid transparent;
 border-right: 20px solid transparent;
 border-top: 20px solid #0099d6;
}
.subpage__flow section {
 background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
}
@media screen and (max-width: 768px) {
 .subpage__flow .flex__box {
  padding: 24px;
 }
 .subpage__flow .flex__num {
  border-right: none;
  border-bottom: 2px solid #1e99d6;
 }
}


/* ABOUT */
.subpage__about section .about-table {
  border: 2px solid #595757;
  font-size: 0.9rem;
  font-weight: 500;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
}

.subpage__about section .about-table th,
.subpage__about section .about-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #595757;
  vertical-align: top;
}

.subpage__about section .about-table th {
  width: 20%;
  white-space: nowrap;
  font-weight: 600;
  background: #f5f5f5;
  border-right: 1px solid #595757;
}

.subpage__about section .about-table td {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .subpage__about section .about-table,
  .subpage__about section .about-table thead,
  .subpage__about section .about-table tbody,
  .subpage__about section .about-table th,
  .subpage__about section .about-table td,
  .subpage__about section .about-table tr {
    display: block;
    width: 100%;
  }

  .subpage__about section .about-table tr {
    border-bottom: 1px solid #ccc;
  }

  .subpage__about section .about-table th {
    padding-top: 1rem;
   padding:8px 16px;
    border-right: none;
   border-bottom: 0;
  }

  .subpage__about section .about-table td {
    border: none;
    padding-bottom: 0.5rem;
  }
}

/* CONTACT */
#contact table {
 justify-content: center;
}
#contact input[type="text"],
#contact textarea {
 padding: 4px 8px;
 background: #fff;
 width: 100%;
 border-radius: 2px;
 border: 1px solid #ccc;
}

#contact .required th::after {
 content: "必須";
 font-size: 0.6rem;
 color: red;
 padding: 8px;
 vertical-align: middle;
}
#contact input[type="submit"],
#contact input[type="reset"] {
 color: #666;
 background: #ccc;
 padding: 8px 16px;
 width: 160px;
 max-width: 45%;
 border-radius: 50px;
 cursor: pointer;
 letter-spacing: 2px;
}
#contact input[type="submit"]:hover,
#contact input[type="reset"]:hover {
 background: #666;
 color: #fff;
}
@media screen and (min-width: 767px) {
 #contact table th {
  width: 30%;
 }
 #contact input[type="text"],
#contact textarea {
 margin:24px 0 0;
}
}
@media screen and (max-width: 768px) {
 #contact table tr {
  display:flex;
  flex-direction:column;
  margin:8px 0 0;
 }
}

.complete {
 margin-top:100px;
}

.complete a.btn {
 display: flex;
 align-items: center;
 justify-content:center;
 width:240px;
 max-width:90%;
 padding: 8px 24px;
 border-radius: 50px;
 background: #ff9845;
 color: #fff;
 white-space: nowrap;
}

.complete a.btn:hover {
  opacity:0.8;
}