@charset "UTF-8";
/*　変数　*/
/*　ページスクロール　*/
.for-scroll {
  height: 1500px;
}

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  background-color: #ddd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
}

.scroll-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

@font-face {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
-------------------------------------------------*/
html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #030303;
  display: block !important;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a:link {
  color: #030303;
}
a:visited {
  color: #030303;
}

p {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

b, strong {
  font-weight: bold !important;
}

.link-underline {
  text-decoration: underline;
}

img {
  vertical-align: bottom;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2;
  color: #283135;
  color: #283135;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/*　共通クラス　*/
.header__btn_contact {
  position: relative;
  transition: 0.5s;
}
.header__btn_contact a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 0.5rem 2rem 0.5rem 2rem;
  background: #00508F;
  border-radius: 100vh;
}

.common__btn_strategy {
  position: relative;
  transition: 0.5s;
}
.common__btn_strategy a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 1rem 4rem 1rem 4rem;
  width: 200px;
  background: #00508F;
  border-radius: 100vh;
}

.common__btn_strategy a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
}

.common__btn_more {
  position: relative;
  transition: 0.5s;
}
.common__btn_more a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 120px;
  padding: 1rem 4rem 1rem 4rem;
  background: #00508F;
  border-radius: 100vh;
}

.common__btn_more::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2rem;
}

.common__btn_contact {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 120px;
  margin: auto;
  padding: 1rem 4rem 1rem 4rem;
  font-weight: bold;
  background: #00508F;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
.common__btn_contact a {
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.common__btn_contact::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 2rem;
}

.common__btn_itemlist {
  display: flex;
  justify-content: center;
}
.common__btn_itemlist a {
  width: 300px;
  text-align: center;
  background-color: #3C3C3C;
  border-radius: 5px;
  padding: 10px 8px;
  color: #fff;
}
.common__btn_close {
  background-color: #b52424;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0;
}

.common__btn_about {
  display: flex;
  justify-content: center;
}
.common__btn_about a {
  width: 540px;
  text-align: center;
  background-color: #fff;
  padding: 20px 8px;
  color: #030303;
  border: 1px solid #707070;
  font-size: 1.6rem;
  font-weight: bold;
}
.common__btn_210 {
  display: flex;
  justify-content: center;
}
.common__btn_210 a {
  width: 210px;
  text-align: center;
  background-color: #fff;
  padding: 10px 8px;
  color: #030303;
  border: 1px solid #707070;
  font-size: 2.2rem;
  font-weight: 600;
}

.common__btn_400 {
  display: flex;
  justify-content: center;
}
.common__btn_400 a {
  width: 400px;
  text-align: center;
  background-color: #fff;
  padding: 10px 8px;
  color: #030303;
  border: 1px solid #707070;
  font-size: 2.2rem;
  font-weight: 600;
}

.common__strong_new_red {
  color: #C21E42;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.common__strong_new_black {
  color: #767676;
}

.common__sns > ul {
  display: flex;
}
.common__sns > ul > li + li {
  margin-left: 5px;
}

.wrapper__common__sns {
  display: flex;
  justify-content: flex-end;
}

.margin-10 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .margin-10 {
    margin-bottom: 0.5rem;
  }
}
.margin-20 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .margin-20 {
    margin-bottom: 1rem;
  }
}
.margin-30 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .margin-30 {
    margin-bottom: 1.5rem;
  }
}
.margin-40 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .margin-40 {
    margin-bottom: 2rem;
  }
}
.margin-50 {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .margin-50 {
    margin-bottom: 2.5rem;
  }
}
.margin-60 {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .margin-60 {
    margin-bottom: 3rem;
  }
}
.margin-70 {
  margin-bottom: 7rem;
}

@media screen and (max-width: 768px) {
  .margin-70 {
    margin-bottom: 3.5rem;
  }
}
.margin-80 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .margin-80 {
    margin-bottom: 4rem;
  }
}
.margin-100 {
  margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
  .margin-100 {
    margin-bottom: 5rem;
  }
}
.margin-140 {
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .margin-140 {
    margin-bottom: 7rem;
  }
}
.margin-180 {
  margin-bottom: 18rem;
}

@media screen and (max-width: 768px) {
  .margin-180 {
    margin-bottom: 9rem;
  }
}
.margin-200 {
  margin-bottom: 20rem;
}

@media screen and (max-width: 768px) {
  .margin-180 {
    margin-bottom: 10rem;
  }
}
.margin-top-30 {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .margin-top-30 {
    margin-top: 1.5rem;
  }
}
.margin-top-50 {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .margin-top-50 {
    margin-top: 2.5rem;
  }
}
.margin-top-100 {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .margin-top-100 {
    margin-top: 5rem;
  }
}
.margin-top-200 {
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .margin-top-200 {
    margin-top: 10rem;
  }
}
.ml-10 {
  margin-left: 10%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.font-12 {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .font-12 {
    font-size: 1.2rem;
  }
}
.font-14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .font-14 {
    font-size: 1.2rem;
  }
}
.font-16 {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .font-16 {
    font-size: 1.6rem;
  }
}
.font-18 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .font-18 {
    font-size: 1.8rem;
  }
}
.font-20 {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .font-20 {
    font-size: 1.5rem;
  }
}
.font-22 {
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .font-22 {
    font-size: 1.7rem;
  }
}
.font-23 {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .font-23 {
    font-size: 2.3rem;
  }
}
.font-24 {
  font-size: 2.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .font-24 {
    font-size: 1.2rem;
  }
}
.font-31 {
  font-size: 3.1rem;
}

@media screen and (max-width: 768px) {
  .font-31 {
    font-size: 2rem;
  }
}
.font-48 {
  font-size: 4.8rem;
}

@media screen and (max-width: 768px) {
  .font-48 {
    font-size: 3.2rem;
  }
}
.font-60 {
  font-size: 6rem;
  line-height: 1.8;
  letter-spacing: 1.2rem;
}

@media screen and (max-width: 768px) {
  .font-60 {
    font-size: 2.8rem;
    line-height: 1.2;
    letter-spacing: 0.6rem;
  }
}
.font-bold {
  font-weight: bold;
  font-weight: 600;
}

.font-red {
  color: red;
}

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

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

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

.center-block {
  display: flex;
  justify-content: center;
}

.border-gray {
  border-bottom: 1px solid #707070;
}

.search {
  margin: 30px;
}
.search__input {
  font-size: 18px;
}
.search__btn {
  color: red;
}

.container {
  max-width: 1000px;
  margin: auto;
}

.container_900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container_1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.container_90per {
  max-width: 90%;
  margin: auto;
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }
  .container {
    max-width: 90%;
  }
  .container_900 {
    max-width: 90%;
  }
  .container_1100 {
    max-width: 90%;
  }
  img {
    max-width: 100%;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header__logo img {
  width: 200px;
  vertical-align: middle;
}
.header__navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__navi li + li {
  margin-left: 3rem;
}
.header__navi__item {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__logo img {
    width: 100%;
  }
  .header__navi {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-navi-sp {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .header-navi-sp__item-logo {
    width: 60%;
  }
  .header-navi-sp__item-cart {
    margin-left: 18%;
    width: 10%;
    margin-right: 2%;
  }
  .header-navi-sp__item-menu {
    width: 10%;
  }
}
/**
 * menu
 */
/* ハンバーガーメニュー */
.hamburger-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: block;
  }
  .menu-btn {
    position: fixed;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #00508F;
    transition: all 0.5s; /*アニメーション設定*/
  }
  .menu-content > ul {
    padding: 70px 30px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content div {
    padding: 0 30px 0;
  }
}
/* フッター */
.footer {
  background: #BaE3F9;
  padding: 5rem 0 14rem 0;
}
.footer-ly__column-2 {
  display: flex;
  justify-content: space-between;
}
.footer-ly__column-2__item:first-of-type {
  width: 20%;
}
.footer-ly__column-2__item:last-of-type {
  width: 80%;
}
.footer__logo img {
  width: 200px;
  vertical-align: middle;
}

.map-ly__column-3 {
  display: flex;
  justify-content: space-between;
}
.map-ly__column-3__item {
  width: 30%;
  margin-left: 3%;
}
.map-ly__column-3__item:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .footer {
    background: #BaE3F9;
    padding: 5rem 0 14rem 0;
  }
  .footer-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-ly__column-2__item:first-of-type {
    width: 100%;
    margin-bottom: 4rem;
  }
  .footer-ly__column-2__item:last-of-type {
    width: 100%;
  }
  .footer__logo img {
    width: 200px;
    vertical-align: middle;
  }
  .map-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .map-ly__column-3__item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  .map-ly__column-3__item:first-of-type {
    margin-left: 0;
  }
}
.footer-copyright {
  font-size: 1.3rem;
}
.footer-copyright__hr {
  border-top: 1px solid #707070;
  padding-top: 2rem;
}
.footer-copyright__text {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: 1.3rem;
  }
}
.common-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2__item {
  width: 45%;
}
.common-ly__column-2-60 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.common-ly__column-2-60__item {
  width: 58%;
}
.common-ly__column-2-60__item img {
  width: 100%;
}
.common-ly__column-2-60__item:last-child {
  width: 38%;
}
.common-ly__column-2-60__item:last-child img {
  width: 100%;
}
.common-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-3__item {
  width: 32%;
}
.common-ly__column-3::after {
  content: "";
  display: block;
  width: 32%;
}

@media screen and (max-width: 768px) {
  .common-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2__item {
    width: 100%;
  }
  .common-ly__column-2-60 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2-60__item {
    width: 100%;
  }
  .common-ly__column-2-60__item:last-child {
    width: 100%;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
    margin-bottom: 7rem;
  }
}
.common__icon {
  position: relative;
}
.common__icon_new {
  position: absolute;
  top: -0.5rem;
  left: 2rem;
}

.title {
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.title:before {
  position: absolute;
  bottom: -10px;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #00508F;
}

.title_strengths {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1.5em;
  display: inline-block;
  font-size: 2.2rem;
  color: #00508F;
  font-weight: bold;
}

.title_strengths:before, .title_strengths:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.title_strengths:before {
  border-left: solid 2px #00508F;
  border-top: solid 2px #00508F;
  top: 0;
  left: 0;
}

.title_strengths:after {
  border-right: solid 2px #00508F;
  border-bottom: solid 2px #00508F;
  bottom: 0;
  right: 0;
}

.icon_check {
  position: relative;
  padding-left: 2.4em; /*アイコン分のスペース*/
  line-height: 1.4;
}

.icon_check:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  font-size: 1.8rem; /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: 1rem; /*アイコンの位置*/
  color: #00508F; /*アイコン色*/
  font-weight: 900;
}

.title-left {
  font-size: 3.3rem;
  text-align: left;
  letter-spacing: 1.2rem;
  color: #3c3c3c;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .title-left {
    font-size: 2.2rem;
    text-align: left;
    letter-spacing: 0.6rem;
    color: #3c3c3c;
  }
}
.title_sec {
  font-size: 3.1rem;
  line-height: 1.5;
  letter-spacing: 1.2rem;
  color: #030303;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .title_sec {
    font-size: 1.9rem;
    letter-spacing: 0.6rem;
    color: #030303;
  }
}
.title_sec__subtitle {
  font-size: 2.1rem;
  line-height: 1.6;
  text-align: left;
  color: #3c3c3c;
}

.blog-title {
  font-size: 3.3rem;
  text-align: left;
  letter-spacing: 0.5rem;
  color: #3c3c3c;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  .blog-title {
    font-size: 2.2rem;
    text-align: left;
    letter-spacing: 0.6rem;
    color: #3c3c3c;
  }
}
.paragraph {
  font-size: 1.8rem;
  line-height: 2.4;
}

@media screen and (max-width: 768px) {
  .paragraph {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.note {
  font-size: 1.8rem;
  line-height: 2;
  color: #c50018;
}

.top_note {
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: left;
  color: #c50018;
  text-decoration: underline;
}

.common__table {
  width: 100%;
  font-size: 1.7rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.common__table tr {
  border-bottom: 1px solid #ccc;
}
.common__table th {
  width: 15%;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.common__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .common__table {
    font-size: 1.5rem;
  }
  .common__table th {
    -moz-text-align-last: auto;
         text-align-last: auto; /* Chrome・Firefox用 */
    text-justify: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .common__table td {
    padding-top: 0;
  }
}
.fee__table {
  width: 100%;
  font-size: 1.7rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.fee__table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.fee__table th {
  width: 50%;
  font-weight: bold;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ccc;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.fee__table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2rem;
}

.common__font_small {
  font-size: 1.4rem;
}

.lead__box {
  border: 1px solid #00508F;
  padding: 2rem;
}

.screen__div {
  position: relative;
}
.screen__txt {
  position: absolute;
  top: 30%;
  left: 60%;
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 1.2rem;
  z-index: 1;
}
.screen__img {
  width: 100%;
}
.screen__div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .screen__txt {
    top: 20%;
    left: 50%;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
  }
}
/*　ブログ　*/
.cat {
  margin-right: 2rem;
  padding: 3px 5px;
  color: #fff;
}

.cat-01 {
  background-color: #008b8b;
}

.cat-02 {
  background-color: #ff0000;
}

.cat-03 {
  background-color: #00508F;
}

.cat-04 {
  background-color: #000;
}

.cat-05 {
  background-color: #BaE3F9;
}

.blog__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog__column-2__item:first-child {
  width: 310px;
}
.blog__column-2__item:last-child {
  width: 650px;
}
.blog__column-2__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.blog__text_introduce {
  line-height: 3.2rem;
}

@media screen and (max-width: 768px) {
  .blog__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog__column-2__item:first-child {
    width: 100%;
  }
  .blog__column-2__item:last-child {
    width: 100%;
  }
  .blog__column-2__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .blog__text_introduce {
    line-height: 3.2rem;
  }
}
.title-blog {
  font-weight: bold;
}

.contents {
  margin-bottom: 20rem;
}

@media screen and (max-width: 768px) {
  .contents {
    margin-bottom: 7rem;
  }
}
.access__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access__column-2__item {
  width: 50%;
  margin: 0;
  padding: 0;
}
.access__column-2__item img {
  width: 100%;
}
.access__column-2__wrap-img {
  border: 1px solid #c8c8c9;
}
.access__column-2__p {
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .access__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .access__column-2__item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .access__column-2__item img {
    width: 100%;
  }
}
/* 下層ページ */
/* 共通 */
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #999;
  padding: 8px 15px;
  margin: 0 1px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #333;
  border-color: #333;
  font-weight: bold;
}

.page-navi {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.page-navi li {
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-navi li + li {
  border-left: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .page-navi {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .page-navi li {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    width: 50%;
  }
  .page-navi li + li {
    border-left: 1px solid #707070;
    border-left: none;
  }
  .page-navi li:nth-child(even) {
    border-left: 1px solid #707070;
  }
}
.c-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}

.common-ly__column-2-50 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2-50__item {
  width: 45%;
}
.common-ly__column-2-50__item img {
  width: 90%;
}
.common-ly__column-2-60 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-2-60__item {
  width: 35%;
}
.common-ly__column-2-60__item img {
  width: 100%;
}
.common-ly__column-2-60__item:last-of-type {
  width: 60%;
}
.common-ly__column-2-60__item:last-of-type img {
  width: 100%;
}
.common-ly__column-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-3__item {
  width: 32%;
}
.common-ly__column-3__item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .common-ly__column-2-50 {
    justify-content: center;
  }
  .common-ly__column-2-50__item {
    width: 100%;
    justify-content: center;
  }
  .common-ly__column-2-50__item img {
    width: 100%;
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .common-ly__column-2-60 {
    justify-content: center;
  }
  .common-ly__column-2-60__item {
    width: 100%;
    justify-content: center;
  }
  .common-ly__column-2-60__item img {
    width: 100%;
    margin-left: auto;
    margin-bottom: 1rem;
  }
  .common-ly__column-2-60__item:last-of-type {
    width: 100%;
  }
  .common-ly__column-2-60__item:last-of-type img {
    width: 100%;
  }
  .common-ly__column-3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-3__item {
    width: 100%;
  }
  .common-ly__column-3__item img {
    width: 100%;
  }
}
.reverse {
  flex-direction: row-reverse;
}

.cover {
  position: relative;
}
.cover .cover__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cover {
    position: relative;
  }
  .cover .cover__center {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-20%, -50%);
    color: #fff;
  }
}
/* 検索レイアウト */
.search-ly__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.search-ly__column-2__item {
  width: 25%;
}
.search-ly__column-2__item:last-child {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .search-ly__column-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .search-ly__column-2__item {
    width: 25%;
  }
  .search-ly__column-2__item:last-child {
    width: 60%;
  }
}
/* キーワード検索 */
.search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.3em;
  width: 265px;
  overflow: hidden;
}

.search_container input[type=text] {
  border: none;
  height: 2em;
}

.search_container input[type=text]:focus {
  outline: 0;
}

.search_container input[type=submit] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3c3c3c;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3em;
  right: 0px;
  top: -3px;
  outline: none;
}

/* タグ検索 */
.tag-search {
  display: flex;
}
.tag-search__container {
  display: flex;
}
.tag-search__item {
  margin-right: 3rem;
  padding: 0.5rem 1rem;
  background-color: #eee;
  border-radius: 3px;
}
.tag-search__item a::before {
  content: "#";
}
.tag-search__text {
  margin-right: 3rem;
  padding: 0.5rem 1rem;
}

.top-lead-width {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .top-lead-width {
    width: 100%;
  }
}
.top-service {
  padding: 5rem;
  background-color: #BaE3F9;
}
.top-service__div {
  position: relative;
}
.top-service__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.4rem;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.top-service__img {
  width: 100%;
}
.top-service__div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .top-service {
    padding-left: 0;
    padding-right: 0;
  }
  .top-service__txt {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .top-service__div::after {
    height: 95%;
  }
}
/* 私たちの強みページ */
.strengths__icon {
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.2rem;
  color: #333;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1rem;
}
.strengths__icon-num {
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 1rem;
}
.strengths__title {
  font-size: 2.2rem;
  text-align: left;
  letter-spacing: 0.2rem;
  color: #035888;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 1px solid #035888;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* 澤田酒造の酒づくり */
.feature__column-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature__column-2__item {
  width: 48%;
  margin: 0;
  padding: 0;
}
.feature__column-2__item img {
  width: 100%;
}
.feature__column-2__p {
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .feature__column-2__item {
    width: 100%;
  }
}
/* お問い合わせ */
.form__table {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  color: #030303;
  border-collapse: separate;
  width: 100%;
}
.form__table__th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-color: #eee;
  background-color: #BaE3F9;
}
.form__table__th p:first-child {
  padding-right: 2rem;
}
.form__table__td {
  width: 70%;
}
.form__table__tr:first-child th, .form__table__tr:first-child td {
  border-top: 1px solid #BaE3F9;
}
.form__table__th, .form__table__td {
  border-bottom: 1px solid #BaE3F9;
  padding: 2rem;
}
.form__table-ly__column-2 {
  display: flex;
}

@media screen and (max-width: 768px) {
  .form__table {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    color: #030303;
    border-collapse: separate;
    width: 100%;
  }
  .form__table__th {
    font-weight: bold;
    text-align: left;
  }
  .form__table__th p:first-child {
    padding-right: 2rem;
  }
  .form__table__td {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 2rem;
    border: none;
  }
  .form__table__tr:first-child td {
    border-top: none;
  }
  .form__table__th, .form__table__td {
    display: block;
  }
  .form__table-ly__column-2 {
    display: flex;
    flex-wrap: nowrap;
  }
}
.hissu {
  color: #fff;
  background-color: #FF0000;
  margin: 0.5rem;
  padding: 0.1rem;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1rem;
  text-indent: 1rem;
  text-align: center;
}

.highlight_y {
  background: linear-gradient(transparent 40%, #FFF100 40%);
}

input[type=text],
input[type=email],
textarea {
  width: 80%;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  textarea {
    width: 90%;
    font-size: 1.6rem;
    line-height: 2;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
  }
}
select {
  width: 30%;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input#your-zip1,
input#your-zip2,
input#your-tel1,
input#your-tel2,
input#your-tel3 {
  width: 10%;
  font-size: 1.6rem;
  line-height: 2;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 20px;
  font-weight: bold;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
  border-radius: 100vh;
  background-color: #00508F;
  border: none;
  color: #fff;
  cursor: pointer;
}

span.wpcf7-spinner {
  display: none;
}

input[type=submit]:hover {
  opacity: 0.7;
  text-decoration: none;
}

.history__table {
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  color: #3c3c3c;
  border-collapse: separate;
}
.history__table th {
  width: 30%;
  text-align: left;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.history__table tr:first-child th, .history__table tr:first-child td {
  border-top: 1px solid #707070;
}
.history__table td {
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .history__table {
    font-size: 1.5rem;
    display: block;
  }
  .history__table th {
    display: block;
    width: 100%;
    -moz-text-align-last: auto;
         text-align-last: auto; /* Chrome・Firefox用 */
    text-justify: none;
  }
  .history__table tr:first-child th {
    border-top: 1px solid #707070;
  }
  .history__table tr:first-child td {
    border-top: none;
  }
  .history__table td {
    display: block;
    margin-bottom: 2rem;
  }
}
.company__table {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2;
  color: #030303;
  border-collapse: separate;
}
.company__table th {
  text-align: left;
  width: 20%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}
.company__table tr:first-child th, .company__table tr:first-child td {
  border-top: 1px solid #707070;
}
.company__table td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: left;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 768px) {
  .company__table {
    font-size: 1.5rem;
  }
  .company__table th {
    text-align: center;
    width: 30%;
    padding-right: 0;
  }
}
/***トップへ戻るボタン***/
#page-top {
  display: block;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background: #231815;
  /*背景色*/
  color: #fff;
  /*文字色*/
  transition: 0.6s;
  font-size: 3rem;
}

/***マウスオーバー時***/
#page-top:hover {
  background: #ccc;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

/***トップへ戻るボタンここまで***/
#pageTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: right;
}

#pageTop img {
  width: 80%;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #pageTop {
    right: 10px;
  }
  #pageTop img {
    width: 50%;
  }
}
.blog__pager {
  display: flex;
  justify-content: center;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-wrap {
  max-width: 100%; /* ここに横幅を指定 */
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.acd-check {
  display: none;
}

.acd-label {
  background: #fff;
  background: #BaE3F9;
  color: #283135;
  display: block;
  padding: 20px 20px 50px 20px;
  position: relative;
  border: 1px solid #eee;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.acd-label strong {
  color: #00508F;
  font-size: 2.2rem;
}

.acd-label:after {
  color: #00508F;
  box-sizing: border-box;
  content: "\f067";
  content: "\f078";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3.6rem;
  height: 52px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -20px;
}

.acd-content {
  border: 1px solid #eee;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  background: #f9f9f9;
  font-weight: bold;
}

.acd-check:checked + .acd-label:after {
  content: "\f068";
  content: "\f077";
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 40px 20px 40px 40px;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */