@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/** 共通ページレイアウト **/
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  color: #374149;
  overflow-y: scroll !important;
  background-color: #fff;
}

body {
  margin: 0;
  overflow: visible;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  background-size: cover;
}

.fade-layer,
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}

body.fade-layer-off:before {
  content: none;
}

* {
  box-sizing: border-box;
}

.wf-mplus1p {
  font-family: "Mplus 1p";
}

.wf-roundedmplus1c {
  font-family: "Rounded Mplus 1c";
}

ol {
  list-style-position: inside;
}

/** 基本レイアウト **/
.left {
  float: left !important;
}

.right {
  float: right !important;
}

a img {
  transition: opacity 0.3s;
}
a img:hover {
  opacity: 0.7;
}

.sentence-margin {
  margin-bottom: min(92vh, 100px);
}
@media (max-width: 767px) {
  .sentence-margin {
    margin-bottom: 40px;
  }
}

/** モバイルナビボタン **/
.nav {
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 5vw;
  right: 5vw;
}
@media (min-width: 768px) {
  .nav {
    display: none;
  }
}
.nav p {
  display: block;
  text-align: center;
  font-family: "fontello";
  color: #fff;
  text-decoration: none;
  width: min(20vw, 100px);
  height: min(20vw, 100px);
}
.nav p img {
  width: 100%;
}

/**フェードイン処理**/
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 0.8s;
}

.fade-anime {
  opacity: 1;
  transform: translate(0, 0);
}

/*PC用css*/
@media print, screen and (min-width: 768px) {
  .inner {
    width: clamp(768px, 95%, 1280px);
    padding: 0 20px;
    overflow: hidden;
    margin: auto;
  }
  /**ヘッダー**/
  header {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    width: clamp(150px, 9.3vw, 180px);
    height: 100vh;
    padding: 2em clamp(1em, 1.1vw, 1.5em);
    background-color: #164b9d;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 7;
  }
  header.visible {
    display: block;
    opacity: 1;
  }
  header .h-logo {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 2em;
  }
  header .h-logo img {
    width: 100%;
  }
  header ul#nav {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
  }
  header ul#nav li {
    margin-bottom: 0.75em;
  }
  header ul#nav a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0 0.25em;
    border-bottom: 1.5px solid #164b9d;
    transition: 0.3s;
  }
  header ul#nav a:hover {
    border-bottom: 1.5px solid #fff;
  }
  header .recruit-button {
    width: 160px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
  }
  header .recruit-button img {
    width: 100%;
    transition: 0.3s;
  }
  header .recruit-button img:hover {
    transform: scale(0.9) rotate(360deg);
    opacity: 1;
  }
  /**スライドイメージ**/
  .bg-slider {
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .bg-slider .slider-contents {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 5;
    /* 背景画像 (z-index: 1-3) より手前に表示 */
  }
  .bg-slider .logo {
    width: 50%;
    max-width: 500px;
  }
  .bg-slider #slide-nav {
    max-width: 100%;
    list-style: none;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bg-slider #slide-nav li {
    margin-bottom: 0.5em;
    margin-left: -20px;
    height: 52px;
    padding-left: 60px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    background-image: url(../img/slide/no.png);
    transition: 0.2s;
  }
  .bg-slider #slide-nav li:hover {
    background-image: url(../img/slide/shouse.png);
  }
  .bg-slider #slide-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    font-weight: normal;
    font-size: 220%;
    text-shadow: 0 0 8px #000;
    transition: 0.3s;
  }
  .bg-slider #slide-nav li a:hover {
    opacity: 0.7;
  }
  main {
    width: 100%;
    display: block;
    padding: 120px 0 0;
    position: relative;
    z-index: 6;
    background-color: #fff;
    background-image: url(../img/toppage/wave.webp), linear-gradient(to right, #ffffff 0%, #ffffff calc(100% - clamp(150px, 9.3vw, 180px) - 10px), #43abe0 100%);
    background-repeat: repeat-y, no-repeat;
    background-position: right top, top left;
    background-size: clamp(150px, 9.3vw, 180px) 120vh, 100%;
  }
  article {
    width: clamp(768px, 95%, 1280px);
    margin: auto;
  }
  #contents {
    overflow: hidden;
    padding: 0 22px;
    padding-right: calc(20px + 160px);
    box-sizing: border-box;
  }
  #contents section {
    margin-bottom: min(18.5vh, 200px);
  }
  .title {
    width: 100%;
    margin-bottom: 70px;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .title .sentence {
    width: 50%;
    border-left: 1px solid #333;
    padding-top: 0.25em;
    padding-left: 50px;
    color: #00203a;
  }
  .title .sentence h4 {
    font-size: clamp(18px, 1.05vw, 20px);
    font-weight: bold;
    -moz-text-align-last: left;
         text-align-last: left;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 768px) and (max-width: 1023px) {
  .title .sentence h4 br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .title .sentence p {
    font-size: 15px;
    font-weight: bold;
  }
  .title .sentence span {
    display: block;
    margin-bottom: 0.35em;
  }
  .headline {
    width: 50%;
    padding-right: 50px;
    text-align: center;
    color: #00203a;
    letter-spacing: 0.2em;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    box-sizing: border-box;
  }
  .headline h2 {
    width: 100%;
    font-size: clamp(22px, 1.25vw, 24px);
    font-weight: bold;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    text-align: right;
  }
  .headline p {
    width: 100%;
    font-size: 16px;
    color: #999999;
    text-align: right;
  }
  h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.1em;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    color: #00203a;
    margin-bottom: 25px;
    text-align: center;
  }
  h3 span {
    display: block;
    font-size: 75%;
    color: #999999;
    margin-top: 0.5em;
  }
  img.section-img {
    width: 100%;
    margin-bottom: 74px;
  }
  .infomation {
    width: 100%;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 0.05rem;
  }
  .infomation dt {
    width: 16%;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .infomation dd {
    width: 84%;
    margin-bottom: 1rem;
  }
  .infomation h5 {
    font-weight: bold;
  }
  .infomation p {
    font-size: 13px;
    color: #888;
  }
  .button {
    border: 1px solid #004078;
    display: block;
    color: #004078;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    margin-top: 1em;
    text-decoration: none !important;
    background-image: url(../img/button_arrow.svg);
    background-size: 1em;
    background-position: 95% center;
    background-repeat: no-repeat;
  }
  .button:hover {
    background-color: #004078;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
  }
  ul.works {
    width: min(100%, 880px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    list-style-type: none;
    margin: auto;
  }
  ul.works li {
    width: clamp(200px, 40%, 260px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  ul.works li img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 30px;
  }
  ul.works li h3 {
    font-weight: bold;
    font-size: 18px;
    align-self: center;
    text-align: center;
    line-height: 1.5;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    margin-bottom: 25px;
  }
  .profile {
    width: min(100%, 880px);
    margin-left: auto;
    margin-right: auto;
  }
  .profile table {
    margin-bottom: 2em;
  }
  .profile h4 {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 0.2em;
    padding-left: 0.5em;
  }
  #contact h3 + p {
    margin-top: -20px;
    margin-bottom: 25px;
  }
  #contact dl {
    max-width: 880px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted #374149;
  }
  #contact dt {
    width: 24%;
    padding: 1rem;
    font-weight: bold;
    background: #efefef;
    border-bottom: 1px dotted #374149;
  }
  #contact dt span {
    color: darkred;
    font-weight: normal;
    font-size: 11px;
    margin-left: 0.75em;
  }
  #contact dt span::before {
    content: "※";
  }
  #contact dd {
    width: 76%;
    padding: 1rem 1.5rem;
    font-size: 14px;
    border-bottom: 1px dotted #374149;
    vertical-align: top;
  }
  #contact dd input {
    width: 50%;
    padding: 0.5em;
  }
  #contact dd textarea {
    width: 100%;
    padding: 0.5em;
  }
  .submit {
    width: 400px;
    margin: 20px auto auto;
    display: flex;
    justify-content: space-around;
  }
  .submit input {
    margin: 0;
    padding: 0.75em;
    background: none;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 180px;
    font-weight: bold;
    color: #374149;
    border: solid 1px #374149;
  }
  .submit input:hover {
    background-color: #374149;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
  }
  footer {
    padding: 1rem 0;
    padding-right: calc(20px + 160px);
    width: 100%;
    height: auto;
    background-color: #c8e5f4;
    z-index: 200;
    position: absolute;
  }
  footer .inner {
    width: 100%;
    padding: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  footer small {
    font-size: 14px;
    color: #00203a;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    padding-top: 1em;
    margin-right: 2em;
    margin-bottom: 0.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  footer small::before {
    content: "c";
    font-family: "fontello";
    display: inline;
  }
  footer small span {
    margin: 0 1em;
  }
  footer .partnership {
    display: block;
  }
  footer .partnership img {
    height: 56px;
  }
  footer .logo {
    height: 60px;
    margin-right: 30px;
  }
  footer nav {
    margin-left: auto;
  }
  footer nav ul a {
    display: block;
    color: #fff;
    text-decoration: none !important;
  }
  .table {
    width: 100%;
    border-top: 1px dotted #374149;
  }
  .table tr {
    border-bottom: 1px dotted #374149;
  }
  .table th {
    width: 24%;
    padding: 1rem;
  }
  .table td {
    padding: 1rem;
  }
  .table iframe {
    width: 90%;
    height: 40vh;
    display: block;
    margin: 1em 0;
  }
  .table ul li {
    margin-left: 1em;
  }
  .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    margin-bottom: 1em;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pic-content {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .pic-content > img {
    width: 260px;
    height: auto;
  }
  .pic-content p {
    width: 660px;
    line-height: 1.8;
    text-align: justify;
  }
  .sign {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    display: block;
    font-size: 17px;
    margin-top: 1.5rem;
    text-align: right;
    color: #444;
  }
}
.section-image {
  width: 100%;
  height: 300px;
  background-size: 100%;
  background-position: center top;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .section-image {
    height: 20vh;
    max-height: 200px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
  }
}

.image-animation-y {
  animation: scrolling-y 120s ease-out infinite;
}

.image-animation-x {
  animation: scrolling-x 120s ease-out infinite;
}

.first {
  background-image: url(../img/toppage/image01n.webp);
}

.second {
  background-image: url(../img/toppage/image02.webp);
}

.third {
  background-image: url(../img/toppage/image03.webp);
}

.product-animation {
  height: auto;
  padding-bottom: 0;
  margin-bottom: 1.5em;
  background-image: url(../img/toppage/product.webp);
  background-size: cover;
}

@keyframes scrolling-y {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom 40%;
  }
  100% {
    background-position: center top;
  }
}
@keyframes scrolling-x {
  0% {
    background-position: left center;
  }
  50% {
    background-position: right bottom;
  }
  100% {
    background-position: left center;
  }
}
.center {
  text-align: center;
  color: #00203a;
}
.center p {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .center {
    text-align: justify;
  }
  .center br {
    display: none;
  }
}

.movie-baner {
  display: block;
  margin: 3em auto 0;
  width: 100%;
  max-width: 320px;
}
.movie-baner img {
  width: 100%;
}

.product {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-wrap: wrap;
}
.product > div:first-of-type {
  width: 66%;
}
@media (max-width: 767px) {
  .product > div:first-of-type {
    width: 100%;
  }
}
.product > div:last-of-type {
  width: 33%;
}
@media (max-width: 767px) {
  .product > div:last-of-type {
    width: 100%;
    height: 30vh;
    max-height: 250px;
  }
}
.product h4 {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  background-color: #00203a;
  text-align: center;
  font-weight: bold;
  font-size: 116%;
  color: #fff;
}
.product h5 {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #00203a;
  background-color: #fff;
  border: 1px solid #00203a;
}

.product-table {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-table li {
  width: 49%;
  list-style: none;
  display: inline-block;
}
.product-table li > div {
  margin-bottom: 1.5em;
}
.product-table li ul li {
  width: 100%;
  padding: 0.25em 0.5em;
  font-weight: bold;
  text-align: center;
  background-color: #00203a;
  border: 1px solid #00203a;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 0.25em;
}

.manufactured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  grid-gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .manufactured {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 1.5em;
  }
}
.manufactured li {
  list-style: none;
  text-align: left;
  line-height: 1.3;
}
.manufactured li dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.manufactured li dt,
.manufactured li dd {
  display: inline-block;
}
.manufactured li h4 {
  font-size: 16.5px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #00203a;
  margin-bottom: 0.5em;
}
.manufactured li .frame {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.75em;
}
.manufactured li img {
  width: 100%;
}
.manufactured li:hover {
  transition: 0.3s;
}
.manufactured li:hover img {
  animation: scale 3s ease-out;
  animation-fill-mode: forwards;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.manufactured + h3 {
  color: #00203a;
  padding: 0.5em 0.25em;
  border-top: 1px solid #00203a;
  border-bottom: 1px solid #00203a;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 3em;
}

/*スマートフォン用css*/
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding: 0 10%;
  }
  .header-wrap {
    width: 100%;
    height: 100dvh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    mix-blend-mode: multiply;
    z-index: 7;
    padding: 0;
    margin: 0;
    display: none;
  }
  .header-wrap.visible {
    display: block;
    opacity: 1;
  }
  /**ヘッダー**/
  header {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    width: 40%;
    max-width: 200px;
    height: 100vh;
    height: 100dvh;
    padding: 2em clamp(1em, 1.1vw, 1.5em);
    background-color: #164b9d;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 7;
  }
  header.visible {
    display: block;
    opacity: 1;
  }
  header .h-logo {
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 2em;
  }
  header .h-logo img {
    width: 100%;
  }
  header ul#nav {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
  }
  header ul#nav li {
    margin-bottom: 0.75em;
  }
  header ul#nav a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0 0.25em;
    border-bottom: 1.5px solid #164b9d;
    transition: 0.3s;
  }
  header ul#nav a:hover {
    border-bottom: 1.5px solid #fff;
  }
  header .recruit-button {
    width: 40vw;
    max-width: 120px;
    position: fixed;
    bottom: min(20vw, 60px);
    right: min(20vw, 60px);
    display: block;
  }
  header .recruit-button img {
    width: 100%;
    transition: 0.3s;
  }
  header .recruit-button img:hover {
    transform: scale(0.9) rotate(360deg);
    opacity: 1;
  }
  .clone-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: transform 0.3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
  }
  .h-inner {
    width: 100%;
    height: 60px;
    padding: 0 5%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #00203a;
    box-sizing: border-box;
  }
  ul#nav .facebook {
    width: 20px;
  }
  .bg-slider {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    top: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .bg-slider .slider-contents {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 7;
    /* 背景画像 (z-index: 1-3) より手前に表示 */
  }
  .bg-slider h1 {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 0px 2px #aaa;
    padding: 0 6px 4px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
  }
  .bg-slider .logo {
    width: 70%;
    max-width: 500px;
  }
  .bg-slider #slide-nav {
    width: 50%;
    list-style: none;
    margin-top: 50px;
    margin-left: 15vw;
    display: flex;
    flex-direction: column;
  }
  .bg-slider #slide-nav li {
    margin-bottom: 10px;
    padding-left: 40px;
    background-image: url(../img/slide/shouse.png);
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/slide/no.png);
    transition: 0.2s;
  }
  .bg-slider #slide-nav li:hover {
    background-image: url(../img/slide/shouse.png);
  }
  .bg-slider #slide-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    font-weight: normal;
    font-size: 180%;
    text-shadow: 0 0 8px #000;
    transition: 0.3s;
  }
  .bg-slider #slide-nav li a:hover {
    opacity: 0.7;
  }
  main {
    width: 100%;
    margin: auto;
    padding-top: 80px;
    background-color: #fff;
    position: relative;
    z-index: 6;
  }
  #contents {
    overflow: hidden;
    padding: 0 22px;
    box-sizing: border-box;
  }
  #contents section {
    margin-bottom: 100px;
  }
  .title {
    width: 100%;
    margin-bottom: 50px;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }
  .title .sentence {
    width: 86%;
    border-top: 1px solid #333;
    margin-top: 20px;
    padding: 20px 5%;
    font-size: 13px;
    text-align: justify;
    line-height: 1.8;
  }
  .title .sentence h4 {
    font-size: clamp(18px, 1.05vw, 20px);
    font-weight: bold;
    -moz-text-align-last: left;
         text-align-last: left;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .title .sentence br {
    display: none;
  }
  .title .sentence br:after {
    margin-right: -0.333em;
    content: "";
  }
  .headline {
    width: 100%;
    text-align: center;
    color: #00203a;
    letter-spacing: 0.3em;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    box-sizing: border-box;
  }
  .headline h2 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
  }
  .headline p {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #999999;
  }
  h3 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    margin-bottom: 1rem;
    text-align: center;
  }
  h3 span {
    display: block;
    font-size: 75%;
    color: #999999;
    margin-top: 0;
  }
  img.section-img {
    width: 100%;
    margin-bottom: 74px;
  }
  .infomation {
    width: 100%;
    font-size: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    letter-spacing: 0.05rem;
  }
  .infomation dt {
    width: 16%;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .infomation dd {
    width: 84%;
    margin-bottom: 1rem;
  }
  .infomation h5 {
    font-weight: bold;
  }
  .infomation p {
    font-size: 13px;
    color: #888;
  }
  .button {
    border: 1px solid #004078;
    display: block;
    color: #004078;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    margin-top: 1em;
    text-decoration: none !important;
    background-image: url(../img/button_arrow.svg);
    background-size: 1em;
    background-position: 95% center;
    background-repeat: no-repeat;
  }
  .button:hover {
    background-color: #004078;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
  }
  ul.works {
    width: 90%;
    margin: auto;
    list-style: none;
  }
  ul.works li {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  ul.works li img {
    width: 60%;
    border-radius: 50%;
    margin-bottom: 30px;
  }
  ul.works li h3 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: block;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    margin-bottom: 20px;
  }
  .profile {
    width: 100%;
  }
  .profile h4 {
    font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS Mincho", serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 0.2em;
    padding-left: 0.5em;
  }
  .profile table {
    margin-bottom: 2em;
  }
  #contact h3 + p {
    margin-top: -0.7rem;
    margin-bottom: 1rem;
  }
  #contact dl {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dotted #374149;
  }
  #contact dt {
    width: 100%;
    padding: 0.5rem;
    font-weight: bold;
    background: #efefef;
  }
  #contact dt span {
    color: darkred;
    font-weight: normal;
    font-size: 11px;
    margin-left: 0.75em;
  }
  #contact dt span::before {
    content: "※";
  }
  #contact dd {
    width: 100%;
    padding: 1rem 0.5rem;
    font-size: 14px;
    border-bottom: 1px dotted #374149;
    vertical-align: top;
  }
  #contact dd input {
    width: 100%;
    padding: 0.75em;
  }
  #contact dd textarea {
    width: 100%;
    padding: 0.5em;
  }
  .submit {
    width: 100%;
    margin: 20px auto auto;
    display: flex;
    justify-content: space-around;
  }
  .submit input {
    margin: 0;
    padding: 0.75em;
    background: none;
    border-radius: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40%;
    font-weight: bold;
    color: #374149;
    border: solid 1px #374149;
  }
  .submit input:hover {
    background-color: #374149;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
  }
  footer {
    padding: 1.25rem 0;
    width: 100%;
    background-color: #c8e5f4;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer small {
    font-size: 14px;
    color: #00203a;
    text-align: center;
    line-height: 1.35;
  }
  footer small::before {
    content: "c";
    font-family: "fontello";
  }
  footer small span {
    display: inline-block;
  }
  footer .partnership {
    display: block;
    margin-top: 0.5em;
  }
  footer .partnership img {
    height: 50px;
  }
  footer .logo {
    width: 70%;
    margin: 0 auto 14px;
  }
  footer nav {
    display: none;
  }
  footer nav ul a {
    display: block;
    color: #fff;
    text-decoration: none !important;
  }
  .table {
    width: 100%;
    border-top: 1px dotted #374149;
  }
  .table tr {
    width: 100%;
    border-bottom: 1px dotted #374149;
  }
  .table th {
    width: 100%;
    padding: 1rem 1rem 0 0.5rem;
    display: block;
  }
  .table td {
    width: 100%;
    padding: 0.5em 1rem 1rem 0.5rem;
    display: block;
  }
  .table iframe {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 1em 0;
  }
  .table ul li {
    margin-left: 1em;
  }
  .table .map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    margin-bottom: 1em;
  }
  .table .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.oshirase {
  margin: 1em auto 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0.4em 2.5em;
  border-radius: 2em;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .oshirase {
    font-size: 14px;
  }
}/*# sourceMappingURL=newlayout.css.map */