@charset "UTF-8";
/*
Theme Name: ソルブ様テーマ
Author: Shuji Takartsuka
Description: original theme
Version： 1.0.0
*/
/* CSS Document */
/*色*/
/*フォント*/
/*三角形*/
/*汎用クラス*/
.pc {
  display: block !important; }

.sp {
  display: none !important; }

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

a {
  transition: 0.5s; }

a.more {
  background: #0d3f68;
  color: #ffffff;
  width: 310px;
  line-height: 60px;
  text-align: center;
  display: block;
  margin: 50px auto 0;
  font-size: 2.4rem;
  font-weight: 400; }
  a.more:hover {
    color: #0d3f68;
    background: #c9dae7; }

/*共通*/
html {
  font-size: 10px;
  overflow-x: hidden; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  background: #fff;
  letter-spacing: 0.02em;
  line-height: 1.8;
  overflow-x: hidden; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* これで16:9に固定 */
  overflow: hidden; }

.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* これではみ出し分を中央カット */ }

img {
  max-width: 100%;
  vertical-align: middle; }

strong {
  font-weight: 700;
  color: #0d3f68; }

/*フェードアップ*/
.fade {
  opacity: 0.3;
  transform: translate(0, 10%);
  transition: 1.5s; }

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

/*ヘッダ*/
header {
  height: 70px;
  background: #0d3f68;
  z-index: 20;
  width: 100%; }
  header.fixed {
    position: fixed; }
  header .hed_cont {
    width: 100%;
    margin: auto;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .hed_cont .logo {
      padding: 0 15px;
      line-height: 70px; }
      header .hed_cont .logo img {
        width: 250px;
        z-index: 100;
        display: block; }
  header .hamburger {
    display: none; }
  header nav {
    width: 100%; }
    header nav ul {
      display: flex;
      justify-content: flex-end; }
      header nav ul li a {
        display: block;
        line-height: 70px;
        font-size: 1.6rem;
        margin-left: 1.5em;
        color: #fff; }
        header nav ul li a:hover {
          opacity: 0.7; }
  header a.mail_bn {
    display: block;
    background: #10a300;
    font-size: 1.8rem;
    padding: 0 20px;
    color: #fff; }
    header a.mail_bn img {
      width: 30px;
      margin-right: 10px; }
    header a.mail_bn:hover {
      background: #ffad14;
      opacity: 1; }

#contact {
  background: url("../image/bg_contact.png");
  background-size: cover;
  padding: 80px; }
  #contact .wrap-contact {
    width: 950px;
    max-width: 100%;
    background: #ffffff;
    padding: 40px 130px;
    margin: auto; }
    #contact .wrap-contact h2 {
      font-weight: 500;
      font-size: 6.5rem;
      text-align: center;
      color: #0d3f68;
      line-height: 1em; }
    #contact .wrap-contact .sub-title {
      font-weight: 500;
      font-size: 2.4rem;
      text-align: center;
      color: #0d3f68;
      margin-bottom: 50px; }
    #contact .wrap-contact .mail_bn {
      display: block;
      background: #10a300;
      font-size: 2.6rem;
      padding: 10px;
      color: #fff;
      width: 360px;
      text-align: center;
      margin: auto;
      margin-top: 30px; }
      #contact .wrap-contact .mail_bn img {
        width: 46px;
        margin-right: 10px; }

footer {
  background: #0d3f68;
  padding: 60px 15px 10px;
  color: #ffff; }
  footer .foot-box {
    width: 100%;
    margin: auto;
    max-width: 1580px; }
    footer .foot-box .wrap-foot-logo {
      display: flex; }
      footer .foot-box .wrap-foot-logo .logo {
        margin-right: 60px; }
        footer .foot-box .wrap-foot-logo .logo img {
          width: 300px; }
  footer nav ul {
    display: flex;
    margin-bottom: 35px;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 90px; }
    footer nav ul li a {
      color: #fff;
      display: block;
      font-size: 1.4rem;
      margin-right: 1.5em;
      font-weight: 500; }
  footer small {
    font-size: 1.4rem;
    text-align: center;
    display: block; }

#fixedTop {
  right: 10px;
  bottom: -200px;
  text-align: center;
  position: fixed;
  z-index: 40;
  -webkit-transform: translateZ(0);
  vertical-align: middle; }
  #fixedTop img {
    width: 50px;
    height: 50px;
    background: #0d3f68;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    padding: 17px 5px;
    border: solid 3px #ffffff; }

@media (max-width: 1400px) {
  header .hed_cont .logo {
    padding: 0 10px; }
    header .hed_cont .logo img {
      width: 230px; }
  header .hamburger {
    display: none; }
  header nav {
    width: 100%; }
    header nav ul li a {
      margin-left: 1em; }

  a.mail_bn {
    font-size: 1.6rem;
    padding: 0 15px;
    color: #fff; } }
@media (max-width: 1260px) {
  header {
    height: auto; }
    header a.mail_bn {
      display: block;
      padding: 0 10px;
      font-size: 1.5rem;
      margin-right: 42px;
      height: 42px;
      line-height: 42px; }
      header a.mail_bn img {
        width: 20px;
        margin-right: 10px; }
    header .hed_cont {
      /* ナビ開いてる時のボタン */ }
      header .hed_cont .logo {
        padding: 10px;
        width: 150px;
        height: 42px;
        line-height: 42; }
      header .hed_cont .hamburger {
        display: block;
        position: absolute;
        z-index: 13;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        background: #ffffff; }
        header .hed_cont .hamburger span {
          display: block;
          position: absolute;
          width: 22px;
          height: 2px;
          left: 10px;
          background: #0d3f68;
          -webkit-transition: 0.5s ease-in-out;
          -moz-transition: 0.5s ease-in-out;
          transition: 0.5s ease-in-out; }
          header .hed_cont .hamburger span:nth-child(1) {
            top: 10px; }
          header .hed_cont .hamburger span:nth-child(2) {
            top: 20px; }
          header .hed_cont .hamburger span:nth-child(3) {
            top: 30px; }
      header .hed_cont .hamburger.active span:nth-child(1) {
        top: 20px;
        left: 10px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg); }
      header .hed_cont .hamburger.active span:nth-child(2),
      header .hed_cont .hamburger.active span:nth-child(3) {
        top: 20px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg); }
    header nav {
      max-width: 100%;
      position: fixed;
      z-index: 12;
      top: 0;
      left: 0;
      color: #000;
      text-align: center;
      transform: translateX(100%);
      transition: all 0.6s;
      width: 100% !important;
      margin: 0 !important;
      padding: 0; }
      header nav ul {
        background: #0d3f68;
        opacity: 0.9;
        margin: 0 auto;
        padding: 40px;
        width: 100%;
        display: block !important; }
        header nav ul li {
          list-style-type: none;
          padding: 0;
          width: 100%;
          margin-right: 0;
          text-align: left;
          border-bottom: solid 1px #fff; }
          header nav ul li a {
            padding: 0 10px;
            margin-left: 0;
            line-height: 60px;
            background: url("../image/nav_arrow.png");
            background-position: right 10px bottom 43%;
            background-repeat: no-repeat; }
            header nav ul li a.mail_bn {
              padding: 0 10px;
              margin-right: 0;
              height: auto; }
      header nav.active {
        transform: translateX(0%); } }
@media (max-width: 968px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  a.more {
    width: 150px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 20px auto 0;
    font-size: 1.4rem; }

  footer {
    background: #0d3f68;
    padding: 40px 10px 10px; }
    footer .foot-box .wrap-foot-logo {
      display: block; }
      footer .foot-box .wrap-foot-logo .logo {
        margin-right: 0; }
        footer .foot-box .wrap-foot-logo .logo img {
          width: 250px; }
      footer .foot-box .wrap-foot-logo p.adress {
        margin-top: 1em; }
    footer .foot-box nav ul {
      margin-bottom: 25px; }
      footer .foot-box nav ul li a {
        padding: 0 0 10px 0;
        font-size: 1.4rem;
        margin-right: 1.4em; }
    footer .foot-box small {
      font-size: 1.2rem; }
    footer #fixedTop img {
      width: 30px; }

  #contact {
    padding: 50px 20px; }
    #contact .wrap-contact {
      padding: 30px 20px; }
      #contact .wrap-contact h2 {
        font-size: 3rem; }
      #contact .wrap-contact .sub-title {
        font-size: 1.6rem;
        margin-bottom: 20px; }
      #contact .wrap-contact .mail_bn {
        width: 100%; } }
