﻿html {
  font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 58%;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 55%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
    "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  color: #4b4b4b;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    width: 100%;
    line-height: 1.5;
  }
}

.font1 {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic",
    Verdana, Meiryo, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  .font1 {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}

/* リセット */
* {
  margin: 0px;
  padding: 0px;
  border: 0;
  outline: 0;
  word-break: normal !important;
  word-wrap: break-word;
  line-break: normal;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  /*iPhone対策*/
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  /* pointer-events: none; */
}

section[id] {
  position: relative;
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

section:after {
  content: " ";
  display: block;
  clear: both;
}

.wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.pcNone {
  display: none;
}

@media screen and (max-width: 1000px) {
  .spNone {
    display: none !important;
  }

  .pcNone {
    display: inline-block !important;
  }
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.flex {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
}

.udrlcenter {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.udcenter {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.link a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.full img {
  width: 100% !important;
  max-width: inherit !important;
}

#spArea {
  display: none;
}

a.anc {
  display: block;
  margin-top: -129px;
  padding-top: 129px;
}

@media screen and (max-width: 767px) {
  a.anc {
    margin-top: -34px !important;
    padding-top: 34px !important;
  }
}

/*---------------------------------------------------------------------
	 TOPページ
	---------------------------------------------------------------------*/
.body_wrap {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 999px) {
  .body_wrap {
    padding-top: 34px;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#loading {
  z-index: +999999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  transition: all 1s;
  top: 0;
  left: 0;
  background-color: #fff;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #2d709f;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

header,
section footer {
  position: relative;
}

header .wrap,
section .wrap,
section .wrap2,
section .wrap3,
footer .wrap {
  z-index: 1;
  position: relative;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

h2 {
  font-family: Arial, serif;
  font-size: 5rem;
  text-align: center;
  color: #2d709f;
}

h2 span {
  display: block;
  font-size: 3.5rem;
}

.sub {
  margin-top: 5px;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

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

  header .wrap,
  section .wrap,
  section .wrap2,
  section .wrap3,
  footer .wrap {
    max-width: inherit;
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

  header .wrap,
  section .wrap,
  section .wrap2,
  section .wrap3,
  footer .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  h2 {
    font-size: 3rem;
  }

  h2 span {
    font-size: 2.5rem;
    line-height: 1;
  }
}

header {}

header .wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

header h1 {
  width: 300px;
}

header nav {
  width: calc(100% - 300px);
}

header h1 img {
  width: 274px;
}

header .pcnavi ul {
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  margin: 0 -20px;
}

header .pcnavi li {
  position: relative;
  padding: 0 20px;
  text-align: center;
  line-height: 1.3;
}

header .pcnavi li a {
  z-index: +1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header .pcnavi p {
  font-weight: bold;
  letter-spacing: 1px;
}

header .pcnavi p:nth-child(2) {
  margin-bottom: 5px;
  font-size: 1.8rem;
}

header .pcnavi p:nth-child(3) {
  font-size: 1.5rem;
  color: #3495c4;
}

.toggle,
.spnavi {
  display: none;
}

.is-fixed {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 1320px) {
  header .wrap {
    padding-top: calc(40px * 0.68);
    padding-bottom: calc(40px * 0.68);
    padding-right: 15px;
    padding-left: 15px;
  }

  header h1 img {
    width: calc(274px * 0.9);
  }
}

@media screen and (max-width: 999px) {
  header .wrap {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header h1 {
    width: 100%;
  }

  header h1 img {
    width: 180px;
  }

  .is-fixed {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  header .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.mv {}

.mv .wrap {
  max-width: 1920px;
}

.mv img {}

.mv .wrap2 {
  width: 1000px;
  position: absolute;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.mv .txt {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 1320px) {
  .mv .wrap {
    position: relative;
    height: 485px;
    padding-right: 0;
    padding-left: 0;
  }

  .mv img {
    position: absolute;
    max-width: inherit;
    width: auto;
    height: 485px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (max-width: 1060px) {
  .mv .wrap2 {
    width: 95%;
  }
}

@media screen and (max-width: 999px) {
  .mv .wrap {
    height: 390px;
  }

  .mv img {
    height: 390px;
  }
}

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

  .mv img {
    height: 300px;
  }

  .mv .wrap2 {
    top: 2vw;
    padding-right: 0;
    padding-left: 0;
  }

  .mv .txt {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 400px) {
  .mv .wrap {
    height: 180px;
  }

  .mv img {
    height: 180px;
  }
}

.bg01 {
  background-image: url(../img/bg01.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}

.lead {}

.lead .wrap {
  padding-top: 90px;
  padding-bottom: 45px;
  text-align: center;
}

.lead h2 {
  padding-bottom: 30px;
  font-size: 5rem;
  letter-spacing: 5px;
}

.lead .txt {
  font-size: 1.8rem;
  line-height: 2.5;
}

.lead .video {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

@media screen and (max-width: 1320px) {
  .lead .wrap {
    padding-top: calc(90px * 0.68);
    padding-bottom: calc(45px * 0.68);
  }
}

@media screen and (max-width: 767px) {
  .lead .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lead h2 {
    padding-bottom: 20px;
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .lead .txt {
    display: inline-block;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.8;
  }

  .lead .video {
    width: 100%;
  }
}

.business {
  padding-top: 45px;
  padding-bottom: 90px;
}

.business .wrap {}

.business .box {
  position: relative;
  color: #fff;
}

.business .wrap2 {
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.business .wrap2_bg {
  position: relative;
  z-index: 5;
}

.business .wrap2_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d709f;
  transform: skewY(-6deg);
}

.business .wrap2_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/business_bg.png);
  background-position: top 15% left 50%;
  background-repeat: no-repeat;
}

.business h3 span:not([class]) {
  font-size: 3.2rem;
  padding: 10px 40px;
}

.business .wrap2 h3 {
  color: #2c709f;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 50px;
}

.business .flex {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 -30px;
}

.business .wrap2 .flex:nth-child(n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  margin-bottom: 150px;
}

.business .wrap3 .flex:nth-child(n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  margin-bottom: 120px;
}

.business .wrap3 .flex:last-child {
  margin-bottom: 0;
}

.business .flex:nth-child(even) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.business .col_in {
  position: relative;
  width: 50%;
  padding: 0 30px;
}

.business h4 {
  font-size: 2.8rem;
  letter-spacing: 1.4;
}

.business h4::before {
  content: "「";
}

.business h4::after {
  content: "」";
}

.business .txt {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.8;
}

.business .wrap3 {
  padding-top: 100px;
}

.business .wrap3 h3 {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.business .wrap3 h3 span {
  background-color: #2c709f;
  display: inline-block;
}

.business .wrap3 h4 {
  color: #8d8d8d;
}

.business .wrap3 .txt {
  color: #949494;
  max-width: inherit;
  font-size: 2.0rem;
  margin-bottom: 70px;

}

.business .wrap3 .flex .txt {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
}

@media screen and (max-width: 1320px) {
  .business {
    padding-top: calc(45px * 0.68);
    padding-bottom: calc(90px * 0.68);
  }
}

@media screen and (max-width: 999px) {
  .business .flex {
    margin: 0 -15px;
  }

  .business .col_in {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .business {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .business .wrap2_bg::before {
    transform: skewY(-3deg);
  }

  .business .sub {
    margin-bottom: 30px;
  }

  .business .col_in {
    width: 100%;
    padding: 0;
  }

  .business .wrap2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .business .flex {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }

  .business .flex img {
    margin-bottom: 30px;
  }

  .business .wrap3 {
    padding-top: 50px;
  }

  .business .wrap3 .txt {
    margin-bottom: 30px;
  }

  .business .wrap2 .flex {
    flex-direction: column-reverse;
  }

  .business .wrap3 .flex {
    flex-direction: column-reverse;
  }

  .business h3 span:not([class]) {
    font-size: 2.5rem;
  }

  .business .wrap2 h3 {
    margin-bottom: 30px;
  }

  .business .wrap3 .flex .txt {
    margin-top: 20px;
  }

  .business h4 {
    font-size: 2.2rem;
  }

  .business .wrap2 .flex:nth-child(n + 1) {
    margin-bottom: 50px;
  }

  .business .wrap3 .flex:nth-child(n + 1) {
    margin-bottom: 50px;
  }

  .business .wrap3 .flex:last-child {
    margin-bottom: 0;
  }
}

.performance {}

.performance .wrap {
  padding-top: 45px;
  padding-bottom: 45px;
}

.performance .ttl {
  width: 50%;
  margin-left: auto;
  text-align: center;
}

.performance .ttl_wrap {
  display: inline-block;
}

.performance h2 {
  color: #3495c4;
}

.performance .sub {
  margin-bottom: 137px;
  text-align: left;
}

.performance .flex {
  margin: 0 -12px;
}

.performance .col_in {
  width: 50%;
  padding: 0 12px;
}

.performance .col_in:nth-child(1) {
  margin-top: -11.5vw;
}

.performance .col_in:nth-child(2) {}

.performance .txt1 {
  margin-bottom: 4px;
  padding-left: 15px;
  font-family: Arial, serif;
  font-size: 3rem;
  letter-spacing: 2px;
  color: #3495c4;
}

.performance img {}

.performance .txt2 {
  max-width: 550px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1320px) {
  .performance .wrap {
    padding-top: calc(45px * 0.68);
    padding-bottom: calc(45px * 0.68);
  }

  .performance .sub {
    margin-bottom: calc(137px * 0.68);
  }
}

@media screen and (max-width: 767px) {
  .performance .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .performance .ttl {
    width: 100%;
  }

  .performance .ttl_wrap {
    display: block;
  }

  .performance .sub {
    margin-bottom: 20px;
    text-align: center;
  }

  .performance .flex {
    margin: 0 -10px;
  }

  .performance .col_in {
    padding: 0 5px;
  }

  .performance .col_in:nth-child(1) {
    margin-top: 0;
  }

  .performance .col_in:nth-child(2) {
    margin-top: 50px;
  }

  .performance .txt1 {
    margin-bottom: 4px;
    padding-left: 5px;
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .performance .txt2 {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 500px) {
  .performance .flex {
    display: block;
    max-width: 400px;
    margin: auto;
  }

  .performance .col_in {
    width: 100%;
  }

  .performance .txt1 {
    padding-left: 0;
    text-align: center;
  }

  .performance img {}

  .performance .col_in:nth-child(2) {
    margin-top: 20px;
  }
}

.about {}

.about .wrap {
  padding-top: 45px;
  padding-bottom: 130px;
}

.about .sub {
  margin-bottom: 100px;
}

.about>.flex {
  margin: 0 -30px;
}

.about .col_li {
  width: 50%;
  padding: 0 30px;
}

.about .col_li_in {
  max-width: 510px;
  margin: auto;
}

.about .txt1 {
  margin-bottom: 40px;
  font-size: 2.4rem;
}

.about .p1 {
  font-size: 2.4rem;
  letter-spacing: 2px;
}

.about .p2,
.about .p3,
.about .p4,
.about .p5 {
  font-size: 1.8rem;
}

.about .p2 {
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.about .p3 {}

.about .p4 {}

.about .p5 {}

.about .box {
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.about .box:last-child {
  margin-bottom: 0;
}

.about .ttl {}

.about .col_li:nth-child(1) .ttl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.about .box .flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px;
}

.about .box .flex li {
  position: relative;
  padding: 0 15px;
}

.about .box .flex li::after {
  position: absolute;
  content: "/";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
}

.about .box .flex li:last-child::after {
  display: none;
}

.about img {
  margin-bottom: 38px;
}

.about .col_li:nth-child(2) {}

.about .col_li:nth-child(2) .box {
  padding: 25px 30px;
  color: #fff;
  background-color: #2d709f;
  background-image: url(../img/company_bg.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.about .col_li:nth-child(2) .ttl {
  margin-bottom: 10px;
  text-align: center;
}

.about .col_li:nth-child(2) .flex {}

.about .col_li:nth-child(2) li {}

@media screen and (max-width: 1320px) {
  .about .wrap {
    padding-top: calc(45px * 0.68);
    padding-bottom: calc(130px * 0.68);
  }

  .about .sub {
    margin-bottom: calc(100px * 0.68);
  }

  .about .txt1 {
    margin-bottom: calc(40px * 0.68);
  }

  .about .box {
    margin-bottom: calc(25px * 0.68);
  }
}

@media screen and (max-width: 999px) {
  .about .flex {
    margin: 0 -15px;
  }

  .about .col_li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .about .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about .sub {
    margin-bottom: 30px;
  }

  .about .flex {
    margin: 0 -15px;
  }

  .about .col_li {
    padding: 0 15px;
  }

  .about .p1 {
    font-size: 2rem;
    letter-spacing: 1px;
  }

  .about .p2,
  .about .p3,
  .about .p4,
  .about .p5 {
    font-size: 1.6rem;
  }

  .about .p2 {
    letter-spacing: 1px;
  }

  .about .txt1 {
    margin-bottom: 20px;
  }

  .about .box {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .about .col_li:nth-child(1) .ttl {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .about img {
    margin-bottom: 15px;
  }

  .about .col_li:nth-child(2) .box {
    padding: 20px 15px;
    background-size: 400px;
  }

  .about .box .flex {
    margin: 0 -8px;
  }

  .about .box .flex li {
    padding: 0 8px;
  }
}

@media screen and (max-width: 600px) {
  .about>.wrap>.flex {
    display: block;
    max-width: 550px;
    margin: auto;
  }

  .about .col_li {
    width: 100%;
    padding: 0;
  }

  .about .col_li:nth-child(1) {
    margin-bottom: 20px;
  }

  .about .col_li:nth-child(2) .box {
    padding: 15px;
  }
}

.access {
  background-color: #f1f1f1;
}

.access .wrap {
  max-width: 1920px;
  height: 400px;
}

.access iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

@media screen and (max-width: 1320px) {
  .access .wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .access .wrap {
    max-width: 1920px;
    height: 300px;
  }
}

.contact {
  background-color: #f1f0ec;
}

.contact .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact .sub {
  margin-bottom: 67px;
}

.contact form {}

.contact .box {
  max-width: 880px;
  margin: auto;
}

.contact table {
  width: 100%;
  font-size: 1.8rem;
  border: 2px solid;
}

.contact tr {}

.contact th {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 320px;
  padding: 20px 20px;
  text-align: left;
  border: 1px solid;
  background-color: #d6e2e9;
}

.contact th div {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media all and (-ms-high-contrast: none) {
  .contact th div {
    display: block;
  }

  .contact th p {
    display: inline-block;
  }

  .contact th p:nth-child(2) {
    float: right;
  }
}

.contact th p:nth-child(1) {
  text-align: left;
}

.contact th p:nth-child(2) {
  font-size: 1.4rem;
}

.contact th p:nth-child(1) span {
  font-size: 1.5rem;
}

.contact th p:nth-child(2) span {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 5px;
  line-height: 1;
  background-color: #fff;
  border-radius: 0.2vw;
}

.contact td {
  width: calc(100% - 320px);
  padding: 20px 20px;
  border: 1px solid;
  background-color: #fff;
}

/* .contact .td1 div {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
} */

@media all and (-ms-high-contrast: none) {
  .contact .td1 div {
    display: block;
  }
}

/* .contact .td1 p {
  margin-right: 20px;
} */

.contact .td2 div {
  margin-bottom: 10px;
}

.contact .td2_in1 input {
  display: inline-block;
  width: 100px;
}

.contact .td2_in1 p {
  font-size: 1.4rem;
}

.contact .td2_in1 .p1 {
  display: inline-block;
}

.contact .td2_in1 .p2 {
  margin-top: 5px;
  text-decoration: underline;
  color: #448aca;
}

.contact .td2 div:last-child {
  margin-bottom: 0;
}

.contact .col2 {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
}

.contact .col2 .flex {
  width: 50%;
}

.contact .privacy>div {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 200px;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}

.contact .privacy>label {
  display: block;
  padding-top: 10px;
  text-align: center;
}

input[type="text"],
input[type="date"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  font-family: inherit !important;
  background-color: #f5f5f5;
  border: none;
  box-sizing: border-box;
}

input[type="checkbox"] {}

select {
  width: 200px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #f5f5f5;
  border: none;
}

textarea {
  width: 100%;
  height: 105px;
  padding: 10px;
  font-family: inherit;
  background-color: #f5f5f5;
  border: none;
}

.formBtn {
  padding-top: 65px;
  text-align: center;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  cursor: pointer;
  appearance: button;
  font-family: inherit !important;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  cursor: pointer;
  cursor: hand;
  padding: 10px 40px;
  background-color: #d6e2e9;
  border-radius: 0.3vw;
  font-size: 1.8rem;
  font-weight: normal;
  border: 1px solid;
}

input[type="submit"]:hover {
  color: #fff;
  background-color: #2d709f;
  border-color: #2d709f;
  transition: all 0.3s;
}

@media screen and (max-width: 1320px) {
  .contact .wrap {
    padding-top: calc(100px * 0.68);
    padding-bottom: calc(100px * 0.68);
  }
}

@media screen and (max-width: 767px) {
  .contact .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact .box {
    max-width: 400px;
  }

  .contact table {
    font-size: 1.6rem;
    border: 0;
  }

  .contact tr {
    display: block;
    margin-bottom: 8px;
  }

  .contact th {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-bottom-width: 0;
  }

  .contact td {
    display: block;
    width: 100%;
    padding: 10px 10px;
  }

  input[type="text"],
  input[type="date"],
  input[type="email"] {
    padding: 5px 10px;
  }

  textarea {
    padding: 5px 10px;
  }

  .formBtn {
    padding-top: 10px;
  }

  input[type="submit"] {
    padding: 5px 40px;
    font-size: 1.6rem;
  }
}

.topics {}

.topics .wrap {
  max-width: 1094px;
  padding-top: 114px;
  padding-bottom: 100px;
}

.topics>.wrap>.flex {
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}

.topics .col_li {}

.topics .col_li:nth-child(1) {
  width: calc(100% - 321px);
}

.topics .col_li:nth-child(2) {
  width: 321px;
}

.topics .col_li_in {
  max-width: 560px;
}

.topics h2 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  text-align: left;
  color: #3495c4;
  border-bottom: 1px solid #4b4b4b;
}

.topics .box {
  overflow-x: hidden;
  overflow-y: auto;
  height: 182px;
}

.topics dl,
#newsList li {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.topics dl:last-child,
#newsList li:last-child {
  margin-bottom: 0;
}

.topics dt,
#newsList .up_ymd {
  width: 120px;
}

.topics dd,
#newsList .comment {
  width: calc(100% - 120px);
}

#newsList .comment span {
  font-size: 1.8rem !important;
}

.topics dd:hover a,
#newsList li:hover a {
  text-decoration: underline;
  transition: all 0.3s;
}

.topics .col_li:nth-child(2) img {
  width: 211px;
  margin: auto;
}

@media screen and (max-width: 1320px) {
  .topics .wrap {
    padding-top: calc(114px * 0.68);
    padding-bottom: calc(100px * 0.68);
  }

  .contact .sub {
    margin-bottom: calc(67px * 0.68);
  }
}

@media screen and (max-width: 999px) {
  .topics .col_li:nth-child(1) {
    width: calc(100% - 200px);
  }

  .topics .col_li:nth-child(2) {
    width: 200px;
  }

  .topics .col_li:nth-child(2) img {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .topics .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .topics .col_li:nth-child(1) {
    width: calc(100% - 150px);
  }

  .topics .col_li:nth-child(2) {
    width: 150px;
  }

  .topics .col_li:nth-child(2) img {
    width: 110px;
  }

  .topics h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .topics .box {
    height: 100px;
  }

  .topics dl,
  #newsList li {
    margin-bottom: 13px;
    font-size: 1.6rem;
  }

  .topics dt,
  #newsList .up_ymd {
    width: 80px;
  }

  .topics dd,
  #newsList .comment {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 600px) {
  .topics>.wrap>.flex {
    display: block;
  }

  .topics .col_li:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }

  .topics .col_li:nth-child(2) {
    width: 100%;
  }

  .topics h2 {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .topics .col_li:nth-child(2) img {
    width: 90px;
  }
}

/*TOPへ戻る*/
.pageTop {
  z-index: +999;
  position: fixed;
  width: 52px;
  height: 52px;
  bottom: 20px;
  right: 20px;
}

.pageTop img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .pageTop {
    width: calc(52px * 0.6);
    height: calc(52px * 0.6);
    bottom: 10px;
    right: 10px;
  }
}

footer {}

.copyright {
  padding: 50px 10px;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  background-color: #2d709f;
}

.copyright small {
  font-size: 1.5rem;
  letter-spacing: 1px;
}

@media screen and (max-width: 1320px) {
  .copyright {
    padding: calc(50px * 0.68) 10px;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    padding: 10px 5px;
  }

  .copyright small {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

header h1:hover,
header .pcnavi li:hover,
.topics .col_li:nth-child(2):hover {
  opacity: 0.5;
  transition: all 0.3s;
}

/* 20220330松澤追加 */
.animateup-dl1 {
  margin-bottom: 4px;
}

.adress2 {
  margin: 12px 0;
}


/* 20250319_追加CSS */

.wrap2_block:nth-of-type(n+2) {
  margin-top: 80px;
}

.wrap2_block .col_in {
  width: 100%;
}

.wrap2_block .txt {
  padding: 0 30px;
}

.wrap2_btns {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.wrap2_btn {
  flex: 0 1 220px;
}

.c-btn {
  display: block;
  padding: 15px 20px;
  max-width: 220px;
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  color: #2c709f;
  position: relative;
  transition: color .3s, background .3s;
}

.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #2c709f;
  border-right: 1px solid #2c709f;
  transition: border .3s;
}

.c-btn:hover {
  background: #2c709f;
  color: #fff;
}

.c-btn:hover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

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

  .wrap2_block:nth-of-type(n+2) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #fff;
  }

  .wrap2_block .txt {
    padding: 0;
  }

  .wrap2_btns {
    margin-top: 20px;
    margin-left: 0;
    flex-direction: column;
  }

  .c-btn {
    margin: 0 auto;
  }
}

.message {
  padding-top: 45px;
  padding-bottom: 130px;
}

.message__wrapper {
  margin-top: 100px;
  display: flex;
  gap: 40px;
}

.message__img {
  flex: 0 0 30%;
}

.message__textarea {
  flex: 0 1 100%;
}

.message__title {
  font-size: 24px;
  color: #2c709f;
  font-weight: bold;
}

.message__text {
  margin-top: 16px;
  font-size: 15px;
}

.message__name {
  margin-top: 16px;
  text-align: right;
}

.message__name img {
  width: 200px;
  margin: 10px 0 10px auto;
}

.message__name span {
  display: block;
  font-size: 12px;
}



.about .wrap {
  max-width: 800px;
}

.dl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #ccc;
}


.dl-item dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding: 20px 0;
}

.dl-item dt::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 180px;
  height: 1px;
  background: #2c709f;
}

.dl-item dd {
  padding: 20px 0;
}

.dl-item dd ul li {
  padding-left: 1em;
  text-indent: -0.8em;
}

.business__blocks:nth-child(n+2) {
  margin-top: 100px;
}

.business__blocks:nth-child(2n) .business__block {
  flex-direction: row-reverse;
}

.business__block {
  display: flex;
  gap: 30px;
}

.business__block:nth-child(n+2) {
  margin-top: 40px;
}

.business__block:nth-child(n+2) .business__sub-title {
  margin-top: 0;
}

.business__img {
  flex: 0 0 37%;
}

.business__img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.business__img--1 img {
  aspect-ratio: inherit;
}

.business__textarea {
  flex: 0 1 100%;
}

.business .wrap2 .business__title {
  display: block;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  background: transparent;
  color: inherit;
}

.business__sub-title {
  margin: 30px 0 30px;
  font-size: 20px;
}

.business__block ul {
  margin: 15px 0 15px 10px;
}

.business__block li {
  padding-left: 1em;
  text-indent: -1em;
}

.business__block li:nth-child(n+2) {
  margin-top: 4px;
}

.menu__items {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 8px;
}


.menu__block:nth-child(n+2) {
  margin-top: 20px;
}

.menu__block:nth-child(3) .menu__items {
  display: block !important;
}

.menu__items input {
  display: none;
}

.menu__items input:checked+label::before {
  border-color: #2c709f;
  background: #2c709f;
}

.menu__items input:checked+label::after {
  opacity: 1;
  visibility: visible;
}

.menu__items label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.menu__items label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 0;
  border: 1px solid #000;
}

.menu__items label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .business__blocks {
    max-width: 500px;
    margin: 0 auto;
  }

  .business__block {
    flex-direction: column !important;
  }

  .business .wrap2 .business__title {
    font-size: 22px;
  }

  .business__sub-title {
    font-size: 18px;
  }

  .wrap2_btn {
    flex: inherit;
  }

  .message {
    padding: 40px 0;
  }

  .message__wrapper {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
  }

  .message__title {
    font-size: 22px;
  }

  .message__img {
    max-width: 500px;
    margin: 0 auto;
  }

  .dl-item dt {
    -webkit-flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    padding: 15px 0;
  }

  .dl-item dt::after {
    width: 100px;
  }

  .dl-item dd {
    padding: 15px 0;
  }

  .dl-item dd ul li:nth-child(n+2) {
    margin-top: 1rem;
  }

  .menu__items {
    margin-top: 5px;
    gap: 4px 2px;
  }

  .menu__items label {
    font-size: inherit;
    padding-left: 16px;
  }

  .menu__items label::before {
    top: 2px;
    width: 12px;
    height: 12px;
  }

  .menu__items label::after {
    top: 3px;
    left: 5px;
    width: 3px;
    height: 8px;
    border-width: 0 1px 1px 0;
  }

  .message__name img {
    width: 40%;
    max-width: 200px;
  }
}

@media screen and (max-width: 360px) {
  .menu__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dib {
  display: inline-block;
}

.caution {
  margin-top: 2px;
  font-size: 12px;
  color: #aaa;
  padding-left: 1rem;
  text-indent: -1rem;
}

@media screen and (max-width: 768px) {
  .caution {
    font-size: 11px;
  }
}