@charset "UTF-8";
/* ==========================================================================
 Foundation
========================================================================== */
:root {
  --clr-white: #fff;
  --clr-black: #000;
  --clr-err: #e53935;
  --clr-weak: #a0a0a0;
  --clr-strong: #e2c2b9;
  --clr-link: #000;
  --clr-hover: rgba(0, 0, 0, 0.7);
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(0.18, 1.07, 0.55, 1.07);
}

/* ==========================================================================
 Reset
========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

:focus {
  outline: 0 none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

/* ==========================================================================
 Font (font-family)
========================================================================== */
body,
input,
button,
textarea,
select {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴProN W3', sans-serif;
}

.ff-main {
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴProN W3', sans-serif;
}

.ff-main-en {
  font-family: YuMincho, 'Yu Mincho', serif;
}

.ff-mincho {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.ff-sub {
  font-family: YuMincho, 'Yu Mincho', serif;
}

/* ==========================================================================
Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: 'Noto Sans JP', 'Noto Sans', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴProN W3', sans-serif;
  line-height: 1.4;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-weight: var(--fw-regular);
  color: var(--clr-black);
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

input,
button,
textarea,
select {
  font-family: 'Noto Sans JP', 'Noto Sans', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴProN W3', sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-user-drag: none;
}

canvas {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

section {
  padding: 0;
}

.inner {
  padding: 0 20px;
  max-width: 1160px;
  margin: 0 auto;
}

a,
button {
  -webkit-transition: color var(--cubic), opacity var(--cubic), background-color var(--cubic);
  transition: color var(--cubic), opacity var(--cubic), background-color var(--cubic);
  color: var(--clr-link);
  text-decoration: none;
  cursor: pointer;
}

a:active, a:hover,
button:active,
button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: var(--clr-weak);
}

/* Firefox 18- */
:-moz-placeholder {
  color: var(--clr-weak);
}

/* Firefox 19+ */
::-moz-placeholder {
  color: var(--clr-weak);
}

/* IE 10+ */
:-ms-input-placeholder {
  color: var(--clr-weak);
}

:placeholder-shown {
  color: var(--clr-weak);
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/* ==========================================================================
 Layout
========================================================================== */
/* ==========================================================================
 Wrapper
========================================================================== */
/* ==========================================================================
  Header
========================================================================== */
.header {
  padding: 20px;
  background-color: #1b9e48;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 10px 20px;
  }
}

.header_inner {
  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;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .header_inner {
    padding: 0;
  }
}

.header_logo {
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .header_logo {
    width: 62%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 580px) {
  .header_logo {
    width: 42%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  .header_logo a {
    width: 100%;
  }
}

.header_btnbox {
  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;
}

@media screen and (max-width: 768px) {
  .header_btnbox {
    width: 35%;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 580px) {
  .header_btnbox {
    width: 53%;
  }
}

.header_btn {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .header_btn {
    margin-left: 0;
  }
}

.header_btn:first-of-type {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .header_btn:first-of-type {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .header_btn_pc {
    display: none;
  }
}

.header_btn_tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_btn_tab {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .header_btn_tab {
    display: none;
  }
}

.header_btn_sp {
  display: none;
}

@media screen and (max-width: 580px) {
  .header_btn_sp {
    display: block;
  }
}

.header_btn a span {
  font-size: 20px;
}

/* ==========================================================================
    Main
========================================================================== */
.intro {
  width: 100%;
  height: 100%;
}

.intro_inner {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.intro_productivity_contents {
  position: relative;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.intro_productivity_bg {
  text-align: center;
  position: relative;
}

.intro_productivity_bg img {
  width: auto !important;
}

.intro_productivity_no1 {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 155px;
}

@media screen and (max-width: 999px) {
  .intro_productivity_no1 {
    top: 6px;
    right: 9px;
    width: 15vw;
    max-width: 200px;
  }
}

.intro_productivity_txt {
  font-size: 10px;
  letter-spacing: 0;
  position: absolute;
  bottom: 15px;
  right: 30px;
  color: #fff;
  -webkit-text-stroke: 2px #535353;
  paint-order: stroke;
}

@media screen and (max-width: 999px) {
  .intro_productivity_txt {
    font-size: 1vw;
  }
}

.intro_bottom {
  height: 200px;
  background: url(../image/intro_bg.jpg) no-repeat center/100%;
  border-top: solid 5px #1c9e48;
  border-bottom: solid 5px #1c9e48;
}

@media screen and (max-width: 999px) {
  .intro_bottom {
    width: 100%;
    height: 20vw;
  }
}

.intro_bottom_inner {
  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;
  padding: 0 20px;
  height: 100%;
}

@media screen and (max-width: 999px) {
  .intro_bottom_inner {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .intro_bottom_inner {
    max-width: 100%;
  }
}

.intro_bottom ._txt {
  margin-right: 15px;
}

.explanation {
  padding: 0;
}

.explanation_inner {
  padding: 0;
  max-width: 100%;
  position: relative;
}

.explanation_top {
  position: relative;
  background-image: url(../image/explanation_bg.png);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  padding: 150px 20px;
  z-index: 10;
  -webkit-filter: drop-shadow(5px 5px 10px #000);
          filter: drop-shadow(5px 5px 10px #000);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
}

@media screen and (max-width: 999px) {
  .explanation_top {
    padding: 130px 20px;
  }
}

@media screen and (max-width: 768px) {
  .explanation_top {
    background-image: url(../image/explanation_bg_sp.png);
    padding: 120px 20px;
  }
}

@media screen and (max-width: 580px) {
  .explanation_top {
    padding: 70px 20px;
  }
}

.explanation_top_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 20px 10px;
}

@media screen and (max-width: 999px) {
  .explanation_top_contents {
    top: 55%;
  }
}

.explanation_comic_img {
  width: 100%;
  max-width: 701px;
  margin-right: auto;
  margin-left: auto;
}

.explanation_txtbox {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 65vw;
}

.explanation_txt {
  font-size: 47px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .explanation_txt {
    font-size: 30px;
  }
}

.explanation_txt._first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 42px;
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .explanation_txt._first {
    font-size: 28px;
  }
}

.explanation_txt._first p {
  padding-left: 6px;
  margin-bottom: -6px;
}

@media screen and (max-width: 999px) {
  .explanation_txt._first p {
    margin-bottom: -3px;
  }
}

.explanation_txt._first p span {
  font-size: 38px;
}

@media screen and (max-width: 999px) {
  .explanation_txt._first p span {
    font-size: 22px;
  }
}

.explanation_logo {
  width: 36vw;
  min-width: 360px;
  max-width: 440px;
}

.explanation_comic {
  max-width: 900px;
  width: 77vw;
  background-color: #fff;
  padding: 150px 34px 3px;
  margin: -130px auto 0;
}

@media screen and (max-width: 768px) {
  .explanation_comic {
    max-width: 700px;
    width: calc(100% - 40px);
    padding-top: 200px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 580px) {
  .explanation_comic {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.award_inner {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.award_band {
  border-top: solid 5px #1c9e48;
  border-bottom: solid 5px #1c9e48;
  padding: 20px;
  background-color: #fff;
}

.award_txt {
  font-size: 28px;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .award_txt {
    font-size: 31px;
  }
}

@media screen and (max-width: 580px) {
  .award_txt {
    font-size: 20px;
  }
}

.award_txt._first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 34px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .award_txt._first {
    font-size: 33px;
  }
}

.award_txt._first p {
  padding-left: 6px;
  margin-bottom: -6px;
}

@media screen and (max-width: 580px) {
  .award_txt._first p {
    font-size: 22px;
  }
}

.award_logo {
  width: 377px;
}

@media screen and (max-width: 768px) {
  .award_logo {
    max-width: 415px;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .award_logo {
    max-width: 260px;
  }
}

.award_introduction {
  max-width: 900px;
  width: 77vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .award_introduction {
    max-width: 700px;
    width: calc(100% - 40px);
  }
}

.award_introduction_inner {
  background-color: #fff;
  padding: 20px 40px 40px;
}

@media screen and (max-width: 580px) {
  .award_introduction_inner {
    padding: 20px;
  }
}

.award_icon {
  width: 100%;
  max-width: 663px;
  padding: 12px 0 0;
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .award_icon {
    width: 100%;
    max-width: 612px;
  }
}

.award_movie_img {
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
}

.award_movie_wrap {
  width: 100%;
}

.award_movie_video {
  width: 100%;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

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

.worry_inner {
  max-width: 100%;
  padding: 0;
}

.worry_top {
  background-image: url(../image/worry_bg.png);
  background-position: left 50% bottom 0;
  background-repeat: no-repeat;
  padding: 80px 0 120px;
  position: relative;
  z-index: 10;
  -webkit-filter: drop-shadow(5px 5px 10px #000);
          filter: drop-shadow(5px 5px 10px #000);
}

@media screen and (max-width: 768px) {
  .worry_top {
    background-image: url(../image/worry_bg_sp.png);
    background-position: left 50% top 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .worry_top {
    padding-bottom: 50px;
    background-position: left 50% bottom 0;
  }
}

.worry_txt {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 999px) {
  .worry_txt {
    font-size: 52px;
  }
}

@media screen and (max-width: 768px) {
  .worry_txt {
    font-size: 48px;
    padding-top: 45px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 580px) {
  .worry_txt {
    font-size: 26px;
  }
}

.worry_contents {
  max-width: 900px;
  width: 77vw;
  background-color: #fff;
  padding: 205px 40px 20px;
  margin: -120px auto 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 999px) {
  .worry_contents {
    padding: 140px 40px 20px;
    margin: -100px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .worry_contents {
    max-width: 700px;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 580px) {
  .worry_contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.worry_contents::after {
  content: '';
  position: absolute;
  height: 60px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  /* ココ */
  background-color: #fff;
  /* デモは青色の部分 */
  left: 0;
  bottom: -59.5px;
  /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
  z-index: 20;
}

@media screen and (max-width: 768px) {
  .worry_contents::after {
    height: 45px;
    bottom: -44.5px;
  }
}

.worry_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 10px;
  border-bottom: dotted 6px #878787;
  margin-bottom: 54px;
}

@media screen and (max-width: 999px) {
  .worry_item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 580px) {
  .worry_item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.worry_item:nth-of-type(3) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.worry_item:nth-of-type(3) .worry_item_txt {
  line-height: 1.6;
}

.worry_item:nth-of-type(3) .worry_check {
  padding-top: 3px;
}

@media screen and (max-width: 999px) {
  .worry_item:nth-of-type(3) .worry_check {
    padding-top: 9px;
  }
}

@media screen and (max-width: 580px) {
  .worry_item:nth-of-type(3) .worry_check {
    padding-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .worry_item:nth-of-type(6) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .worry_item:nth-of-type(6) .worry_item_txt {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .worry_item:nth-of-type(6) .worry_check {
    padding-top: 9px;
  }
}

@media screen and (max-width: 580px) {
  .worry_item:nth-of-type(6) .worry_check {
    padding-top: 3px;
  }
}

.worry_item_txt {
  font-size: 33px;
  letter-spacing: 0.01em;
  font-weight: bold;
  color: #424242;
  padding-left: 10px;
}

@media screen and (max-width: 999px) {
  .worry_item_txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .worry_item_txt {
    font-size: 32px;
  }
}

@media screen and (max-width: 580px) {
  .worry_item_txt {
    font-size: 1.4em;
  }
}

.worry_check {
  width: 42px;
}

@media screen and (max-width: 999px) {
  .worry_check {
    width: 24px;
  }
}

@media screen and (max-width: 580px) {
  .worry_check {
    padding-top: 3px;
  }
}

.worry_img {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 629px;
}

@media screen and (max-width: 768px) {
  .worry_img {
    max-width: 513px;
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .worry_img {
    width: 90%;
  }
}

.worry_space {
  background-color: #878787;
  height: 30px;
  position: relative;
}

.worry_space::after {
  content: '';
  position: absolute;
  height: 75px;
  max-width: 1000px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  /* ココ */
  background-color: #878787;
  /* デモは青色の部分 */
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -112px;
  /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .worry_space::after {
    height: 45px;
    bottom: -63px;
  }
}

.worry_comic_inner {
  max-width: 1050px;
  width: 90vw;
  padding: 30px 0 0;
  margin: -30px auto 0;
}

@media screen and (max-width: 768px) {
  .worry_comic_inner {
    padding-top: 120px;
    padding-bottom: 20px;
    background-color: #fff;
  }
}

@media screen and (max-width: 580px) {
  .worry_comic_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.worry_comic_inner figure {
  max-width: 1050px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .worry_comic_inner figure {
    width: 100%;
  }
}

.service {
  border-bottom: solid 20px #1c9e48;
}

@media screen and (max-width: 580px) {
  .service {
    border-bottom: solid 10px #1c9e48;
  }
}

.service_inner {
  max-width: 100%;
  padding: 20px 0 0;
  background: #8e8e8e;
  position: relative;
}

.service_top {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 249px;
  border-radius: 100% / 140% 140% 0 0;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .service_top {
    height: 300px;
    border-radius: 300% /300% 300% 0 0;
  }
}

@media screen and (max-width: 580px) {
  .service_top {
    height: 220px;
  }
}

.service_notime {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 830px;
  width: 100%;
}

.service_txt {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 4.6rem;
  font-weight: bold;
  color: #f18800;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .service_txt {
    font-size: 4.6vw;
  }
}

@media screen and (max-width: 768px) {
  .service_txt {
    font-size: 46px;
  }
}

@media screen and (max-width: 580px) {
  .service_txt {
    font-size: 24px;
  }
}

.service_band {
  border-top: solid 5px #1c9e48;
  border-bottom: solid 5px #1c9e48;
  position: relative;
  background-color: #fff;
  text-align: center;
  z-index: 20;
  padding: 28px 0 30px;
  margin: -40px auto 0;
}

.service_band_txt {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .service_band_txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service_band_txt {
    font-size: 34px;
  }
}

@media screen and (max-width: 580px) {
  .service_band_txt {
    font-size: 20px;
  }
}

.service_band_txt._first {
  margin-bottom: 10px;
}

.service_band_txt._last {
  font-size: 44px;
}

@media screen and (max-width: 999px) {
  .service_band_txt._last {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .service_band_txt._last {
    font-size: 40px;
  }
}

@media screen and (max-width: 580px) {
  .service_band_txt._last {
    font-size: 26px;
  }
}

.service_band_logo {
  width: 797px;
  margin: 0 auto 11px;
}

@media screen and (max-width: 999px) {
  .service_band_logo {
    max-width: 450px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .service_band_logo {
    max-width: 659px;
  }
}

@media screen and (max-width: 580px) {
  .service_band_logo {
    width: calc(100% - 40px);
  }
}

.service_contents_inner {
  background-color: #fff;
  max-width: 900px;
  width: 77vw;
  padding: 19px 20px 410px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .service_contents_inner {
    padding-bottom: 42vw;
  }
}

@media screen and (max-width: 768px) {
  .service_contents_inner {
    max-width: 700px;
    width: calc(100% - 40px);
  }
}

.service_contents ._number {
  font-size: 53px;
  letter-spacing: 0;
  font-weight: bold;
  color: #1c9e48;
}

@media screen and (max-width: 999px) {
  .service_contents ._number {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._number {
    font-size: 40px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._number {
    font-size: 25px;
  }
}

.service_contents ._ttl {
  font-size: 47px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 41px;
}

@media screen and (max-width: 999px) {
  .service_contents ._ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._ttl {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.service_contents ._txt {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .service_contents ._txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._txt {
    font-size: 34px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._txt {
    font-size: 1.4em;
  }
}

.service_contents ._point01 {
  margin-bottom: 31px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point01 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point01 {
    margin-bottom: 40px;
  }
}

.service_contents ._point01 ._txt {
  margin-bottom: 21px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point01 ._txt {
    margin-bottom: 15px;
  }
}

.service_contents ._point01 ._300yen {
  width: 611px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point01 ._300yen {
    max-width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point01 ._300yen {
    max-width: 597px;
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point01 ._300yen {
    max-width: 360px;
  }
}

.service_contents ._point01 ._check_txt {
  width: 360px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .service_contents ._point01 ._check_txt {
    max-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point01 ._check_txt {
    max-width: 424px;
    width: 60%;
    margin-left: 35%;
  }
}

.service_contents ._point01 ._check_illust {
  position: absolute;
  width: 233px;
  bottom: -30px;
  left: -65px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point01 ._check_illust {
    width: 150px;
    bottom: 0;
    left: -20px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point01 ._check_illust {
    width: 200px;
    bottom: -10px;
    left: -30px;
  }
}

@media screen and (max-width: 580px) and (max-width: 768px) {
  .service_contents ._point01 ._check_illust {
    width: 120px;
    bottom: -10px;
    left: -30px;
  }
}

.service_contents ._point02 {
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 {
    margin-bottom: 30px;
  }
}

.service_contents ._point02 ._ttl {
  font-size: 37px;
  line-height: 1.25;
  padding-top: 13px;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  .service_contents ._point02 ._ttl {
    font-size: 22px;
    padding-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._ttl {
    font-size: 40px;
    padding-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._ttl {
    font-size: 18px;
  }
}

.service_contents ._point02 ._txt._first {
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._txt._first {
    font-size: 40px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._txt._first {
    font-size: 22px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._txt._second {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._txt._second {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.service_contents ._point02 ._txt ._large {
  font-size: 65px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point02 ._txt ._large {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._txt ._large {
    font-size: 80px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._txt ._large {
    font-size: 30px;
  }
}

.service_contents ._point02 ._txt ._middle {
  font-size: 54px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point02 ._txt ._middle {
    font-size: 27px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._txt ._middle {
    font-size: 70px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._txt ._middle {
    font-size: 25px;
  }
}

.service_contents ._point02 ._txt ._small {
  font-size: 43px;
  padding: 0 3px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point02 ._txt ._small {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._txt ._small {
    font-size: 55px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._txt ._small {
    font-size: 20px;
  }
}

.service_contents ._point02 ._mieruka {
  position: relative;
  padding-top: 31px;
  margin-bottom: 20px;
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._mieruka {
    margin-bottom: 30px;
  }
}

.service_contents ._point02 ._mieruka ._txt {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .service_contents ._point02 ._mieruka ._txt {
    max-width: 270px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._mieruka ._txt {
    max-width: 600px;
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._mieruka ._txt {
    max-width: 270px;
    margin-bottom: 0;
  }
}

.service_contents ._point02 ._mieruka ._img {
  position: absolute;
  width: 131px;
  top: -20px;
  right: 10px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point02 ._mieruka ._img {
    width: 90px;
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point02 ._mieruka ._img {
    width: 100px;
    top: -50px;
    right: -10px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point02 ._mieruka ._img {
    width: 65px;
    top: -20px;
  }
}

.service_contents ._point03 ._txt._large {
  font-size: 40px;
  margin-bottom: 38px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point03 ._txt._large {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point03 ._txt._large {
    font-size: 44px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point03 ._txt._large {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}

.service_contents ._point03 ._txt._middle {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point03 ._txt._middle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point03 ._txt._middle {
    display: block;
    font-size: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point03 ._txt._middle {
    font-size: 1.4em;
  }
}

.service_contents ._point03 ._txt._small {
  font-size: 23px;
  line-height: 1.5;
  padding: 0 3px;
}

@media screen and (max-width: 999px) {
  .service_contents ._point03 ._txt._small {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point03 ._txt._small {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 580px) {
  .service_contents ._point03 ._txt._small {
    font-size: 1.4em;
  }
}

.service_contents ._point03 ._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .service_contents ._point03 ._list {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point03 ._item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .service_contents ._point03 ._item figure {
    max-width: 200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.service_bottom {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  max-width: 863px;
}

@media screen and (max-width: 900px) {
  .service_bottom {
    max-width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .service_bottom {
    max-width: 664px;
    width: 90%;
    bottom: -65px;
  }
}

@media screen and (max-width: 580px) {
  .service_bottom {
    bottom: -30px;
  }
}

.service_bottom_comic {
  width: 100%;
  margin: 0 auto;
}

.case_inner {
  max-width: 100%;
  padding: 65px 0 90px;
}

@media screen and (max-width: 768px) {
  .case_inner {
    max-width: 100%;
    padding: 30px 0 50px;
    margin-right: auto;
    margin-left: auto;
  }
}

.case_txtbox {
  text-align: center;
  margin: 0 auto 50px;
}

.case_txt {
  font-size: 51px;
  font-weight: bold;
  color: #1c9e48;
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke;
}

@media screen and (max-width: 999px) {
  .case_txt {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .case_txt {
    font-size: 43px;
  }
}

@media screen and (max-width: 580px) {
  .case_txt {
    font-size: 22px;
    -webkit-text-stroke: 5px #fff;
  }
}

.case_txt._first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.case_txt._first p {
  padding-left: 3px;
}

@media screen and (max-width: 768px) {
  .case_txt span {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
  }
}

.case_logo {
  display: inline-block;
  width: 100%;
  max-width: 651px;
}

@media screen and (max-width: 999px) {
  .case_logo {
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .case_logo {
    max-width: 539px;
  }
}

@media screen and (max-width: 580px) {
  .case_logo {
    max-width: 250px;
  }
}

.cta_inner {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.cta_contents {
  background-color: #1c9e48;
  padding: 40px 0;
}

.cta_txt {
  width: 473px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 999px) {
  .cta_txt {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 580px) {
  .cta_txt {
    max-width: 65%;
  }
}

.cta_btnbox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .cta_btnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 452px;
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
}

.cta_btnbox a {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .cta_btnbox a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .cta_btnbox a:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.cta_bottom {
  height: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cta_bottom {
    height: 35px;
  }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
  padding: 52px 20px 40px;
  background-color: #1b9e48;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 20px;
  }
}

.footer p,
.footer span,
.footer a {
  color: #fff;
}

.footer_inner {
  max-width: 780px;
}

@media screen and (max-width: 580px) {
  .footer_inner {
    padding: 0 20px;
  }
}

.footer_title {
  font-size: 24.5px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer_title {
    font-size: 27px;
  }
}

@media screen and (max-width: 580px) {
  .footer_title {
    font-size: 18px;
  }
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_top_item {
  border-left: 5px solid #fff;
  padding: 0 18px;
}

@media screen and (max-width: 768px) {
  .footer_top_item {
    width: 100%;
    padding-right: 0;
  }
}

.footer_top_item p {
  font-size: 19px;
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer_top_item p {
    font-size: 27.5px;
  }
}

@media screen and (max-width: 580px) {
  .footer_top_item p {
    font-size: 16px;
  }
}

.footer_top_item ._place {
  margin-bottom: 20px;
}

@media screen and (max-width: 580px) {
  .footer_top_item ._place {
    margin-bottom: 15px;
  }
}

.footer_top_item ._address {
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .footer_top_item ._address {
    font-size: 24.5px;
  }
}

@media screen and (max-width: 580px) {
  .footer_top_item ._address {
    font-size: 13px;
  }
}

.footer_top_item._item01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 580px) {
  .footer_top_item._item01 {
    margin-bottom: 20px;
  }
}

.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .footer_center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

.footer_center a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .footer_center a {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 580px) {
  .footer_center a {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.footer_center figure {
  padding-right: 10px;
}

.footer_tel {
  padding-right: 30px;
}

.footer_bottom {
  margin-bottom: 30px;
}

.footer_bottom_first {
  margin-bottom: 30px;
}

.footer_icon:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .footer_icon:not(:last-of-type) {
    margin-right: 20px;
  }
}

.footer_icon._isms, .footer_icon._amazon {
  cursor: unset;
}

.footer_icon._isms:hover, .footer_icon._amazon:hover {
  opacity: 1 !important;
  pointer-events: none !important;
}

.copyright {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 12px;
    padding: 15px 0 10px;
    text-align: center;
  }
}

/* ==========================================================================
 Object
========================================================================== */
/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/* ==========================================================================
column
========================================================================== */
.section {
  padding: 0 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 0;
    margin-bottom: 50px;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}

.section-ttl {
  font-size: 2.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.section-subttl {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .section-subttl {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .col-2 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}

.col-2:first-of-type {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .col-2:first-of-type {
    margin-right: auto;
  }
}

.col-2:last-of-type {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .col-2:last-of-type {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .col-2 .section-img {
    max-width: 340px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.col-2 .section-item-ttl {
  font-size: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col-2 .section-item-ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.col-2 .section-item-txt {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .col-2 .section-item-txt {
    font-size: 1.4rem;
  }
}

.col-2_2 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-right: 10%;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .col-2_2 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.col-2_2:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .col-2_2:nth-of-type(2n) {
    margin-right: auto;
  }
}

.col-2_2:nth-of-type(3n) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .col-2_2:nth-of-type(3n) {
    margin-bottom: 20px;
  }
}

.col-2_2:last-of-type {
  margin-bottom: 0;
}

.col-2_2 .section-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col-2_2 .section-img {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}

.col-2_2 .section-item-ttl {
  font-size: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .col-2_2 .section-item-ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.col-2_2 .section-item-txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .col-2_2 .section-item-txt {
    font-size: 1.4rem;
  }
}

.col-3 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .col-3 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.col-3:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .col-3:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
}

.col-3 .section-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col-3 .section-img {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}

.col-3 .section-item-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col-3 .section-item-ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.col-3 .section-item-txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .col-3 .section-item-txt {
    font-size: 1.4rem;
  }
}

.col-4 {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .col-4 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.col-4:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .col-4:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
}

.col-4 .section-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col-4 .section-img {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}

.col-4 .section-item-ttl {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .col-4 .section-item-ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.col-4 .section-item-txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .col-4 .section-item-txt {
    font-size: 1.4rem;
  }
}

/* ==========================================================================
    button
    ========================================================================== */
/* ==========================================================================
 keyframe
========================================================================== */
.scroll-txt {
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #49453a;
  margin-left: -6px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scroll-box {
  position: relative;
  bottom: 206px;
  left: 96.8%;
  z-index: 100;
}

@media screen and (max-width: 1100px) {
  .scroll-box {
    visibility: hidden;
    opacity: 0;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 206px;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 2s ease-in-out infinite;
          animation: arrowmove 2s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: -110%;
  }
  50% {
    bottom: -80%;
  }
  100% {
    bottom: -110%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: -110%;
  }
  50% {
    bottom: -80%;
  }
  100% {
    bottom: -110%;
  }
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #49453a;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
  content: '';
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -3px;
  /*矢印の形状*/
  width: 1px;
  height: 8px;
  background: #49453a;
  -webkit-transform: skewX(-40deg);
          transform: skewX(-40deg);
}

.scrolldown:after {
  content: '';
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 70px;
  background: #49453a;
}

/* -----------------------------------------------------------------
 Project
----------------------------------------------------------------- */
.slick-slider {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .slick-slider {
    max-width: 100%;
  }
}

.slide img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.slide.slick-center img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slide-item {
  position: relative;
  overflow: hidden;
}

.slide-item figure {
  display: block;
  overflow: hidden;
  margin: unset;
}

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

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 40px;
}

@media screen and (max-width: 580px) {
  .slick-arrow {
    width: 25px;
  }
}

.slick-prev {
  left: 8%;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: 3%;
  }
}

.slick-next {
  right: 8%;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: 3%;
  }
}

.p-ttlbox {
  position: relative;
}

.p-ttlbox::before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: -1;
}

.p-ttl {
  font-size: 2.4rem;
  font-weight: lighter;
  letter-spacing: 0.26em;
  line-height: 2.083;
  font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

@media screen and (max-width: 768px) {
  .p-ttl {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.p-en-ttl {
  position: relative;
}

.p-en-ttl::after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background-color: #49453a;
  position: absolute;
  left: 50%;
  bottom: -79px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-en-ttl::after {
    height: 30px;
    bottom: -50px;
  }
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
/* ==========================================================================
 vertical-align
========================================================================== */
.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

/* ==========================================================================
border
========================================================================== */
.u-br-4 {
  border-radius: 4px;
}

.u-br-8 {
  border-radius: 8px;
}

.u-br-12 {
  border-radius: 12px;
}

.u-br-16 {
  border-radius: 16px;
}

/* border-none */
.u-br-0 {
  border: none;
}

.u-br-t-0 {
  border-top: none;
}

.u-br-r-0 {
  border-right: none;
}

.u-br-b-0 {
  border-bottom: none;
}

.u-br-l-0 {
  border-left: none;
}

/* ==========================================================================
box-shadow
========================================================================== */
.u-bs-1 {
  -webkit-box-shadow: -1px -1px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: -1px -1px 10px 2px rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
 clearfix
========================================================================== */
.u-cf {
  min-height: 1%;
}

.u-cf:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}

/* ==========================================================================
 display
========================================================================== */
.u-d-tb {
  display: table !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-i-sp {
  display: none !important;
}

.u-d-n {
  display: none !important;
}

.u_d_f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u_d_f_sp {
  display: none !important;
}

.u_d_b_sp2 {
  display: none !important;
}

.u_d_f_pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-d-tb-sp {
    display: table !important;
  }
  .u-d-tbc-sp {
    display: table-cell !important;
  }
  .u-d-b-sp {
    display: block !important;
  }
  .u-d-ib-sp {
    display: inline-block !important;
  }
  .u-d-i-sp {
    display: inline !important;
  }
  .u-d-n-sp {
    display: none !important;
  }
  .u_d_f-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u_d_f-pc {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .u_d_n_sp2 {
    display: none !important;
  }
  .u_d_b_sp2 {
    display: block !important;
  }
}

/* ==========================================================================
 flex
========================================================================== */
/* flex-wrap */
.u-fp-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.u-fp-n {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* flex-direction */
.u-fd-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-fd-cr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-fd-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.u-fd-rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* align-items */
.u-ai-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* justify-content */
.u-jc-l {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-jc-r {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.u-jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.u-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-jc-se {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  /* flex-wrap */
  .u-fp-w-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .u-fp-n-sp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* flex-direction */
  .u-fd-c-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .u-fd-cr-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .u-fd-r-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .u-fd-rr-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* align-items */
  .u-ai-fs-sp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .u-ai-c-sp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-ai-fe-sp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  /* justify-content */
  .u-jc-l-sp {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .u-jc-c-sp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-jc-r-sp {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .u-jc-fs-sp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .u-jc-fe-sp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .u-jc-sa-sp {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .u-jc-sb-sp {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .u-jc-se-sp {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

/* ==========================================================================
 float
========================================================================== */
.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-fl-n {
  float: none !important;
}

@media screen and (max-width: 768px) {
  .u-fl-l-sp {
    float: left !important;
  }
  .u-fl-r-sp {
    float: right !important;
  }
  .u-fl-n-sp {
    float: none !important;
  }
}

/* ==========================================================================
 font-size
========================================================================== */
.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-21 {
  font-size: 2.1rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-23 {
  font-size: 2.3rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-fz-25 {
  font-size: 2.5rem !important;
}

.u-fz-26 {
  font-size: 2.6rem !important;
}

.u-fz-27 {
  font-size: 2.7rem !important;
}

.u-fz-28 {
  font-size: 2.8rem !important;
}

.u-fz-29 {
  font-size: 2.9rem !important;
}

.u-fz-30 {
  font-size: 3rem !important;
}

.u-fz-31 {
  font-size: 3.1rem !important;
}

.u-fz-32 {
  font-size: 3.2rem !important;
}

.u-fz-33 {
  font-size: 3.3rem !important;
}

@media screen and (max-width: 768px) {
  .u-fz-sp-10 {
    font-size: 1rem !important;
  }
  .u-fz-sp-11 {
    font-size: 1.1rem !important;
  }
  .u-fz-sp-12 {
    font-size: 1.2rem !important;
  }
  .u-fz-sp-13 {
    font-size: 1.3rem !important;
  }
  .u-fz-sp-14 {
    font-size: 1.4rem !important;
  }
  .u-fz-sp-15 {
    font-size: 1.5rem !important;
  }
  .u-fz-sp-16 {
    font-size: 1.6rem !important;
  }
  .u-fz-sp-17 {
    font-size: 1.7rem !important;
  }
  .u-fz-sp-18 {
    font-size: 1.8rem !important;
  }
  .u-fz-sp-19 {
    font-size: 1.9rem !important;
  }
  .u-fz-sp-20 {
    font-size: 2rem !important;
  }
  .u-fz-sp-21 {
    font-size: 2.1rem !important;
  }
  .u-fz-sp-22 {
    font-size: 2.2rem !important;
  }
  .u-fz-sp-23 {
    font-size: 2.3rem !important;
  }
  .u-fz-sp-24 {
    font-size: 2.4rem !important;
  }
  .u-fz-sp-25 {
    font-size: 2.5rem !important;
  }
  .u-fz-sp-26 {
    font-size: 2.6rem !important;
  }
  .u-fz-sp-27 {
    font-size: 2.7rem !important;
  }
  .u-fz-sp-28 {
    font-size: 2.8rem !important;
  }
  .u-fz-sp-29 {
    font-size: 2.9rem !important;
  }
  .u-fz-sp-30 {
    font-size: 3rem !important;
  }
  .u-fz-sp-31 {
    font-size: 3.1rem !important;
  }
  .u-fz-sp-32 {
    font-size: 3.2rem !important;
  }
  .u-fz-sp-33 {
    font-size: 3.3rem !important;
  }
}

/* ==========================================================================
 font-weight
========================================================================== */
.u_fw_thin {
  font-weight: var(--fw-thin) !important;
}

.u_fw_light {
  font-weight: var(--fw-light) !important;
}

.u_fw_regular {
  font-weight: var(--fw-regular) !important;
}

.u_fw_medium {
  font-weight: var(--fw-medium) !important;
}

.u_fw_bold {
  font-weight: var(--fw-bold) !important;
}

.u_fw_black {
  font-weight: var(--fw-black) !important;
}

/* ==========================================================================
 color
========================================================================== */
.color_orange {
  color: #f18800 !important;
}

.color_green {
  color: #1c9e48 !important;
}

/* ==========================================================================
 margin
========================================================================== */
.u-m-c {
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-m-r {
  margin: 0 auto 0 0 !important;
}

.u-m-l {
  margin: 0 0 0 auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-m-c-sp {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .u-m-r-sp {
    margin: 0 auto 0 0 !important;
  }
  .u-m-l-sp {
    margin: 0 0 0 auto !important;
  }
  .u-m-0-sp {
    margin: 0 0 0 auto !important;
  }
}

/* Top margin */
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mt-105 {
  margin-top: 105px !important;
}

.u-mt-110 {
  margin-top: 110px !important;
}

.u-mt-115 {
  margin-top: 115px !important;
}

.u-mt-120 {
  margin-top: 120px !important;
}

/* Right margin */
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mr-105 {
  margin-right: 105px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-mr-115 {
  margin-right: 115px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

/* Bottom margin */
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mb-105 {
  margin-bottom: 105px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-mb-115 {
  margin-bottom: 115px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

/* Left margin */
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-ml-105 {
  margin-left: 105px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-ml-115 {
  margin-left: 115px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

@media screen and (max-width: 768px) {
  /* Top margin */
  .u-mt-sp-0 {
    margin-top: 0px !important;
  }
  .u-mt-sp-5 {
    margin-top: 5px !important;
  }
  .u-mt-sp-10 {
    margin-top: 10px !important;
  }
  .u-mt-sp-15 {
    margin-top: 15px !important;
  }
  .u-mt-sp-20 {
    margin-top: 20px !important;
  }
  .u-mt-sp-25 {
    margin-top: 25px !important;
  }
  .u-mt-sp-30 {
    margin-top: 30px !important;
  }
  .u-mt-sp-35 {
    margin-top: 35px !important;
  }
  .u-mt-sp-40 {
    margin-top: 40px !important;
  }
  .u-mt-sp-45 {
    margin-top: 45px !important;
  }
  .u-mt-sp-50 {
    margin-top: 50px !important;
  }
  .u-mt-sp-55 {
    margin-top: 55px !important;
  }
  .u-mt-sp-60 {
    margin-top: 60px !important;
  }
  .u-mt-sp-65 {
    margin-top: 65px !important;
  }
  .u-mt-sp-70 {
    margin-top: 70px !important;
  }
  .u-mt-sp-75 {
    margin-top: 75px !important;
  }
  .u-mt-sp-80 {
    margin-top: 80px !important;
  }
  .u-mt-sp-85 {
    margin-top: 85px !important;
  }
  .u-mt-sp-90 {
    margin-top: 90px !important;
  }
  .u-mt-sp-95 {
    margin-top: 95px !important;
  }
  .u-mt-sp-100 {
    margin-top: 100px !important;
  }
  .u-mt-sp-105 {
    margin-top: 105px !important;
  }
  .u-mt-sp-110 {
    margin-top: 110px !important;
  }
  .u-mt-sp-115 {
    margin-top: 115px !important;
  }
  .u-mt-sp-120 {
    margin-top: 120px !important;
  }
  /* Right margin */
  .u-mr-sp-0 {
    margin-right: 0px !important;
  }
  .u-mr-sp-5 {
    margin-right: 5px !important;
  }
  .u-mr-sp-10 {
    margin-right: 10px !important;
  }
  .u-mr-sp-15 {
    margin-right: 15px !important;
  }
  .u-mr-sp-20 {
    margin-right: 20px !important;
  }
  .u-mr-sp-25 {
    margin-right: 25px !important;
  }
  .u-mr-sp-30 {
    margin-right: 30px !important;
  }
  .u-mr-sp-35 {
    margin-right: 35px !important;
  }
  .u-mr-sp-40 {
    margin-right: 40px !important;
  }
  .u-mr-sp-45 {
    margin-right: 45px !important;
  }
  .u-mr-sp-50 {
    margin-right: 50px !important;
  }
  .u-mr-sp-55 {
    margin-right: 55px !important;
  }
  .u-mr-sp-60 {
    margin-right: 60px !important;
  }
  .u-mr-sp-65 {
    margin-right: 65px !important;
  }
  .u-mr-sp-70 {
    margin-right: 70px !important;
  }
  .u-mr-sp-75 {
    margin-right: 75px !important;
  }
  .u-mr-sp-80 {
    margin-right: 80px !important;
  }
  .u-mr-sp-85 {
    margin-right: 85px !important;
  }
  .u-mr-sp-90 {
    margin-right: 90px !important;
  }
  .u-mr-sp-95 {
    margin-right: 95px !important;
  }
  .u-mr-sp-100 {
    margin-right: 100px !important;
  }
  .u-mr-sp-105 {
    margin-right: 105px !important;
  }
  .u-mr-sp-110 {
    margin-right: 110px !important;
  }
  .u-mr-sp-115 {
    margin-right: 115px !important;
  }
  .u-mr-sp-120 {
    margin-right: 120px !important;
  }
  /* Bottom margin */
  .u-mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 105px !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 110px !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 115px !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 120px !important;
  }
  /* Left margin */
  .u-ml-sp-0 {
    margin-left: 0px !important;
  }
  .u-ml-sp-5 {
    margin-left: 5px !important;
  }
  .u-ml-sp-10 {
    margin-left: 10px !important;
  }
  .u-ml-sp-15 {
    margin-left: 15px !important;
  }
  .u-ml-sp-20 {
    margin-left: 20px !important;
  }
  .u-ml-sp-25 {
    margin-left: 25px !important;
  }
  .u-ml-sp-30 {
    margin-left: 30px !important;
  }
  .u-ml-sp-35 {
    margin-left: 35px !important;
  }
  .u-ml-sp-40 {
    margin-left: 40px !important;
  }
  .u-ml-sp-45 {
    margin-left: 45px !important;
  }
  .u-ml-sp-50 {
    margin-left: 50px !important;
  }
  .u-ml-sp-55 {
    margin-left: 55px !important;
  }
  .u-ml-sp-60 {
    margin-left: 60px !important;
  }
  .u-ml-sp-65 {
    margin-left: 65px !important;
  }
  .u-ml-sp-70 {
    margin-left: 70px !important;
  }
  .u-ml-sp-75 {
    margin-left: 75px !important;
  }
  .u-ml-sp-80 {
    margin-left: 80px !important;
  }
  .u-ml-sp-85 {
    margin-left: 85px !important;
  }
  .u-ml-sp-90 {
    margin-left: 90px !important;
  }
  .u-ml-sp-95 {
    margin-left: 95px !important;
  }
  .u-ml-sp-100 {
    margin-left: 100px !important;
  }
  .u-ml-sp-105 {
    margin-left: 105px !important;
  }
  .u-ml-sp-110 {
    margin-left: 110px !important;
  }
  .u-ml-sp-115 {
    margin-left: 115px !important;
  }
  .u-ml-sp-120 {
    margin-left: 120px !important;
  }
}

/* em margin */
.u-mb-1em {
  margin-bottom: 1em;
}

/* negative margin */
.u-mt--80 {
  margin-top: -80px;
}

/* ==========================================================================
 padding
========================================================================== */
/* Top padding */
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

/* Right padding */
.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

/* Bottom padding */
.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

/* Left padding */
.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

@media screen and (max-width: 768px) {
  /* Top padding */
  .u-pt-sp-0 {
    padding-top: 0px !important;
  }
  .u-pt-sp-5 {
    padding-top: 5px !important;
  }
  .u-pt-sp-10 {
    padding-top: 10px !important;
  }
  .u-pt-sp-15 {
    padding-top: 15px !important;
  }
  .u-pt-sp-20 {
    padding-top: 20px !important;
  }
  .u-pt-sp-25 {
    padding-top: 25px !important;
  }
  .u-pt-sp-30 {
    padding-top: 30px !important;
  }
  .u-pt-sp-35 {
    padding-top: 35px !important;
  }
  .u-pt-sp-40 {
    padding-top: 40px !important;
  }
  .u-pt-sp-45 {
    padding-top: 45px !important;
  }
  .u-pt-sp-50 {
    padding-top: 50px !important;
  }
  .u-pt-sp-55 {
    padding-top: 55px !important;
  }
  .u-pt-sp-60 {
    padding-top: 60px !important;
  }
  .u-pt-sp-65 {
    padding-top: 65px !important;
  }
  .u-pt-sp-70 {
    padding-top: 70px !important;
  }
  .u-pt-sp-75 {
    padding-top: 75px !important;
  }
  .u-pt-sp-80 {
    padding-top: 80px !important;
  }
  .u-pt-sp-85 {
    padding-top: 85px !important;
  }
  .u-pt-sp-90 {
    padding-top: 90px !important;
  }
  /* Right padding */
  .u-pr-sp-0 {
    padding-right: 0px !important;
  }
  .u-pr-sp-5 {
    padding-right: 5px !important;
  }
  .u-pr-sp-10 {
    padding-right: 10px !important;
  }
  .u-pr-sp-15 {
    padding-right: 15px !important;
  }
  .u-pr-sp-20 {
    padding-right: 20px !important;
  }
  .u-pr-sp-25 {
    padding-right: 25px !important;
  }
  .u-pr-sp-30 {
    padding-right: 30px !important;
  }
  .u-pr-sp-35 {
    padding-right: 35px !important;
  }
  .u-pr-sp-40 {
    padding-right: 40px !important;
  }
  .u-pr-sp-45 {
    padding-right: 45px !important;
  }
  .u-pr-sp-50 {
    padding-right: 50px !important;
  }
  .u-pr-sp-55 {
    padding-right: 55px !important;
  }
  .u-pr-sp-60 {
    padding-right: 60px !important;
  }
  .u-pr-sp-65 {
    padding-right: 65px !important;
  }
  .u-pr-sp-70 {
    padding-right: 70px !important;
  }
  .u-pr-sp-75 {
    padding-right: 75px !important;
  }
  .u-pr-sp-80 {
    padding-right: 80px !important;
  }
  .u-pr-sp-85 {
    padding-right: 85px !important;
  }
  .u-pr-sp-90 {
    padding-right: 90px !important;
  }
  /* Bottom padding */
  .u-pb-sp-0 {
    padding-bottom: 0px !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 90px !important;
  }
  /* Left padding */
  .u-pl-sp-0 {
    padding-left: 0px !important;
  }
  .u-pl-sp-5 {
    padding-left: 5px !important;
  }
  .u-pl-sp-10 {
    padding-left: 10px !important;
  }
  .u-pl-sp-15 {
    padding-left: 15px !important;
  }
  .u-pl-sp-20 {
    padding-left: 20px !important;
  }
  .u-pl-sp-25 {
    padding-left: 25px !important;
  }
  .u-pl-sp-30 {
    padding-left: 30px !important;
  }
  .u-pl-sp-35 {
    padding-left: 35px !important;
  }
  .u-pl-sp-40 {
    padding-left: 40px !important;
  }
  .u-pl-sp-45 {
    padding-left: 45px !important;
  }
  .u-pl-sp-50 {
    padding-left: 50px !important;
  }
  .u-pl-sp-55 {
    padding-left: 55px !important;
  }
  .u-pl-sp-60 {
    padding-left: 60px !important;
  }
  .u-pl-sp-65 {
    padding-left: 65px !important;
  }
  .u-pl-sp-70 {
    padding-left: 70px !important;
  }
  .u-pl-sp-75 {
    padding-left: 75px !important;
  }
  .u-pl-sp-80 {
    padding-left: 80px !important;
  }
  .u-pl-sp-85 {
    padding-left: 85px !important;
  }
  .u-pl-sp-90 {
    padding-left: 90px !important;
  }
}

/* ==========================================================================
 position
========================================================================== */
.u_pos_a {
  position: absolute !important;
}

.u_pos_r {
  position: relative !important;
}

.u_pos_s {
  position: static !important;
}

.u_pos_f {
  position: fixed !important;
}

.u_top_0 {
  top: 0 !important;
}

.u_right_0 {
  right: 0 !important;
}

.u_bottom_0 {
  bottom: 0 !important;
}

.u_left_0 {
  left: 0 !important;
}

/* ==========================================================================
 text-align
========================================================================== */
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

@media screen and (max-width: 768px) {
  .u-ta-l-sp {
    text-align: left !important;
  }
  .u-ta-c-sp {
    text-align: center !important;
  }
  .u-ta-r-sp {
    text-align: right !important;
  }
  .u-ta-j-sp {
    text-align: justify !important;
  }
}

/* ==========================================================================
 text-decoration 
========================================================================== */
.u-td-u {
  text-decoration: underline !important;
}

.u-td-n {
  text-decoration: none !important;
}

.marker-pink {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fce6dc)) !important;
  background: linear-gradient(transparent 0%, #fce6dc 0%) !important;
  padding: 0.25em;
}

.linear_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff9b0)) !important;
  background: linear-gradient(transparent 60%, #fff9b0 0%) !important;
}

/* ==========================================================================
 text-indent
========================================================================== */
.u-tx-inside0 {
  text-indent: 0 !important;
  padding-left: 0 !important;
}

.u-tx-inside4 {
  text-indent: -0.4em !important;
  padding-left: 0.4em !important;
}

.u-tx-inside5 {
  text-indent: -0.5em !important;
  padding-left: 0.5em !important;
}

.u-tx-inside6 {
  text-indent: -0.6em !important;
  padding-left: 0.6em !important;
}

.u-tx-inside7 {
  text-indent: -0.7em !important;
  padding-left: 0.7em !important;
}

.u-tx-inside8 {
  text-indent: -0.8em !important;
  padding-left: 0.8em !important;
}

.u-tx-inside9 {
  text-indent: -0.9em !important;
  padding-left: 0.9em !important;
}

.u-tx-inside10 {
  text-indent: -1em !important;
  padding-left: 1em !important;
}

.u-tx-inside11 {
  text-indent: -1.1em !important;
  padding-left: 1.1em !important;
}

.u-tx-inside12 {
  text-indent: -1.2em !important;
  padding-left: 1.2em !important;
}

.u-tx-inside13 {
  text-indent: -1.3em !important;
  padding-left: 1.3em !important;
}

.u-tx-inside14 {
  text-indent: -1.4em !important;
  padding-left: 1.4em !important;
}

.u-tx-inside15 {
  text-indent: -1.5em !important;
  padding-left: 1.5em !important;
}

.u-tx-inside16 {
  text-indent: -1.6em !important;
  padding-left: 1.6em !important;
}

.u-tx-inside17 {
  text-indent: -1.7em !important;
  padding-left: 1.7em !important;
}

.u-tx-inside18 {
  text-indent: -1.8em !important;
  padding-left: 1.8em !important;
}

.u-tx-inside19 {
  text-indent: -1.9em !important;
  padding-left: 1.9em !important;
}

.u-tx-inside20 {
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.u-tx-insideW4 {
  text-indent: -0.8em !important;
  padding-left: 1.2em !important;
}

.u-tx-insideW5 {
  text-indent: -1.1em !important;
  padding-left: 1.5em !important;
}

.u-tx-insideW6 {
  text-indent: -1.4em !important;
  padding-left: 1.8em !important;
}

.u-tx-insideW7 {
  text-indent: -1.7em !important;
  padding-left: 2.1em !important;
}

.u-tx-insideW8 {
  text-indent: -2em !important;
  padding-left: 2.4em !important;
}

.u-tx-insideW9 {
  text-indent: -2.3em !important;
  padding-left: 2.7em !important;
}

.u-tx-insideW10 {
  text-indent: -2.6em !important;
  padding-left: 3em !important;
}

.u-tx-insideW11 {
  text-indent: -2.9em !important;
  padding-left: 3.3em !important;
}

.u-tx-insideW12 {
  text-indent: -3.2em !important;
  padding-left: 3.6em !important;
}

.u-tx-insideW13 {
  text-indent: -3.5em !important;
  padding-left: 3.9em !important;
}

.u-tx-insideW14 {
  text-indent: -3.8em !important;
  padding-left: 4.2em !important;
}

.u-tx-insideW15 {
  text-indent: -4.1em !important;
  padding-left: 4.5em !important;
}

.u-tx-insideW16 {
  text-indent: -4.4em !important;
  padding-left: 4.8em !important;
}

.u-tx-insideW17 {
  text-indent: -4.7em !important;
  padding-left: 5.1em !important;
}

.u-tx-insideW18 {
  text-indent: -5em !important;
  padding-left: 5.4em !important;
}

.u-tx-insideW19 {
  text-indent: -5.3em !important;
  padding-left: 5.7em !important;
}

.u-tx-insideW20 {
  text-indent: -5.6em !important;
  padding-left: 6em !important;
}

.u-tx-insideWw {
  text-indent: -1.3em;
  padding-left: 3.3em;
}

.u-ti-05em {
  display: inline-block;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.u-ti-1em {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

/* ==========================================================================
 width
========================================================================== */
.u-w-auto {
  width: auto !important;
}

.u-w-full {
  width: 100% !important;
}

.u-w-threeQuarter {
  width: 75% !important;
}

.u-w-half {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-27 {
  width: 27% !important;
}

.u-w-quarter {
  width: 25% !important;
}

.u-mw-1440 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .u-w-auto-sp {
    width: auto !important;
  }
  .u-w-full-sp {
    width: 100% !important;
  }
  .u-w-threeQuarter-sp {
    width: 75% !important;
  }
  .u-w-half-sp {
    width: 50% !important;
  }
  .u-w-40-sp {
    width: 40% !important;
  }
  .u-w-30-sp {
    width: 30% !important;
  }
  .u-w-27-sp {
    width: 27% !important;
  }
  .u-w-quarter-sp {
    width: 25% !important;
  }
}

/* ==========================================================================
 height
========================================================================== */
.u-h-5 {
  min-height: 5vh !important;
}

.u-h-10 {
  min-height: 10vh !important;
}

.u-h-15 {
  min-height: 15vh !important;
}

.u-h-20 {
  min-height: 20vh !important;
}

.u-h-25 {
  min-height: 25vh !important;
}

.u-h-30 {
  min-height: 30vh !important;
}

.u-h-35 {
  min-height: 35vh !important;
}

.u-h-40 {
  min-height: 40vh !important;
}

.u-h-45 {
  min-height: 45vh !important;
}

.u-h-50 {
  min-height: 50vh !important;
}

.u-h-55 {
  min-height: 55vh !important;
}

.u-h-60 {
  min-height: 60vh !important;
}

.u-h-65 {
  min-height: 65vh !important;
}

.u-h-70 {
  min-height: 70vh !important;
}

.u-h-75 {
  min-height: 75vh !important;
}

.u-h-80 {
  min-height: 80vh !important;
}

.u-h-85 {
  min-height: 85vh !important;
}

.u-h-90 {
  min-height: 90vh !important;
}

.u-h-95 {
  min-height: 95vh !important;
}

.u-h-100 {
  min-height: 100vh !important;
}

/* ==========================================================================
letter-spacing
========================================================================== */
.u-ls0 {
  letter-spacing: 0rem !important;
}

.u-ls-10 {
  letter-spacing: -0.1rem !important;
}

.u-ls-08 {
  letter-spacing: -0.08rem !important;
}

.u-ls04 {
  letter-spacing: 0.04rem !important;
}

.u-ls06 {
  letter-spacing: 0.06rem !important;
}

.u-ls08 {
  letter-spacing: 0.08rem !important;
}

.u-ls10 {
  letter-spacing: 0.1rem !important;
}

.u-ls12 {
  letter-spacing: 0.12rem !important;
}

.u-ls16 {
  letter-spacing: 0.16rem !important;
}

.u-ls18 {
  letter-spacing: 0.18rem !important;
}

.u-ls20 {
  letter-spacing: 0.2rem !important;
}

.u-ls24 {
  letter-spacing: 0.24rem !important;
}

.u-ls40 {
  letter-spacing: 0.4rem !important;
}

@media screen and (max-width: 768px) {
  .u-ls-sp-10 {
    letter-spacing: -0.1rem !important;
  }
  .u-ls-sp04 {
    letter-spacing: 0.04rem !important;
  }
  .u-ls-sp08 {
    letter-spacing: 0.08rem !important;
  }
  .u-ls-sp10 {
    letter-spacing: 0.1rem !important;
  }
  .u-ls-sp12 {
    letter-spacing: 0.12rem !important;
  }
  .u-ls-sp16 {
    letter-spacing: 0.16rem !important;
  }
  .u-ls-sp18 {
    letter-spacing: 0.16rem !important;
  }
  .u-ls-sp20 {
    letter-spacing: 0.2rem !important;
  }
  .u-ls-sp40 {
    letter-spacing: 0.4rem !important;
  }
}

/* ==========================================================================
 cursor
========================================================================== */
.u-cs-pointer {
  cursor: pointer !important;
}

.u-cs-default {
  cursor: default !important;
}

/* ==========================================================================
 background
========================================================================== */
.u_bgclr_dot_green {
  background-color: #d7eedd !important;
  background-image: radial-gradient(#cdead5 32%, transparent 32%), radial-gradient(#cdead5 32%, transparent 32%) !important;
  background-size: 16px 16px !important;
  background-position: 0 0, 8px 8px !important;
}

.u_bgclr_dot_yellow {
  background-color: #fffab8 !important;
  background-image: radial-gradient(#fff8a8 32%, transparent 32%), radial-gradient(#fff8a8 32%, transparent 32%) !important;
  background-size: 16px 16px !important;
  background-position: 0 0, 8px 8px !important;
}

.u_bgclr_lattice_green {
  background-color: #cdead5 !important;
  background-image: linear-gradient(0deg, transparent calc(100% - 2px), #dcf0e2 calc(100% - 2px)), linear-gradient(90deg, transparent calc(100% - 2px), #dcf0e2 calc(100% - 2px)) !important;
  background-size: 26px 26px !important;
  background-repeat: repeat !important;
  background-position: center center !important;
}

.u_bgclr_gray {
  background-color: #878787 !important;
}

.ribbon01 {
  display: inline-block;
  position: relative;
  height: 116px;
  /*リボンの高さ*/
  line-height: 116px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  background: #1c9e48;
  /*塗りつぶし色*/
  color: #fff;
  /*文字色*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .ribbon01 {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .ribbon01 {
    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;
    height: 140px;
    /*リボンの高さ*/
    line-height: 1.5;
  }
}

@media screen and (max-width: 580px) {
  .ribbon01 {
    height: 100px;
  }
}

.ribbon01::before, .ribbon01::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon01::before {
  top: 0;
  left: 0;
  border-width: 58px 0px 58px 24px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

@media screen and (max-width: 999px) {
  .ribbon01::before {
    border-width: 30px 0px 30px 12px;
  }
}

@media screen and (max-width: 768px) {
  .ribbon01::before {
    border-width: 70px 0px 70px 24px;
  }
}

@media screen and (max-width: 580px) {
  .ribbon01::before {
    border-width: 50px 0px 50px 24px;
  }
}

.ribbon01::after {
  top: 0;
  right: 0;
  border-width: 58px 24px 58px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

@media screen and (max-width: 999px) {
  .ribbon01::after {
    border-width: 30px 12px 30px 0px;
  }
}

@media screen and (max-width: 768px) {
  .ribbon01::after {
    border-width: 70px 24px 70px 0px;
  }
}

@media screen and (max-width: 580px) {
  .ribbon01::after {
    border-width: 50px 24px 50px 0px;
  }
}

/* ==========================================================================
 line-height
========================================================================== */
.u-lh-0 {
  line-height: 0 !important;
}

.u-lh-1 {
  line-height: 0.1 !important;
}

.u-lh-2 {
  line-height: 0.2 !important;
}

.u-lh-3 {
  line-height: 0.3 !important;
}

.u-lh-4 {
  line-height: 0.4 !important;
}

.u-lh-5 {
  line-height: 0.5 !important;
}

.u-lh-6 {
  line-height: 0.6 !important;
}

.u-lh-7 {
  line-height: 0.7 !important;
}

.u-lh-8 {
  line-height: 0.8 !important;
}

.u-lh-9 {
  line-height: 0.9 !important;
}

.u-lh-10 {
  line-height: 1 !important;
}

.u-lh-11 {
  line-height: 1.1 !important;
}

.u-lh-12 {
  line-height: 1.2 !important;
}

.u-lh-13 {
  line-height: 1.3 !important;
}

.u-lh-14 {
  line-height: 1.4 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-16 {
  line-height: 1.6 !important;
}

.u-lh-17 {
  line-height: 1.7 !important;
}

.u-lh-18 {
  line-height: 1.8 !important;
}

.u-lh-19 {
  line-height: 1.9 !important;
}

.u-lh-20 {
  line-height: 2 !important;
}

.u_lh_1_5 {
  line-height: 1.5 !important;
}

/* -----------------------------------------------------------------
 Js
----------------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */