@charset "UTF-8";
html {
  scroll-behavior: smooth; }

#global-header {
  width: 100%; }
  #global-header .inner {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #global-header .inner .logo {
      width: 6%;
      margin: 1.5% 3% 0 3%;
      z-index: 1; }
      #global-header .inner .logo a img {
        width: 100%;
        margin: 0 auto;
        display: block;
        height: auto;
        vertical-align: bottom; }
    #global-header .inner #global-navi {
      width: 30%;
      margin: 0 3% 0 auto; }
      #global-header .inner #global-navi ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        width: 100%; }
        #global-header .inner #global-navi ul li {
          position: relative;
          z-index: 1; }
          #global-header .inner #global-navi ul li:hover ul {
            display: block;
            overflow: visible;
            top: 70px;
            color: #fff;
            width: 100%; }
          #global-header .inner #global-navi ul li a {
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            font-size: 1.55em;
            padding: 24px 0;
            width: 100%;
            display: inline-block;
            text-align: center;
            transition: all .5s ease;
            font-weight: bold; }
            #global-header .inner #global-navi ul li a span {
              transition: all .5s ease; }
            #global-header .inner #global-navi ul li a:hover span {
              color: #572C1E;
              display: block; }
            #global-header .inner #global-navi ul li a:hover {
              color: #572C1E;
              padding: 24px 0px; }
          #global-header .inner #global-navi ul li ul {
            display: none;
            position: absolute;
            width: 100%; }
            #global-header .inner #global-navi ul li ul a {
              color: #ffffff;
              width: 100%; }
              #global-header .inner #global-navi ul li ul a:hover {
                width: 100%;
                text-align: center;
                background-color: #fff; }
    @media screen and (max-width: 1366px) {
      #global-header .inner {
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      #global-header .inner .logo {
        width: 100%;
        text-align: center; }
        #global-header .inner .logo a {
          display: inline-block; }
          #global-header .inner .logo a img {
            width: 50%;
            height: 70%; }
      #global-header .inner #global-navi {
        display: none; } }
    @media screen and (max-width: 415px) {
      #global-header .inner .logo a {
        width: 50%; }
        #global-header .inner .logo a img {
          width: 40%;
          height: auto; } }

main#container .logo h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 45px;
  margin: 0 auto;
  background: url("../flow/images/logo.svg") no-repeat;
  background-size: 35px 35px; }
main#container .page-header.contact-content {
  margin-bottom: 40px; }

.page-header {
  text-align: center;
  margin: 180px auto 60px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%; }
  @media screen and (max-width: 1360px) {
    .page-header {
      margin: 120px auto 20px auto;
      width: 80%;
      text-align: left; } }
  @media screen and (max-width: 415px) {
    .page-header {
      margin: 80px auto 0 auto;
      width: 90%;
      text-align: left; } }
  .page-header h2 {
    display: inline-block;
    color: #B63A3C;
    text-align: left;
    font-size: 5.2em;
    letter-spacing: .05em;
    font-weight: bold;
    font-family: 'Damion', cursive;
    line-height: .9em; }
    @media screen and (max-width: 415px) {
      .page-header h2 {
        line-height: 1.1em;
        font-size: 3.35em; } }
    .page-header h2 span {
      font-size: .4em;
      letter-spacing: .55em;
      color: #B63A3C;
      border-top: solid 1px #4F99C4;
      padding: 1.5% 0; }
      @media screen and (max-width: 415px) {
        .page-header h2 span {
          padding: 2.5% 0; } }
  .page-header img {
    width: 50%;
    margin: 40px auto 10px auto;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2)); }
    @media screen and (max-width: 415px) {
      .page-header img {
        width: 340px; } }
  .page-header p {
    width: 50%;
    text-align: left;
    margin: 20px auto 0 auto;
    font-size: 1.4em;
    line-height: 2em; }
    @media screen and (max-width: 415px) {
      .page-header p {
        width: 80%; } }

.contact {
  padding-bottom: 80px; }
  .contact .contact_bg {
    background: #4F99C4;
    width: 60%;
    margin: 40px auto; }
    @media screen and (max-width: 768px) {
      .contact .contact_bg {
        width: 80%; } }
    @media screen and (max-width: 415px) {
      .contact .contact_bg {
        width: 90%;
        margin: 24px auto; } }
    .contact .contact_bg .contact-inner {
      height: 350px;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column; }
      @media screen and (max-width: 415px) {
        .contact .contact_bg .contact-inner {
          height: 280px; } }
      .contact .contact_bg .contact-inner p {
        text-align: center;
        color: #fff;
        font-size: 1.4em;
        line-height: 2em; }

.btn {
  width: 170px;
  height: 50px;
  margin: 0 auto;
  padding-top: 50px; }
  @media screen and (max-width: 415px) {
    .btn {
      padding-top: 20px; } }
  .btn a {
    width: 170px;
    height: 50px;
    border: 1px solid #333333;
    padding: 15px 60px;
    color: #333333;
    transition: all .5s ease; }
    .btn a:hover {
      background: #333;
      color: #fff; }

.shiro {
  width: 170px;
  height: 50px;
  margin: 0 auto;
  padding-top: 50px; }
  .shiro a {
    padding: 15px 60px;
    border: solid 1px #ffffff;
    color: #ffffff;
    transition: all .5s ease; }
    .shiro a:hover {
      background: #ffffff;
      color: #BBC6CB; }

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s; }

/*---TOP遅れて表示---*/
.post {
  opacity: 0; }

#key-visual {
  background: #4F99C4;
  background-size: cover;
  height: 100%;
  height: 280px;
  width: auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    #key-visual {
      height: 130px;
      position: relative; } }
  #key-visual h2 {
    position: absolute;
    bottom: -5%;
    right: 10%;
    font-size: 3.8em;
    font-weight: bold;
    color: #fff;
    font-family: 'Open Sans', sans-serif; }
    @media screen and (max-width: 1024px) {
      #key-visual h2 {
        bottom: -5%; } }
    @media screen and (max-width: 768px) {
      #key-visual h2 {
        bottom: -6.5%;
        right: 5%;
        font-size: 2.8em; } }
    @media screen and (max-width: 415px) {
      #key-visual h2 {
        bottom: -7.5%;
        right: 5%;
        font-size: 2.8em; } }
    #key-visual h2 span {
      font-size: 2.5em;
      color: #fff;
      font-weight: bold;
      font-family: 'Open Sans', sans-serif; }
      @media screen and (max-width: 415px) {
        #key-visual h2 span {
          font-size: 1.6em; } }

.page-contents {
  width: 1366px;
  margin: 0 auto 80px; }
  @media screen and (max-width: 1366px) {
    .page-contents {
      width: 100%; } }

.content-inner {
  width: 50%;
  margin: 0 auto;
  margin: 0 auto 15% auto; }
  @media screen and (max-width: 1024px) {
    .content-inner {
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .content-inner {
      width: 100%; } }

div.page-desc {
  width: 770px;
  margin: 0 auto 80px; }
  div.page-desc p {
    font-size: 1.55em;
    letter-spacing: .2em;
    line-height: 2; }
  @media screen and (max-width: 1024px) {
    div.page-desc {
      width: 90%; } }

#main-form {
  padding: 80px 40px 40px 40px;
  width: 800px;
  margin: 0 auto; }
  #main-form dl div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 0; }
    @media screen and (max-width: 768px) {
      #main-form dl div {
        padding: 8px 0; } }
    #main-form dl div dt {
      width: 30%;
      font-size: 1.4em;
      font-weight: bold; }
      #main-form dl div dt span.hissu {
        color: #e0222b; }
    #main-form dl div dd {
      width: 70%; }
      #main-form dl div dd input, #main-form dl div dd textarea {
        font-size: 1.6em;
        background: #fafafa;
        padding: 8px;
        box-sizing: border-box;
        width: 100%;
        border: none;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  #main-form .btn-group {
    text-align: center;
    padding: 40px 0; }
    #main-form .btn-group input[type="reset"],
    #main-form .btn-group input[type="submit"] {
      border: none;
      font-size: 1.6em;
      cursor: pointer; }
    #main-form .btn-group input[type="reset"] {
      padding: 24px 48px;
      margin-right: 24px;
      background: #cccccc;
      color: #fff; }
    #main-form .btn-group input[type="submit"] {
      padding: 24px 48px;
      background: #B63A3C;
      color: #ffffff;
      font-weight: bold; }
    @media screen and (max-width: 768px) {
      #main-form .btn-group input[type="reset"],
      #main-form .btn-group input[type="submit"] {
        padding: 12px 18px; } }
  @media screen and (max-width: 1024px) {
    #main-form {
      width: 90%; } }
  @media screen and (max-width: 768px) {
    #main-form {
      padding: 24px; }
      #main-form dl div {
        display: block; }
        #main-form dl div dt {
          width: 100%;
          margin-bottom: 12px; }
          #main-form dl div dt br {
            display: none; }
          #main-form dl div dt span.hissu {
            padding-left: 8px; }
        #main-form dl div dd {
          width: 100%; } }

#global-footer .footer-inner {
  background: #B63A3C;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #global-footer .footer-inner h1 {
    width: 30%; }
    #global-footer .footer-inner h1 a img {
      vertical-align: bottom;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 415px) {
        #global-footer .footer-inner h1 a img {
          width: 40%; } }
    @media screen and (max-width: 1024px) {
      #global-footer .footer-inner h1 {
        width: 60%; } }
    @media screen and (max-width: 415px) {
      #global-footer .footer-inner h1 {
        width: 10%; } }
  #global-footer .footer-inner h2 {
    font-size: 1.6em;
    color: #333; }
    #global-footer .footer-inner h2 span {
      font-size: 1.55em;
      color: #333;
      letter-spacing: 0.01em; }
      @media screen and (max-width: 415px) {
        #global-footer .footer-inner h2 span {
          font-size: 1.1em; } }
  #global-footer .footer-inner .footer-navi {
    width: 50%;
    display: flex;
    align-self: flex-start; }
    #global-footer .footer-inner .footer-navi ul {
      display: flex;
      align-self: flex-start;
      flex: 1;
      width: 100%; }
      #global-footer .footer-inner .footer-navi ul li {
        position: relative;
        z-index: 1;
        width: 100%; }
        #global-footer .footer-inner .footer-navi ul li a {
          color: #333;
          font-family: 'Open Sans', sans-serif;
          font-size: 1.55em;
          font-weight: bold;
          padding: 12px 0px;
          color: #fff;
          width: 100%;
          display: inline-block;
          text-align: right;
          transition: all .5s ease; }
          #global-footer .footer-inner .footer-navi ul li a span {
            color: #fff;
            transition: all .5s ease;
            display: inline-block; }
          #global-footer .footer-inner .footer-navi ul li a:hover {
            color: #45A5B1;
            padding: 12px 0px;
            display: block; }
  #global-footer .footer-inner .contact_left {
    width: 20%; }
    @media screen and (max-width: 1024px) {
      #global-footer .footer-inner .contact_left {
        width: 80%; } }
    #global-footer .footer-inner .contact_left p {
      color: #fff;
      margin-top: 100px; }
      @media screen and (max-width: 415px) {
        #global-footer .footer-inner .contact_left p {
          margin-top: 50px; } }
  @media screen and (max-width: 1366px) {
    #global-footer .footer-inner {
      width: 100%; } }
  @media screen and (max-width: 415px) {
    #global-footer .footer-inner {
      height: 100px;
      align-items: center;
      justify-content: center; } }
#global-footer .copy small {
  display: block;
  width: 80%;
  text-align: right;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 1.2em; }
  @media screen and (max-width: 415px) {
    #global-footer .copy small {
      text-align: left;
      margin-top: 5px; } }
@media screen and (max-width: 1366px) {
  #global-footer .copy small {
    width: 80%;
    margin: 0 auto 5px auto; } }
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner {
    width: auto;
    height: 100%; }
    #global-footer .footer-inner h1 {
      width: 30%;
      text-align: left; }
    #global-footer .footer-inner .footer-navi {
      display: none; } }
@media screen and (max-width: 415px) {
  #global-footer .footer-inner {
    width: 100%; }
    #global-footer .footer-inner h1 {
      width: 40%;
      padding-right: 10px; }
      #global-footer .footer-inner h1 a {
        padding: 6px 0 10px; }
        #global-footer .footer-inner h1 a img {
          width: 100%; } }

.copy_small {
  width: 100%;
  text-align: center;
  color: #fff; }

.footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1300px;
  margin: 4% auto 0% auto;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .footer_top {
      margin: 6% auto 0% 0; } }
  @media screen and (max-width: 415px) {
    .footer_top {
      margin: 8% auto 0% 0; } }
