@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 !important; }
  .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 !important; } }

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

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

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

/* 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.5;
  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: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  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: 90px; }
  @media only screen and (max-width: 750px) {
    main {
      padding-top: 0; } }

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

.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: 20px 0;
  height: 108px;
  position: absolute;
  background-color: none;
  z-index: 1;
  /*メニューここから*/
  /*メニューが常常に出ている状態なので、ボタンを押したらメニューが出てくるように記述を追加・変更*/
  /*メニューここまで*/ }
  @media only screen and (max-width: 750px) {
    header {
      position: absolute;
      left: 20px;
      width: 180px; } }
  header .logo {
    /*opacity: 0;
  		visibility: hidden;
		z-index: 999;*/ }
    header .logo img {
      position: absolute;
      z-index: 0;
      width: 210px;
      margin-top: 4px;
      left: 110px; }
      @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: 65%;
          margin: 0 auto;
          position: none;
          left: 0; } }
  header .biz_page_link {
    position: fixed;
    top: 0;
    right: 420px; }
  header .line_contact {
    position: fixed;
    top: 0;
    right: 280px; }
  header .mail_contact {
    position: fixed;
    top: 0;
    right: 140px; }
  header .inst_contact {
    position: fixed;
    top: 0;
    right: 0; }
  header .biz_contact {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    padding: 24px;
    text-align: center;
    background: url("../images/common/mail_biz.svg") left no-repeat #60A0D6;
    background-position-x: 30px;
    background-size: 30px; }
    header .biz_contact p {
      color: white;
      font-size: 16px;
      font-weight: 500;
      padding-left: 20px; }
  header .menu_btn {
    position: fixed;
    top: 1px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 200; }
  header .menu_btn span,
  header .menu_btn span:before,
  header .menu_btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 26px;
    background-color: #000;
    position: absolute; }
  header .menu_btn span:before {
    bottom: 8px; }
  header .menu_btn span:after {
    top: 8px; }
  header #menu_btn_check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/ }
  header #menu_btn_check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg); }
  header #menu_btn_check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg); }
  header #menu_btn_check {
    display: none; }
  header .menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #fff;
    overflow-y: scroll; }
    header .menu_content ul {
      text-align: center;
      padding-top: 80px; }
      @media only screen and (max-width: 750px) {
        header .menu_content ul {
          padding-top: 80px; } }
    header .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 30px 0px;
      position: relative;
      line-height: 1.2; }
      @media only screen and (max-width: 750px) {
        header .menu_content ul li a {
          font-size: 18px; } }
      header .menu_content ul li a span {
        font-size: 12px;
        font-weight: 400;
        display: block;
        margin-top: 5px; }
  header .menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;
    /*アニメーション設定*/ }
  header #menu_btn_check:checked ~ .menu_content {
    left: 0;
    /*メニューを画面内へ*/ }

/*----------------------------------------------------------------------------------
		 								contact
------------------------------------------------------------------------------------*/
#contact_area {
  width: 100%;
  margin: 80px auto 0;
  background: url("../images/common/contact_bg.jpg") no-repeat;
  background-size: cover;
  height: 600px;
  position: relative; }
  @media only screen and (max-width: 750px) {
    #contact_area {
      background: url("../images/common/contact_bg_sp.jpg");
      background-size: cover;
      height: auto; } }
  #contact_area .contact_Inner {
    width: 780px;
    margin: 0 auto;
    position: absolute;
    top: 150px;
    left: 12%; }
    @media only screen and (max-width: 750px) {
      #contact_area .contact_Inner {
        width: 90%;
        position: unset;
        padding: 60px 20px; } }
    #contact_area .contact_Inner h3 {
      font-size: 45px;
      font-weight: bold;
      color: #f86969;
      text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; }
      @media only screen and (max-width: 750px) {
        #contact_area .contact_Inner h3 {
          font-size: 30px;
          text-align: center; } }
    #contact_area .contact_Inner p {
      font-size: 18px;
      margin: 20px 0; }
    #contact_area .contact_Inner .contact_box {
      width: 100%;
      margin: 70px auto 0px; }
      #contact_area .contact_Inner .contact_box ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media only screen and (max-width: 750px) {
          #contact_area .contact_Inner .contact_box ul {
            display: block; } }
        #contact_area .contact_Inner .contact_box ul li {
          width: 240px;
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5); }
          @media only screen and (max-width: 750px) {
            #contact_area .contact_Inner .contact_box ul li {
              margin: 10px auto 45px;
              width: 210px; } }
          #contact_area .contact_Inner .contact_box ul li img {
            width: 100%; }

/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
footer {
  width: 100%;
  padding: 50px 0;
  margin-top: 180px; }
  @media only screen and (max-width: 750px) {
    footer {
      margin: 80px 0 50px; } }
  footer .footer_Inner {
    width: 100%;
    background-color: #718794;
    margin: 0 auto;
    padding: 50px 0 70px; }
    @media only screen and (max-width: 750px) {
      footer .footer_Inner {
        padding: 50px 0;
        width: 100%; } }
    footer .footer_Inner .sub_title {
      font-size: 30px;
      text-align: center;
      margin: 0;
      font-family: "yellowtail", sans-serif;
      color: white; }
      @media only screen and (max-width: 750px) {
        footer .footer_Inner .sub_title {
          font-size: 18px; } }
    footer .footer_Inner h3 {
      font-size: 40px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 80px;
      color: white; }
      @media only screen and (max-width: 750px) {
        footer .footer_Inner h3 {
          font-size: 26px;
          margin-bottom: 50px; } }
    footer .footer_Inner ul {
      width: 950px;
      margin: 40px auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media only screen and (max-width: 750px) {
        footer .footer_Inner ul {
          width: 90%;
          display: block; } }
      footer .footer_Inner ul li.tel {
        color: white;
        width: 350px;
        padding: 20px 30px;
        border: 1px solid white;
        margin-bottom: 6px; }
        @media only screen and (max-width: 750px) {
          footer .footer_Inner ul li.tel {
            width: 100%;
            margin-bottom: 40px;
            padding: 20px 0; } }
      footer .footer_Inner ul li.mail {
        color: white;
        width: 350px;
        padding: 36px 30px;
        border: 1px solid white;
        margin-bottom: 6px; }
        @media only screen and (max-width: 750px) {
          footer .footer_Inner ul li.mail {
            width: 100%;
            padding: 35px 0; } }
      footer .footer_Inner ul h4 {
        font-size: 32px;
        margin-bottom: 10px;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          footer .footer_Inner ul h4 {
            font-size: 26px; } }
      footer .footer_Inner ul p {
        font-size: 18px;
        text-align: center; }
    footer .footer_Inner .address {
      border-top: 1px solid white;
      color: white;
      width: 950px;
      margin: 30px auto;
      padding-top: 30px; }
      @media only screen and (max-width: 750px) {
        footer .footer_Inner .address {
          width: 100%;
          padding-top: 60px;
          text-align: center; } }
      footer .footer_Inner .address p {
        font-size: 18px; }
  footer .footer_logo {
    width: 300px;
    margin: 60px auto; }
    @media only screen and (max-width: 750px) {
      footer .footer_logo {
        width: 200px; } }
    footer .footer_logo .com_btn {
      width: 150px;
      margin: 30px auto 50px;
      background-color: #4A94CB;
      padding: 7px 10px;
      text-align: center; }
      footer .footer_logo .com_btn a {
        color: white; }
  footer .copy {
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
    font-family: "Nunito Sans", sans-serif; }
    @media only screen and (max-width: 750px) {
      footer .copy {
        font-size: 12px; } }

/* デフォルトは非表示にしておく */
.fixed-footer {
  display: none; }

/* スマホサイズ（例: 767px以下）のときだけ表示 */
@media screen and (max-width: 767px) {
  .fixed-footer {
    display: block; } }

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 14px; }
  .fixed-footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .fixed-footer ul li {
      padding: 12px 0; }
    .fixed-footer ul li.ft_line {
      background-color: #4CC764; }
    .fixed-footer ul li.ft_web {
      background-color: #60A0D6; }
    .fixed-footer ul li.ft_inst {
      background-color: #E05CB6; }

.fixed-footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: 33%; }

.fixed-footer span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px; }
