@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Oswald:wght@300&display=swap");
html,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html,
body {
  color: #444;
  font-size: 62.5%;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  letter-spacing: 0.06rem;
  box-sizing: border-box;
  word-wrap: break-word;
  height: 100%; /* アドレスバーの件で書いてみる */
}

.win html,
.win body {
  font-weight: 500;
  letter-spacing: normal;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

/* リンクテキスト */
a,
a:visited {
  color: #555;
  text-decoration: none;
}
a img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}

a, input, textarea {
  outline: none;
}

/*画像*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::-moz-selection {
  background: #f5f5f5;
}

::selection {
  background: #f5f5f5;
}

::-moz-selection {
  background: #f5f5f5;
}

.serif-f {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.serif-f-B {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 600;
}

.Garamond {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02rem;
}

.gothic-f {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*グレーボーダーライン色*/
.line-col-glay {
  border-color: #e7e7e7 !important;
}

.win .line-col-glay {
  border-color: #d7d7d7 !important;
}

.line-col-glay-more {
  border-color: #d3d3d3 !important;
}

.win .line-col-glay-more {
  border-color: #ccc !important;
}

.sp {
display: none;
}

/*header*/
header {
padding: 1.5rem 1.5rem;
}
header .logo {
width: 26rem;
}

/*key*/
.key {
height: 50rem;
}
.key img {
width: 100%;
height: 100%;
object-fit: cover;
}

#content {
padding: 10rem 1.5rem;
}

.leadTxt {
text-align: center;
font-size: 1.5rem;
}

.contactArea {
padding: 3rem 0;
}
.contactArea * {
display: block;
text-align: center;
}

.contactArea img {
margin: 0 auto;
width: 40rem;
}

.contactArea p {
font-size: 1.5rem;
}

/*タイトル直後のテキスト*/
.title-after-txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .title-after-txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 640px) {
.sp {
display: block;
}
header .logo {
width: 18rem;
margin: 0 auto;
}
.key {
height: 20rem;
}
#content {
padding: 4rem 1.5rem;
}
  .title-after-txt {
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.title-after-txt span {
  font-size: 1.3rem;
  line-height: 2;
  color: #777;
}
@media screen and (max-width: 640px) {
  .title-after-txt span {
    font-size: 1.1rem;
    line-height: 2;
  }
}

.txtLink-bb {
  text-decoration: underline;
}

/*android hack*/
.android .serif-f {
  font-family: "Noto Serif JP", serif;
}
.android .serif-f-B {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}
.win .l-header {
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .l-header {
    position: relative;
    background-color: #fff;
  }
}


.o-c__title-sec {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .o-c__title-sec {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 640px) {
  .o-c__title-sec {
    margin-bottom: 30px;
  }
}


.o-c__title-sec__en {
  font-size: 4rem;
  line-height: 5rem;
  color: #092c5f;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .o-c__title-sec__en {
    font-size: 3.6rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1100px) and (max-width: 640px) {
  .o-c__title-sec__en {
    margin-bottom: 5px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}
.o-c__title-link {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .o-c__title-link {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 640px) {
  .o-c__title-link {
    margin-bottom: 30px;
  }
}
.o-c__title-link__en {
  font-size: 3.6rem;
  line-height: 1;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .o-c__title-link__en {
    font-size: 3.2rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1100px) and (max-width: 640px) {
  .o-c__title-link__en {
    margin-bottom: 20px;
    font-size: 2.6rem;
    line-height: 1;
  }
}


.o-c__title-link__en::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #9c2223;
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .o-c__title-link__en::after {
    bottom: -10px;
    height: 2px;
    width: 30px;
  }
}

section,
.section-out-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  section,
  .section-out-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  section,
  .section-out-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section:first-of-type {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  section:first-of-type {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  section:first-of-type {
    padding-top: 30px;
  }
}

.p-aboutus__outline table {
  width: 100%;
  max-width: 800px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .p-aboutus__outline table {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.p-aboutus__outline table tr {
  border-bottom: 1px solid;
}
.p-aboutus__outline table tr:first-child {
  border-top: 1px solid;
}
.p-aboutus__outline table tr th {
  color: #092c5f;
  padding: 15px 0;
  width: 150px;
}
@media screen and (max-width: 640px) {
  .p-aboutus__outline table tr th {
    width: 120px;
    padding: 10px 0;
    font-weight: bold;
  }
}
.p-aboutus__outline table tr td {
  color: #000;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .p-aboutus__outline table tr td {
    padding: 10px 0;
  }
}
.p-aboutus__outline table tr td ul {
  margin-left: 20px;
}
.p-aboutus__outline table tr td ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.p-aboutus__outline table tr td ul li:last-child {
  margin-bottom: 0;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}
.l-footer__copy {
  text-align: center;
  font-size: 1.2rem;
  line-height: 30px;
  background-color: #a7b4c8;
  letter-spacing: 0;
  color: #092c5f;
}
