@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Zen Maru Gothic", serif;
  background: url("../img/body-bg.jpg");
  color: #333333;
  font-size: 20px;
}
h1 {
  line-height: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
#header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  padding: 10px 2%;
  position: fixed;
  top: 0;
  z-index: 9;
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
#header.scroll-nav {
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.orange {
  color: #f89d4a;
}
.green {
  color: #19b688;
}
.purple {
  color: #8364ca;
}
.pink {
  color: #f05c93;
}
.blue {
  color: #04b0ef;
}
.purple {
  color: #7777ff;
}
.red {
  color: #ff0000;
}
.h-logo {
  width: 30%;
}
.h-information {
  font-size: 16px;
}
.h-tel {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-left: 20px;
}
.h-tel span {
  font-size: 20px;
}
.navarea {
  display: block;
  width: 45%;
}
.navbar-nav {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-item {
  text-align: center;
  border-right: solid 1px #333333;
}
.nav-item:last-child {
  border-right: none;
}
.nav-item a {
  color: #333333;
  display: block;
  padding: 5px 30px;
}
.nav-item span {
  display: block;
}
.fixed_banner {
  position: fixed;
  z-index: 99999;
  top: 150px;
  right: 0;
  border: none;
  background: none;
}
.main {
  width: 93%;
  margin-top: 102px;
  margin-left: auto;
  line-height: 0;
  position: relative;
}
.main::before {
  content: url("../img/color-chart.jpg");
  position: absolute;
  top: 6%;
  left: -4.5%;
}
.main-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dtl-btn {
  margin-top: 50px;
}
.btn-item {
  background: #29386b;
  color: #ffffff;
  display: block;
  padding: 15px 0;
  position: relative;
  margin: auto;
  max-width: 250px;
  text-align: center;
  border-radius: 30px;
}
.btn-item::before, .btn-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  vertical-align: middle;
}
.btn-item::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #ffffff;
}
.btn-item::after {
  right: 29px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.h3-ttl {
  position: relative;
  font-size: 50px;
  font-style: normal;
}
.h3-ttl .ja {
  display: block;
  font-size: 30px;
}
.inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.dli-caret-right {
  display: inline-block;
  margin-left: 20px;
  color: #29386b;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}
.notice {
  margin: 20px auto 100px;
}
.notice-inner {
  max-width: 1150px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.notice-inner .ttl {
  background-color: #fff5d3;
  font-size: 30px;
  font-weight: normal;
  width: 20%;
  padding: 34px 0;
  text-align: center;
  border-radius: 60px 0 0 60px;
}
.notice-inner .txt01 {
  width: 60%;
  background-color: #fffbee;
  padding: 42px 0 42px 40px;
}
.notice-inner .txt01 a {
  color: inherit;
}
.notice-inner .txt02 {
  width: 20%;
  background-color: #fffbee;
  padding: 42px 0;
  border-radius: 0 60px 60px 0;
}
.notice-inner .txt02 a {
  color: #333333;
}
.notice-inner .txt02 img {
  margin-right: 20px;
}
.about {
  text-align: center;
  height: 780px;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  overflow: hidden;
}
.about::before {
  content: url("../img/about-blue.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.about::after {
  content: url("../img/about-pink.png");
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0
}
.about .flex {
  position: relative;
  margin-top: 100px;
  z-index: 1
}
.about-left {
  width: 48%;
}
.about-left .txt01 {
  text-align: left;
  font-size: 40px;
  margin-bottom: 20px;
}
.about-left .txt02 {
  text-align: left;
  line-height: 2;
  margin-bottom: 100px;
}
.about-right {
  width: 50%;
}
.service {
  text-align: center;
  background-color: #e4f4fb;
  padding: 20px;
}
.service-line {
  border: solid 3px #94d8f9;
  padding: 50px 10px;
}
.service .txt01 {
  margin: 50px 0;
}
.service-box {
  width: 32%;
}
.service-box p {
  color: #333333;
  font-size: 30px;
}
.contact {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.contact::before {
  content: url("../img/contact-pink.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact-line {
  border: solid 3px #fcafaf;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.contact-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-left {
  width: 50%;
  padding: 50px 0;
  text-align: center;
}
.contact-left .txt01 {
  margin: 50px 0 100px
}
.contact-left .f-tel {
  font-size: 66px;
  font-weight: bold;
}
.contact-left .f-tel span {
  font-size: 50px;
}
.contact-left .cotact-btn {
  display: block;
  margin-top: 50px;
}
.contact-right {
  width: 50%;
}
.map {
  height: 780px;
}
.f-information {
  background-color: #f4fef1;
  padding: 60px 0 85px;
}
.f-information .flex {
  align-items: center;
}
.f-left {
  width: 45%;
  text-align: center;
}
.f-left .txt01 {
  margin-top: 30px;
}
.f-right {
  width: 55%;
}
.f-right .navbar-nav {
  justify-content: flex-start;
}
#page_top {
  position: fixed;
  right: 35px;
  bottom: 85px;
  z-index: 9;
}
#page_top a {
  position: relative;
  display: block;
}
.copyright {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  background-color: #29386b;
  color: #ffffff;
}
.sp {
  display: none;
}
/*==================================================
下層デザイン
===================================*/
.main-head {
  background-color: #d6f4f6;
  position: relative;
  padding: 20px 0;
  z-index: 3;
  margin: 102px 0 130px;
}
.main-head::before {
  content: url("../img/color-chart.jpg");
  position: absolute;
  top: 12%;
  left: 2.8%;
}
.main-head::after {
  content: "";
  background-image: url("../img/sub/mv-blue.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 319px;
  z-index: 3;
}
.main-head .flex {
  align-items: center;
}
.main-left {
  width: 28%;
  margin-bottom: 5%;
  text-align: center;
}
.main-left .ttl {
  font-size: 50px;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}
.main-left .ja {
  font-size: 28px;
  text-shadow: none;
}
.main-right {
  width: 72%;
  line-height: 0;
}
.greeting {
  margin-bottom: 200px;
}
.greeting-left {
  width: 50%;
}
.greeting-right {
  width: 48%;
  text-align: center;
}
.greeting-right .txt01 {
  margin-top: 80px;
  line-height: 2;
  text-align: left;
}
.company {
  text-align: center;
  max-width: 1600px;
  background-color: #e4f4fb;
  padding: 20px;
  margin: 0 auto 200px;
}
.company-line {
  border: solid 3px #94d8f9;
  padding: 60px 20px 100px;
}
.company-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 80%;
  margin: 80px auto 0;
}
.company-list dt {
  background: #ffffff;
  text-align: left;
  padding: 15px 3%;
  width: 24%;
  margin-bottom: 15px;
}
.company-list dd {
  background: #ffffff;
  text-align: left;
  padding: 15px 3%;
  width: 64%;
  margin-bottom: 15px;
}
.business {
  margin-bottom: 200px;
}
.business-box {
  padding: 150px 0;
}
.business-box:nth-child(even) {
  background-color: #e4f4fb;
}
.business-box:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.business-left {
  width: 65%;
}
.business-left .ttl {
  position: relative;
  color: #28b500;
  font-size: 40px;
  border-bottom: 3px solid #04b0ef;
  padding-bottom: 20px;
  margin-bottom: 50px;
  z-index: 1;
}
.business-left .ttl::before {
  content: url("../img/sub/ink-yellow.png");
  position: absolute;
  top: -70px;
  left: -80px;
  z-index: -1;
}
.business-left .ttl-pink::before {
  content: url("../img/sub/ink-pink.png");
}
.business-left .ttl-blue::before {
  content: url("../img/sub/ink-blue.png");
}
.business-left .txt01 {
  line-height: 2;
}
.business-right {
  width: 30%;
}
.contact-form {
  text-align: center;
  margin-bottom: 200px;
}
.contact-form .ttl {
  color: #29386b;
  font-size: 40px;
  margin-bottom: 50px;
}
.contact-form .tel {
  color: #28b500;
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
}
.contact-form .tel span {
  font-size: 20px;
}
.inquiry {
  padding-bottom: 200px;
}
.inquiry-inner {
  max-width: 1050px;
  width: 95%;
  margin: 70px auto 0;
}
.inquiry-text {
  line-height: 2;
}
input[type="text"], textarea {
  background: #f4f3f3;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 95%;
  transition: 0.8s;
  border-radius: 5px;
  border: solid 1px #757575;
}
input[type="text"]:focus, textarea:focus {
  background: #f4f3f3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
  display: inline-block;
  max-width: 100%;
  height: 200px;
}
input::placeholder, textarea::placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-table {
  width: 50%;
  margin: 100px auto 60px;
  border-collapse: collapse;
  line-height: 2;
}
.form-table th, .form-table td {
  border-bottom: 1px solid #29386b;
  padding: 20px;
}
.form-table .last {
  border-bottom: none;
}
.form-table th {
  padding-left: 50px;
  position: relative;
  text-align: left;
  width: 300px;
  vertical-align: top;
  border-right: 1px solid #29386b;
}
.form-table span {
  color: #ff0000;
  margin-left: 15px;
}
.inquiry-btn {
  text-align: center;
}
.inquiry-btn input {
  width: 250px;
  padding: 20px 0;
  text-align: center;
  background-color: #29386b;
  color: #ffffff;
  font-size: 24px;
  border: none;
}
.inquiry-btn input:hover {
  opacity: 0.8;
}
.privacy {
  text-align: center;
  max-width: 1600px;
  background-color: #e4f4fb;
  padding: 20px;
  margin: 0 auto 200px;
}
.privacy-line {
  border: solid 3px #94d8f9;
  padding: 50px;
}
.privacy .txt01 {
  text-align: left;
  line-height: 2;
  margin-top: 30px;
}
/* お知らせ個別・一覧ページ */
#single .container {
  margin-bottom: 150px;
  padding: 0 15px;
}

#single .ss-ttl h3 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 30px;
}

#single .ss-ttl,
#single .single-box {
  max-width: 1000px;
  margin: auto;
}

.single-box .single-date {
  max-width: 900px;
  margin: auto;
  padding-bottom: 15px;
  font-size: 20px;
}

.single-box .single-body {
  max-width: 900px;
  margin: auto;
  font-size: 20px;
}

.single-nav {
  margin-top: 40px;
}

.nav-links {
  display: flex;
  justify-content: space-around;
}

.single-nav .nav-prev a,
.single-nav .nav-next a,
#single .back-to-archive a {
  font-size: 18px;
  color: inherit;
}

#single .back-to-archive {
  padding: 10px 15px;
  text-align: center;
}

#archive .container {
  margin: 100px auto 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}

.archive-box {
  margin: 50px auto;
  padding-top: 50px;
  border-top: 1px solid #333;
}

.read-more {
  margin-top: 15px;
  margin-bottom: 50px;
}

.read-more a {
  font-size: 18px;
  color: #0073aa;
  text-decoration: underline;
  line-height: 1.4;
}

.archive-date {
  font-size: 20px;
}

.archive-box .ttl {
  font-size: 24px;
  margin: 10px 0;
}

.archive-box .ttl a {
  color: #333;
}

.archive-box .archive-body {
  font-size: 20px;
}

.pagination-wrapper {
  margin-bottom: 150px;
  font-size: 24px;
  padding-top: 50px;
  border-top: 1px solid #333;
}


/*==================================================
レスポンシブ用デザイン
===================================*/
@media (max-width: 1536px) {
  .form-table {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .fixed_banner {
    width: 100px;
  }
  .h-information {
    display: none;
  }
  .h-logo {
    width: 40%;
  }
  .navarea {
    width: 60%;
  }
  .about {
    height: auto;
  }
  .service-box p {
    font-size: 20px;
  }
  .contact-left {
    width: 48%;
  }
  .contact-left .f-tel {
    font-size: 50px;
  }
  .contact-left .f-tel span {
    font-size: 35px;
  }
  .map {
    height: 100%;
  }
  .main-head::after {
    width: 60%;
  }
  .main-left {
    width: 40%;
  }
  .main-left .ttl {
    font-size: 30px;
  }
  .main-right {
    width: 60%;
  }
  .form-table {
    width: 90%;
  }
}
@media (max-width: 820px) {
  .h-logo {
    width: 60%;
  }
  .navarea {
    width: 100%;
    margin-top: 20px;
  }
  .fixed_banner {
    top: 220px;
  }
  .main {
    margin-top: 188px;
  }
  .main::before {
    left: -5.5%;
  }
  .notice-inner .txt02 {
    width: 23%;
  }
  .about .flex {
    flex-direction: column-reverse;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    margin-bottom: 50px;
  }
  .service-box {
    width: 48%;
    margin-bottom: 20px;
  }
  .contact-left {
    width: 100%;
  }
  .contact-right {
    width: 100%;
  }
  .contact-left .txt01 {
    margin-bottom: 50px;
  }
  .map {
    height: 500px;
  }
  .f-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .f-right {
    width: 100%;
  }
  .f-right .navbar-nav {
    justify-content: center;
  }
  .greeting-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .greeting-right {
    width: 100%;
  }
  .company-list {
    width: 100%;
  }
  .business-left {
    width: 100%;
    margin-bottom: 50px;
  }
  .business-right {
    width: 100%;
    text-align: center;
  }
  .main-head {
    margin-top: 188px;
  }
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    box-sizing: border-box;
  }
  .form-table th {
    border-right: none;
  }
  input[type="text"], textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 428px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background: url("../img/body-bg.jpg");
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }
  .h-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: url("../img/body-bg.jpg");
  }
  .hamburger-menu__bar {
    display: inline-block;
    width: 50%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 15px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 23px;
  }
  .hamburger-menu__bar:last-child {
    top: 32px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(3) {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
    background: url("../img/body-bg.jpg");
  }
  .navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation__list-item {
    border-bottom: solid 1px #474747;
  }
  .navigation__list-item:first-child {
    border-top: solid 1px #474747;
  }
  .navigation__link {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    transition: .5s;
  }
  .logo img {
    margin: 5px 0 0 5px;
  }
  .h-item {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 3.5;
    border-left: solid 1px #969696;
    border-right: solid 1px #969696;
  }
  .h-item:nth-child(2) {
    border-left: none;
  }
  .main {
    margin-top: 50px;
    width: 100%;
  }
  .main::before {
    content: none;
  }
  .main-ttl {
    width: 100%;
  }
  .notice {
    position: relative;
    width: 90%;
    margin: -80px auto 70px;
    z-index: 3;
  }
  .notice-top {
    width: 90%;
    padding: 10px 5%;
    background-color: #fff5d3;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
  }
  .notice-top .ttl {
    font-size: 24px;
    width: 50%;
  }
  .notice-top .txt02 {
    width: 50%;
    text-align: right;
  }
  .notice-top .txt02 a {
    color: #333333;
  }
  .notice-top .txt02 img {
    margin-right: 10px;
    vertical-align: baseline;
  }
  .notice-bottom {
    background-color: #fffbee;
    padding: 15px 15px 30px;
  }
  .notice-bottom .txt01 a {
    color: inherit;
  }
  .h3-ttl {
    font-size: 40px;
  }
  .h3-ttl .ja {
    font-size: 24px;
  }
  .about .flex {
    margin-top: 50px;
  }
  .about-left .txt01 {
    text-align: center;
    font-size: 30px;
  }
  .about-left .txt02 {
    margin-bottom: 50px;
  }
  .service .inner {
    width: 100%;
  }
  .service .txt01 {
    text-align: left;
  }
  .service-box p {
    font-size: 14px;
  }
  .dli-caret-right {
    margin-left: 10px;
  }
  .contact-left .txt01 {
    text-align: left;
  }
  .contact-left .f-tel {
    font-size: 40px;
  }
  .contact-left .f-tel span {
    font-size: 25px;
  }
  #page_top {
    right: 5px;
    bottom: 75px;
  }
  .company-list dt {
    width: 100%;
    margin-bottom: 0;
  }
  .company-list dd {
    width: 100%;
  }
  .main-head {
    margin: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    height: 48vh;
    padding: 0;
  }
  .company-head {
    background-image: url("../img/sub/mv-company.png");
  }
  .business-head {
    background-image: url("../img/sub/mv-business.png");
  }
  .contact-head {
    background-image: url("../img/sub/mv-contact.png");
  }
  .contact-head .main-left .ja {
    color: #333333;
  }
  .main-left .ja {
    color: #ffffff;
  }
  .main-left {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-head::before {
    content: none;
  }
  .main-head::after {
    content: none;
  }
  .main-right {
    display: none;
  }
  .greeting {
    margin-bottom: 100px;
  }
  .business-left .ttl {
    font-size: 30px;
  }
  .business-left .ttl::before {
    left: -35px;
  }
  .contact-form .ttl {
    font-size: 30px;
  }
  .privacy .h3-ttl {
    font-size: 26px;
  }
  .form-table {
    width: 100%;
  }
  .form-table th {
    padding-left: 30px;
  }
  .privacy-line {
    padding: 20px;
  }
  .inquiry-btn input {
    padding: 15px 0;
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .service-box {
    width: 100%;
  }
  .service-box p {
    font-size: 16px;
    margin-top: 20px;
  }
  .f-information {
    padding: 60px 10px 85px;
  }
}
@media (max-width: 320px) {
  .logo img {
    width: 150px;
  }
  .contact-left .f-tel {
    font-size: 30px;
  }
  .contact-left .f-tel span {
    font-size: 16px;
  }
}