@charset "UTF-8";
/* Scss Document */
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: 12%;
      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: 50%;
      margin: 0 0 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;
          width: 100%;
          z-index: 1; }
          #global-header .inner #global-navi ul li a {
            color: #fff;
            font-size: .7em;
            padding: 24px 0;
            width: 100%;
            display: inline-block;
            text-align: center;
            transition: all .5s ease; }
            #global-header .inner #global-navi ul li a:hover {
              color: #4FB8FE; }
            #global-header .inner #global-navi ul li a span {
              color: #fff;
              font-family: 'Fjalla One', sans-serif;
              font-size: 2.3em;
              transition: all .5s ease;
              display: block; }
              #global-header .inner #global-navi ul li a span:hover {
                color: #4FB8FE; }
    @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: 30%; }
        #global-header .inner .logo a img {
          width: 70%;
          height: auto; } }

main#container .page-header.contact-content {
  margin-bottom: 40px; }

.page-header {
  text-align: center;
  margin: 150px auto 20px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%; }
  @media screen and (max-width: 1360px) {
    .page-header {
      margin: 80px auto 0px auto;
      width: 80%;
      text-align: center; } }
  @media screen and (max-width: 415px) {
    .page-header {
      margin: 15% auto 3% auto;
      width: 90%;
      text-align: left; } }
  .page-header h2 {
    display: inline-block;
    text-align: center;
    font-size: .4em;
    letter-spacing: .25em;
    font-weight: bold;
    line-height: 1.3em;
    width: 50%;
    margin: 0 auto; }
    @media screen and (max-width: 415px) {
      .page-header h2 {
        line-height: 1.1em;
        width: 80%; } }
    .page-header h2 span {
      font-size: 7.85em;
      font-family: 'Fjalla One', sans-serif;
      padding: 1.5% 0; }
      @media screen and (max-width: 415px) {
        .page-header h2 span {
          padding: 2.5% 0; } }
  .page-header .text-divider {
    display: flex;
    align-items: center; }
    .page-header .text-divider:before, .page-header .text-divider:after {
      content: '';
      height: 1px;
      background: -moz-linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
      background: -webkit-linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
      background: linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
      flex-grow: 1; }
    .page-header .text-divider:before {
      margin-right: 20px; }
    .page-header .text-divider:after {
      margin-left: 20px;
      transform: rotate(180deg); }
  .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 div {
  background: url("../images/contact.jpg") no-repeat left;
  background-size: cover;
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; }
  @media screen and (max-width: 415px) {
    .contact div {
      height: 320px; } }
  .contact div p {
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    line-height: 2em; }

.contact div .page-header {
  text-align: center;
  margin: 80px auto 60px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%; }
  @media screen and (max-width: 1360px) {
    .contact div .page-header {
      margin: 40px auto 20px auto;
      width: 80%;
      text-align: center; } }
  @media screen and (max-width: 415px) {
    .contact div .page-header {
      margin: 15% auto 3% auto;
      width: 90%;
      text-align: left; } }
  .contact div .page-header h2 {
    display: inline-block;
    text-align: center;
    font-size: .4em;
    letter-spacing: .25em;
    font-weight: bold;
    line-height: 1.3em;
    width: 50%;
    margin: 0 auto;
    color: #fff; }
    @media screen and (max-width: 415px) {
      .contact div .page-header h2 {
        line-height: 1.1em;
        width: 80%; } }
    .contact div .page-header h2 span {
      font-size: 7.85em;
      font-family: 'Fjalla One', sans-serif;
      padding: 1.5% 0;
      color: #fff; }
      @media screen and (max-width: 415px) {
        .contact div .page-header h2 span {
          padding: 2.5% 0; } }
  .contact div .page-header .text-divider {
    display: flex;
    align-items: center; }
    .contact div .page-header .text-divider:before, .contact div .page-header .text-divider:after {
      content: '';
      height: 1px;
      background: -moz-linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
      background: -webkit-linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
      background: linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
      flex-grow: 1; }
    .contact div .page-header .text-divider:before {
      margin-right: 20px; }
    .contact div .page-header .text-divider:after {
      margin-left: 20px; }
  .contact div .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) {
      .contact div .page-header img {
        width: 340px; } }
  .contact div .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) {
      .contact div .page-header p {
        width: 80%; } }

a.btn {
  border: solid 1px;
  padding: 12px 24px;
  width: 100px;
  text-align: center;
  margin: 40px auto 40px auto; }

a.shiro {
  color: #fff;
  transition: all .5s ease; }
  a.shiro:hover {
    color: #333; }

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

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

#key-visual {
  background: url("../images/top.jpg") no-repeat center;
  background-size: cover;
  height: 900px;
  width: auto; }
  @media screen and (max-width: 1024px) {
    #key-visual {
      height: 600px; } }
  #key-visual .key-contents {
    height: 830px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      #key-visual .key-contents {
        height: 600px; } }
    #key-visual .key-contents div {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      #key-visual .key-contents div p {
        color: #fff;
        font-size: 3.5em;
        text-align: center; }
        @media screen and (max-width: 415px) {
          #key-visual .key-contents div p {
            width: 100%;
            margin: 0 auto;
            font-size: 2.2em; } }
      #key-visual .key-contents div img {
        width: 100px;
        margin: 40px auto 0 auto; }
        @media screen and (max-width: 415px) {
          #key-visual .key-contents div img {
            margin: 10px auto 0 auto;
            width: 50px; } }

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

.content-inner {
  margin: 0 auto 120px; }
  @media screen and (max-width: 1024px) {
    .content-inner {
      width: 90%; } }

div.page-desc {
  width: 750px;
  margin: 0 auto 120px; }
  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%; } }

svg.svg_pc {
  width: 500px;
  height: 500px;
  position: absolute;
  transform: rotate(-90deg); }
  svg.svg_pc circle {
    animation: circle 3s normal; }
  @media screen and (max-width: 1024px) {
    svg.svg_pc {
      top: 7%; } }
  @media screen and (max-width: 415px) {
    svg.svg_pc {
      width: 500px;
      height: 500px;
      display: none; } }

svg.svg_sp {
  width: 241px;
  height: 241px;
  position: absolute;
  transform: rotate(-90deg); }
  svg.svg_sp circle {
    animation: circle 7s normal; }
  @media screen and (min-width: 415px) {
    svg.svg_sp {
      width: 300px;
      height: 300px;
      display: none; } }

circle {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 1; }

@keyframes circle {
  0% {
    stroke-dasharray: 0 1507; }
  99.9%,to {
    stroke-dasharray: 1507 1507; } }
.news-info {
  display: flex;
  flex-direction: row;
  width: 1000px;
  margin: 0 auto; }
  .news-info .information {
    width: 100%;
    margin: 0 0 120px 0; }
    .news-info .information dl div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 55px 0;
      /*border-bottom: 1px solid #D1D1D1;*/ }
      .news-info .information dl div dt {
        width: 20%;
        font-size: 1.65em;
        margin-left: 30%; }
        @media screen and (max-width: 768px) {
          .news-info .information dl div dt {
            margin-left: 20%; } }
        @media screen and (max-width: 415px) {
          .news-info .information dl div dt {
            width: 100%;
            margin-left: 0; } }
      .news-info .information dl div dd {
        width: 70%;
        font-size: 1.65em;
        margin-left: 3%; }
        .news-info .information dl div dd .co_ta {
          border: none; }
          .news-info .information dl div dd .co_ta ul {
            width: 40%; }
            .news-info .information dl div dd .co_ta ul li {
              padding: 3%;
              border-bottom: 1px solid #D1D1D1; }
            @media screen and (max-width: 415px) {
              .news-info .information dl div dd .co_ta ul {
                width: 100%;
                text-align: center;
                margin: 0 auto; } }
          @media screen and (max-width: 415px) {
            .news-info .information dl div dd .co_ta {
              width: 100%;
              text-align: center;
              margin: 0 auto; } }
        @media screen and (max-width: 415px) {
          .news-info .information dl div dd {
            width: 100%; } }
      .news-info .information dl div:nth-child(5) {
        border-bottom: none; }
    @media screen and (max-width: 1024px) {
      .news-info .information {
        width: 90%; } }
    @media screen and (max-width: 415px) {
      .news-info .information dl div {
        display: block; }
        .news-info .information dl div dt {
          margin-bottom: 6px; } }
    @media screen and (max-width: 1024px) {
      .news-info .information {
        margin: 0 0 0px 0;
        width: 100%; } }
  @media screen and (max-width: 1024px) {
    .news-info {
      flex-direction: column;
      margin: 10% auto;
      width: 90%; } }

.new:before {
  content: "";
  background: url("../images/new.svg") no-repeat;
  display: inline-block;
  background-size: cover;
  width: 25%;
  height: 15px;
  font-size: .7em;
  margin-right: 10%; }
  @media screen and (max-width: 768px) {
    .new:before {
      width: 35%; } }
  @media screen and (max-width: 415px) {
    .new:before {
      margin-left: 10px;
      margin-right: 2%;
      width: 35px; } }

.old:before {
  content: "";
  margin-right: 50px; }
  @media screen and (max-width: 768px) {
    .old:before {
      margin-right: 0px; } }
  @media screen and (max-width: 415px) {
    .old:before {
      margin-right: 10px; } }

.service {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto; }
  @media screen and (max-width: 1366px) {
    .service {
      width: 70%; } }
  @media screen and (max-width: 1366px) {
    .service {
      width: 80%; } }
  @media screen and (max-width: 415px) {
    .service {
      flex-direction: column; } }
  .service .service-box {
    width: 40%;
    margin: 2%; }
    @media screen and (max-width: 415px) {
      .service .service-box {
        width: 96%;
        margin: 2% 2% 20% 2%; } }
    .service .service-box img {
      width: 100%; }
    .service .service-box div {
      background: rgba(217, 226, 236, 0.2);
      margin-top: -5px;
      padding: 30px 0 40px 0; }
      .service .service-box div h3 {
        width: 90%;
        font-size: 1.6em;
        margin: 0 auto 5% auto;
        text-align: center;
        line-height: 4em;
        font-weight: bold;
        border-bottom: 2px solid;
        border-image: -moz-linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
        border-image: -webkit-linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
        border-image: linear-gradient(to right, #1DAAFE, #29DEF3 50%, #9FFDCD);
        border-image-slice: 0.5; }
      .service .service-box div ul {
        width: 50%;
        margin: 0 auto; }
        @media screen and (max-width: 415px) {
          .service .service-box div ul {
            width: 60%; } }
        .service .service-box div ul li {
          margin-bottom: 3%;
          font-size: 1.3em;
          list-style: disc; }

#global-footer .footer-inner {
  background: #4B5052;
  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 {
    margin: 0 auto; }
    #global-footer .footer-inner h1 a img {
      vertical-align: bottom;
      width: 60%;
      display: block;
      height: auto;
      margin: 80px auto 0 auto; }
      @media screen and (max-width: 415px) {
        #global-footer .footer-inner h1 a img {
          width: 50%;
          margin: 0px auto 0 auto; } }
    @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: #fff; }
    #global-footer .footer-inner h2 span {
      font-size: 1.55em;
      color: #fff;
      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: center;
    margin: 2% 0 2% 0; }
    #global-footer .footer-inner .footer-navi ul {
      display: flex;
      align-self: center;
      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: #fff;
          font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
          font-size: .7em;
          padding: 12px 0px;
          width: 100%;
          display: inline-block;
          text-align: center;
          transition: all .5s ease; }
          #global-footer .footer-inner .footer-navi ul li a span {
            font-family: 'Fjalla One', sans-serif;
            color: #fff;
            font-size: 2.3em;
            transition: all .5s ease;
            display: block; }
            #global-footer .footer-inner .footer-navi ul li a span:hover {
              color: #4FB8FE;
              display: block; }
          #global-footer .footer-inner .footer-navi ul li a:hover {
            color: #4FB8FE;
            padding: 12px 0px;
            display: block; }
  #global-footer .footer-inner .contact_left {
    width: 20%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      #global-footer .footer-inner .contact_left {
        width: 80%;
        margin: 0 auto; } }
    #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;
  text-align: center;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 1em; }
  @media screen and (max-width: 415px) {
    #global-footer .copy small {
      text-align: center;
      margin-top: 5px;
      font-size: .8em; } }
@media screen and (max-width: 1366px) {
  #global-footer .copy small {
    width: 80%;
    margin: 0 auto 7% auto; } }
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner {
    width: auto;
    height: 100%; }
    #global-footer .footer-inner h1 {
      width: 20%;
      margin: 5% auto; }
    #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: 30%;
      margin: 8% auto;
      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 {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1300px;
  margin: 2% auto 0% auto;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .footer_top {
      margin: 2% auto 0% 0; } }
