@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サイト全体共通css
=================================================================== */
/*----------------------------------------------------------------------------------
		 								body、リンク色etc
------------------------------------------------------------------------------------*/
/* pc sp */
@media only screen and (max-width: 1300px) {
  .navpc {
    display: none !important; } }

@media only screen and (min-width: 980px) and (min-width: 1301px) {
  .pc {
    display: block; }
  .sp {
    display: none !important; } }

@media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
  .pc {
    display: none !important; }
  .sp {
    display: block; } }

@media only screen and (max-width: 979px) {
  .pc {
    display: none !important; }
  .sp {
    display: block; } }

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important; }
  .sp {
    display: block; } }

@media only screen and (max-width: 395px) {
  .pc {
    display: none !important; }
  .sp {
    display: block; } }

/* pc sp txt*/
.pcTxt {
  display: block; }

@media only screen and (max-width: 750px) {
  .pcTxt {
    display: inline; }
  .spTxt {
    display: block; } }

/* style */
.fw-b {
  font-weight: 500; }

.ta-c {
  text-align: center !important; }

/* 基本リンク色 */
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  transition: all 0.5s ease; }

a:hover {
  opacity: 0.65;
  transition: all 0.5s ease;
  cursor: pointer; }
  @media only screen and (max-width: 750px) {
    a:hover {
      opacity: 1.0; } }

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }
  @media only screen and (max-width: 750px) {
    a.anchor {
      padding-top: 5px;
      margin-top: -5px; } }

body {
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 13px;
  letter-spacing: 0.05em;
  overflow: hidden;
  webkit-font-smoothing: antialiased;
  background-color: white; }
  body h2 {
    font-weight: 900;
    border: none; }
  body div {
    box-sizing: border-box; }

@media only screen and (min-width: 980px) and (min-width: 1301px) {
  a[href^="tel:"] {
    pointer-events: none; } }

#pagetop {
  position: fixed;
  z-index: 2;
  right: 3%;
  bottom: 50px;
  width: 40px; }
  @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
    #pagetop {
      right: 3%; } }
  @media only screen and (max-width: 750px) {
    #pagetop {
      right: 3%; } }
  #pagetop img {
    width: 100%; }

img {
  pointer-events: none; }

a img {
  pointer-events: auto; }

main {
  padding-top: 100px; }
  @media only screen and (max-width: 750px) {
    main {
      padding-top: 60px; } }

p {
  line-height: 1.8em; }

.ruby {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px; }
  @media only screen and (max-width: 979px) {
    .ruby {
      font-size: 16px; } }
  @media only screen and (max-width: 750px) {
    .ruby {
      font-size: 16px; } }

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

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

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

.clearfix {
  display: block; }

/*--- side contact btn ---*/
#side_contact {
  display: flex;
  position: fixed;
  top: 25%;
  right: 0;
  justify-content: end;
  writing-mode: vertical-rl;
  width: 60px;
  height: 180px;
  border-radius: 15px 0px 0 15px;
  background: url("../images/common/mail.svg") top center no-repeat #F4BC1B;
  padding: 20px 0;
  background-size: 25px;
  background-position-y: 15px;
  align-items: center; }
  #side_contact p {
    font-size: 18px;
    color: white;
    letter-spacing: 0.1rem; }

/*--- reCAPTCHA非表示 ---*/
.grecaptcha-badge {
  visibility: hidden; }

/*----------------------------------------------------------------------------------
		 								inview
------------------------------------------------------------------------------------*/
/*====== fadein right ======*/
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s; }

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1; }

/*====== fadein left ====== */
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s; }

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1; }

/*====== fadein left 5s ====== */
.fadeIn_left_5s {
  opacity: 0;
  transform: translate(-200%, 0);
  transition: 5s; }

.fadeIn_left_5s.is-show {
  transform: translate(0, 0);
  opacity: 1; }

/*====== fadein ====== */
.fadeIn {
  opacity: 0;
  transition: 2s; }

.fadeIn.is-show {
  opacity: 1; }

/*----------------------------------------------------------------------------------
		 								header
------------------------------------------------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100px;
  position: fixed;
  background-color: white;
  z-index: 1;
  /*このクラスが付与されると表示する*/ }
  @media only screen and (max-width: 750px) {
    header {
      height: 55px;
      position: absolute;
      border-top: none;
      padding: 10px 0; } }
  header .logo {
    /*opacity: 0;
  		visibility: hidden;
		z-index: 999;*/ }
    header .logo img {
      position: absolute;
      z-index: 0;
      width: 450px;
      top: 27px;
      left: 5%; }
      @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
        header .logo img {
          width: 55%;
          left: 4%; } }
      @media only screen and (max-width: 750px) {
        header .logo img {
          width: 65%;
          margin-top: 3px;
          left: 4%;
          z-index: 0;
          position: absolute; } }
  header .active {
    opacity: 1;
    visibility: visible;
    z-index: 1000; }
  header .global_nav {
    position: fixed;
    right: 5%;
    top: 60px; }
    @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
      header .global_nav {
        width: 60%; } }
    header .global_nav ul.nav_bottom {
      display: flex;
      justify-content: right;
      clear: both; }
      header .global_nav ul.nav_bottom li {
        padding: 0 15px;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        position: relative;
        border-left: 2px solid #333333; }
        @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
          header .global_nav ul.nav_bottom li {
            font-size: 16px; } }
        @media only screen and (max-width: 750px) {
          header .global_nav ul.nav_bottom li {
            width: auto; } }
        header .global_nav ul.nav_bottom li a {
          color: #333333; }
      header .global_nav ul.nav_bottom li:first-child {
        border: none; }
  header .contact_nav {
    position: fixed;
    right: 0;
    top: 0; }
    header .contact_nav ul {
      display: flex;
      justify-content: left; }
      header .contact_nav ul li {
        height: 110px;
        padding: 0 40px;
        background-color: #E7951C; }
        header .contact_nav ul li img {
          width: 50px;
          position: relative;
          top: 30px; }

/*メニューここから*/
.menu_btn {
  position: fixed;
  top: 8px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 200; }

.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 26px;
  background-color: #000;
  position: absolute; }

.menu_btn span:before {
  bottom: 8px; }

.menu_btn span:after {
  top: 8px; }

#menu_btn_check:checked ~ .menu_btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/ }

#menu_btn_check:checked ~ .menu_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: white; }

#menu_btn_check:checked ~ .menu_btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: white; }

#menu_btn_check {
  display: none; }

.menu_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: white;
  overflow-y: scroll; }
  .menu_content ul {
    text-align: center;
    padding-top: 80px; }
    @media only screen and (max-width: 750px) {
      .menu_content ul {
        padding-top: 80px;
        text-align: left; } }
    .menu_content ul .drop {
      padding: 10px 30px; }
  .menu_content ul li a {
    display: block;
    width: 100%;
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    padding: 0px 0px 0px 30px;
    position: relative;
    line-height: 1.2; }
    @media only screen and (max-width: 750px) {
      .menu_content ul li a {
        font-size: 16px;
        color: #323232;
        margin-bottom: 25px; } }
    .menu_content ul li a span {
      font-size: 12px;
      font-weight: 400;
      display: block;
      margin-top: 5px; }

/*メニューが常常に出ている状態なので、ボタンを押したらメニューが出てくるように記述を追加・変更*/
.menu_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: white;
  transition: all 0.5s;
  /*アニメーション設定*/ }

#menu_btn_check:checked ~ .menu_content {
  left: 0;
  /*メニューを画面内へ*/ }

/*メニューここまで*/
/*----------------------------------------------------------------------------------
		 								contact
------------------------------------------------------------------------------------*/
#contact_Area {
  width: 100%;
  background-color: #00489E;
  color: white;
  padding: 120px 0; }
  @media only screen and (max-width: 750px) {
    #contact_Area {
      padding: 80px 0;
      background-color: #00489E; } }
  #contact_Area img {
    width: 100%; }
  #contact_Area .contact_Inner {
    width: 700px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
      #contact_Area .contact_Inner {
        width: 100%; } }
    @media only screen and (max-width: 750px) {
      #contact_Area .contact_Inner {
        width: 90%;
        margin: 0 auto;
        display: block; } }
    #contact_Area .contact_Inner .left_box {
      width: 300px;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        #contact_Area .contact_Inner .left_box {
          width: 100%;
          margin: 0 auto; } }
      #contact_Area .contact_Inner .left_box .tlt {
        font-size: 48px;
        font-weight: 600; }
        @media only screen and (max-width: 750px) {
          #contact_Area .contact_Inner .left_box .tlt {
            font-size: 36px; } }
      #contact_Area .contact_Inner .left_box .ruby {
        font-size: 16px; }
    #contact_Area .contact_Inner .right_box {
      width: 360px; }
      @media only screen and (max-width: 750px) {
        #contact_Area .contact_Inner .right_box {
          width: 100%;
          margin: 0 auto;
          text-align: center; } }
      #contact_Area .contact_Inner .right_box .tel {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0.2rem; }
        @media only screen and (max-width: 750px) {
          #contact_Area .contact_Inner .right_box .tel {
            font-size: 24px; } }
      #contact_Area .contact_Inner .right_box .fax {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0.2rem; }
        @media only screen and (max-width: 750px) {
          #contact_Area .contact_Inner .right_box .fax {
            font-size: 24px; } }
      #contact_Area .contact_Inner .right_box .reception {
        font-size: 16px;
        margin-top: 15px; }

/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  background-color: white;
  color: #323232;
  margin: 0 auto;
  padding: 90px 0 10px;
  border-top: 1px solid #323232; }
  footer .footer_Inner {
    width: 70%;
    margin: 0 auto; }
    @media only screen and (max-width: 750px) {
      footer .footer_Inner {
        width: 90%; } }
    footer .footer_Inner .ft_logo {
      width: 400px; }
      @media only screen and (max-width: 750px) {
        footer .footer_Inner .ft_logo {
          width: 80%; } }
    footer .footer_Inner .adr {
      margin-top: 20px;
      font-size: 18px; }
      @media only screen and (max-width: 750px) {
        footer .footer_Inner .adr {
          font-size: 16px; } }
  footer .copy {
    text-align: right;
    font-size: 14px;
    margin-top: 80px; }
    @media only screen and (max-width: 750px) {
      footer .copy {
        font-size: 12px;
        text-align: center; } }
