@charset "UTF-8";
/*
Theme Name: 大友機械株式会社
Theme URL: 
Description: 
Author: 
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@font-face {
  font-family: "miso";
  src: url("./font/miso-regular.ttf") format("truetype");
}
@font-face {
  font-family: "din1451alt_G";
  src: url("./font/din1451alt_G.ttf") format("truetype");
}
.flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.flex_area_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.flex_area_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

* {
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  word-break: break-all;
  min-height: 0;
  min-width: 0;
  font-weight: 600;
}

html,
body {
  width: 100%;
  text-align: center;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  color: #231815;
  font-size: 3.0769230769vw;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /*font-family:  "M PLUS 1p",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  /*font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 560px) {
  html,
  body {
    font-size: 3.0769230769vw;
    overflow-y: auto;
    -ms-overflow-style: auto; /* IE, Edge 対応 */
    scrollbar-width: auto; /* Firefox 対応 */
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-size: 16px;
    margin: 0;
  }
}

body::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    display: auto;
  }
}

@media screen and (min-width: 768px) {
  body::-webkit-scrollbar {
    display: block;
    width: 15px;
  }
  body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
  body::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
  }
  body::-webkit-scrollbar-track-piece:end {
    background: #f1f1f1;
  }
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  background-color: #f4f4f4;
  border: 0;
  outline: 0;
  padding: 0.2rem 0.5em;
  width: 100%;
  font-size: 1.25rem;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #bbb;
}

input[type=submit],
input[type=button] {
  max-width: 22rem;
  width: 46%;
  padding: 0.8em 1em;
  background-color: #1d284d;
  color: #FFF;
  outline: 0;
  border: 0;
  margin: 1rem auto;
  font-size: 1.125rem;
  display: block;
}

a {
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none;
  color: #231815;
}

a:hover {
  opacity: 0.5;
}

main {
  margin: 5.5rem auto 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  main {
    margin: 0 auto 0;
  }
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

header {
  width: 100%;
  margin-left: 0;
  padding: 0.5rem 0 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  header {
    padding: 0;
    position: relative;
  }
}

.square_title {
  position: relative;
  padding-left: 1rem;
  text-align: left;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .square_title {
    margin: 0 0 1rem;
    padding-left: 1.5rem;
  }
}
.square_title:before {
  content: "■";
  color: #599ad4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5rem;
  font-size: 1.2em;
}

.dot_title {
  color: #85BBD8;
  font-size: 4.2vw;
  position: relative;
  padding-left: 8.4vw;
  text-align: left;
  margin: 0 1rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (min-width: 560px) {
  .dot_title {
    font-size: 1.14rem;
    margin: 0 0 16px;
    padding-left: 30px;
  }
}
.dot_title:before {
  content: "●";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.header_nav {
  padding: 0;
  margin: 0 auto 0;
  max-width: 1500px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header_nav {
    margin: 0 auto 0.5rem;
    width: 87.125%;
  }
}
@media screen and (min-width: 1080px) {
  .header_nav {
    width: 78.125%;
  }
}
.header_nav .header_nav_left {
  text-align: left;
  width: 58%;
}
@media screen and (min-width: 768px) {
  .header_nav .header_nav_left {
    text-align: left;
    max-width: 428px;
    width: 28.5%;
  }
}
.header_nav .header_nav_left .logo_area {
  width: 100%;
  display: block;
  margin: 0;
}
.header_nav .header_nav_left .logo_area img {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header_nav .header_nav_left .logo_area img {
    margin: 2rem 1rem 1rem 0;
  }
}
.header_nav .header_nav_right {
  text-align: right;
  margin: 0 auto;
  height: 100%;
  width: 78%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .header_nav .header_nav_right {
    margin: 0;
    max-width: 1072px;
    width: 71.5%;
    padding: 2rem 0 0;
  }
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .main_nav {
    width: auto;
    padding-top: 0;
  }
}
.main_nav li {
  width: 100%;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .main_nav li {
    width: auto;
    margin: auto;
  }
}
.main_nav li a {
  display: block;
  padding: 0 1rem;
}
.main_nav span {
  display: block;
}

.sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .sub_nav {
    width: auto;
    margin-left: 1rem;
  }
}
.sub_nav li {
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sub_nav li {
    width: auto;
    margin: auto;
    padding-left: 2rem;
  }
}
.sub_nav li a {
  display: block;
  position: relative;
}
.sub_nav li a img {
  display: inline;
}
.sub_nav li.nav_phone {
  font-size: 2.25rem;
}
.sub_nav li.nav_phone a {
  font-family: "din1451alt_G", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sub_nav li.nav_phone a img {
  width: 0.5em;
  margin: -0.2em 0.4em 0 0;
}
.sub_nav li.nav_contact {
  font-size: 1.125rem;
  font-weight: bold;
}
.sub_nav li.nav_contact a img {
  width: 1.4em;
  margin: -0.2em 0.7em 0 0;
}
.sub_nav li.nav_insta a img {
  width: 2.5rem;
}

.main_text {
  font-size: 1.125rem;
  font-weight: bold;
}
.sub_text {
  font-size: 1.0625rem;
  font-family: "miso", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}

.title_lg {
  font-size: 5.6vw;
}
@media screen and (min-width: 560px) {
  .title_lg {
    font-size: 2.64rem;
  }
}

#content_area {
  width: 100%;
  padding: 114px 1rem 13.3vw;
  background: #F5F5F5;
}
@media screen and (min-width: 1080px) {
  #content_area {
    padding: 160px 1rem 132px;
  }
}

.content_inner {
  text-align: left;
  margin: auto;
  padding: 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .content_inner {
    width: 100%;
  }
}
.content_inner .content_title .dot_title {
  margin: 0 0 12px;
}
@media screen and (min-width: 1080px) {
  .content_inner .content_title .dot_title {
    margin: 0 0 12px;
  }
}
.content_inner .content_title .title_lg {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 5.8vw;
}
@media screen and (min-width: 560px) {
  .content_inner .content_title .title_lg {
    margin: 0 0 30px;
    font-size: 1.57rem;
  }
}

.more_btn {
  margin: 1rem auto;
}
.more_btn a {
  position: relative;
  border: 1px solid #231815;
  padding: 1rem;
  text-align: center;
  position: relative;
  display: block;
  margin: 3rem auto 0;
  width: 18rem;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .more_btn a {
    margin: 5rem 28% 0 auto;
    max-width: unset;
    width: 24rem;
  }
}
.more_btn a .more_btn_inner {
  font-size: 1.125rem;
  position: relative;
  display: inline-block;
}
.more_btn a .more_btn_inner img {
  position: absolute;
  left: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
.more_btn a .more {
  font-size: 1.0625rem;
  position: absolute;
  right: -14%;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  border-bottom: 1px solid #231815;
  text-align: right;
  font-family: "miso", sans-serif;
  letter-spacing: 0.1rem;
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .more_btn a .more {
    right: -24%;
  }
}

.h1_title {
  border-bottom: 1px solid #d9d9d9;
  margin: 2rem auto 2rem;
  position: relative;
}
.h1_title h1 {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .h1_title h1 {
    width: 62.5%;
  }
}
.h1_title h1 .main_title {
  font-size: 4rem;
  font-family: "din1451alt_G", sans-serif;
  font-weight: 500;
  color: #f0edea;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .h1_title h1 .main_title {
    font-size: 8.25rem;
  }
}
.h1_title h1 .sub_title {
  position: absolute;
  font-size: 1.5rem;
  top: -1.5rem;
  right: 0;
  color: #1d284d;
}
@media screen and (min-width: 768px) {
  .h1_title h1 .sub_title {
    position: absolute;
    font-size: 2rem;
    top: 0.5rem;
  }
}
.h1_title .scroll_img {
  position: absolute;
  bottom: -25rem;
  right: 5%;
  width: 1.1rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .h1_title .scroll_img {
    display: block;
  }
}

.link_btn {
  display: inline-block;
}
.link_btn a {
  font-size: 1.3125rem;
  padding: 1rem 1.8rem 1.2rem;
  color: #FFF;
  background-color: #1d284d;
  display: inline-block;
  position: relative;
  width: 19.75rem;
  font-weight: bold;
}
.link_btn a .arrow_outer {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 3.1875rem;
}
.link_btn.business_btn {
  margin: 0 auto 2rem;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .link_btn.business_btn {
    text-align: center;
  }
}
.link_btn.business_btn a {
  color: #1d284d;
  background-color: #fff226;
  text-align: left;
}
.link_btn.info_btn {
  margin: 0 0 1rem;
  display: inline-block;
}
.link_btn.info_btn a {
  color: #FFF;
  background-color: #3e3a39;
  text-align: left;
  width: 26.625rem;
}

.top #s1 {
  width: 100%;
  background-image: url("./img/s1_bk.jpg");
  background-position: 0 10rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .top #s1 {
    background-position: 0 22.25rem;
    padding-bottom: 13rem;
    background-size: 100% auto;
  }
}
.top #s1 .kv_area {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_area {
    width: 78.125%;
    margin: 0 auto 8rem;
  }
}
.top #s1 .kv_area .slick-dots {
  bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_area .slick-dots {
    bottom: 3rem;
  }
}
.top #s1 .kv_area .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 4rem;
  height: 0.375rem;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_area .slick-dots li {
    width: 9.875rem;
  }
}
.top #s1 .kv_area .slick-dots li.slick-active {
  background-color: #fff352;
}
.top #s1 .kv_area .slick-dots li button {
  opacity: 1;
}
.top #s1 .kv_area .slick-dots li button::before {
  content: "";
}
.top #s1 .kv_area .scroll_img {
  position: absolute;
  bottom: 0;
  right: -8%;
  width: 1.1rem;
}
.top #s1 .content_inner {
  width: 100%;
}
.top #s1 .kv_text {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.top #s1 .kv_text .left_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_text .left_area {
    width: calc(100% - 44.75rem);
  }
}
.top #s1 .kv_text .left_area .left_inner {
  text-align: left;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_text .left_area .left_inner {
    width: 53rem;
    margin-bottom: 0;
  }
}
.top #s1 .kv_text .left_area .left_inner h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 3rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_text .left_area .left_inner h2 {
    font-size: 3.1875rem;
    margin: 0 0 3rem;
  }
}
.top #s1 .kv_text .left_area .left_inner p {
  font-weight: bold;
  font-size: 1.375rem;
  margin: 0 0 2rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_text .left_area .left_inner p {
    margin: 0 0 6rem;
  }
}
.top #s1 .kv_text .right_area {
  width: 96%;
  margin-left: 4%;
}
@media screen and (min-width: 768px) {
  .top #s1 .kv_text .right_area {
    width: 44.75rem;
    margin-left: 0;
  }
}
.top #s1 .kv_text .right_area .img_area {
  width: 100%;
}
.top #s2 {
  width: 100%;
  background-image: url("./img/s2_bk.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .top #s2 {
    background-size: 100% auto;
  }
}
.top #s2 .content_inner {
  padding: 1rem 0;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .top #s2 .content_inner {
    padding: 5rem 0;
  }
}
.top #s2 .content_inner .s2_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top #s2 .content_inner .s2_inner {
    width: 62.5%;
  }
}
.top #s2 .content_inner .s2_inner h2 {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .top #s2 .content_inner .s2_inner h2 {
    font-size: 2.625rem;
  }
}
.top #s2 .content_inner .s2_inner h2::before {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #fff226;
  position: absolute;
  bottom: -0.3em;
  left: 0;
}
.top #s2 .content_inner .s2_inner p {
  font-size: 1.25rem;
  margin-bottom: 4rem;
  font-weight: 400;
}
.top #s2 .content_inner .s2_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .top #s2 .content_inner .s2_inner ul {
    margin-bottom: 4rem;
  }
}
.top #s2 .content_inner .s2_inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-evenly;
  align-content: space-evenly;
  flex-wrap: wrap;
  border: 2px solid #FFF;
  text-align: center;
  padding: 2rem 1rem 2.5rem;
  width: 48%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .top #s2 .content_inner .s2_inner ul li {
    width: 22%;
    margin-bottom: 0;
  }
}
.top #s2 .content_inner .s2_inner ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: center;
  color: #fff226;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top #s2 .content_inner .s2_inner ul li span {
    font-size: 1.3125rem;
  }
}
.top #s2 .content_inner .s2_inner ul li span img {
  margin-top: 2rem;
}
.top #s2 .content_inner .s2_inner ul li:nth-child(1) span img {
  width: 7.25rem;
}
.top #s2 .content_inner .s2_inner ul li:nth-child(2) span img {
  width: 6.4375rem;
}
.top #s2 .content_inner .s2_inner ul li:nth-child(3) span img {
  width: 6.9375rem;
  margin-bottom: -1rem;
}
.top #s2 .content_inner .s2_inner ul li:nth-child(4) span img {
  width: 5.875rem;
}
.top #s3 {
  width: 100%;
}
.top #s3 .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .top #s3 .content_inner {
    padding: 4rem 0 6rem;
  }
}
.top #s3 .content_inner .s3_inner {
  margin: 0 auto;
  padding: 1rem 0 3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top #s3 .content_inner .s3_inner {
    padding: 1rem 0;
  }
}
.top #s3 .content_inner .s3_inner .title_area {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top #s3 .content_inner .s3_inner .title_area {
    width: 62.5%;
  }
}
.top #s3 .content_inner .s3_inner h2 {
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 1rem;
  display: inline;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top #s3 .content_inner .s3_inner h2 {
    font-size: 3.125rem;
    margin-bottom: 3rem;
  }
}
.top #s3 .content_inner .s3_inner .slider03 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top #s3 .content_inner .s3_inner .slider03 {
    width: 62.5%;
  }
}
.top #s3 .content_inner .s3_inner .slider03.slick-slider .slick-list {
  overflow: visible;
}
.top #s3 .content_inner .s3_inner .slider03 .panel_box {
  margin: 0 1rem;
  height: 100%;
}
.top #s3 .content_inner .s3_inner .slider03 .panel_box a {
  width: 100%;
  height: 100%;
}
.top #s3 .content_inner .s3_inner .slider03 .panel_box .img_area {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.top #s3 .content_inner .s3_inner .slider03 .panel_box .img_area .category_name {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6rem 1rem;
  background-color: #c1c1c1;
  color: #FFF;
}
.top #s3 .content_inner .s3_inner .slider03 .panel_box .text_area {
  width: 100%;
  text-align: left;
}
.top #s3 .content_inner .s3_inner .slider03 .panel_box .text_area .title {
  font-size: 1.25rem;
  display: block;
}
.top #s3 .content_inner .s3_inner .slider03 .panel_box .text_area .date {
  font-size: 1rem;
  display: block;
  color: #b5b5b6;
}
.top #s3 .content_inner .s3_inner .slider03 .slick-dots {
  bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .top #s3 .content_inner .s3_inner .slider03 .slick-dots {
    bottom: 3rem;
    width: auto;
    top: -6.4rem;
    left: 24rem;
    height: 2rem;
  }
}
.top #s3 .content_inner .s3_inner .slider03 .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.3rem;
  padding: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 15%;
  height: 0.36875rem;
  background-color: #d8d0c9;
}
@media screen and (min-width: 768px) {
  .top #s3 .content_inner .s3_inner .slider03 .slick-dots li {
    width: 3.4rem;
  }
}
.top #s3 .content_inner .s3_inner .slider03 .slick-dots li.slick-active {
  background-color: #1d284d;
}
.top #s3 .content_inner .s3_inner .slider03 .slick-dots li button {
  opacity: 1;
}
.top #s3 .content_inner .s3_inner .slider03 .slick-dots li button::before {
  content: "";
}
.top #s3 .content_inner .s3_inner .slider03 .slick-dots li .slick-dots li button {
  height: 1.25rem;
  width: 1.25rem;
}
.top #s4 {
  width: 100%;
}
.top #s5 {
  width: 100%;
}

.product_outer {
  background-color: #f4f4f4;
}
.product_outer .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .product_outer .content_inner {
    padding: 4rem 0 9rem;
  }
}
.product_outer .product_area {
  margin: 0 auto;
  padding: 1rem 0 3rem;
  max-width: 1200px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product_outer .product_area {
    padding: 1rem 0;
    width: 62.5%;
  }
}
.product_outer .product_area .title_area {
  margin: 0 auto;
}
.product_outer .product_area .title_area h2 {
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 4.5rem;
}
@media screen and (min-width: 768px) {
  .product_outer .product_area .title_area h2 {
    font-size: 3.1875rem;
  }
}
.product_outer .product_area .title_area h2::after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #1d284d;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.product_outer .product_area .text_area {
  margin: 0 auto 4rem;
}
.product_outer .product_area .text_area p {
  font-size: 1.25rem;
}
.product_outer .product_area .banner_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  max-width: 1007px;
  width: 100%;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .product_outer .product_area .banner_area {
    padding: 1rem 0;
    width: 83.91%;
  }
}
.product_outer .product_area .banner_area .banner_outer {
  width: 100%;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .product_outer .product_area .banner_area .banner_outer {
    margin: 0 0 1rem;
    width: 28.5%;
  }
}
.product_outer .product_area .contact_btn a {
  text-align: center;
  padding: 1rem;
  border: 2px solid #3e3a39;
  max-width: 1007px;
  width: 100%;
  margin: 0 auto;
  font-family: "din1451alt_G", sans-serif;
  display: block;
}
@media screen and (min-width: 768px) {
  .product_outer .product_area .contact_btn a {
    padding: 1rem 0;
    width: 83.91%;
  }
}
.product_outer .product_area .contact_btn a img {
  width: 0.5em;
  margin: -0.2em 0.4em 0 0;
}
.product_outer .product_area .contact_btn a span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .product_outer .product_area .contact_btn a span {
    margin: 0 2.5rem;
  }
}
.product_outer .product_area .contact_btn a .num {
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}

.contact_outer {
  background-color: #1d284d;
  clear: both;
}
.contact_outer .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .contact_outer .content_inner {
    padding: 4rem 0 6rem;
  }
}
.contact_outer .contact_area {
  margin: 0 auto;
  padding: 1rem 0 3rem;
  max-width: 1200px;
  width: 100%;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .contact_outer .contact_area {
    padding: 1rem 0;
    width: 62.5%;
  }
}
.contact_outer .contact_area .title_area {
  margin: 0 auto;
}
.contact_outer .contact_area .title_area h2 {
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .contact_outer .contact_area .title_area h2 {
    font-size: 3.1875rem;
  }
}
.contact_outer .contact_area .text_area {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .contact_outer .contact_area .text_area {
    margin: 0 auto 4.5rem;
  }
}
.contact_outer .contact_area .text_area p {
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem;
}
.contact_outer .contact_area .mail_area a {
  font-size: 1.5rem;
  text-align: center;
  display: block;
  color: #FFF;
  padding: 1.3rem 1rem;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #FFF;
}
@media screen and (min-width: 768px) {
  .contact_outer .contact_area .mail_area a {
    width: 39.5%;
  }
}
.contact_outer .contact_area .mail_area a img {
  width: 1.6em;
  margin: -0.2em 1.2em 0 0;
}

.business {
  width: 100%;
}
.business #s1 .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .business #s1 .content_inner {
    padding: 5rem 0;
  }
}
.business #s1 .content_inner .s1_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business #s1 .content_inner .s1_inner {
    width: 62.5%;
    padding-top: 5rem;
  }
}
.business #s1 .content_inner .s1_inner h2 {
  color: #2f2725;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .business #s1 .content_inner .s1_inner h2 {
    font-size: 2.7rem;
  }
}
.business #s1 .content_inner .s1_inner .text_area {
  margin-bottom: 3rem;
}
.business #s1 .content_inner .s1_inner .text_area p {
  font-size: 1.25rem;
}
.business #s1 .content_inner .s1_inner .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.business #s1 .content_inner .s1_inner .img_area .img_box {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .business #s1 .content_inner .s1_inner .img_area .img_box {
    width: 49%;
    margin-bottom: 0;
  }
}
.business #s1 .content_inner .s1_inner .check_area {
  background-color: #1d284d;
  padding: 1rem;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
}
.business #s1 .content_inner .s1_inner .check_area img {
  display: inline;
  width: 1.5em;
  margin-right: 0.5rem;
  margin-top: -0.5rem;
}
.business #s2 {
  background-image: url("./img/business_s2_bk.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.business #s2 .content_inner {
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .business #s2 .content_inner {
    padding: 5rem 0 0;
  }
}
.business #s2 .content_inner .s2_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .business #s2 .content_inner .s2_inner {
    width: 62.5%;
    padding-top: 1rem;
  }
}
.business #s2 .content_inner .s2_inner h2 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 4.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .business #s2 .content_inner .s2_inner h2 {
    font-size: 2.625rem;
  }
}
.business #s2 .content_inner .s2_inner h2::after {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #1d284d;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.business #s2 .content_inner .s2_inner .text_area {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .business #s2 .content_inner .s2_inner .text_area {
    margin-bottom: 10rem;
  }
}
.business #s2 .content_inner .s2_inner .text_area li {
  background-color: #1d284d;
  padding: 1.5rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .business #s2 .content_inner .s2_inner .text_area li {
    margin-bottom: 2rem;
  }
}
.business #s2 .content_inner .s2_inner .text_area li .img_area {
  width: 60%;
  margin: 0 auto 1rem;
  padding: 2rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business #s2 .content_inner .s2_inner .text_area li .img_area {
    width: 20%;
    margin: 0;
    padding: 1rem;
  }
}
.business #s2 .content_inner .s2_inner .text_area li .img_area img {
  width: 70%;
  margin: 0 auto;
}
.business #s2 .content_inner .s2_inner .text_area li:nth-child(1) img {
  width: 60%;
}
.business #s2 .content_inner .s2_inner .text_area li:nth-child(2) img {
  width: 53%;
}
.business #s2 .content_inner .s2_inner .text_area li:nth-child(3) img {
  width: 57%;
}
.business #s2 .content_inner .s2_inner .text_area li:nth-child(4) img {
  width: 50%;
}
.business #s2 .content_inner .s2_inner .text_area li .text_box {
  width: 90%;
  margin: 0 auto;
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  .business #s2 .content_inner .s2_inner .text_area li .text_box {
    width: 80%;
    margin: 0;
    padding: 1rem 0.5rem;
  }
}
.business #s2 .content_inner .s2_inner .text_area li .text_box h3 {
  font-size: 1.625rem;
  color: #fff226;
  margin-bottom: 1rem;
}
.business #s2 .content_inner .s2_inner .text_area li .text_box p {
  font-size: 1.125rem;
  color: #FFF;
}
.business #s2 .content_inner .s2_inner .img_width {
  width: 100%;
}
.business #s3 .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner {
    padding: 5rem 0 2rem;
  }
}
.business #s3 .content_inner .s3_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner .s3_inner {
    width: 62.5%;
    padding-top: 1rem;
  }
}
.business #s3 .content_inner .s3_inner .flex_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area {
  padding: 2rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner .s3_inner .flex_outer .left_area {
    width: 70%;
  }
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner .s3_inner .flex_outer .left_area h2 {
    font-size: 2.875rem;
  }
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area p {
  font-size: 1.25rem;
  margin-bottom: 4rem;
  line-height: 1.8;
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area .mail_area a {
  font-size: 1.5rem;
  text-align: center;
  display: inline-block;
  color: #231815;
  padding: 1rem 2.5rem;
  margin: 0 auto;
  border: 2px solid #FFF;
  background: #fff226;
  font-weight: bold;
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area .mail_area a img {
  width: 1.6em;
  margin: -0.2em 1.2em 0 0;
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area .tel_area a {
  padding: 1rem;
  margin: 0 auto;
  font-family: "din1451alt_G", sans-serif;
  display: block;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner .s3_inner .flex_outer .left_area .tel_area a {
    padding: 1rem 0;
  }
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area .tel_area a img {
  width: 0.5em;
  margin: -0.2em 0.4em 0 0;
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area .tel_area a span {
  vertical-align: middle;
  display: inline-block;
  font-size: 2.75rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner .s3_inner .flex_outer .left_area .tel_area a span {
    margin: 0 2.5rem;
  }
}
.business #s3 .content_inner .s3_inner .flex_outer .left_area .tel_area a .num {
  font-size: 2.75rem;
  letter-spacing: 0.06em;
}
.business #s3 .content_inner .s3_inner .flex_outer .right_area {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner .s3_inner .flex_outer .right_area {
    width: 30%;
  }
}
.business #s3 .content_inner .s3_inner .flex_outer .right_area .img_area {
  width: 90%;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .business #s3 .content_inner .s3_inner .flex_outer .right_area .img_area {
    margin-left: -120%;
    width: 210%;
  }
}

.product {
  width: 100%;
}
.product #s1 .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .product #s1 .content_inner {
    padding: 5rem 0;
  }
}
.product #s1 .content_inner .s1_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .product #s1 .content_inner .s1_inner {
    width: 62.5%;
    padding-top: 5rem;
  }
}
.product #s1 .content_inner .s1_inner h2 {
  color: #2f2725;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product #s1 .content_inner .s1_inner h2 {
    font-size: 2.7rem;
  }
}
.product #s1 .content_inner .s1_inner .text_area {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .product #s1 .content_inner .s1_inner .text_area {
    margin-bottom: 5rem;
  }
}
.product #s1 .content_inner .s1_inner .text_area p {
  font-size: 1.25rem;
}
.product #s1 .content_inner .s1_inner .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .product #s1 .content_inner .s1_inner .img_area {
    margin-bottom: 5rem;
  }
}
.product #s1 .content_inner .s1_inner .img_area .img_box {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .product #s1 .content_inner .s1_inner .img_area .img_box {
    width: 49%;
    margin-bottom: 0;
  }
}
.product #s1 .content_inner .s1_inner .anchor_area {
  margin: 0 auto 5rem;
  text-align: center;
}
.product #s1 .content_inner .s1_inner .anchor_area a {
  width: auto;
  padding: 1rem 4rem;
  background-color: #fff226;
  font-size: 1.5rem;
  color: #231815;
}
.product #s1 .content_inner .s1_inner .anchor_area a .img_outer {
  position: relative;
}
.product #s1 .content_inner .s1_inner .anchor_area a .img_outer .img_in {
  content: "";
  position: absolute;
  width: 1em;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
}
.product #s2 {
  background-image: url("./img/product_s2_bk.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product #s2 .content_inner {
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .product #s2 .content_inner {
    padding: 5rem 0 0;
  }
}
.product #s2 .content_inner .s2_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .product #s2 .content_inner .s2_inner {
    width: 62.5%;
    padding-top: 1rem;
  }
}
.product #s2 .content_inner .s2_inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product #s2 .content_inner .s2_inner h2 {
    font-size: 2.625rem;
  }
}
.product #s2 .content_inner .s2_inner h2 .h_outer {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product #s2 .content_inner .s2_inner h2 .h_outer {
    font-size: 2.625rem;
  }
}
.product #s2 .content_inner .s2_inner h2 .h_outer .min {
  content: "";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: -6em;
  font-size: 1.125rem;
}
.product #s2 .content_inner .s2_inner h2::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #1d284d;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.product #s2 .content_inner .s2_inner .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #1d284d;
  padding: 2rem 1rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .product #s2 .content_inner .s2_inner .text_area {
    padding: 5rem 7rem;
    margin-bottom: 10rem;
  }
}
.product #s2 .content_inner .s2_inner .text_area ul {
  padding: 0.5rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .product #s2 .content_inner .s2_inner .text_area ul {
    width: 25%;
  }
}
.product #s2 .content_inner .s2_inner .text_area ul li {
  color: #FFF;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.product #s3 .content_inner {
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .product #s3 .content_inner {
    padding: 6rem 0 0;
  }
}
.product #s3 .content_inner .s3_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .product #s3 .content_inner .s3_inner {
    width: 62.5%;
    padding-top: 1rem;
  }
}
.product #s3 .content_inner .s3_inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product #s3 .content_inner .s3_inner h2 {
    font-size: 2.625rem;
  }
}
.product #s3 .content_inner .s3_inner h2 .h_outer {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .product #s3 .content_inner .s3_inner h2 .h_outer {
    font-size: 2.625rem;
  }
}
.product #s3 .content_inner .s3_inner h2 .h_outer .min {
  content: "";
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: -6em;
  font-size: 1.125rem;
}
.product #s3 .content_inner .s3_inner h2::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #fff226;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.product #s3 .content_inner .s3_inner p {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 5rem;
}
.product #s3 .content_inner .s3_inner .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .product #s3 .content_inner .s3_inner .text_area {
    margin-bottom: 8rem;
  }
}
.product #s3 .content_inner .s3_inner .text_area ul {
  padding: 0.5rem 0;
  width: 48%;
}
@media screen and (min-width: 768px) {
  .product #s3 .content_inner .s3_inner .text_area ul {
    width: 23%;
  }
}
.product #s3 .content_inner .s3_inner .text_area ul li {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 1px solid #231815;
  letter-spacing: -0.1em;
  line-height: 2.4;
}
.product #s3 .content_inner .s3_inner .text_area ul li:last-child {
  border-bottom: 0px;
}
.product #s4 .content_inner {
  padding: 8rem 0 9rem;
}
.product #s4 .content_inner .s4_inner .title_area {
  text-align: left;
}
.product #s4 .content_inner .s4_inner .title_area h2 {
  margin: 0 auto 2.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .product #s4 .content_inner .s4_inner .title_area h2 {
    font-size: 2.875rem;
  }
}
.product #s4 .content_inner .s4_inner .title_area h2::after {
  display: none;
}
.product #s4 .content_inner .s4_inner .text_area {
  margin: 0 auto 6rem;
}
.product #s4 .content_inner .s4_inner .text_area p {
  line-height: 2;
}

.company {
  width: 100%;
}
.company #s1 .content_inner {
  width: 100%;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner {
    padding: 5rem 0;
  }
}
.company #s1 .content_inner .h1_title {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner .h1_title {
    width: 100%;
  }
}
.company #s1 .content_inner .s1_inner {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner .s1_inner {
    padding-top: 5rem;
  }
}
.company #s1 .content_inner .s1_inner .s1_text {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.company #s1 .content_inner .s1_inner .s1_text .left_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner .s1_inner .s1_text .left_area {
    width: calc(100% - 44.75rem);
  }
}
.company #s1 .content_inner .s1_inner .s1_text .left_area .left_inner {
  text-align: left;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner .s1_inner .s1_text .left_area .left_inner {
    width: 53rem;
    margin-bottom: 0;
  }
}
.company #s1 .content_inner .s1_inner .s1_text .left_area .left_inner h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 3rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner .s1_inner .s1_text .left_area .left_inner h2 {
    font-size: 2.875rem;
    margin: 0 0 3rem;
  }
}
.company #s1 .content_inner .s1_inner .s1_text .left_area .left_inner p {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0 0 2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner .s1_inner .s1_text .left_area .left_inner p {
    margin: 0 0 6rem;
    line-height: 2.2;
  }
}
.company #s1 .content_inner .s1_inner .s1_text .left_area .left_inner p .big {
  font-size: 1.625rem;
}
.company #s1 .content_inner .s1_inner .s1_text .right_area {
  width: 100%;
  margin-left: 4%;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .company #s1 .content_inner .s1_inner .s1_text .right_area {
    width: 44.75rem;
    margin-left: 0;
    padding-top: 14rem;
  }
}
.company #s1 .content_inner .s1_inner .s1_text .right_area .img_area {
  width: 100%;
}
.company #s2 {
  background-color: #f4f4f4;
}
.company #s2 .content_inner {
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .company #s2 .content_inner {
    padding: 5rem 0 0;
  }
}
.company #s2 .content_inner .s2_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .company #s2 .content_inner .s2_inner {
    width: 62.5%;
    padding-top: 1rem;
    padding-bottom: 11rem;
  }
}
.company #s2 .content_inner .s2_inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company #s2 .content_inner .s2_inner h2 {
    margin: 0 auto 6.5rem;
    font-size: 2.625rem;
  }
}
.company #s2 .content_inner .s2_inner h2::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #1d284d;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.company #s2 .content_inner .s2_inner .text_area {
  border-top: 3px solid #727171;
  border-bottom: 3px solid #727171;
}
.company #s2 .content_inner .s2_inner .text_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #727171;
}
.company #s2 .content_inner .s2_inner .text_area dl dt,
.company #s2 .content_inner .s2_inner .text_area dl dd {
  padding: 1rem 1rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company #s2 .content_inner .s2_inner .text_area dl dt,
  .company #s2 .content_inner .s2_inner .text_area dl dd {
    padding: 1.5rem 2rem;
  }
}
.company #s2 .content_inner .s2_inner .text_area dl dt {
  padding-bottom: 0.5rem;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .company #s2 .content_inner .s2_inner .text_area dl dt {
    border-bottom: 0;
    width: 20%;
    font-size: 1.25rem;
  }
}
.company #s2 .content_inner .s2_inner .text_area dl dd {
  padding-top: 0.5rem;
  margin-left: 0.5em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .company #s2 .content_inner .s2_inner .text_area dl dd {
    padding: 1.5rem 2rem;
    width: 80%;
    margin-left: 0;
  }
}
.company #s3 .content_inner {
  padding: 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .company #s3 .content_inner {
    padding: 6rem 0 0;
  }
}
.company #s3 .content_inner .s3_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .company #s3 .content_inner .s3_inner {
    width: 62.5%;
    padding-top: 1rem;
  }
}
.company #s3 .content_inner .s3_inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .company #s3 .content_inner .s3_inner h2 {
    font-size: 2.625rem;
    margin: 0 auto 3.5rem;
  }
}
.company #s3 .content_inner .s3_inner h2::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #fff226;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.company #s3 .content_inner .s3_inner .text_area {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .company #s3 .content_inner .s3_inner .text_area {
    margin-bottom: 8rem;
  }
}
.company #s3 .content_inner .s3_inner .text_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #231815;
  padding: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .company #s3 .content_inner .s3_inner .text_area ul {
    padding: 6rem 0 4rem;
  }
}
.company #s3 .content_inner .s3_inner .text_area ul:last-child {
  border-bottom: 0;
}
.company #s3 .content_inner .s3_inner .text_area ul li {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0;
  color: #FFF;
  letter-spacing: -0.1em;
  line-height: 2.4;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .company #s3 .content_inner .s3_inner .text_area ul li {
    width: 48%;
  }
}
.company #s3 .content_inner .s3_inner .text_area ul li.name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: #1d284d;
}
.company #s3 .content_inner .s3_inner .text_area ul li h3 {
  font-size: 2.25rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  width: 100%;
}
.company #s3 .content_inner .s3_inner .text_area ul li p {
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}
.company #s3 .content_inner .s3_inner .text_area ul li .googlemap_area {
  width: 100%;
  height: auto;
}
.company #s3 .content_inner .s3_inner .text_area ul li .googlemap_area iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.contact {
  width: 100%;
}
.contact #s1 .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner {
    padding: 5rem 0;
  }
}
.contact #s1 .content_inner .s1_inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner {
    width: 62.5%;
    padding-top: 5rem;
  }
}
.contact #s1 .content_inner .s1_inner h2 {
  position: relative;
  text-align: center;
  margin: 0 auto 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner h2 {
    font-size: 2.625rem;
    margin: 0 auto 7.5rem;
  }
}
.contact #s1 .content_inner .s1_inner h2::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #fff226;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.contact #s1 .content_inner .s1_inner .text_area {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .text_area {
    margin-bottom: 6rem;
  }
}
.contact #s1 .content_inner .s1_inner .text_area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.contact #s1 .content_inner .s1_inner .text_area dt, .contact #s1 .content_inner .s1_inner .text_area dd {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .text_area dt, .contact #s1 .content_inner .s1_inner .text_area dd {
    padding: 1rem 0;
  }
}
.contact #s1 .content_inner .s1_inner .text_area dt {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .text_area dt {
    width: 35%;
  }
}
.contact #s1 .content_inner .s1_inner .text_area dt.required::after {
  content: "必須";
  position: absolute;
  color: #FFF;
  padding: 0.2rem 2rem 0.3rem;
  background-color: #1d284d;
  top: 1rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .text_area dt.required::after {
    right: 4rem;
  }
}
.contact #s1 .content_inner .s1_inner .text_area dd {
  width: 100%;
  border-bottom: 1px solid #1d284d;
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .text_area dd {
    width: 65%;
    border-bottom: 0;
    padding: 1rem 0;
  }
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span {
  width: 80%;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .text_area .ch_box > span {
    width: 48%;
  }
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span label {
  cursor: pointer;
  padding-left: 2em;
  position: relative;
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span label span::before,
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span label span::after {
  content: "";
  display: block;
  position: absolute;
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span label span::before {
  background-color: #f4f4f4;
  border-radius: 0%;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span label span::after {
  border-bottom: 2px solid #1d284d;
  border-left: 2px solid #1d284d;
  opacity: 0;
  height: 0.4em;
  width: 0.7em;
  transform: rotate(-45deg);
  top: 0.3em;
  left: 0.3em;
}
.contact #s1 .content_inner .s1_inner .text_area .ch_box > span label input:checked + span::after {
  opacity: 1;
}
.contact #s1 .content_inner .s1_inner .text_area .wpcf7-list-item {
  margin: 0.2em 0;
}
.contact #s1 .content_inner .s1_inner .text_area p {
  font-size: 1.25rem;
}
.contact #s1 .content_inner .s1_inner .tel_area {
  display: block;
}
.contact #s1 .content_inner .s1_inner .tel_area h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.contact #s1 .content_inner .s1_inner .tel_area .tel_box {
  text-align: center;
}
.contact #s1 .content_inner .s1_inner .tel_area .tel_box a {
  border: 3px solid #231815;
  padding: 1.5rem 1rem;
  display: inline-block;
  margin: 0 auto 4rem;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .tel_area .tel_box a {
    padding: 1.5rem 7rem;
  }
}
.contact #s1 .content_inner .s1_inner .tel_area .tel_box a img {
  width: 0.5em;
  margin: -0.2em 0.4em 0 0;
}
.contact #s1 .content_inner .s1_inner .tel_area .tel_box a span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.25rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .contact #s1 .content_inner .s1_inner .tel_area .tel_box a span {
    margin: 0 1rem;
  }
}
.contact #s1 .content_inner .s1_inner .tel_area .tel_box a .num {
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  font-family: "din1451alt_G", sans-serif;
}
.contact #s1 .content_inner .s1_inner .tel_area .tel_box a .min {
  font-size: 1.125rem;
}

.contact-confirm {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-confirm {
    width: 62.5%;
    padding-top: 5rem;
  }
}
.contact-confirm#content_area {
  background-color: #FFF;
}
.contact-confirm h1 {
  position: relative;
  text-align: center;
  margin: 0 auto 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contact-confirm h1 {
    font-size: 2.625rem;
    margin: 0 auto 7.5rem;
  }
}
.contact-confirm h1::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #fff226;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
}
.contact-confirm form {
  max-width: 800px;
  margin: 1rem auto;
}
.contact-confirm form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.contact-confirm form dl dt,
.contact-confirm form dl dd {
  font-size: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #333;
}
.contact-confirm form dl dt {
  width: 30%;
}
.contact-confirm form dl dd {
  width: 70%;
}
.contact-confirm form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.contact-confirm .content_r_inner {
  max-width: 600px;
  margin: 1rem auto;
}
.contact-confirm .content_r_inner p {
  font-size: 1.25rem;
  max-width: 280px;
  margin: 0 auto;
}

.contact-thanks .content_inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact-thanks .content_inner {
    width: 62.5%;
    padding-top: 5rem;
  }
}
.contact-thanks#content_area {
  background-color: #FFF;
}

.topics .content_inner {
  padding: 1rem 0;
}
.topics .archive_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1rem 0 3rem;
  max-width: 1200px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .topics .archive_outer {
    padding: 5rem 0 8rem;
    width: 62.5%;
  }
}
.topics #s5 .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .topics #s5 .content_inner {
    padding: 4rem 0 6rem;
  }
}

.main_content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main_content {
    width: 66%;
  }
}
.main_content h2 {
  font-size: 3.1875rem;
  text-align: left;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .main_content h2 {
    margin-bottom: 7rem;
  }
}
.main_content .archive_inner article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.main_content .archive_inner article .card_area {
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .main_content .archive_inner article .card_area {
    width: 47%;
  }
}
.main_content .archive_inner article .card_area a {
  display: block;
}
.main_content .archive_inner article .card_area .thumbnail {
  margin-bottom: 1rem;
}
.main_content .archive_inner article .card_area .text_area {
  text-align: left;
  margin-bottom: 0.5rem;
}
.main_content .archive_inner article .card_area .text_area span {
  display: inline-block;
}
.main_content .archive_inner article .card_area .text_area span.date_area {
  color: #898989;
  font-size: 0.75rem;
}
.main_content .archive_inner article .card_area .text_area span.cate {
  margin-left: 2rem;
  color: #FFF;
  background-color: #1d284d;
  padding: 0.1rem 2rem 0.3rem;
  font-size: 1rem;
}
.main_content .archive_inner article .card_area .title_area p {
  font-size: 1.25rem;
  text-align: left;
}

#sidebar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #sidebar {
    width: 25%;
  }
}

.single_area .content_inner {
  padding: 1rem 0;
}
.single_area .archive_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1rem 0 3rem;
  max-width: 1200px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .single_area .archive_outer {
    padding: 4rem 0 8rem;
    width: 62.5%;
  }
}
.single_area .archive_outer h1 {
  font-size: 2rem;
  width: 100%;
  text-align: left;
  margin-bottom: 2rem;
}
.single_area .archive_outer .time_area {
  margin-bottom: 3rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single_area .archive_outer .time_area {
    margin-bottom: 11rem;
  }
}
.single_area .archive_outer .time_area span {
  display: inline-block;
}
.single_area .archive_outer .time_area span.date_area {
  color: #898989;
  font-size: 0.75rem;
}
.single_area .archive_outer .time_area span.cate {
  margin-left: 2rem;
  color: #FFF;
  background-color: #1d284d;
  padding: 0.1rem 2rem 0.3rem;
  font-size: 1rem;
}
.single_area .archive_outer .the_content {
  text-align: left;
  margin-bottom: 8rem;
}
.single_area #s5 .content_inner {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .single_area #s5 .content_inner {
    padding: 4rem 0 6rem;
  }
}

.nav-links {
  text-align: center;
  padding: 1.5rem 0 4rem;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .nav-links {
    max-width: 490px;
    text-align: left;
  }
}
.nav-links .page-numbers {
  padding: 0.2rem 0 0;
  border: 1px solid #231815;
  border-radius: 3rem;
  width: 2.31rem;
  height: 2.31rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.125rem;
  text-align: center;
}
.nav-links .current {
  font-weight: 600;
  color: #FFF;
  background-color: #231815;
}

.link_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  margin: 0 auto 4rem;
  width: 100%;
  padding: 2rem 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .link_area {
    width: 100%;
    margin: 0 auto 4rem;
  }
}
.link_area .link_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 44%;
  display: block;
  position: relative;
}
.link_area .link_a a {
  font-size: 1rem;
}
.link_area .link_a.back {
  text-align: left;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .link_area .link_a.back {
    padding-left: 4rem;
  }
}
.link_area .link_a.back ::before {
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", "Osaka,Verdana,Arial", "Helvetica", sans-serif;
  content: "<";
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: normal;
}
.link_area .link_a.back ::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  width: 1.75rem;
  height: 1.75rem;
  background: url("./img/footprints.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.link_area .link_a.next {
  text-align: right;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .link_area .link_a.next {
    padding-right: 4rem;
  }
}
.link_area .link_a.next ::before {
  content: ">";
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "ＭＳ Ｐゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS P Gothic", "Osaka,Verdana,Arial", "Helvetica", sans-serif;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: normal;
}
.link_area .link_a.next ::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%) scale(-1, 1);
  width: 1.75rem;
  height: 1.75rem;
  background: url("./img/footprints.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

#sidebar .sidebar_inner {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #sidebar .sidebar_inner {
    width: 100%;
  }
}
#sidebar .sidebar_inner h2 {
  font-size: 1.5625rem;
  font-weight: bold;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #2f2725;
}
#sidebar .sidebar_inner ul {
  padding: 1rem 0 5rem;
}
#sidebar .sidebar_inner ul a {
  font-size: 1.25rem;
}
#sidebar .sidebar_inner .list {
  padding-top: 1.3rem;
}
#sidebar .sidebar_inner .list li {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#sidebar .sidebar_inner .list a {
  display: block;
}
#sidebar .sidebar_inner .list .day {
  color: #898989;
  font-size: 1rem;
}
#sidebar .sidebar_inner .list .title {
  margin-bottom: 1rem;
}

footer {
  background: #FFF;
  padding: 1rem;
  text-align: center;
  clear: both;
}
footer .footer_inner {
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .footer_inner {
    padding: 0;
    width: 100%;
    max-width: 1500px;
  }
}
footer .footer_inner .footer_top {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  footer .footer_inner .footer_top {
    margin-bottom: 6rem;
  }
}
footer .footer_inner .footer_top .footer_main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  padding-top: 1rem;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  footer .footer_inner .footer_top .footer_main_nav {
    width: auto;
    padding-top: 0;
  }
}
footer .footer_inner .footer_top .footer_main_nav li {
  width: 49%;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  footer .footer_inner .footer_top .footer_main_nav li {
    width: auto;
    margin: auto 0;
  }
}
footer .footer_inner .footer_top .footer_main_nav li a {
  display: block;
  padding: 0 1.1rem;
}
footer .footer_inner .footer_top .footer_main_nav span {
  display: block;
}
footer .footer_inner .footer_top .footer_main_nav .nav_insta {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  footer .footer_inner .footer_top .footer_main_nav .nav_insta {
    margin-left: 1rem;
  }
}
footer .footer_inner .footer_top .footer_main_nav .nav_insta a img {
  width: 2.5rem;
}
footer .footer_inner .footer_mid .logo_area {
  max-width: 37.625rem;
  width: 90%;
  margin: 1rem auto 0;
}
footer .footer_inner .footer_mid .nav_phone {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}
footer .footer_inner .footer_mid .nav_phone a {
  font-family: "din1451alt_G", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}
footer .footer_inner .footer_mid .nav_phone a img {
  width: 0.5em;
  margin: -0.2em 0.4em 0 0;
}
footer .footer_inner .footer_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
footer .footer_inner .footer_bottom ul li {
  margin: 1rem 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
footer .footer_inner .footer_bottom ul li span {
  display: block;
}
footer .footer_inner .footer_bottom ul li .min_font {
  padding: 1rem 0 0;
  font-size: 0.875rem;
  font-weight: bold;
}
footer .footer_copy {
  width: 100%;
  margin: 1rem auto;
  font-size: 0.875rem;
  text-align: center;
  color: #727171;
}

/*モーダルメニュー▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/*スクロールバー関連*/
.go_scrollbar_y_on {
  overflow-y: scroll;
}

.go_nonscrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
}

@media screen and (min-width: 768px) {
  .go_nonscrollbar {
    padding-right: 15px;
  }
}
.go_nonscrollbar::-webkit-scrollbar {
  display: none;
}

/*ボタン*/
.go_menu_button {
  z-index: 10020;
  width: auto;
  height: auto;
  margin: 0;
  position: fixed;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.4rem;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .go_menu_button {
    display: none;
  }
}
.go_menu_button a {
  z-index: 10030;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  position: relative;
  display: block;
}

.go_menu_button a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .go_menu_button a:hover {
    opacity: 0.5;
  }
}
.go_menu_line1,
.go_menu_line2,
.go_menu_line3 {
  left: 0;
  width: 100%;
  height: 8%;
  background-color: #231815;
  transition-duration: 1s;
  position: absolute;
}

.go_menu_line1 {
  top: 10%;
}

.go_menu_line2 {
  top: 45%;
}

.go_menu_line3 {
  bottom: 10%;
}

a.go_modal_close > .go_menu_line1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  width: 120%;
  height: 8%;
}

a.go_modal_close > .go_menu_line2 {
  opacity: 0;
}

a.go_modal_close > .go_menu_line3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 45%;
  width: 120%;
  height: 8%;
}

.go_menu_content {
  display: none;
}

@media screen and (min-width: 768px) {
  .go_menu_content {
    display: block;
  }
}
.go_modal_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#go_modal_overlay {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.7);
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #go_modal_overlay {
    overflow-y: scroll;
  }
}
#go_modal_inner {
  z-index: 10000;
  height: 100vh;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 5rem;
  right: 0;
  display: none;
  background-color: rgba(100, 100, 100, 0.5);
  background-blend-mode: lighten;
}

#go_modal_inner .go_menu_content {
  display: block;
  background: #FFF;
  padding: 0 0 3rem;
  text-align: center;
}

/*モーダルメニュー▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.displayno {
  display: none;
}

.displayblock {
  display: block;
}

.deco_no {
  text-decoration: none;
}

.deco_yes {
  text-decoration: underline;
}

.font_blue {
  color: #599ad4;
}

.font_bold {
  font-weight: bold;
}

.font_spacing01 {
  letter-spacing: 0.1rem;
}

.font_spacing02 {
  letter-spacing: 0.2rem;
}/*# sourceMappingURL=style.css.map */