@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@400;700&display=swap");
body {
  font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: .8px;
  font-feature-settings: "palt" !important;
  -webkit-font-feature-settings: "palt" !important; }

p {
  margin-bottom: 1.2rem;
  line-height: 1.8; }
  p a {
    text-decoration: underline; }

.en {
  font-family: 'Roboto Condensed', sans-serif; }

/* IE表示用のCSS */
/*-------------------------------------------------
基本設定
--------------------------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover,
a img:hover {
  opacity: .8;
  text-decoration: none; }

a.textlink {
  color: #ff8900;
  text-decoration: underline; }

a.textlink:hover {
  text-decoration: none; }

hr {
  background-color: #173775;
  opacity: 0.5;
  display: block;
  border: 0;
  height: 1px; }

a[href^="tel:"] {
  cursor: default; }

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

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

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

.txt_s {
  font-size: 1.35rem; }

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.object-con-img {
  object-fit: contain; }

/*-------------------------------------------------
見出し
--------------------------------------------------*/
.titleBox {
  margin-bottom: 70px; }

h2.title {
  line-height: 1;
  display: block;
  color: #173775;
  letter-spacing: 2px; }
  h2.title span {
    display: block; }
    h2.title span.en {
      font-size: 5.2rem; }
      @media (max-width: 840px) {
        h2.title span.en {
          font-size: 4.8rem; } }
      @media (max-width: 600px) {
        h2.title span.en {
          font-size: 4.2rem; } }
    h2.title span.jp {
      font-size: 1.6rem;
      padding-top: 15px;
      font-weight: 500; }

h3 {
  line-height: 1.7; }

/*-----------------------------
レイアウト関係
-----------------------------*/
section {
  padding: 126px 0 110px;
  clear: both; }

main {
  width: 100%;
  display: block; }

.inner {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative; }
  @media (max-width: 1024px) {
    .inner {
      width: 90%; } }

.inner:after {
  clear: both;
  content: "";
  display: table; }

/*-----------------------------
ボタン
-----------------------------*/
.button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  height: 56px;
  cursor: pointer;
  text-decoration: none;
  margin: 60px auto 0;
  background: #173775; }

.button:hover {
  opacity: 1;
  background: #333; }

.button:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f105';
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all .25s ease .05s;
  transition: all .25s ease .05s;
  right: 14px;
  top: 50%;
  transform: translate(0, -50%); }

.button:hover:after {
  right: 18px; }

.button_text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  line-height: 1;
  z-index: 1;
  letter-spacing: 1px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.button_text:hover {
  color: #fff; }

/*--------------------------------------
head
---------------------------------------*/
.site-logo {
  position: absolute;
  left: 15px;
  top: 20px;
  line-height: 1.3;
  z-index: 100;
  font-size: 2.0rem;
  letter-spacing: 2px;
  color: #fff; }
  @media (max-width: 600px) {
    .site-logo {
      font-size: 1.8rem; } }

#subpage .site-logo {
  color: #333;
  font-size: 1.7rem; }

.btn_entry {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  background: #f20000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  color: #fff !important;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1; }
  @media (max-width: 600px) {
    .btn_entry {
      width: 76px;
      height: 76px;
      font-size: 1.6rem; } }

/*-------------------------------
footer
---------------------------------*/
footer {
  width: 100%;
  background: #2f3744;
  padding-top: 100px;
  padding-bottom: 30px; }

footer .inner {
  max-width: 1000px; }

.foot_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px; }
  @media (max-width: 600px) {
    .foot_wrap {
      display: block; } }

.foot_wrap div {
  width: 50%;
  color: #d8d8d8; }
  @media (max-width: 600px) {
    .foot_wrap div {
      width: 100%; } }

@media (max-width: 600px) {
  .foot_left {
    margin-bottom: 30px;
    text-align: center; } }

.foot_left .foot_logo {
  font-size: 2.4rem; }

.foot_left p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500; }

.foot_wrap .button {
  margin-top: 0;
  margin-right: 0;
  background: #fff; }
  @media (max-width: 600px) {
    .foot_wrap .button {
      margin-right: auto; } }

.foot_wrap .button:hover {
  opacity: 1;
  background: #fff; }

.foot_wrap .button:after {
  color: #173775; }

.foot_wrap .button .button_text {
  font-size: 1.45rem;
  color: #333; }

footer .copy {
  font-size: 12px;
  line-height: 1;
  color: #d8d8d8;
  margin-bottom: 0; }

footer .copy:before {
  content: '\0a9'; }

#totop a img {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  z-index: 2; }

/*# sourceMappingURL=common.css.map */