@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--- setting ---*/
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/*--- Base ---*/
html {
  font-size: 62.5%;
  height: 100%;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 1.6;
  height: 100%;
}

header, footer, section {
  display: block;
}

/*--- section ---*/
section.service {
  max-width: 1200px;
  margin: auto;
}

section.service:nth-child(even) {
  background: #f6f6f6;
}

section.service .container {
  padding: 64px 0;
}

@media screen and (max-width: 660px) {
  section.service .container {
    padding: 32px 0;
  }
}

.item {
  padding: 0 24px 24px 24px;
}

/*--- img ---*/
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/*--- Link ---*/
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

a, button {
  cursor: pointer;
}

/*--- Font ---*/
h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

p, a {
  font-size: 1.6rem;
}

body {
  font-family: 游ゴシック体, YuGothic, '游ゴシック Medium', 'Yu Gothic Medium','游ゴシック','Yu Gothic', メイリオ, Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.container > h2 {
  margin-top: 12px;
  margin-bottom: 48px;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 48px;
}

@media screen and (max-width: 660px) {
  .container > h2 {
    margin-bottom: 32px;
    letter-spacing: -0.1rem;
  }
}

.container > h2:before, .container > h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #808080;
}

.container > h2:before {
  left: 0;
}

.container > h2:after {
  right: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 64px;
}

.item.flex-std {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 64px;
}

section.service .flex-std .wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 223px;
      flex-basis: 223px;
  margin-top: 24px;
  padding: 0 6px;
}

section.service .flex-std .wrap .content {
  max-width: 223px;
  margin: auto;
}

section.service .flex-std .wrap h3 {
  margin-bottom: 10px;
}

section.service .flex-std .wrap .img {
  margin-top: 24px;
  height: 146px;
}

section.service .flex-std .wrap img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

@media screen and (max-width: 660px) {
  section.service .flex-std .wrap:first-child {
    margin-top: 0;
  }
}

.item.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 64px;
}

@media screen and (max-width: 660px) {
  .item.flex-box {
    display: block;
    margin-bottom: 32px;
  }
}

section.service .flex-box .wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 223px;
      flex-basis: 223px;
  margin-top: 24px;
  padding: 24px;
  margin: 12px;
  min-width: 33%;
  max-width: 48%;
  border: #808080 solid 1px;
  border-radius: 3rem;
  -ms-grid-column-align: space-between;
      justify-self: space-between;
}

@media screen and (max-width: 660px) {
  section.service .flex-box .wrap {
    max-width: 330px;
    margin: 24px auto;
  }
}

section.service .flex-box .wrap .content {
  max-width: 300px;
  margin: auto;
}

section.service .flex-box .wrap h3 {
  margin-bottom: 12px;
}

section.service .flex-box .wrap p {
  color: #4d4d4d;
}

section.service .flex-box .wrap .img {
  margin-bottom: 12px;
  height: 180px;
}

section.service .flex-box .wrap img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.footer {
  margin-top: 48px;
  padding: 8vmin 8vmin 32vmin;
  background: #333;
  position: relative;
  min-height: 164px;
  color: #fff;
}

section.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 48px;
}

@media screen and (max-width: 660px) {
  section.footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
}

section.footer .wrap {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-right: 24px;
  margin-bottom: 12px;
}

.copyright p {
  font-size: 1.3rem;
  position: absolute;
  bottom: 46px;
  right: 0;
  left: 0;
  margin: auto;
}

section.header {
  min-height: 540px;
}

section.header.top-std {
  background-image: url("../img/img_01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 85vh;
  text-align: center;
  padding: 48px 20px;
}

section.header.top-std .tagline-main {
  position: absolute;
  bottom: 0;
  margin: 0 18vw 5vh;
  color: #fff;
  text-align: left;
}

section.header.top-std .tagline-main h1 {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  margin-bottom: 18px;
}

section.header.top-std .tagline-main p {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  section.header.top-std {
    height: 80vh;
  }
  section.header.top-std .tagline-main {
    margin: 0 1.5vw 5vh;
  }
  section.header.top-std .tagline-main h1 {
    font-size: 2.6rem;
    letter-spacing: -0.1rem;
    margin-bottom: 12px;
  }
  section.header.top-std .tagline-main p {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

section.header.top-line {
  background-image: url("../img/img_01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 85vh;
  text-align: center;
  padding: 48px 20px;
}

section.header.top-line .tagline-main {
  position: absolute;
  bottom: 0;
  margin: 0 18vw 5vh;
  color: #333;
  text-align: left;
}

section.header.top-line .tagline-main span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0, #fff));
  background: linear-gradient(transparent 0, #fff 0);
}

section.header.top-line .tagline-main h1 {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  margin-bottom: 18px;
}

section.header.top-line .tagline-main p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 660px) {
  section.header.top-line {
    height: 80vh;
  }
  section.header.top-line .tagline-main {
    margin: 0 1.5vw 5vh;
  }
  section.header.top-line .tagline-main h1 {
    font-size: 2.6rem;
    letter-spacing: -0.1rem;
    margin-bottom: 12px;
  }
  section.header.top-line .tagline-main p {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

section.header.top-clearbox {
  background-image: url("../img/img_01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 85vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.header.top-clearbox::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
}

section.header.top-clearbox .tagline-main {
  color: #fff;
  text-align: center;
  padding: 64px 64px;
  font-weight: bold;
  border: solid 4px #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: #000 0 0 2rem;
  z-index: 1;
}

section.header.top-clearbox .tagline-main h1 {
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
  margin-bottom: 24px;
}

section.header.top-clearbox .tagline-main p {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  section.header.top-clearbox {
    height: 80vh;
  }
  section.header.top-clearbox .tagline-main {
    margin: 0 5vw;
    padding: 64px 28px;
  }
  section.header.top-clearbox .tagline-main h1 {
    font-size: 2.4rem;
    letter-spacing: -0.1rem;
    margin-bottom: 32px;
  }
  section.header.top-clearbox .tagline-main p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
  }
}

section.header.top-space {
  max-width: 1100px;
  position: relative;
  height: 80vh;
  text-align: center;
  padding: 15vh 0 0;
  margin: 0 auto;
  overflow: hidden;
}

section.header.top-space .content {
  height: 100%;
  width: 80vw;
  max-width: 850px;
  margin-top: -8vh;
  float: right;
  background-image: url("../img/img_01.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
}

section.header.top-space .tagline-main {
  color: #333;
  text-align: left;
}

section.header.top-space .tagline-main .content {
  margin-top: 0;
}

section.header.top-space .tagline-main h1 {
  margin: -10vh 0 5vh 5%;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
}

section.header.top-space .tagline-main p {
  margin: 10vh calc(-100% * 200 / 1100);
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  section.header.top-space {
    height: 80vh;
    position: relative;
    padding: 0 0;
  }
  section.header.top-space .content {
    height: 40vh;
    width: 90vw;
    padding-top: 40vh;
    margin-top: -7.5vh;
  }
  section.header.top-space .tagline-main {
    margin: 0 1.5vw 5vh;
  }
  section.header.top-space .tagline-main h1 {
    font-size: 2.6rem;
    letter-spacing: -0.1rem;
    margin: 5vh 0 0 12px;
  }
  section.header.top-space .tagline-main p {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 12px 0 0 -5vw;
  }
}

.item.video {
  max-width: calc(100vw * 740 / 1100);
  padding: 24px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item.video {
    max-width: calc(100vw * 650 / 750);
  }
}

.item.video .mov-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 24px 0;
}

.item.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item.mid {
  max-width: calc(100vw * 740 / 1100);
  padding: 24px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item.mid {
    max-width: calc(100vw * 650 / 750);
  }
}

.item.mid:last-child {
  padding-bottom: 0;
}

.item.mid .img {
  margin: 24px auto;
  max-width: 350px;
}

.item.mid .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item.wide {
  padding: 24px 0 64px;
}

@media screen and (max-width: 660px) {
  .item.wide {
    padding: 24px 0 48px;
  }
}

.item.wide h2, .item.wide p {
  margin-top: 24px;
}

.item.wide .content {
  max-width: 800px;
  padding: 0 12px;
  margin: auto;
}

.item.wide .img {
  height: 460px;
  margin: auto;
}

@media screen and (max-width: 660px) {
  .item.wide .img {
    height: calc(100vw * 450 / 750);
  }
}

.item.wide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item.full {
  padding: 0;
  margin: 24px 0;
}

.item.full .content {
  max-width: 800px;
  padding: 0 12px 12px;
  margin: auto;
}

.item.full h2, .item.full p {
  margin-bottom: 12px;
}

.item.full .img {
  max-width: 100%;
}

.side-l, .side-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 64px 12px;
}

@media screen and (max-width: 660px) {
  .side-l, .side-r {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 48px 20px;
  }
}

.side-l h2, .side-l p, .side-r h2, .side-r p {
  margin-top: 12px;
}

.side-l .img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 45%;
}

.side-l .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 395px;
  padding: 0 24px;
}

.side-r .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 45%;
}

.side-r .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 395px;
  padding: 0 24px;
}

@media screen and (max-width: 660px) {
  .side-l .img, .side-r .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100vw * 600 / 750);
  }
  .side-l .content, .side-r .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 12px;
  }
}

.item.text {
  padding: 0 24px 32px;
}

.item.text h2, .item.text p {
  margin-top: 12px;
}

.item.text p {
  color: #4d4d4d;
}

.item.text .content {
  max-width: 450px;
  margin: auto;
  padding-bottom: 24px;
  border-bottom: solid 1px #c0c0c0;
}

@media screen and (max-width: 660px) {
  .item.text h2 {
    font-size: 2rem;
  }
}

.item.text-left {
  padding: 0 24px 32px;
  text-align: left;
}

.item.text-left h2, .item.text-left p {
  margin-top: 12px;
}

.item.text-left h2 {
  font-size: 2.2rem;
}

.item.text-left p {
  color: #4d4d4d;
}

.item.text-left .content {
  max-width: 450px;
  margin: auto;
  padding-bottom: 24px;
  border-bottom: solid 1px #c0c0c0;
}

@media screen and (max-width: 660px) {
  .item.text-left h2 {
    font-size: 2rem;
  }
}

.item.text-tagline-a {
  padding: 24px;
}

.item.text-tagline-a h2 {
  font-size: 3rem;
  margin: 32px 0;
}

@media screen and (max-width: 660px) {
  .item.text-tagline-a h2 {
    font-size: 2.6rem;
  }
}

.item.text-tagline-a p {
  font-size: 2rem;
  margin-bottom: 32px;
}

@media screen and (max-width: 660px) {
  .item.text-tagline-a p {
    font-size: 1.8rem;
  }
}

.item.text-tagline-b {
  padding: 0 24px;
  color: #072E4C;
  font-weight: bold;
}

.item.text-tagline-b h2 {
  font-size: 3rem;
  margin: 24px 0 48px;
  line-height: 2;
}

@media screen and (max-width: 660px) {
  .item.text-tagline-b h2 {
    font-size: 2.6rem;
  }
}

.item.text-tagline-b p {
  font-size: 2.2rem;
  margin-bottom: 48px;
  line-height: 2;
}

@media screen and (max-width: 660px) {
  .item.text-tagline-b p {
    font-size: 1.8rem;
  }
}

.btn {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  margin: 24px 24px 48px;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 3rem;
  color: #fff;
  background-color: #072E4C;
}

.btn:hover {
  background-color: #e85532;
}
/*# sourceMappingURL=main.css.map */