/* common */

.robo {
  font-family: "Roboto", sans-serif;
}

.ba {
  font-family: "Barlow", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  position: relative;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #10243a;
  font-weight: 400;
}

body img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #10243a;
}

a:hover {
  opacity: 0.8;
}

.inner {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.mt0 {
  margin-top: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

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

/* header */

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header .wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 90px;
}

.header .wrap .logo {
  padding-left: 50px;
  padding-top: 20px;
}

.header .wrap .logo img {
  max-width: 340px;
}

.header .en {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  max-width: 110px;
  width: 100%;
  border-radius: 4px;
  background-color: #e8e9f4;
  margin-right: 3.5%;
  padding: 3px 0;
}

.header .en img {
  margin-right: 8px;
  max-width: 19px;
}

.header .en p {
  font-size: 12px;
  color: #1d3470;
  font-weight: bold;
}

.header .wrap .tel {
  display: flex;
  align-items: flex-start;
}

.header .wrap .tel .img {
  max-width: 30px;
  margin-top: 11px;
  margin-right: 10px;
}

.header .wrap .tel .texts .number {
  font-size: 36px;
  color: #e49e35;
  font-weight: 800;
}

.header .wrap .tel .texts .time {
  font-size: 12px;
  letter-spacing: 1px;
  color: #1d3470;
  font-weight: bold;
  margin-top: -5px;
}

.header .wrap .mail {
  max-width: 180px;
  width: 100%;
  height: 90px;
  background-color: #0a74bc;
  margin-left: 20px;
}

.header .wrap .mail .img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 28px;
  padding-top: 20px;
}

.header .wrap .mail p {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin-top: 8px;
}

@media screen and (max-width: 1049px) {
  .header .wrap .logo {
    padding-left: 20px;
  }

  .header .wrap .logo img {
    max-width: 200px;
  }

  .header .wrap .en {
    margin-right: 20px;
  }

  .header .wrap .tel .texts .number {
    font-size: 26px;
  }

  .header .wrap .mail {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header .wrap {
    height: 70px;
  }

  .header .wrap .en,
  .header .wrap .tel,
  .header .wrap .mail {
    display: none;
  }

  .header .wrap .logo {
    padding-left: 15px;
    padding-top: 5px;
  }

  .header .wrap .logo img {
    max-width: 240px;
  }
}

/* sp */

@media screen and (min-width: 768px) {
  .header .tab-box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header .tab-box {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
  }

  .header .nav-color {
    width: 70px;
    height: 70px;
    background-color: #1fa5db;
    cursor: pointer;
  }

  .header #nav-open {
    display: inline-block;
    /* vertical-align: middle; */
    /* left: 12px; */
    position: relative;
    width: 70px;
    height: 70px;
  }

  .header #nav-open .nav-open-box {
    width: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
  }

  .header #nav-open span,
  .header #nav-open span:before,
  .header #nav-open span:after {
    position: absolute;
    transition: all 0.4s;
    height: 1px;
    width: 28px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
    z-index: 100;
  }

  .header #nav-open span:before {
    bottom: -8px;
  }

  .header #nav-open span:after {
    bottom: -16px;
  }

  .header #nav-content {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    transition: 0.2s ease-in-out;
  }

  .header #nav-content.open {
    display: block;
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.9); */
    background-color: #fff;
    overflow: hidden;
  }

  .header #nav-content.open:before {
    content: "";
    overflow: hidden;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;
  }

  .header #nav-open.active span {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .header #nav-open.active span:before {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    opacity: 0;
  }

  .header #nav-open.active span:after {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(90deg);
  }

  /* 内容 */

  .header .tab-box .nav-wrap {
    height: 600px;
    overflow: scroll;
  }

  .header .tab-box .color {
    background-color: #1fa5db;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .header .tab-box .nav ul,
  .header .tab-box .nav ul li {
    line-height: 1;
  }

  .header .tab-box .nav ul li a {
    background-color: #0a74bc;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
  }

  /* アコーディオン */

  .header .tab-box .accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
  }

  .header .tab-box .accordion-title {
    background-color: #0a74bc;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    display: block;
    border-bottom: 1px solid;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header .tab-box .accordion-title {
    position: relative;
    font-weight: 500;
  }

  .header .tab-box .accordion-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 75px;
    border-right: 1px solid;
    height: 46px;
  }

  .header .tab-box .accordion-title::after {
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 40px;
    top: 30%;
    transform: rotate(135deg);
    transition:
      transform 0.5s ease-in-out,
      top 0.5s ease-in-out;
    width: 13px;
  }

  .header .tab-box .accordion-title.open::after {
    top: 35%;
    transform: rotate(-45deg);
  }

  .header .tab-box .accordion-content {
    display: none;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 12px;
  }

  .header .tab-box .accordion-content a {
    color: #fff;
    padding-bottom: 12px;
    display: block;
    font-weight: 500;
  }

  /* アコーディオン ここまで */

  .header .tab-box .buttons .button-c {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .header .tab-box .en {
    margin-top: 45px;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

/* button */

.buttons .button {
  display: flex;
  align-items: center;
  max-width: 335px;
  height: 80px;
  border-radius: 10px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  background-color: #0079b3;
  margin-left: auto;
  margin-right: auto;
}

.buttons .button .b-w {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-left: 17px;
}

.buttons .button-c .b-w img {
  max-width: 28px;
  margin-top: 15px;
}
.buttons .button-t .b-w img {
  max-width: 22px;
  margin-top: 13px;
}

.buttons .button .b-w img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.buttons .button .texts {
  margin-left: 20px;
}

.buttons .button .texts .text {
  font-size: 22px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
}

.buttons .button .texts .number {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.buttons .button .texts .time {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

/* menu */

.header .menu {
  width: 100%;
  height: 60px;
  background-color: #1fa5db;
}

.header .menu .ul {
  width: 100%;
  max-width: 1440px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: center;
}

.header .menu .ul .li {
  height: 60px;
  display: table;
  text-align: center;
}

.header .menu .ul .li .link {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.header .menu .ul .li .link-a {
  position: relative;
}

.header .menu .ul .li .link::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #fff;
  bottom: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.header .menu .ul .li .link:hover {
  opacity: 1;
}

.header .menu .ul .li:hover .link::before {
  transform: scale(1, 1);
}

.header .menu .ul .li .link-a::after {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: -20px;
  top: 38%;
  transform: rotate(135deg);
  transition:
    transform 0.5s ease-in-out,
    top 0.5s ease-in-out;
  width: 10px;
}

/* mega-menu */

.header .menu .ul .li:hover .mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.header .menu .ul .li .mega {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 100;
  top: 150px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  width: 100%;
  background-color: #0a74bc;
  padding: 45px 20px 45px 20px;
  box-sizing: border-box;
}

.header .menu .ul .li .mega .boxes {
  display: flex;
  justify-content: center;
}

.header .menu .ul .li .mega .boxes .texts {
  margin-right: 6%;
}

.header .menu .ul .li .mega .boxes .texts .text-en {
  font-size: 24px;
  color: #e49e35;
  font-weight: bold;
}

.header .menu .ul .li .mega .boxes .texts .text-ja {
  font-size: 30px;
  color: #ffffff;
  font-weight: 500;
}

.header .menu .ul .li .mega .boxes .box {
  width: 100%;
  max-width: 665px;
}

.header .menu .ul .li .mega .boxes .box .sub-menu {
  display: flex;
  flex-wrap: wrap;
}

.header .menu .ul .li .mega .boxes .box .sub-menu li {
  max-width: 200px;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 25px;
  margin-right: 3%;
}

.header .menu .ul .li .mega .boxes .box .sub-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.header .menu .ul .li .mega .boxes .box .sub-menu li a::after {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/arrow-blue.webp");
  width: 22px;
  height: 22px;
  background-size: cover;
  right: 0;
}

@media screen and (max-width: 999px) {
  .header .menu .ul .li .link {
    font-size: 12px;
  }

  .header .menu .ul .li .link-a::after {
    top: 37%;
  }
}

@media screen and (max-width: 767px) {
  .header .menu {
    display: none !important;
  }
}

/* main */

.main {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 70px;
    flex-direction: column-reverse;
  }
}

/* sidebar */

.sidebar {
  width: 20.8%;
  border-top: 35px solid #fff;
  padding-bottom: 35px;
  background-color: #ededed;
}

.sidebar .banner-links {
  margin-top: 15px;
}

.sidebar .banner-links .banner-link {
  width: 83.3%;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sidebar .banner-links .banner-link .banner {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

/* accordion */

.sidebar .accordion {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  position: relative;
  width: 100%;
}

.sidebar .accordion .accordion-title {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding: 0 55px 0 25px;
  height: 40px;
  background-color: #e49e35;
  color: #10243a;
  font-weight: bold;
  box-sizing: border-box;
}

.sidebar .accordion .accordion-title .items {
  height: 40px;
  display: table;
}

.sidebar .accordion .accordion-title .items .item {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.sidebar .accordion .accordion-title::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 20px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 100%;
}

.sidebar .accordion .accordion-title::after {
  border-right: solid 1px #e49e35;
  border-top: solid 1px #e49e35;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 14px;
  transform: rotate(135deg);
  transition:
    transform 0.5s ease-in-out,
    top 0.5s ease-in-out;
  width: 10px;
}

.sidebar .accordion .accordion-title.open::after {
  top: 18px;
  transform: rotate(-45deg);
}

.sidebar .accordion .accordion-content {
  display: none;
}

/* accordion-child */

.sidebar .accordion-child {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.sidebar .accordion-child .accordion-title-child {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 55px 0 25px;
  height: 40px;
  color: #10243a;
  font-weight: bold;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-bottom: -1px;
}

/* .sidebar
  .accordion-child
  .accordion-box-child:last-child
  .accordion-title-child {
  margin-bottom: 0;
} */

.sidebar .accordion .accordion-title-child .items {
  height: 40px;
  display: table;
}

.sidebar .accordion .accordion-title-child .items .item {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.sidebar .accordion-child .accordion-title-child::after {
  border-right: solid 1px #10243a;
  border-top: solid 1px #10243a;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 9px;
  transform: rotate(135deg);
  transition:
    transform 0.5s ease-in-out,
    top 0.5s ease-in-out;
  width: 10px;
}

.sidebar .accordion-child .accordion-title-child.open::after {
  top: 14px;
  transform: rotate(-45deg);
}

.sidebar .accordion-child .accordion-content-child {
  display: none;
  font-size: 14px;
  padding: 20px 25px;
}

.sidebar .accordion-child .accordion-content-child-link {
  display: block;
  margin-bottom: 5px;
}

.sidebar .accordion-child .accordion-content-child-link.is-active {
  font-weight: bold;
}

.sidebar .accordion-child .accordion-content-child-link:last-child {
  margin-bottom: 0;
}

/* accordion-content-text */

.sidebar .accordion .accordion-content .accordion-content-text {
  font-size: 14px;
  padding: 20px 25px;
}

.sidebar .accordion .accordion-content .accordion-content-text-link {
  display: block;
  margin-bottom: 5px;
}

.sidebar .accordion .accordion-content .accordion-content-text-link.is-active {
  font-weight: bold;
}

/* content */

.content {
  position: relative;
  z-index: 9;
  width: 79.2%;
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
  }
}

/* contact-common */

.contact-common {
  background-color: #e49e35;
  position: relative;
  z-index: 2;
}

.contact-common .wrap {
  width: 91.2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-common .wrap .boxes {
  display: flex;
  justify-content: space-between;
}

.contact-common .wrap .boxes .box {
  width: 48%;
}

.contact-common .wrap .boxes .box .box-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  line-height: 1;
}

.contact-common .wrap .boxes .box .box-title .span01 {
  display: inline-block;
  font-size: 62px;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: 0;
}

.contact-common .wrap .boxes .box .box-title .span02 {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}

.contact-common .wrap .boxes .box .box-text {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 35px;
}

.contact-common .wrap .boxes .links {
  width: 45.2%;
}

@media screen and (min-width: 768px) {
  .contact-common .wrap .buttons .button {
    max-width: unset;
  }

  .contact-common .wrap .buttons .button-c {
    margin-bottom: 20px;
  }

  .contact-common .wrap .buttons .button .b-w {
    margin-left: 7.5%;
  }

  .contact-common .wrap .buttons .button .texts {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-common .wrap .buttons .button .texts .number {
    font-size: 40px;
    line-height: 1.1;
  }

  .contact-common .wrap .buttons .button .texts .time {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contact-common .wrap .boxes .links {
    width: 50%;
  }

  .contact-common .wrap .buttons .button .b-w {
    margin-left: 5%;
  }

  .contact-common .wrap .buttons .button .texts .number {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .contact-common .wrap {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .contact-common .wrap .boxes {
    flex-direction: column;
  }

  .contact-common .wrap .boxes .box {
    width: 100%;
    margin-bottom: 55px;
  }

  .contact-common .wrap .boxes .box .box-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-common .wrap .boxes .box .box-title .span01 {
    font-size: 64px;
  }

  .contact-common .wrap .boxes .box .box-title .span02 {
    margin-top: 5px;
  }

  .contact-common .wrap .boxes .box .box-text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
  }

  .contact-common .wrap .boxes .links {
    width: 100%;
  }

  .contact-common .wrap .buttons .button-c {
    margin-bottom: 20px;
  }
}

/* footer */

/* items */

.footer .items {
  padding-top: 80px;
  padding-bottom: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.footer .items a {
  pointer-events: none;
  display: block;
  width: 100%;
}

.footer .items a img {
  width: 100%;
}

.footer .items .logo01 {
  max-width: 240px;
}
.footer .items .item .logo02 {
  max-width: 110px;
  margin-left: 50px;
  margin-right: 50px;
}
.footer .items .item .logo03 {
  max-width: 160px;
}
.footer .items .item .logo04 {
  max-width: 230px;
  margin-left: 50px;
}

/* wrap */

.footer .wrap {
  background-color: #fffaf3;
  padding-top: 80px;
  padding-bottom: 100px;
}

.footer .wrap .boxes {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .wrap .boxes .logo {
  max-width: 290px;
  margin-top: 10px;
  margin-right: 20px;
}

.footer .wrap .boxes .logo img {
  width: 100%;
}

.footer .wrap .boxes .box {
  width: 67%;
}

.footer .wrap .boxes .box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .wrap .boxes .box ul li {
  position: relative;
}

.footer .wrap .boxes .box ul li.line::after {
  content: "/";
  margin-right: 13px;
}

.footer .wrap .boxes .box ul li a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #10243a;
  font-weight: 500;
  margin-right: 13px;
  white-space: nowrap;
  line-height: 2;
}

.footer .wrap .boxes .box ul li:last-child a {
  margin-right: 0;
}

.footer .wrap .boxes .box ul li.size a {
  font-size: 16px;
}

.footer .wrap .boxes .box ul li.color a {
  color: #586675;
  pointer-events: none;
}

/* right */

.right {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 20px 100px 20px;
  box-sizing: border-box;
}

.right small {
  display: block;
  font-size: 14px;
  margin-left: auto;
  width: fit-content;
}

.right .link {
  display: block;
  font-size: 14px;
  margin-left: auto;
  width: fit-content;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  /* items */

  .footer .items {
    flex-direction: column;
    padding-top: 45px;
    padding-bottom: 0;
  }

  .footer .items .item {
    justify-content: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .items .logo01 {
    max-width: 180px;
  }

  .footer .items .item .logo02 {
    max-width: 110px;
    margin-left: 30px;
    margin-right: 0px;
  }

  .footer .items .item .logo03 {
    max-width: 125px;
  }

  .footer .items .item .logo04 {
    max-width: 180px;
    margin-left: 30px;
  }

  /* wrap */

  .footer .wrap {
    display: none;
  }

  /* right */

  .right small {
    text-align: center;
    margin-right: auto;
    font-size: 12px;
  }

  .right .link {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 12px;
  }
}
