        @charset "UTF-8";
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;
}

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

a, button {
  cursor: pointer;
}

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

/*--- 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%;
  max-width: 1300px;
  margin: 0 auto;
}

header, footer, section {
  display: block;
}

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

/*--- Font ---*/
h2, h3 {
  font-size: 2.2rem;
}

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

/*--- 注釈 ---*/
.service .item p.annotation {
  font-size: 1rem !important;
  color: #555555;
  font-weight: normal !important;
  letter-spacing: .015em !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 16px auto;
}

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

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

section.service:last-of-type {
  padding-bottom: 64px;
}

section.service.only_img {
  background: none !important;
}

section.service .container {
  padding-top: 32px;
  padding-bottom: 48px;
}

section.service .container + a .btn {
  margin-top: 0;
}

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

.bg-c2 {
  background-color: #f7f8f9 !important;
}

.bg-cm {
  background-color: #5a76aa !important;
  color: #fff !important;
}

.bg-cm h2:before, .bg-cm h2:after {
  background-color: #fff !important;
}

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

span.bold {
  font-weight: bold;
}

span.marker-b {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #c1e0ff));
  background: linear-gradient(transparent 0%, #c1e0ff 0%);
}

span.marker-y {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff799));
  background: linear-gradient(transparent 0%, #fff799 0%);
}

span.marker-r {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffadad));
  background: linear-gradient(transparent 0%, #ffadad 0%);
}

.bigbutton_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 24px 24px;
}

@media screen and (max-width: 660px) {
  .bigbutton_wrap {
    padding: 12px 8px 24px;
  }
}

.cv-btn {
  font-size: 2.0rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: normal;
  line-height: 1.5;
  min-width: 230px;
  position: relative;
  margin: 12px;
  display: inline-block;
  padding: 10px 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 3rem;
  color: #fff;
  background-color: #5a76aa;
}

.cv-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 660px) {
  .cv-btn {
    min-width: 295px;
    min-height: 48px;
  }
}

.sub-btn {
  position: relative;
  display: inline-block;
  margin: 24px 0;
  padding: 12px 16px;
  min-width: 120px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: .08em;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 3rem;
  color: #5a76aa;
  border: #5a76aa solid 1px;
}

@media screen and (max-width: 660px) {
  .sub-btn {
    margin: 16px auto;
    padding: 13px 16px;
    min-width: 295px;
    min-height: 48px;
  }
}

section.header {
  padding: 10px 10px 4px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 660px) {
  section.header {
    padding: 8px 10px 4px;
  }
}

section.header .img_logo {
  background-image: url("");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
}

@media screen and (max-width: 660px) {
  section.header .img_logo {
    height: 38px;
  }
}

section.header h2 {
  font-size: 1.4rem;
}

.container > h2 {
  margin: 32px 12px;
  font-size: 3.0rem;
  line-height: 1.2;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 660px) {
  .container > h2 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 48px 12px;
  }
  .container > h2:before {
    position: absolute;
    bottom: -0.8em;
    left: calc(50% - 50%);
    width: 100%;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #808080;
  }
  .container > h2:after {
    position: absolute;
    top: -0.8em;
    left: calc(50% - 50%);
    width: 100%;
    height: 1px;
    content: '';
    border-radius: 3px;
    background: #808080;
  }
}

.item.flex-std {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  margin: 0 auto 32px;
  padding: 0 24px 0;
}

@media screen and (max-width: 660px) {
  .item.flex-std {
    margin-bottom: 24px;
  }
}

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

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

section.service .flex-std .wrap h3 {
  font-size: 2.2rem;
  letter-spacing: .03;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
}

section.service .flex-std .wrap p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .04em;
}

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

section.service .flex-std .wrap img {
  width: 146px;
  height: 146px;
  -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;
  }
  section.service .flex-std .wrap .content {
    max-width: 100%;
  }
}

.item.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}

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

section.service .flex-box .wrap {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  margin-top: 24px;
  padding: 24px;
  margin: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 8px 8px 20px #e3e4e5;
          box-shadow: 8px 8px 20px #e3e4e5;
  background-color: #fff;
}

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

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

section.service .flex-box .wrap h3 {
  font-size: 2.2rem;
  letter-spacing: .03;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: #c0c0c0 dashed 1px;
}

section.service .flex-box .wrap p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .04em;
  color: #4d4d4d;
  text-align: left;
}

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

@media screen and (min-width: 661px) {
  section.service .flex-box .wrap .img {
    height: 150px;
  }
}

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

section.footer {
  padding: 8vmin 8vmin 16vmin;
  background: #333;
  position: relative;
  color: #fff;
}

section.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}

section.footer .foot_txt p {
  text-align: left;
  font-size: 1.2rem;
  opacity: 0.8;
  margin-bottom: 48px;
}

section.footer .foot_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 .foot_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;
  font-size: 1.4rem;
}

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

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

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

section.top.top-std::before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #00000088), color-stop(50%, #ffffff00));
  background: linear-gradient(0deg, #00000088 10%, #ffffff00 50%);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

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

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

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

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

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

section.top.top-line::before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #00000088), color-stop(50%, #ffffff00));
  background: linear-gradient(0deg, #00000088 10%, #ffffff00 50%);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

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

section.top.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.top.top-line .tagline-main h1 {
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
  margin-bottom: 18px;
}

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

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

section.top.top-clearbox {
  background-image: url("img/pexels-fauxels-3182812.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.top.top-clearbox::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
}

section.top.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.top.top-clearbox .tagline-main h1 {
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
  margin-bottom: 24px;
}

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

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

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

section.top.top-space .img {
  height: 100%;
  width: 80vw;
  max-width: 850px;
  margin-top: -8vh;
  float: right;
  position: relative;
  z-index: -1;
}

section.top.top-space .img::before {
  content: '';
  background: linear-gradient(135deg, #ffffff65 5%, #ffffff00 60%);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 660px) {
  section.top.top-space .img::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffffff2f), color-stop(30%, #ffffff00));
    background: linear-gradient(180deg, #ffffff2f 5%, #ffffff00 30%);
  }
}

section.top.top-space .img p {
  position: absolute;
  text-align: left;
  top: 10px;
  left: calc(-100% * 235 / 900);
  margin: 10vh;
  font-size: 2rem;
  font-weight: bold;
}

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

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

@media screen and (max-width: 660px) {
  section.top.top-space {
    height: auto;
    position: relative;
    padding: 0 0;
    min-height: 0;
  }
  section.top.top-space .img {
    height: auto;
    width: 90vw;
    margin-top: -7.5vh;
  }
  section.top.top-space .img p {
    position: static;
    text-align: left;
    margin: 0 0 16px -16px;
    font-size: 2rem;
    font-weight: bold;
  }
  section.top.top-space .tagline-main {
    margin: 0 1.5vw 5vh;
  }
  section.top.top-space .tagline-main h1 {
    font-size: 2.6rem;
    letter-spacing: -0.1rem;
    margin: 5vh 0 0 12px;
  }
}

section.top.top-video {
  position: relative;
  height: auto;
  text-align: center;
  padding: 32px 20px;
  color: #333;
}

section.top.top-video .mov-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  width: 90%;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

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

section.top.top-video h1 {
  font-size: 3.4rem;
  letter-spacing: -0.1rem;
  margin-bottom: 18px;
}

section.top.top-video p {
  font-size: 2rem;
  margin-top: 16px;
  font-weight: bold;
}

@media screen and (max-width: 660px) {
  section.top.top-video {
    height: auto;
    min-height: 0;
  }
  section.top.top-video .mov-wrap {
    width: 100%;
  }
  section.top.top-video h1 {
    font-size: 2.6rem;
    letter-spacing: -0.1rem;
    margin-bottom: 12px;
  }
  section.top.top-video p {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.top-only_img {
  max-width: 1100px;
  min-height: 0px !important;
  padding: 0;
  margin: 0 auto;
}

.top-only_img img {
  width: 100%;
  vertical-align: bottom;
}

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

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

.item.video h2 {
  position: relative;
  margin-bottom: 32px;
}

.item.video h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #000;
}

.item.video p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (min-width: 661px) {
  .item.video p {
    font-size: 1.6rem;
  }
}

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

.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 * 710 / 750);
  }
  .item.mid .sub-btn {
    min-width: 140px;
  }
}

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

.item.mid p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item.mid p {
    letter-spacing: .05em;
  }
}

.item.mid .img {
  margin: 16px auto;
  max-width: 450px;
}

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

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

@media screen and (max-width: 660px) {
  .item.wide {
    padding: 0 0 48px;
  }
  .item.wide p.annotation {
    text-align: left;
  }
}

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

.item.wide p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 661px) {
  .item.wide p {
    font-size: 1.8rem;
  }
}

.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: 60px 0 40px;
}

.item.full:first-of-type {
  margin: 40px 0;
}

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

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

.item.full p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 660px) {
  .item.full p {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: left;
  }
}

.item.full p.annotation {
  margin-left: 12px;
  margin-right: 12px;
}

.item.full .img {
  max-width: 1000px;
  margin: auto;
}

.item.only_img {
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
}

.item.only_img img {
  width: 100%;
  vertical-align: bottom;
}

.item.only_img p {
  text-align: left;
  margin: 12px 16px 24px;
}

@media screen and (min-width: 661px) {
  .item.only_img p {
    font-size: 1.6rem;
  }
}

.item.only_img p.annotation {
  margin: 12px 16px 24px;
}

.item.only_img_2rows {
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.item.only_img_2rows .wrap {
  padding: 16px;
  max-width: 50%;
}

.item.only_img_2rows .wrap img {
  width: 100%;
  vertical-align: bottom;
}

.item.only_img_2rows .wrap p {
  text-align: left;
  padding: 8px;
  font-size: 1.2rem;
}

.item.img-media {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item.img-media {
    display: block;
    padding: 0 8px;
  }
}

.item.img-media .wrap:first-of-type {
  margin-top: 0;
}

section.service .img-media .wrap {
  margin-top: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 6px #e3e4e5;
          box-shadow: 2px 2px 6px #e3e4e5;
  background-color: #fff;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

section.service .img-media .wrap .sub-btn {
  margin: 8px 8px 16px;
}

@media screen and (max-width: 660px) {
  section.service .img-media .wrap {
    margin-top: 10px;
  }
  section.service .img-media .wrap .sub-btn {
    max-width: 90%;
    min-width: 90%;
    margin: 6px 0;
  }
}

section.service .img-media .wrap h3 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 20px 4px;
  font-size: 2.0rem;
  margin-top: 4px;
  line-height: 1.4;
}

@media screen and (max-width: 660px) {
  section.service .img-media .wrap h3 {
    padding: 0 12px 4px;
    font-size: 1.6rem;
  }
}

section.service .img-media .wrap p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.4;
  color: #4d4d4d;
  text-align: left;
  margin-top: 4px;
  padding: 0 20px 10px;
}

section.service .img-media .wrap p.annotation {
  margin: 0;
}

@media screen and (max-width: 660px) {
  section.service .img-media .wrap p {
    font-size: 1.3rem;
    padding: 0 12px 6px;
  }
}

section.service .img-media .wrap .img {
  width: 100%;
}

section.service .img-media .wrap img {
  border-radius: 4px;
  width: 50vw;
}

@media screen and (min-width: 661px) {
  .item.img-media {
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -moz-column-fill: balance !important;
    column-count: 3;
    column-gap: 20px;
    column-fill: auto;
  }
}

@media screen and (max-width: 660px) {
  .item.img-media {
    -webkit-column-count: 2;
    -webkit-column-gap: 8px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 8px;
    -moz-column-fill: balance !important;
    column-count: 2;
    column-gap: 8px;
    column-fill: auto;
  }
}

.side-l, .side-mix {
  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: 32px 12px;
}

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

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

.side-l h2, .side-mix h2 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 661px) {
  .side-l h2, .side-mix h2 {
    font-size: 2.4rem;
    letter-spacing: .02em;
  }
}

.side-l p, .side-mix p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 660px) {
  .side-l p, .side-mix p {
    letter-spacing: .05em;
  }
}

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

.side-l .img img, .side-mix .img img {
  width: 100%;
  max-height: 560px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

@media screen and (max-width: 660px) {
  .side-l .content, .side-mix .content {
    text-align: left;
  }
  .side-l .content .sub-btn, .side-mix .content .sub-btn {
    min-width: 140px;
  }
}

.side-l {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.side-mix:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 40%;
}

.side-mix:nth-child(even) .content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 400px;
  padding: 0 24px;
}

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

.item.goods-1row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  max-width: 856px;
  padding: 24px 12px;
}

@media screen and (max-width: 660px) {
  .item.goods-1row {
    display: block;
  }
  .item.goods-1row .img, .item.goods-1row .content {
    margin: 0 auto;
  }
}

.item.goods-1row:last-child {
  padding-bottom: 0;
}

.item.goods-1row p {
  margin-top: 8px;
  font-size: 1.4rem;
}

.item.goods-1row span.big {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.item.goods-1row .sub-btn {
  margin: 16px 0 0;
  min-width: 180px;
}

@media screen and (min-width: 661px) {
  .item.goods-1row .sub-btn {
    margin-left: -2px;
  }
}

@media screen and (max-width: 660px) {
  .item.goods-1row .sub-btn {
    display: block;
    margin: 16px auto;
  }
}

.item.goods-1row p.annotation {
  margin: 8px 0 0;
}

.item.goods-1row .img {
  min-width: 300px;
  max-width: 300px;
}

@media screen and (min-width: 661px) {
  .item.goods-1row .img {
    margin-top: 6px;
  }
}

.item.goods-1row .img img {
  width: 100%;
}

.item.goods-1row .content {
  max-width: 560px;
  padding: 0 24px;
}

@media screen and (max-width: 660px) {
  .item.goods-1row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item.goods-1row h2, .item.goods-1row p {
    margin-top: 12px;
  }
  .item.goods-1row h2 {
    text-align: center;
  }
  .item.goods-1row p.annotation {
    margin: 16px 0 0;
  }
}

.item.goods-2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 12px;
}

@media screen and (min-width: 661px) {
  .item.goods-2row {
    padding: 0 0 32px 24px;
  }
}

@media screen and (max-width: 660px) {
  .item.goods-2row {
    display: block;
  }
  .item.goods-2row .img, .item.goods-2row .content {
    margin: 0 auto;
  }
}

.item.goods-2row .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  max-width: 50%;
  min-width: 50%;
  margin-top: 40px;
}

@media screen and (max-width: 660px) {
  .item.goods-2row .wrap {
    display: block;
    max-width: 100%;
    margin-top: 56px;
  }
  .item.goods-2row .wrap:first-child {
    margin-top: 0;
  }
}

.item.goods-2row:last-child {
  padding-bottom: 0;
}

.item.goods-2row h2 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1.4;
}

.item.goods-2row p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .02em;
  line-height: 1.6;
  margin-top: 8px;
  font-size: 1.4rem;
}

.item.goods-2row span.big {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.item.goods-2row .sub-btn {
  margin: 16px 0 0;
  min-width: 180px;
}

@media screen and (min-width: 661px) {
  .item.goods-2row .sub-btn {
    margin-left: -1px;
  }
}

@media screen and (max-width: 660px) {
  .item.goods-2row .sub-btn {
    display: block;
    margin: 16px auto;
  }
}

.item.goods-2row p.annotation {
  margin: 8px 0 0;
}

.item.goods-2row .img {
  min-width: 35%;
  max-width: 45%;
}

@media screen and (min-width: 661px) {
  .item.goods-2row .img {
    margin-top: 6px;
  }
}

.item.goods-2row .img img {
  width: 100%;
}

.item.goods-2row .content {
  max-width: 560px;
  padding: 0 24px 0 10px;
}

@media screen and (max-width: 660px) {
  .item.goods-2row .content {
    padding: 0 24px;
  }
}

@media screen and (min-width: 661px) {
  .item.goods-2row .border {
    margin-top: 5px;
    margin-bottom: 6px;
    border-top: #c0c0c0 dotted 2px;
  }
}

@media screen and (max-width: 660px) {
  .item.goods-2row {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item.goods-2row h2, .item.goods-2row p {
    margin-top: 12px;
  }
  .item.goods-2row h2 {
    text-align: center;
  }
  .item.goods-2row p.annotation {
    margin: 16px 0 0;
  }
  .item.goods-2row .img {
    min-width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }
}

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

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

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

.item.text p.annotation {
  margin-bottom: 0;
}

.item.text .content {
  max-width: calc(100vw * 600 / 1100);
  margin: auto;
  padding-bottom: 24px;
  border-bottom: solid 1px #c0c0c0;
}

@media screen and (max-width: 660px) {
  .item.text .content {
    max-width: calc(100vw * 600 / 750);
  }
  .item.text h2 {
    font-size: 1.9rem;
  }
}

.text-left-wrap {
  display: inline-block;
  margin: 0 auto;
  padding: 32px 0 24px;
}

.item.text-left {
  text-align: left;
}

.item.text-left h2 {
  margin-top: 24px;
  font-size: 2.2rem;
}

.item.text-left p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 12px;
  color: #4d4d4d;
}

.item.text-left p.annotation {
  margin-bottom: 0;
}

.item.text-left .content {
  max-width: calc(100vw * 740 / 1100);
  min-width: 600px;
  margin: auto;
  padding-bottom: 20px;
  border-bottom: solid 1px #c0c0c0;
}

@media screen and (max-width: 660px) {
  .item.text-left {
    padding: 0 0 0 6px;
  }
  .item.text-left .content {
    max-width: calc(100vw * 600 / 750);
    min-width: 250px;
  }
  .item.text-left h2 {
    font-size: 1.9rem;
  }
  .item.text-left p {
    letter-spacing: .02em;
  }
}

.item.text-tagline-a {
  padding: 16px 0 16px 6px;
  max-width: calc(100vw * 800 / 1100);
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item.text-tagline-a {
    max-width: calc(100vw * 710 / 750);
    text-align: left;
  }
}

.item.text-tagline-a h2 {
  font-size: 3.0rem;
  line-height: 1.7;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 24px 0 40px;
}

@media screen and (max-width: 660px) {
  .item.text-tagline-a h2 {
    font-size: 2.4rem;
    letter-spacing: .04em;
    margin: 12px 0 24px;
  }
}

.item.text-tagline-a p {
  font-size: 2.0rem;
  line-height: 1.7;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 32px;
}

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

.item.text-tagline-b {
  color: #fff;
  font-weight: bold;
  max-width: calc(100vw * 800 / 1100);
  padding: 48px 0 24px;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 660px) {
  .item.text-tagline-b {
    max-width: calc(100vw * 710 / 750);
  }
}

.item.text-tagline-b h2 {
  margin: 0 0 48px;
  font-size: 3.0rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.8;
}

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

.item.text-tagline-b p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.0rem;
  letter-spacing: .1em;
  margin-bottom: 40px;
  line-height: 2;
}

@media screen and (max-width: 660px) {
  .item.text-tagline-b p {
    font-size: 1.6rem;
    letter-spacing: .15em;
    line-height: 1.8;
  }
}

.item.text-tagline-b p.annotation {
  color: #fff;
}

.item.text-tagline-b ~ .bigbutton_wrap .cv-btn {
  -webkit-box-shadow: 0px 0px 8px #fff;
          box-shadow: 0px 0px 8px #fff;
}

.item.text-table table {
  max-width: calc(100vw * 800 / 1100);
  text-align: left;
  margin: 0 auto;
}

@media screen and (max-width: 660px) {
  .item.text-table table {
    max-width: 100%;
  }
}

.item.text-table table tr:first-child {
  background-color: #c0c0c0;
}

.item.text-table table tr:first-child td, .item.text-table table tr:first-child th {
  font-weight: bold;
}

.item.text-table table th {
  width: 20%;
}

@media screen and (max-width: 660px) {
  .item.text-table table th {
    width: 25%;
  }
}

.item.text-table table td, .item.text-table table th {
  border-bottom: solid 1px #c0c0c0;
  padding: 8px;
  font-size: 1.2rem;
}

.item.text-table table p {
  font-size: 1.2rem;
}

.item.text-table table .sub-btn,
.item.text-table table p.annotation {
  margin: 8px 0;
}

    