@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; } }

body {
  box-sizing: border-box;
  color: #000;
  font-family: "ヒラギノ角ゴ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  overflow: hidden;
  webkit-font-smoothing: antialiased; }
  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: 140px; }
  @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; }

/*----------------------------------------------------------------------------------
		 								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: fixed;
      border-top: none;
      padding: 5px 0 0; } }
  header .logo {
    /*opacity: 0;
  		visibility: hidden;
		z-index: 999;*/ }
    header .logo img {
      position: absolute;
      z-index: 0;
      width: 320px;
      margin-top: 5px;
      left: 5%; }
      @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
        header .logo img {
          width: 20%;
          left: 4%; } }
      @media only screen and (max-width: 750px) {
        header .logo img {
          width: 40%;
          margin-top: 10px;
          left: 3%;
          z-index: 0;
          position: absolute; } }
  header .active {
    opacity: 1;
    visibility: visible;
    z-index: 1000; }
  header .global_nav {
    position: fixed;
    right: 190px;
    margin-top: 35px;
    /* 親リスト項目にホバーしたときに表示 */ }
    @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 {
      display: flex;
      justify-content: right; }
      header .global_nav ul.nav li {
        margin: 0 13px;
        font-size: 16px;
        text-align: center;
        position: relative;
        /* ドロップダウン内の項目 */ }
        @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
          header .global_nav ul.nav li {
            font-size: 16px; } }
        @media only screen and (max-width: 750px) {
          header .global_nav ul.nav li {
            width: auto; } }
        header .global_nav ul.nav li a {
          color: #333333;
          text-decoration: none;
          position: relative;
          display: inline-block;
          padding-bottom: 5px; }
          header .global_nav ul.nav li a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 2px;
            background-color: #EF8C34;
            transition: all 0.3s ease;
            transform: translateX(-50%); }
          header .global_nav ul.nav li a:hover::after {
            width: 100%; }
        header .global_nav ul.nav li .drop {
          display: none;
          /* 初期状態で非表示 */
          position: absolute;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          padding: 10px 0;
          min-width: 200px;
          z-index: 100;
          background-color: #EF8C34; }
        header .global_nav ul.nav li .drop li {
          list-style: none;
          padding: 10px 20px;
          white-space: nowrap;
          cursor: pointer;
          font-size: 16px;
          color: white; }
          header .global_nav ul.nav li .drop li a {
            color: white; }
        header .global_nav ul.nav li .drop li:hover {
          text-decoration: underline; }
    header .global_nav .nav_bottom > li:hover .drop {
      display: block; }
  header .contact_nav {
    position: fixed;
    right: 0;
    top: 0; }
    @media only screen and (max-width: 750px) {
      header .contact_nav {
        right: 0;
        top: 0; } }
    header .contact_nav .link_btn {
      width: 180px;
      background-color: #EF8C34;
      text-align: center;
      padding: 35px 0; }
      @media only screen and (max-width: 750px) {
        header .contact_nav .link_btn {
          width: 100px;
          padding: 20px 0; } }
      header .contact_nav .link_btn p {
        font-size: 16px;
        color: white;
        font-weight: bold; }
        @media only screen and (max-width: 750px) {
          header .contact_nav .link_btn p {
            font-size: 12px; } }

.hambrger_bg {
  background-color: #FBE6D4;
  width: 103px;
  position: absolute;
  top: 0;
  right: 100px;
  padding: 20px 4px; }
  .hambrger_bg .menu_txt {
    font-size: 12px;
    font-weight: bold;
    text-align: right; }

/*メニューここから*/
.menu_btn {
  position: fixed;
  top: 1px;
  right: 145px;
  display: flex;
  height: 60px;
  width: 65px;
  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: #EF8C34;
  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;
  top: 1px;
  right: -130px; }

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

#menu_btn_check {
  display: none; }

.menu_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #000;
  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: white;
        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: #323232;
  transition: all 0.5s;
  /*アニメーション設定*/ }

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

/*メニューここまで*/
/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  background-color: #EF8C34;
  color: white;
  margin: 0 auto;
  padding: 80px 0 10px; }
  @media only screen and (max-width: 750px) {
    footer {
      padding: 40px 0 10px; } }
  footer .footer_Inner {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 750px) {
      footer .footer_Inner {
        display: block;
        width: 85%; } }
    footer .footer_Inner .footer_logo {
      width: 400px; }
      @media only screen and (max-width: 750px) {
        footer .footer_Inner .footer_logo {
          width: 80%;
          margin-bottom: 40px; } }
    footer .footer_Inner .footer_navi {
      display: block; }
      footer .footer_Inner .footer_navi .footer_navi01 {
        width: 300px; }
        @media only screen and (max-width: 750px) {
          footer .footer_Inner .footer_navi .footer_navi01 {
            width: 100%; } }
        footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first {
          margin-bottom: 20px; }
          @media only screen and (max-width: 750px) {
            footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first {
              display: block; } }
          footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li {
            margin-right: 25px;
            font-size: 16px;
            text-align: left;
            margin-bottom: 15px;
            position: relative; }
            @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
              footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li {
                font-size: 14px; } }
            @media only screen and (max-width: 750px) {
              footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li {
                width: auto;
                font-size: 14px;
                text-align: left;
                margin-bottom: 20px; } }
            footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li a {
              color: white; }
            footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li .btn_arrow::after {
              position: absolute;
              top: 50%;
              margin-left: 25px;
              width: 0.5em;
              height: 0.5em;
              transform: translateY(-50%) rotate(45deg);
              border-right: 2px solid white;
              border-top: 2px solid white;
              content: ""; }
              @media only screen and (max-width: 750px) {
                footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li .btn_arrow::after {
                  margin-left: 15px; } }
            footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li .btn_arrow {
              /* 既存のコードに追記：影の初期状態 */
              box-shadow: 0 0 0 transparent; }
            footer .footer_Inner .footer_navi .footer_navi01 ul.nav_first li .btn_arrow:hover {
              transform: translateY(-3px);
              /* 上に3px浮かす */
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
              /* 影をつける */ }
      footer .footer_Inner .footer_navi .footer_navi02 {
        width: 350px; }
        @media only screen and (max-width: 750px) {
          footer .footer_Inner .footer_navi .footer_navi02 {
            width: 100%; } }
        footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second {
          margin-bottom: 20px; }
          @media only screen and (max-width: 750px) {
            footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second {
              display: block; } }
          footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li {
            margin-right: 25px;
            font-size: 16px;
            text-align: left;
            margin-bottom: 15px;
            position: relative; }
            @media only screen and (min-width: 751px) and (max-width: 1100px) and (max-width: 1300px) {
              footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li {
                font-size: 14px; } }
            @media only screen and (max-width: 750px) {
              footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li {
                width: auto;
                font-size: 14px;
                text-align: left;
                margin-bottom: 20px; } }
            footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li a {
              color: white; }
            footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li .btn_arrow::after {
              position: absolute;
              top: 50%;
              margin-left: 25px;
              width: 0.5em;
              height: 0.5em;
              transform: translateY(-50%) rotate(45deg);
              border-right: 2px solid white;
              border-top: 2px solid white;
              content: ""; }
              @media only screen and (max-width: 750px) {
                footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li .btn_arrow::after {
                  margin-left: 15px; } }
            footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li .btn_arrow {
              /* 既存のコードに追記：影の初期状態 */
              box-shadow: 0 0 0 transparent; }
            footer .footer_Inner .footer_navi .footer_navi02 ul.nav_second li .btn_arrow:hover {
              transform: translateY(-3px);
              /* 上に3px浮かす */
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
              /* 影をつける */ }
  footer .copy {
    text-align: center;
    font-size: 14px;
    margin-top: 80px; }
    @media only screen and (max-width: 750px) {
      footer .copy {
        font-size: 12px; } }
