@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;
}

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: #030303;
  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: #172864;
  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: #172864;
  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: #172864;
  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: 80%;
  margin: auto;
  padding: 1rem 4rem 1rem 4rem;
  font-weight: bold;
  background: #FF9040;
  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;
  }
}
.main-color {
  color: #172864;
}

.font-14 {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .font-14 {
    font-size: 1.4rem;
  }
}
.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: 2.2rem;
  }
}
.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.8rem;
  }
}
.font-31 {
  font-size: 3.1rem;
}

@media screen and (max-width: 768px) {
  .font-31 {
    font-size: 2rem;
  }
}
.font-36 {
  font-size: 3.6rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .font-36 {
    font-size: 2.4rem;
  }
}
.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;
}

.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;
}

.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #172864;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.175em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-right: 1rem;
}

.dli-caret-circle-fill-right::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.28em 0.41177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

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

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

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

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

.container_1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: 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-section {
  background: #000;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header__logo {
  font-size: 4.2rem;
  filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 1.0849px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 5.42451px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 16.2735px);
  --uyVUlA: rgb(255,255,255);
}
.header__logo img {
  width: 100%;
}
.header__logo a {
  color: #fff;
}
.header__navi p {
  color: #fff;
  font-size: 2.4rem;
  filter: drop-shadow(rgba(255, 242, 242, 0.95) 0px 0px 1.0849px) drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 5.42451px) drop-shadow(rgba(255, 255, 255, 0.44) 0px 0px 16.2735px);
  --uyVUlA: rgb(255,255,255);
}

@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: #172864;
    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: #000;
  padding: 5rem 0 14rem 0;
  color: #fff;
  font-size: 1.7rem;
}
.footer__li {
  list-style-type: disc;
  margin-left: 2rem;
  font-size: 1.7rem;
}
.footer a {
  color: #fff;
}

.footer__navi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__navi__menu {
  display: flex;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: bold;
}
.footer__navi__menu > li + li {
  margin-left: 3rem;
}
.footer__navi__menu img {
  width: 30px;
}
.footer__navi__item {
  width: 48%;
}
.footer__navi__sns {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.footer__navi__sns div:first-child {
  width: 25%;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .footer__navi__menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.5rem;
  }
  .footer__navi__menu li {
    margin-bottom: 2rem;
  }
  .footer__navi__item {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 0 0 20px 0;
  }
}
.footer-commu {
  font-size: 1.5rem;
}

.footer-copyright {
  font-size: 1.3rem;
  text-align: right;
}
.footer-copyright__hr {
  border-top: 1px solid #707070;
  padding-top: 2rem;
}

@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: 49%;
  margin-bottom: 1rem;
}
.common-ly__column-2__item img {
  width: 100%;
}
.common-ly__column-2-30 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.common-ly__column-2-30__item {
  width: 30%;
}
.common-ly__column-2-30__item img {
  width: 100%;
}
.common-ly__column-2-30__item:last-child {
  width: 66%;
}
.common-ly__column-2-30__item:last-child img {
  width: 100%;
}
.common-ly__column-2-40 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.common-ly__column-2-40__item {
  width: 38%;
}
.common-ly__column-2-40__item img {
  width: 100%;
}
.common-ly__column-2-40__item:last-child {
  width: 58%;
}
.common-ly__column-2-40__item:last-child img {
  width: 100%;
}
.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%;
}
.common-ly__column-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-ly__column-4__item {
  width: 24%;
  margin-bottom: 1rem;
}
.common-ly__column-4__item img {
  width: 100%;
}

@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-30 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2-30__item {
    width: 100%;
  }
  .common-ly__column-2-30__item img {
    width: 100%;
  }
  .common-ly__column-2-30__item:last-child {
    width: 100%;
  }
  .common-ly__column-2-30__item:last-child img {
    width: 100%;
  }
  .common-ly__column-2-40 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-2-40__item {
    width: 100%;
  }
  .common-ly__column-2-40__item img {
    width: 100%;
  }
  .common-ly__column-2-40__item:last-child {
    width: 100%;
  }
  .common-ly__column-2-40__item:last-child img {
    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-ly__column-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common-ly__column-4__item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .common-ly__column-4__item img {
    width: 100%;
  }
}
.common__icon {
  position: relative;
}
.common__icon_new {
  position: absolute;
  top: -0.5rem;
  left: 2rem;
}

.title {
  font-size: 3.6rem;
  text-align: left;
  letter-spacing: 0.5rem;
  color: #172864;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
}

.title:before {
  position: absolute;
  left: 0;
  top: -10px;
  width: 10%;
  height: 5px;
  content: "";
  background: #172864;
}

.title_slush {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 3.6rem;
  color: #172864;
  font-weight: bold;
}

.title_slush:before, .title_slush:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 5px;
  background-color: #172864;
  transform: rotate(-60deg);
}

.title_slush:before {
  left: 0;
}

.title_slush:after {
  right: 0;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
  }
  .title:before {
    bottom: 100px;
    width: 20%;
    height: 5px;
    content: "";
    background: #035888;
  }
  .title_slush {
    position: relative;
    display: inline-block;
    padding: 0 46px;
    font-size: 2.4rem;
    color: #172864;
  }
  .title_slush:before, .title_slush:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 5px;
    background-color: #172864;
    transform: rotate(-60deg);
  }
  .title_slush:before {
    left: 0;
  }
  .title_slush:after {
    right: 0;
  }
}
.title_slush_small {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 2.4rem;
  color: #172864;
}

.title_slush_small:before, .title_slush_small:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 5px;
  background-color: #172864;
  transform: rotate(-60deg);
}

.title_slush_small:before {
  left: 0;
}

.title_slush_small:after {
  right: 0;
}

.title_border {
  padding: 0.2rem 1rem; /*上下 左右の余白*/
  border-left: solid 4px #172864; /*左線*/
  margin-bottom: 1rem;
}

.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;
}
.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 {
    display: block;
    font-size: 1.5rem;
  }
  .common__table th {
    display: block;
    width: 100%;
    -moz-text-align-last: auto;
         text-align-last: auto; /* Chrome・Firefox用 */
    text-justify: none;
    border-bottom: none;
    padding-bottom: 0;
  }
  .common__table td {
    display: block;
    padding-top: 0;
  }
}
.common__font_small {
  font-size: 1.4rem;
}

.screen__div {
  position: relative;
}
.screen__txt {
  position: absolute;
  top: 80%;
  left: 23%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.6rem;
  line-height: 1.5;
  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);
}

@media screen and (max-width: 768px) {
  .screen__txt {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    text-align: 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-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: 4rem;
  }
  .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;
  }
}
.top-introduce {
  background-color: #000;
  padding: 6rem 0 2rem;
}
.top-introduce__txt {
  color: #fff;
  line-height: 1.5;
  font-size: 2.4rem;
}
.top-introduce__left {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .top-introduce__left {
    width: 100%;
  }
}
.top-solution__txt {
  color: #DC293E;
  line-height: 1.5;
  font-size: 2.4rem;
}
.top-solution__li {
  list-style-type: disc;
  margin-left: 2rem;
  font-size: 2.4rem;
}
.top-solution__left {
  width: 80%;
}

.top-detail {
  background-color: #000;
}
.top-detail__h1 {
  color: #fff;
  line-height: 1.5;
  font-size: 3.6rem;
}
.top-detail__txt {
  color: #fff;
  line-height: 1.5;
  font-size: 2.4rem;
}
.top-detail__right {
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .top-detail__right {
    padding: 8rem 2rem;
  }
}
.top-after {
  background-color: #FF9040;
  padding: 4rem 0 4rem;
}
.top-after__h1 {
  color: #fff;
  line-height: 1.5;
  font-size: 3.6rem;
}
.top-after__txt {
  line-height: 1.5;
  font-size: 2.4rem;
}
.top-after__txt-white {
  color: #fff;
  line-height: 1.5;
  font-size: 2.4rem;
  text-decoration: underline;
}
.top-after__underline {
  text-decoration: underline;
}
.top-after__right {
  padding: 8rem 0;
}

.top-story {
  padding: 5rem;
  background-color: #eee;
}
.top-story__img {
  width: 100%;
}
.top-story__div::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 90%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .top-story {
    padding-left: 0;
    padding-right: 0;
  }
  .top-story__txt {
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    text-align: center;
  }
  .top-story__div::after {
    height: 95%;
  }
}
.title__doubleslush {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  color: #122A88;
}

.title__doubleslush::before,
.title__doubleslush::after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #122A88;
}

.title__doubleslush::before {
  margin-right: 10rem;
  transform: rotate(-35deg);
}

.title__doubleslush::after {
  margin-left: 10rem;
  transform: rotate(35deg);
}

/* 私たちの強みページ */
.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: #172864;
  line-height: 1.5;
  font-weight: 600;
  border-bottom: 1px solid #172864;
  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;
}
.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 #ccc;
}
.form__table__th, .form__table__td {
  border-bottom: 1px solid #ccc;
  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;
    background-color: #eee;
  }
  .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;
}

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: #172864;
  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: 25%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
  background-color: #eee;
}
.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%;
}/*# sourceMappingURL=style.css.map */