@charset "UTF-8";
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Oswald&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, code, del, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  min-width: 1200px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
  color: #333;
  background: #fff;
  overflow: inherit;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    font-size: calc(22 / 750 * 100vw);
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

img, svg, iframe, video, picture {
  max-width: 100%;
}

img {
  height: auto;
  letter-spacing: 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

a {
  color: #333;
  text-decoration: none;
  position: relative;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  a[href^='tel:'] {
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}

h2,
h3,
h4,
H5,
H6 {
  font-weight: normal;
}

small {
  font-size: 80%;
}

table {
  width: 100%;
}

table th,
table td {
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  table th,
  table td {
    padding: 5px calc(16 / 750 * 100vw);
  }
}

address {
  font-style: normal;
}

.text-small {
  font-size: 70%;
}

button[type="button"],
button[type="submit"],
input[type="button"],
input[type="submit"],
select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/*========================================
  ページ全体のレイアウト
========================================*/
.l-page__under-01 .l-page__main,
.l-page__under-02 .l-page__main {
  padding-top: 160px;
}

@media screen and (max-width: 767px) {
  .l-page__under-01 .l-page__main,
  .l-page__under-02 .l-page__main {
    padding-top: calc(220 / 750 * 100vw);
  }
}

.l-page__under-01 {
  background: linear-gradient(to bottom, #ededed, #f2f2f2);
}

.l-page__under-01 .c-custmers__bg,
.l-page__under-01 .c-form__bg {
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-page__under-01 .c-custmers__bg,
  .l-page__under-01 .c-form__bg {
    margin-top: calc(70 / 750 * 100vw);
  }
}

.l-page__under-01 .c-custmers__bg::before,
.l-page__under-01 .c-form__bg::before {
  background: #fff;
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .l-page__under-01 .c-custmers__bg::before,
  .l-page__under-01 .c-form__bg::before {
    height: calc(100% - (120 / 750 * 100vw));
  }
}

.l-page__under-02 {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .l-page__under-02 .l-header {
    box-shadow: 0 1px 10px 0 rgba(153, 153, 153, 0.13);
  }
}

.l-page__under-02 .c-form__bg {
  margin-top: 100px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-page__under-02 .c-form__bg {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.l-page__under-02 .c-form__bg::before {
  background: #fff;
  content: "";
  width: 100%;
  height: calc(100% - 120px);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .l-page__under-02 .c-form__bg::before {
    height: calc(100% - (120 / 750 * 100vw));
  }
}

.case.detail .l-page__under-01 .l-page__main {
  padding-top: 156px;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .case.detail .l-page__under-01 .l-page__main {
    padding-top: 105px;
  }
}

@media screen and (max-width: 767px) {
  .case.detail .l-page__under-01 .l-page__main {
    padding-top: calc(150 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .event.form .l-page__under-01 .l-page__main,
  .column.detail .l-page__under-01 .l-page__main {
    padding-top: 230px;
  }
}

.l-page__2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-page__2col.p-column__detail-wrap {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-page__2col.p-column__detail-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-page__2col.p-column__detail-wrap .p-detail__btn {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

/*========================================
  サイト共通のヘッダー
========================================*/
.l-header {
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  z-index: 100;
}

@media screen and (min-width: 1360px) {
  .l-header {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1359px) {
  .l-header {
    background: #fff;
    width: 100%;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header {
    padding: 15px 30px;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: calc(30 / 750 * 100vw);
  }
}

.l-header__logo {
  width: 340px;
  margin: 20px 0 0 40px;
}

@media screen and (max-width: 1359px) {
  .l-header__logo {
    margin: 0;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header__logo {
    width: 340px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: calc(328 / 750 * 100vw);
    padding-top: calc(6 / 750 * 100vw);
  }
}

.l-header__logo img {
  width: 100%;
}

@media screen and (min-width: 1360px) {
  .l-header__link {
    display: none;
  }
}

@media screen and (max-width: 1359px) {
  .l-header__link {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header__link {
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__link {
    margin-right: calc(120 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header__link .link__item:nth-child(n + 2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__link .link__item:nth-child(n + 2) {
    margin-left: calc(20 / 750 * 100vw);
  }
}

.l-header__link .item-contact a,
.l-header__link .item-file a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header__link .item-contact a,
  .l-header__link .item-file a {
    border-radius: 4px;
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__link .item-contact a,
  .l-header__link .item-file a {
    border-radius: calc(8 / 750 * 100vw);
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
}

.l-header__link .item-contact a {
  background: #266280;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header__link .item-contact a img {
    width: 26px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__link .item-contact a img {
    width: calc(52 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

.l-header__link .item-file a {
  background: #e67e17;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header__link .item-file a img {
    width: 20px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__link .item-file a img {
    width: calc(40 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}

@media screen and (min-width: 1360px) {
  .l-header__nav.l-nav {
    width: 920px;
    margin-right: 30px;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1360px) {
  .l-header.js-active {
    background: #fff;
    top: 0;
  }
}

@media screen and (min-width: 1360px) {
  .l-header.js-active .l-header__logo {
    width: 218px;
    margin: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header.js-active .l-header__logo {
    width: 218px;
  }
}

@media screen and (min-width: 1360px) {
  .l-header.js-active .l-header__nav.l-nav {
    width: 978px;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1360px) {
  .home .l-header .l-header__logo {
    width: 218px;
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .home .l-header .l-header__logo {
    width: 218px;
    display: none;
  }
}

@media screen and (min-width: 1360px) {
  .home .l-header.js-active .l-header__logo {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .home .l-header.js-active .l-header__logo {
    display: block;
  }
}

.case-detail .l-header {
  background: #fff;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .case-detail .l-header {
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
@media screen and (min-width: 1360px) {
  .l-nav__btn {
    display: none;
  }
}

@media screen and (max-width: 1359px) {
  .l-nav__btn {
    display: inline-block;
    position: fixed;
    z-index: 1001;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__btn {
    width: 45px;
    height: 45px;
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__btn {
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}

.l-nav__btn span {
  background: #333;
  border-radius: 1px;
  width: calc(40 / 750 * 100vw);
  height: calc(4 / 750 * 100vw);
  display: inline-block;
  position: absolute;
  left: calc(24 / 750 * 100vw);
  transition: .3s;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__btn span {
    width: 20px;
    height: 2px;
    left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__btn span {
    width: calc(40 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    left: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__btn span:nth-child(1) {
    top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__btn span:nth-child(1) {
    top: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__btn span:nth-child(2) {
    top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__btn span:nth-child(2) {
    top: calc(44 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__btn span:nth-child(3) {
    bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__btn span:nth-child(3) {
    bottom: calc(28 / 750 * 100vw);
  }
}

@media screen and (max-width: 1359px) {
  .l-nav__body {
    background: linear-gradient(to bottom, rgba(38, 128, 83, 0.9), rgba(38, 98, 128, 0.9));
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    overflow: auto;
    transition: .3s ease-in;
    z-index: 1000;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__body {
    padding: 100px calc(108 / 750 * 100vw) 50px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav__body {
    padding: calc(230 / 750 * 100vw) calc(108 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

.l-nav__body nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 1359px) {
  .l-nav__body nav {
    display: block;
  }
}

.l-nav .l-nav__list-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__list-01 {
    border-top: 1px dotted #fff;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__list-01 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__list-01 {
    margin-bottom: calc(56 / 750 * 100vw);
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__item-01:nth-child(n + 2) .l-nav__link-01 {
    border-radius: 19px;
    padding: 4px 15px;
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__item-01:nth-child(n + 2):nth-last-child(n + 2) {
    margin: 0 2px;
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__item-01:last-child {
    margin-right: 43px;
  }
}

.l-nav .l-nav__link-01 {
  font-size: 1.5rem;
  display: block;
  transition: .3s;
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__link-01 {
    border-bottom: 1px dotted #fff;
    color: #fff;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__link-01 {
    padding: 11px 5px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__link-01 {
    padding: calc(22 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__link-01:hover {
    background: #e67e17;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__link-01::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__link-01::after {
    width: 10px;
    height: 10px;
    top: 21px;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__link-01::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    top: calc(42 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .link-home .l-nav__link-01 {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 20px;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .l-nav .link-home .l-nav__link-01::before {
    background: url(../img/icon/icon-home-black.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .link-home .l-nav__link-01:hover {
    background: #e67e17;
    border: 2px solid #e67e17;
  }
  .l-nav .link-home .l-nav__link-01:hover::before {
    background: url(../img/icon/icon-home-white.png) no-repeat 0 0;
    background-size: contain;
  }
}

.l-nav .l-nav__list-02 {
  width: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__list-02 {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__list-02 {
    width: 100%;
  }
}

.l-nav .l-nav__item-02:nth-child(2) {
  margin-top: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02:nth-child(2) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__item-02:nth-child(2) {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.l-nav .l-nav__item-02.nav-contact .l-nav__link-02 {
  background: #266280;
  border: 2px solid #266280;
  padding-left: 39px;
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02 {
    background: #fff;
    border: none;
    padding-left: 0;
    color: #266280;
  }
}

.l-nav .l-nav__item-02.nav-contact .l-nav__link-02::before {
  background: url(../img/icon/icon-mail-white.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 26px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  left: 16px;
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02::before {
    background: url(../img/icon/icon-mail-blue.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02::before {
    width: 26px;
    height: 20px;
    top: 17px;
    left: 13px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02::before {
    width: calc(52 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    left: calc(26 / 750 * 100vw);
  }
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02::after {
    border-top: 2px solid #266280;
    border-right: 2px solid #266280;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02::after {
    width: 10px;
    height: 10px;
    top: 23px;
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    top: calc(41 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02:hover {
    background: #fff;
    color: #266280;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02:hover {
    background: #266280;
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02:hover::before {
    background: url(../img/icon/icon-mail-blue.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-contact .l-nav__link-02:hover::before {
    background: url(../img/icon/icon-mail-white.png) no-repeat 0 0;
    background-size: contain;
  }
}

.l-nav .l-nav__item-02.nav-contact .l-nav__link-02:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.l-nav .l-nav__item-02.nav-file .l-nav__link-02 {
  background: #e67e17;
  border: 2px solid #e67e17;
  padding-left: 36px;
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02 {
    background: #fff;
    border: none;
    padding-left: 0;
    color: #e67e17;
  }
}

.l-nav .l-nav__item-02.nav-file .l-nav__link-02::before {
  background: url(../img/icon/icon-file-white.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 20px;
  height: 28px;
  display: block;
  position: absolute;
  top: 10px;
  left: 19px;
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02::before {
    background: url(../img/icon/icon-file-orange.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02::before {
    width: 20px;
    height: 28px;
    top: 13px;
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02::before {
    width: calc(40 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02::after {
    border-top: 2px solid #e67e17;
    border-right: 2px solid #e67e17;
    content: "";
    display: block;
    position: absolute;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02::after {
    width: 10px;
    height: 10px;
    top: 23px;
    right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    top: calc(41 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02:hover {
    background: #fff;
    color: #e67e17;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02:hover {
    background: #e67e17;
    color: #fff;
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02:hover::before {
    background: url(../img/icon/icon-file-orange.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02:hover::before {
    background: url(../img/icon/icon-file-white.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-02.nav-file .l-nav__link-02:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

.l-nav .l-nav__link-02 {
  border-radius: 8px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  transition: .3s;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__link-02 {
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__link-02 {
    border-radius: calc(10 / 750 * 100vw);
    padding-top: calc(23 / 750 * 100vw);
    padding-bottom: calc(23 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__link-02:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__link-02:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 1360px) {
  .l-nav .l-nav__list-03 {
    display: none;
  }
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__list-03 {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__list-03 {
    margin: 23px 0 0 10px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__list-03 {
    margin: calc(45 / 750 * 100vw) 0 0 calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__item-03:nth-child(1), .l-nav .l-nav__item-03:nth-child(3), .l-nav .l-nav__item-03:nth-child(4) {
    margin-right: calc(55 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__item-03:nth-child(n + 2) {
    margin-left: 28px;
  }
}

@media screen and (max-width: 1359px) {
  .l-nav .l-nav__link-03 {
    color: #fff;
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__link-03 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-nav .l-nav__link-03 {
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav .l-nav__link-03:hover {
    text-decoration: none;
  }
}

.l-nav__contents-open .l-nav__btn span:nth-child(1) {
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__contents-open .l-nav__btn span:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .l-nav__contents-open .l-nav__btn span:nth-child(1) {
    transform: translateY(1.86667vw) rotate(-45deg);
  }
}

.l-nav__contents-open .l-nav__btn span:nth-child(2) {
  opacity: 0;
}

.l-nav__contents-open .l-nav__btn span:nth-child(3) {
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-nav__contents-open .l-nav__btn span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .l-nav__contents-open .l-nav__btn span:nth-child(3) {
    transform: translateY(-1.86667vw) rotate(45deg);
  }
}

@media screen and (max-width: 1359px) {
  .l-nav__contents-open .l-nav__body {
    right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .home .l-nav__btn {
    top: 15px;
  }
}

@media screen and (min-width: 1360px) {
  .l-header.js-active {
    padding: 30px;
  }
  .l-header.js-active .l-nav .l-nav__item-01.link-home {
    margin-right: 3px;
  }
  .l-header.js-active .l-nav .l-nav__item-01:last-child {
    margin-right: 20px;
  }
  .l-header.js-active .l-nav .l-nav__link-01 {
    font-size: 1.4rem;
  }
  .l-header.js-active .l-nav .l-nav__list-02 {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-header.js-active .l-nav .l-nav__item-02:nth-child(2) {
    margin-top: 0;
  }
  .l-header.js-active .l-nav .l-nav__item-02.nav-contact .l-nav__link-02 {
    padding-left: 34px;
  }
  .l-header.js-active .l-nav .l-nav__item-02.nav-contact .l-nav__link-02::before {
    top: 10px;
    left: 10px;
  }
  .l-header.js-active .l-nav .l-nav__item-02.nav-file .l-nav__link-02 {
    padding-left: 31px;
  }
  .l-header.js-active .l-nav .l-nav__item-02.nav-file .l-nav__link-02::before {
    top: 6px;
    left: 11px;
  }
  .l-header.js-active .l-nav .l-nav__link-02 {
    width: 170px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .l-header.js-active .l-nav__btn {
    top: 15px;
  }
}

@media screen and (min-width: 1360px) {
  .home .link-home .l-nav__link-01 {
    background: #fff;
    border: 2px solid #fff;
  }
}

@media screen and (min-width: 1360px) {
  .home .l-header.js-active .link-home .l-nav__link-01 {
    background: #e67e17;
    border: 2px solid #e67e17;
  }
  .home .l-header.js-active .link-home .l-nav__link-01::before {
    background: url(../img/icon/icon-home-white.png) no-repeat 0 0;
    background-size: contain;
  }
  .home .l-header.js-active .link-home .l-nav__link-01:hover {
    background: #fff;
  }
  .home .l-header.js-active .link-home .l-nav__link-01:hover::before {
    background: url(../img/icon/icon-home-orange.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (min-width: 1360px) {
  .function .link-function .l-nav__link-01,
  .plan .link-plan .l-nav__link-01,
  .case .link-case .l-nav__link-01,
  .column .link-column .l-nav__link-01,
  .event .link-event .l-nav__link-01,
  .document .link-document .l-nav__link-01 {
    background: #e67e17;
    color: #fff;
    text-decoration: none;
  }
}

/*========================================
  サイドバー
========================================*/
@media screen and (max-width: 767px) {
  .l-sidebar {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}

.l-sidebar.p-column__detail-side {
  width: 240px;
  padding-top: 230px;
}

@media screen and (max-width: 767px) {
  .l-sidebar.p-column__detail-side {
    width: 100%;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.l-sidebar__contents {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .l-sidebar__contents {
    border-radius: calc(14 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
  }
}

.l-sidebar__contents:nth-child(n + 2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-sidebar__contents:nth-child(n + 2) {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.l-sidebar .category-list,
.l-sidebar .tag-list {
  border-top: 1px dotted #ccc;
}

.l-sidebar .recommend-box {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-sidebar .recommend-box {
    padding-left: calc(30 / 750 * 100vw);
    padding-right: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .recommend-box .item-list__column {
    box-shadow: none;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .recommend-box .item-list__column:nth-child(n + 2) {
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .recommend-box .item-list__column a {
    border-radius: 10px;
    height: auto;
    display: block;
  }
}

.l-sidebar .recommend-box .item-list__column .item-pict {
  width: 100%;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .l-sidebar .recommend-box .item-list__column .item-pict {
    height: calc(343 / 750 * 100vw);
  }
}

.l-sidebar .recommend-box .item-list__column .item-pict img {
  height: 120px;
}

@media screen and (max-width: 767px) {
  .l-sidebar .recommend-box .item-list__column .item-pict img {
    height: calc(343 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .recommend-box .item-list__column .box-text {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .recommend-box .item-list__column .entry-category {
    width: 96px;
    padding: 0 5px;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .recommend-box .item-list__column time {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .recommend-box .item-list__column .entry-ttl {
    height: auto;
    line-height: 1.5;
    overflow: inherit;
  }
}

.l-sidebar .category-list {
  padding: 10px 20px 0;
}

@media screen and (max-width: 767px) {
  .l-sidebar .category-list {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}

.l-sidebar .category-list li:nth-child(n + 2) {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .l-sidebar .category-list li:nth-child(n + 2) {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.l-sidebar .category-list a {
  padding-left: 30px;
  font-size: 1.4rem;
  color: #268053;
  line-height: 1.6;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .l-sidebar .category-list a {
    padding-left: calc(70 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    text-decoration: underline;
  }
}

.l-sidebar .category-list a::before {
  background: #268053;
  border-radius: 1px;
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .l-sidebar .category-list a::before {
    width: calc(50 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    top: calc(17 / 750 * 100vw);
  }
}

.l-sidebar .tag-list {
  padding: 4px 20px 0;
  margin-right: -4px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .l-sidebar .tag-list {
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .l-sidebar .tag-list {
    margin-right: calc(-10 / 750 * 100vw);
  }
}

.l-sidebar .tag-list li {
  margin: 6px 4px 0 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l-sidebar .tag-list li {
    margin: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
  }
}

.l-sidebar .tag-list a {
  background: #268053;
  border: 1px solid #268053;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .l-sidebar .tag-list a {
    border-radius: calc(6 / 750 * 100vw);
    padding: calc(13 / 750 * 100vw) calc(19 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .l-sidebar .tag-list a:hover {
    background: #fff;
    color: #268053;
    text-decoration: none;
  }
}

/*========================================
  サイト共通のフッター
========================================*/
.l-footer {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: calc(56 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    display: block;
  }
}

.l-footer__logo {
  width: 374px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: calc(560 / 750 * 100vw);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__logo img {
    margin-left: calc(20 / 750 * 100vw);
  }
}

.l-footer__contents {
  width: 450px;
}

@media screen and (max-width: 767px) {
  .l-footer__contents {
    width: 100%;
  }
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}

.l-footer__nav li:nth-child(n + 2) {
  margin-left: 35px;
}

.l-footer__nav a {
  font-size: 1.5rem;
}

.l-footer__copyright {
  font-size: 1.2rem;
  color: #999;
  text-align: right;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
  }
}

/*========================================
  コンテナー
========================================*/
.c-container, .c-container--full {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-container--full {
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .c-container--full {
    max-width: 100%;
  }
}

/*========================================
  アイコン
========================================*/
.c-icon__new {
  background: #e67e17;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .c-icon__new {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
    left: calc(-20 / 750 * 100vw);
  }
}

/*========================================
  ボタン
========================================*/
.c-btn {
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  min-width: 220px;
  padding: 5px 15px 5px 5px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .c-btn {
    border: none;
    border-radius: calc(10 / 750 * 100vw);
    min-width: calc(450 / 750 * 100vw);
    padding: calc(17 / 750 * 100vw) calc(20 / 750 * 100vw) calc(19 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    background: #fff;
    color: #268053;
    text-decoration: none;
  }
}

.c-btn::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 50px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-btn::after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    top: calc(50% - (8 / 750 * 100vw));
    right: calc(120 / 750 * 100vw);
  }
}

.c-btn__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-btn__group {
    display: block;
  }
}

.btn-green {
  background: #268053;
  border-color: #268053;
}

@media screen and (min-width: 768px) {
  .btn-green:hover {
    color: #268053;
  }
}

@media screen and (min-width: 768px) {
  .btn-green:hover::after {
    border-top-color: #268053;
    border-right-color: #268053;
  }
}

.btn-blue__contact {
  background: #266280;
  border: 2px solid #266280;
  min-width: 300px;
  padding: 13px 10px 13px 30px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .btn-blue__contact {
    border: none;
    min-width: calc(570 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(10 / 750 * 100vw) calc(18 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.btn-blue__contact::before {
  background: url(../img/icon/icon-mail-white.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 26px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  left: 53px;
}

@media screen and (max-width: 767px) {
  .btn-blue__contact::before {
    width: calc(38 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    left: calc(150 / 750 * 100vw);
  }
}

.btn-blue__contact::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .btn-blue__contact::after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    top: calc(50% - (6 / 750 * 100vw));
    right: calc(150 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .btn-blue__contact:hover {
    background: #fff;
    color: #266280;
  }
  .btn-blue__contact:hover::before {
    background: url(../img/icon/icon-mail-blue.png) no-repeat 0 0;
    background-size: contain;
  }
}

.btn-blue__contact:hover::after {
  border-top-color: #266280;
  border-right-color: #266280;
}

.btn-orange__download {
  background: #e67e17;
  border: 2px solid #e67e17;
  min-width: 300px;
  padding: 13px 10px 13px 30px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .btn-orange__download {
    border: none;
    min-width: calc(570 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(10 / 750 * 100vw) calc(18 / 750 * 100vw) calc(34 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.btn-orange__download::before {
  background: url(../img/icon/icon-file-white.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 20px;
  height: 28px;
  display: block;
  position: absolute;
  top: 16px;
  left: 34px;
}

@media screen and (max-width: 767px) {
  .btn-orange__download::before {
    width: calc(29 / 750 * 100vw);
    height: calc(42 / 750 * 100vw);
    top: calc(22 / 750 * 100vw);
    left: calc(120 / 750 * 100vw);
  }
}

.btn-orange__download::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 33px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .btn-orange__download::after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    top: calc(50% - (6 / 750 * 100vw));
    right: calc(120 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .btn-orange__download:hover {
    background: #fff;
    color: #e67e17;
  }
}

@media screen and (min-width: 768px) {
  .btn-orange__download:hover::before {
    background: url(../img/icon/icon-file-orange.png) no-repeat 0 0;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .btn-orange__download:hover::after {
    border-top-color: #e67e17;
    border-right-color: #e67e17;
  }
}

.btn-gray {
  background: #efefef;
  border-color: #efefef;
  color: #676666;
}

.btn-orange {
  background: #e67e17;
  border-color: #e67e17;
}

@media screen and (min-width: 768px) {
  .btn-orange:hover {
    background: #fff;
    color: #e67e17;
  }
}

@media screen and (min-width: 768px) {
  .btn-orange:hover::after {
    border-top-color: #e67e17;
    border-right-color: #e67e17;
  }
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #266280;
}

.btn-white::after {
  border-top-color: #266280;
  border-right-color: #266280;
}

@media screen and (min-width: 768px) {
  .btn-white:hover {
    background: #266280;
    border-color: #266280;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .btn-white:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}

/*========================================
  title
========================================*/
.c-ttl__h2 {
  text-align: center;
}

.c-ttl__h2 .ttl-en {
  font-family: "Oswald", sans-serif;
  color: #e67e17;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-ttl__h2 .ttl-en {
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
  }
}

.c-ttl__h2 .ttl-jp {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-ttl__h2 .ttl-jp {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.c-ttl__gray {
  margin-bottom: 32px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-ttl__gray {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.c-ttl__gray .ttl-en {
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  letter-spacing: .04em;
  color: #eee;
  position: absolute;
  top: -113px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-ttl__gray .ttl-en {
    font-size: calc(120 / 750 * 100vw);
    top: calc(-100 / 750 * 100vw);
  }
}

.c-ttl__gray .ttl-jp {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-ttl__gray .ttl-jp img {
    width: calc(480 / 750 * 100vw);
  }
}

.c-ttl__white {
  text-align: center;
}

.c-ttl__white .ttl-en {
  font-family: "Oswald", sans-serif;
  color: #fff;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-ttl__white .ttl-en {
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
  }
}

.c-ttl__white .ttl-jp {
  margin-top: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-ttl__white .ttl-jp {
    margin-top: calc(10 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.l-sidebar__contents .c-ttl__h2 {
  margin-bottom: 15px;
  line-height: 1;
}

.l-sidebar__contents .c-ttl__h2 .ttl-en {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .l-sidebar__contents .c-ttl__h2 .ttl-en {
    font-size: calc(20 / 750 * 100vw);
  }
}

.l-sidebar__contents .c-ttl__h2 .ttl-jp {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .l-sidebar__contents .c-ttl__h2 .ttl-jp {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.p-top__news .c-ttl__h2,
.p-top__column .c-ttl__h2 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-top__news .c-ttl__h2,
  .p-top__column .c-ttl__h2 {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.p-top__news .c-ttl__h2 .ttl-jp,
.p-top__column .c-ttl__h2 .ttl-jp {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-top__news .c-ttl__h2 .ttl-jp,
  .p-top__column .c-ttl__h2 .ttl-jp {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.p-top__about .c-ttl__h2 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-top__about .c-ttl__h2 .ttl-jp {
    width: calc(497 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__salespoint .c-ttl__h2 .ttl-jp {
    width: calc(549 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow .c-ttl__h2 .ttl-jp {
    width: calc(268 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__works .c-ttl__h2 .ttl-jp {
    width: calc(181 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__news .c-ttl__h2 .ttl-jp {
    width: calc(173 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__column .c-ttl__h2 .ttl-jp {
    width: calc(120 / 750 * 100vw);
  }
}

.p-case .c-ttl__h2 .ttl-jp {
  width: 188px;
}

@media screen and (max-width: 767px) {
  .p-case .c-ttl__h2 .ttl-jp {
    width: calc(188 / 750 * 100vw);
  }
}

.p-news .c-ttl__h2 .ttl-jp {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .p-news .c-ttl__h2 .ttl-jp {
    width: calc(180 / 750 * 100vw);
  }
}

.p-column .c-ttl__h2 .ttl-jp {
  width: 124px;
}

@media screen and (max-width: 767px) {
  .p-column .c-ttl__h2 .ttl-jp {
    width: calc(124 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-column__detail-side .recommend-box .c-ttl__h2 .ttl-jp {
    width: calc(419 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-column__detail-side .category-box .c-ttl__h2 .ttl-jp {
    width: calc(208 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-column__detail-side .tag-box .c-ttl__h2 .ttl-jp {
    width: calc(82 / 750 * 100vw);
  }
}

.p-event .c-ttl__h2 .ttl-jp {
  width: 153px;
}

@media screen and (max-width: 767px) {
  .p-event .c-ttl__h2 .ttl-jp {
    width: calc(152 / 750 * 100vw);
  }
}

.p-download .c-ttl__h2 .ttl-jp {
  width: 354px;
}

@media screen and (max-width: 767px) {
  .p-download .c-ttl__h2 .ttl-jp {
    width: calc(354 / 750 * 100vw);
  }
}

.c-form__inner .c-ttl__h2 .ttl-en {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-form__inner.p-download__form .ttl-jp,
  .c-form__inner.p-document__form .ttl-jp {
    width: calc(500 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-form__inner.p-recruit__form .ttl-jp {
    width: calc(428 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-form__inner.p-event__form-box .ttl-jp {
    width: calc(581 / 750 * 100vw);
  }
}

.p-recruit .c-ttl__h2 .ttl-jp {
  width: 194px;
}

@media screen and (max-width: 767px) {
  .p-recruit .c-ttl__h2 .ttl-jp {
    width: calc(194 / 750 * 100vw);
  }
}

.p-recruit .c-ttl__gray {
  margin: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  .p-recruit .c-ttl__gray {
    margin: calc(90 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit .c-ttl__gray .ttl-jp img {
    width: calc(202 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__job .c-ttl__h2 .ttl-jp {
    width: calc(276 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__outline .c-ttl__h2 .ttl-jp {
    width: calc(187 / 750 * 100vw);
  }
}

.p-contact .c-ttl__h2 .ttl-jp {
  width: 278px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-ttl__h2 .ttl-jp {
    width: calc(278 / 750 * 100vw);
  }
}

.p-function .c-ttl__h2 .ttl-jp {
  width: 98px;
}

@media screen and (max-width: 767px) {
  .p-function .c-ttl__h2 .ttl-jp {
    width: calc(98 / 750 * 100vw);
  }
}

.p-plan .c-ttl__h2 .ttl-jp {
  width: 127px;
}

@media screen and (max-width: 767px) {
  .p-plan .c-ttl__h2 .ttl-jp {
    width: calc(126 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan .initial .c-ttl__white .ttl-jp {
    width: calc(182 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan .manthly .c-ttl__white .ttl-jp {
    width: calc(178 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow .c-ttl__h2 .ttl-jp {
    width: calc(225 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan_faq .c-ttl__h2 .ttl-jp {
    width: calc(363 / 750 * 100vw);
  }
}

.p-company .c-ttl__h2 .ttl-jp {
  width: 193px;
}

@media screen and (max-width: 767px) {
  .p-company .c-ttl__h2 .ttl-jp {
    width: calc(192 / 750 * 100vw);
  }
}

.p-terms .c-ttl__h2 .ttl-jp {
  width: 192px;
}

@media screen and (max-width: 767px) {
  .p-terms .c-ttl__h2 .ttl-jp {
    width: calc(192 / 750 * 100vw);
  }
}

.p-privacy .c-ttl__h2 .ttl-jp {
  width: 433px;
}

@media screen and (max-width: 767px) {
  .p-privacy .c-ttl__h2 .ttl-jp {
    width: calc(432 / 750 * 100vw);
  }
}

.p-document .c-ttl__h2 .ttl-jp {
  width: 279px;
}

@media screen and (max-width: 767px) {
  .p-document .c-ttl__h2 .ttl-jp {
    width: calc(278 / 750 * 100vw);
  }
}

/*========================================
  エディターコンテンツ（CMSでフォーマットされて出力される）

  case(work), document common
  case detail
  column common
  event
  event form
  recruit
  recruit interview
  document
  common
  p-case__detail-intro, p-event__form-intro, p-company
  p-case__detail-intro, p-event__form-intro, entry-content figure
  p-event__form-intro, p-document__inner
  short code
  custom parts
========================================*/
.item-list__case,
.item-list__document {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  width: 368px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .item-list__case,
  .item-list__document {
    border-radius: calc(10 / 750 * 100vw);
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .item-list__case:not(:nth-child(3n)),
  .item-list__document:not(:nth-child(3n)) {
    margin-right: 38px;
  }
}

@media screen and (min-width: 768px) {
  .item-list__case:nth-child(n + 4),
  .item-list__document:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .item-list__case:nth-child(n + 2),
  .item-list__document:nth-child(n + 2) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.item-list__case a:hover .item-pict img,
.item-list__document a:hover .item-pict img {
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .item-list__case a:hover .item-pict img,
  .item-list__document a:hover .item-pict img {
    transform: scale(1.2, 1.2);
  }
}

.item-list__case .item-pict,
.item-list__document .item-pict {
  border-radius: 16px 16px 0 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-list__case .item-pict,
  .item-list__document .item-pict {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
  }
}

.item-list__case .item-pict img,
.item-list__document .item-pict img {
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .3s;
}

.item-list__case .box-text,
.item-list__document .box-text {
  padding: 25px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-list__case .box-text,
  .item-list__document .box-text {
    padding: calc(36 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.item-list__case .company-logo,
.item-list__document .company-logo {
  display: flex;
  position: absolute;
  top: -60px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .item-list__case .company-logo,
  .item-list__document .company-logo {
    top: calc(-90 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}

.item-list__case .company-logo-inner,
.item-list__document .company-logo-inner {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.12);
  width: 150px;
  height: 80px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .item-list__case .company-logo-inner,
  .item-list__document .company-logo-inner {
    border-radius: calc(8 / 750 * 100vw);
    width: calc(220 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}

.item-list__case .company-logo-inner img,
.item-list__document .company-logo-inner img {
  aspect-ratio: 120 / 60;
  width: 100%;
  object-fit: contain;
}

.item-list__case .entry-ttl,
.item-list__document .entry-ttl {
  margin-top: 15px;
  font-size: 1.8rem;
  color: #e67e17;
  line-height: 1.7;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-list__case .entry-ttl,
  .item-list__document .entry-ttl {
    margin-top: calc(25 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
  }
}

.item-list__case .item-ttl,
.item-list__document .item-ttl {
  font-size: 1.8rem;
  color: #e67e17;
  line-height: 1.7;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-list__case .item-ttl,
  .item-list__document .item-ttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
  }
}

.item-list__case .item-text,
.item-list__document .item-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .item-list__case .item-text,
  .item-list__document .item-text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.item-list__case .item-pict {
  height: 207px;
}

@media screen and (max-width: 767px) {
  .item-list__case .item-pict {
    height: calc(355 / 750 * 100vw);
  }
}

.item-list__case .item-pict img {
  height: 207px;
}

@media screen and (max-width: 767px) {
  .item-list__case .item-pict img {
    height: calc(355 / 750 * 100vw);
  }
}

.item-list__case .item-text {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-list__case .item-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7;
  }
}

.item-list__document .item-pict {
  height: 290px;
}

@media screen and (max-width: 767px) {
  .item-list__document .item-pict {
    height: calc(496 / 750 * 100vw);
  }
}

.item-list__document .item-pict img {
  height: 290px;
}

@media screen and (max-width: 767px) {
  .item-list__document .item-pict img {
    height: calc(496 / 750 * 100vw);
  }
}

.p-case__detail-mv {
  width: 100%;
  height: 600px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-case__detail-mv {
    height: calc(450 / 750 * 100vw);
  }
}

.p-case__detail-mv img {
  width: auto;
  max-width: none;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-mv img {
    height: calc(450 / 750 * 100vw);
  }
}

.p-case__detail-header {
  margin-bottom: 35px;
  background: #fff;
  border-radius: 10px;
  width: 674px;
  margin: -83px 0 35px;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-case__detail-header {
    border-radius: calc(10 / 750 * 100vw);
    width: 100%;
    margin: calc(-60 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}

.p-case__detail-header::before {
  border-left: 1px dotted #ccc;
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 113px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header::before {
    left: calc(113 / 750 * 100vw);
  }
}

.p-case__detail-header .header-inner {
  width: 100%;
  min-height: 133px;
  padding: 24px 15px 25px 5px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header .header-inner {
    min-height: calc(176 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw) calc(25 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.p-case__detail-header .num {
  width: 112px;
  padding-right: 5px;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header .num {
    width: calc(112 / 750 * 100vw);
    padding-right: calc(10 / 750 * 100vw);
    font-size: calc(10 / 750 * 100vw);
  }
}

.p-case__detail-header .num span {
  font-size: 4.8rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header .num span {
    font-size: calc(48 / 750 * 100vw);
  }
}

.p-case__detail-header .header-box {
  width: calc(100% - 112px);
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header .header-box {
    width: calc(100% - (112 / 750 * 100vw));
    padding-left: calc(30 / 750 * 100vw);
  }
}

.p-case__detail-header .header-category {
  background: #268053;
  border-radius: 6px;
  min-width: 140px;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header .header-category {
    border-radius: calc(6 / 750 * 100vw);
    min-width: calc(240 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-case__detail-header .header-ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header .header-ttl {
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-case__detail-header .entry-meta {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-header .entry-meta {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.p-case__detail-header .category-list {
  display: flex;
  flex-wrap: wrap;
}

.p-case__detail-header .category-name {
  margin: 5px 7px 0;
  font-size: 1.4rem;
}

.p-case__detail-header .category-name a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-case__detail-header .category-name a:hover {
    text-decoration: none;
  }
}

.item-list__news {
  border-bottom: 1px dotted #ccc;
  width: 100%;
}

.item-list__news:nth-of-type(1) {
  border-top: 1px dotted #ccc;
}

.item-list__news a {
  padding: 27px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .item-list__news a {
    padding: calc(24 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.item-list__news a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .item-list__news a:hover .entry-ttl {
    text-decoration: none;
  }
}

.item-list__news .entry-meta {
  width: 140px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-list__news .entry-meta {
    width: calc(170 / 750 * 100vw);
  }
}

.item-list__news .entry-meta .year {
  font-family: "Oswald", sans-serif;
  font-size: 1.9rem;
  color: #888;
  transform: rotate(90deg);
  transform-origin: 0 0;
  position: absolute;
  top: 8px;
  left: 33px;
}

@media screen and (max-width: 767px) {
  .item-list__news .entry-meta .year {
    font-size: calc(23 / 750 * 100vw);
    top: calc(10 / 750 * 100vw);
    left: calc(34 / 750 * 100vw);
  }
}

.item-list__news .entry-meta .day {
  padding-left: 27px;
  font-family: "Oswald", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .item-list__news .entry-meta .day {
    padding-left: calc(30 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}

.item-list__news .entry-category {
  background: #268053;
  border-radius: 6px;
  padding: 4px 5px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item-list__news .entry-category {
    border-radius: calc(6 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.item-list__news .entry-ttl {
  width: 625px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #268053;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .item-list__news .entry-ttl {
    width: calc(380 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8;
  }
}

.item-list__column {
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .item-list__column {
    border-radius: 16px;
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .item-list__column {
    border-radius: calc(10 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .item-list__column:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .item-list__column:nth-of-type(n + 2) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.item-list__column a {
  border: 1px solid #ddd;
  border-radius: 16px;
  height: 144px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .item-list__column a {
    border-radius: calc(10 / 750 * 100vw);
    height: auto;
  }
}

.item-list__column a:hover {
  text-decoration: none;
}

.item-list__column a:hover .item-pict img {
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .item-list__column a:hover .item-pict img {
    transform: scale(1.1, 1.1);
  }
}

@media screen and (min-width: 768px) {
  .item-list__column a:hover .entry-ttl {
    text-decoration: none;
  }
}

.item-list__column time {
  margin-top: 3px;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  color: #888;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .item-list__column time {
    margin: calc(6 / 750 * 100vw) 0 0;
    font-size: calc(24 / 750 * 100vw);
  }
}

.item-list__column .item-pict {
  border-radius: 15px 0 0 15px;
  width: 240px;
  height: 142px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-list__column .item-pict {
    border-radius: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 0;
    width: 100%;
    height: calc(378 / 750 * 100vw);
  }
}

.item-list__column .item-pict img {
  width: 100%;
  height: 144px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .item-list__column .item-pict img {
    height: calc(378 / 750 * 100vw);
  }
}

.item-list__column .box-text {
  width: 225px;
  height: 100%;
  padding: 14px 14px 14px 15px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-list__column .box-text {
    width: 100%;
    padding: calc(34 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.item-list__column .entry-meta {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .item-list__column .entry-meta {
    justify-content: space-between;
  }
}

.item-list__column .entry-category {
  background: #268053;
  border-radius: 6px;
  width: 120px;
  margin-right: 10px;
  padding: 1px 5px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item-list__column .entry-category {
    border-radius: calc(6 / 750 * 100vw);
    width: calc(170 / 750 * 100vw);
    margin-right: 0;
    padding: 0 calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.item-list__column .entry-ttl {
  height: 85px;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #268053;
  text-decoration: underline;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .item-list__column .entry-ttl {
    height: auto;
    margin-top: calc(26 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8;
  }
}

.item-list__event {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  width: 368px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-list__event {
    border-radius: calc(10 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .item-list__event:not(:nth-child(3n)) {
    margin-right: 38px;
  }
}

@media screen and (min-width: 768px) {
  .item-list__event:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .item-list__event:nth-child(n + 2) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.item-list__event .entry-meta {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(153, 153, 153, 0.3);
  min-width: 120px;
  height: 62px;
  padding: 16px 18px 14px;
  position: absolute;
  top: -44px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .item-list__event .entry-meta {
    border-radius: calc(8 / 750 * 100vw);
    min-width: calc(230 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw) calc(16 / 750 * 100vw);
    top: calc(-84 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}

.item-list__event .entry-meta time {
  position: relative;
}

.item-list__event .entry-meta .year {
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  transform: rotate(90deg);
  transform-origin: 0 0;
  position: absolute;
  top: -5px;
  left: 19px;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .item-list__event .entry-meta .year {
    font-size: calc(24 / 750 * 100vw);
    top: calc(-20 / 750 * 100vw);
    left: calc(34 / 750 * 100vw);
  }
}

.item-list__event .entry-meta .day {
  padding-left: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .item-list__event .entry-meta .day {
    padding-left: calc(34 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}

.item-list__event .entry-meta.item-accepting {
  color: #e67e17;
}

.item-list__event .entry-meta.item-end {
  color: #aaa;
}

.item-list__event .item-pict {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 767px) {
  .item-list__event .item-pict {
    height: calc(378 / 750 * 100vw);
  }
}

.item-list__event .item-pict img {
  aspect-ratio: 368 / 220;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.item-list__event .item-box {
  padding: 35px 30px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-list__event .item-box {
    padding: calc(40 / 750 * 100vw) calc(34 / 750 * 100vw) calc(34 / 750 * 100vw);
  }
}

.item-list__event .entry-ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .item-list__event .entry-ttl {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}

.item-list__event .entry-ttl a {
  color: #268053;
  line-height: 1.5;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .item-list__event .entry-ttl a:hover {
    text-decoration: none;
  }
}

.item-list__event .item-link .c-btn.btn-green {
  width: 100%;
  padding: 6px 25px 6px 10px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .item-list__event .item-link .c-btn.btn-green {
    padding: calc(18 / 750 * 100vw) calc(20 / 750 * 100vw) calc(18 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.item-list__event .item-link .c-btn.btn-green::after {
  width: 12px;
  height: 12px;
  top: calc(50% - 5px);
  right: 75px;
}

@media screen and (max-width: 767px) {
  .item-list__event .item-link .c-btn.btn-green::after {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    top: calc(50% - (8 / 750 * 100vw));
    right: calc(120 / 750 * 100vw);
  }
}

.p-event__form-intro .intro-recommended {
  background: #fff;
  border-radius: 10px;
  margin: 50px 0;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .intro-recommended {
    border-radius: calc(10 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) 0;
    padding: calc(20 / 750 * 100vw);
  }
}

.p-event__form-intro .intro-recommended:first-of-type {
  margin-top: 0;
}

.p-event__form-intro .intro-recommended .recommended-ttl {
  background: url(../img/bg/bg-stripe-gray.png) repeat 0 0;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  margin-bottom: 25px;
  padding: 2px 5px;
  font-size: 2rem;
  font-weight: 500;
  color: #268053;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .intro-recommended .recommended-ttl {
    border-radius: calc(6 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-event__form-intro .intro-recommended .recommended-list {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .intro-recommended .recommended-list {
    padding: 0 calc(10 / 750 * 100vw);
  }
}

.p-event__form-intro .intro-recommended .recommended-list li {
  padding-left: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .intro-recommended .recommended-list li {
    padding-left: calc(70 / 750 * 100vw);
  }
}

.p-event__form-intro .intro-recommended .recommended-list li:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .intro-recommended .recommended-list li:nth-child(n + 2) {
    margin-top: calc(18 / 750 * 100vw);
  }
}

.p-event__form-intro .intro-recommended .recommended-list li::before {
  background: #268053;
  border-radius: 1px;
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .intro-recommended .recommended-list li::before {
    width: calc(50 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    top: calc(16 / 750 * 100vw);
  }
}

.item-list__job {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  width: 480px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .item-list__job {
    border-radius: calc(10 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .item-list__job:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .item-list__job:nth-child(n + 2) {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.item-list__job .item-pict {
  width: 100%;
  height: 270px;
}

@media screen and (max-width: 767px) {
  .item-list__job .item-pict {
    height: calc(354 / 750 * 100vw);
  }
}

.item-list__job .item-pict img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 270px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px) {
  .item-list__job .item-pict img {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
    height: calc(354 / 750 * 100vw);
  }
}

.item-list__job .text-box {
  padding: 25px 30px 55px;
}

@media screen and (max-width: 767px) {
  .item-list__job .text-box {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.item-list__job .entry-ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e67e17;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item-list__job .entry-ttl {
    margin-bottom: calc(25 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.item-list__job .item-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .item-list__job .item-text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.item-list__job .item-link {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .item-list__job .item-link {
    bottom: calc(-40 / 750 * 100vw);
  }
}

.p-recruit__interview-head {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.2);
  margin-bottom: 50px;
  padding: 10px 50px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head {
    border-radius: calc(10 / 750 * 100vw);
    margin-bottom: calc(54 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    display: block;
  }
}

.p-recruit__interview-head .item-pict {
  width: 640px;
  height: 360px;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .item-pict {
    width: 100%;
    height: calc(330 / 750 * 100vw);
  }
}

.p-recruit__interview-head .item-pict img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .item-pict img {
    height: calc(330 / 750 * 100vw);
  }
}

.p-recruit__interview-head .text-box {
  width: 270px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .text-box {
    width: 100%;
    padding: calc(35 / 750 * 100vw) calc(10/ 750 * 100vw) 0;
  }
}

.p-recruit__interview-head .item-comment {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .item-comment {
    font-size: calc(36 / 750 * 100vw);
  }
}

.p-recruit__interview-head .item-name {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .item-name {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-recruit__interview-head .item-name .job {
  margin-top: 30px;
  color: #e67e17;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .item-name .job {
    margin: 0 0 calc(10 / 750 * 100vw);
  }
}

.p-recruit__interview-head .item-name .name-01 {
  font-size: 2.2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .item-name .name-01 {
    font-size: calc(36 / 750 * 100vw);
  }
}

.p-recruit__interview-head .item-name .name-02 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview-head .item-name .name-02 {
    font-size: calc(22 / 750 * 100vw);
  }
}

.p-document__detail-head {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.2);
  margin-bottom: 50px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-document__detail-head {
    border-radius: calc(10 / 750 * 100vw);
    margin-bottom: calc(54 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    display: block;
  }
}

.p-document__detail-head .item-pict {
  width: 430px;
  height: 339px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .p-document__detail-head .item-pict {
    width: 100%;
    height: calc(465 / 750 * 100vw);
  }
}

.p-document__detail-head .item-pict img {
  width: 100%;
  height: 339px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px) {
  .p-document__detail-head .item-pict img {
    height: calc(465 / 750 * 100vw);
  }
}

.p-document__detail-head .item-ttl {
  width: 480px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #e67e17;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-document__detail-head .item-ttl {
    width: 100%;
    padding: calc(35 / 750 * 100vw) calc(10/ 750 * 100vw) 0;
    font-size: calc(36 / 750 * 100vw);
  }
}

.p-document__box .item-list__document {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-document__box .item-list__document:nth-child(n + 4) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-document__box .item-list__document:nth-child(n + 2) {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.p-document__box .item-list__document a {
  display: block;
}

.p-document__box .item-list__document .box-text {
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-document__box .item-list__document .box-text {
    padding-bottom: calc(90 / 750 * 100vw);
  }
}

.p-document__box .item-list__document .item-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-document__box .item-list__document .item-btn {
    bottom: calc(-40 / 750 * 100vw);
  }
}

.p-document__box .item-list__document .item-btn::after {
  right: 30px;
}

@media screen and (max-width: 767px) {
  .p-document__box .item-list__document .item-btn::after {
    right: calc(100 / 750 * 100vw);
  }
}

.entry-header {
  margin-bottom: 55px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-header {
    margin-bottom: calc(90 / 750 * 100vw);
  }
}

.entry-header::after {
  background: #268053;
  border-radius: 1px;
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .entry-header::after {
    width: calc(120 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
    bottom: calc(-38 / 750 * 100vw);
  }
}

.entry-header .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.entry-header .entry-meta time {
  width: 105px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-header .entry-meta time {
    width: calc(170 / 750 * 100vw);
  }
}

.entry-header .entry-meta time .year {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: #888;
  transform: rotate(90deg);
  transform-origin: 0 0;
  position: absolute;
  top: 5px;
  left: 26px;
}

@media screen and (max-width: 767px) {
  .entry-header .entry-meta time .year {
    font-size: calc(23 / 750 * 100vw);
    top: calc(10 / 750 * 100vw);
    left: calc(34 / 750 * 100vw);
  }
}

.entry-header .entry-meta time .day {
  padding-left: 24px;
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .entry-header .entry-meta time .day {
    padding-left: calc(30 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}

.entry-header .entry-category {
  background: #268053;
  border-radius: 6px;
  min-width: 140px;
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .entry-header .entry-category {
    border-radius: calc(6 / 750 * 100vw);
    min-width: calc(240 / 750 * 100vw);
    margin-left: calc(10 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.4;
  }
}

.entry-header .entry-title {
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .entry-header .entry-title {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

.entry-content p,
.entry-content div,
.entry-content table,
.entry-content > ul,
.entry-content > ol,
.entry-content > dl {
  margin-top: 25px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .entry-content p,
  .entry-content div,
  .entry-content table,
  .entry-content > ul,
  .entry-content > ol,
  .entry-content > dl {
    margin-top: calc(22 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.entry-content p:first-child,
.entry-content div:first-child,
.entry-content table:first-child,
.entry-content > ul:first-child,
.entry-content > ol:first-child,
.entry-content > dl:first-child {
  margin-top: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin-top: calc(22 / 750 * 100vw);
    margin-bottom: calc(22 / 750 * 100vw);
  }
}

.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}

.entry-content h2 {
  background: #268053;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .entry-content h2 {
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}

.entry-content h3 {
  border-bottom: 5px double #268053;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: 500;
  color: #268053;
}

@media screen and (max-width: 767px) {
  .entry-content h3 {
    border-bottom-width: 3px;
    padding-bottom: calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}

.entry-content h4 {
  background: #fff;
  border-radius: 6px;
  padding: 13px 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #268053;
}

@media screen and (max-width: 767px) {
  .entry-content h4 {
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(26 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.entry-content h5 {
  padding-left: 25px;
  font-weight: 500;
  color: #268053;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-content h5 {
    padding-left: calc(30 / 750 * 100vw);
    line-height: 1.8;
  }
}

.entry-content h5::before, .entry-content h5::after {
  background: #268053;
  border-radius: 1px;
  content: "";
  width: 3px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 767px) {
  .entry-content h5::before, .entry-content h5::after {
    width: 2px;
  }
}

.entry-content h5::before {
  left: 0;
}

.entry-content h5::after {
  left: 5px;
}

@media screen and (max-width: 767px) {
  .entry-content h5::after {
    left: 3px;
  }
}

.entry-content h6 {
  font-weight: 500;
  color: #268053;
}

.entry-content b {
  font-weight: normal;
  color: #268053;
}

.entry-content a {
  color: #e67e17;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .entry-content a:hover {
    text-decoration: none;
  }
}

.entry-content a[target='_blank']::after {
  background: url(../img/icon/icon-blank.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: -1px;
}

@media screen and (max-width: 767px) {
  .entry-content a[target='_blank']::after {
    width: calc(21 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
    margin-right: calc(4 / 750 * 100vw);
    vertical-align: calc(-3 / 750 * 100vw);
  }
}

.entry-content a[href*='.pdf']::after {
  background: url(../img/icon/icon-pdf.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 13px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  .entry-content a[href*='.pdf']::after {
    width: calc(20 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
    margin-right: calc(4 / 750 * 100vw);
    vertical-align: calc(-5 / 750 * 100vw);
  }
}

.entry-content a.no-icon[target=_blank]::after, .entry-content a.no-icon[href*=".pdf"]::after {
  display: none;
}

.entry-content table {
  width: 100%;
}

.entry-content table tr:nth-child(1) th {
  background: #268053;
  color: #fff;
  vertical-align: middle;
}

.entry-content table tr:nth-child(1) th:first-child {
  border-radius: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .entry-content table tr:nth-child(1) th:first-child {
    border-radius: calc(10 / 750 * 100vw) 0 0 0;
  }
}

.entry-content table tr:nth-child(1) th:last-child {
  border-radius: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .entry-content table tr:nth-child(1) th:last-child {
    border-radius: 0 calc(10 / 750 * 100vw) 0 0;
  }
}

.entry-content table tr:nth-child(1) th:nth-child(n + 2) {
  border-left: 1px dotted #fff;
}

.entry-content table tr:nth-child(n + 2) th {
  background: url(../img/bg/bg-stripe-gray.png) repeat 0 0;
  color: #268053;
  text-align: left;
}

.entry-content table tr:nth-child(n + 2):nth-last-child(n + 2) th {
  border-bottom: 1px solid #ddd;
}

.entry-content table tr:nth-child(n + 2):nth-last-child(n + 2) td {
  border-bottom: 1px solid #ddd;
}

.entry-content table tr:last-child th {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .entry-content table tr:last-child th {
    border-radius: 0 0 0 calc(10 / 750 * 100vw);
  }
}

.entry-content table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .entry-content table tr:last-child td:first-child {
    border-radius: 0 0 0 calc(10 / 750 * 100vw);
  }
}

.entry-content table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .entry-content table tr:last-child td:last-child {
    border-radius: 0 0 calc(10 / 750 * 100vw) 0;
  }
}

.entry-content table th,
.entry-content table td {
  border-collapse: collapse;
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .entry-content table th,
  .entry-content table td {
    padding: calc(14 / 750 * 100vw) calc(26 / 750 * 100vw);
  }
}

.entry-content table th {
  font-weight: normal;
  line-height: 1.4;
}

.entry-content table td {
  background: #fff;
}

.entry-content table td:nth-child(n + 2) {
  border-left: 1px dotted #ddd;
}

.entry-content table.left-th tr:first-child td {
  border-bottom: 1px solid #ddd;
}

.entry-content table.left-th tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .entry-content table.left-th tr:first-child td:last-child {
    border-radius: 0 calc(10 / 750 * 100vw) 0 0;
  }
}

.entry-content table.left-th tr:nth-child(n + 2) th {
  background: #268053;
  border-top: 1px dotted #fff;
  border-bottom: none;
  color: #fff;
}

.entry-content .scroll-table {
  position: relative;
}

.entry-content .scroll-table .sp-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .entry-content .scroll-table .sp-text {
    background: #fff;
    border: 1px solid #268053;
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
    margin: 0;
    padding: calc(5 / 750 * 100vw) 0 calc(4 / 750 * 100vw);
    font-family: "Oswald", sans-serif;
    color: #268053;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    right: calc(-112 / 750 * 100vw);
    transform: translateY(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .entry-content .scroll-table__inner {
    margin-right: calc(-60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .entry-content .scroll-table__inner table {
    min-width: calc(200% - (60 / 750 * 100vw));
    margin-bottom: 0;
    display: inline-block;
  }
}

.entry-content ul li,
.entry-content ol li {
  padding-left: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-content ul li,
  .entry-content ol li {
    padding-left: calc(70 / 750 * 100vw);
  }
}

.entry-content ul li:nth-child(n + 2),
.entry-content ol li:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry-content ul li:nth-child(n + 2),
  .entry-content ol li:nth-child(n + 2) {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.entry-content ul li ul,
.entry-content ol li ul {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry-content ul li ul,
  .entry-content ol li ul {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.entry-content ul li ul > li::before,
.entry-content ol li ul > li::before {
  background: #aaa;
}

.entry-content ul li ol,
.entry-content ol li ol {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry-content ul li ol,
  .entry-content ol li ol {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.entry-content ul li ol > li::before,
.entry-content ol li ol > li::before {
  background: #aaa;
}

.entry-content ul li::before {
  border-radius: 1px;
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .entry-content ul li::before {
    width: calc(50 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    top: calc(17 / 750 * 100vw);
  }
}

.entry-content ul > li::before {
  background: #268053;
}

.entry-content ol {
  counter-reset: olist-1;
}

.entry-content ol > li::before {
  background: #268053;
  border-radius: 9px;
  counter-increment: olist-1;
  content: counter(olist-1);
  width: 40px;
  height: 18px;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  line-height: 18px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .entry-content ol > li::before {
    width: calc(50 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: calc(25 / 750 * 100vw);
    top: calc(6 / 750 * 100vw);
  }
}

.entry-content dl dt,
.entry-content dl dd {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .entry-content dl dt,
  .entry-content dl dd {
    padding-left: calc(70 / 750 * 100vw);
  }
}

.entry-content dl dt {
  color: #268053;
  position: relative;
}

.entry-content dl dt::before {
  border-radius: 1px;
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .entry-content dl dt::before {
    width: calc(50 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    top: calc(17 / 750 * 100vw);
  }
}

.entry-content dl dt:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry-content dl dt:nth-child(n + 2) {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.entry-content dl > dt::before {
  background: #268053;
}

.entry-content dl dd dl {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry-content dl dd dl {
    margin-top: calc(10 / 750 * 100vw);
  }
}

.entry-content dl dd dt::before {
  background: #aaa;
}

.entry-content .text-f-left {
  float: left;
  width: 65%;
}

.entry-content .pict-f-right {
  float: right;
  width: 30%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .entry-content .pict-f-right {
    padding: calc(10 / 750 * 100vw);
  }
}

.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.entry-content .alignleft {
  margin-right: auto;
  text-align: left;
  display: block;
}

.entry-content .alignright {
  margin-left: auto;
  text-align: right;
  display: block;
}

.p-case__detail-intro .intro-text-box,
.p-event__form-intro .intro-text-box,
.p-company .intro-text-box {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-text-box,
  .p-event__form-intro .intro-text-box,
  .p-company .intro-text-box {
    margin: calc(40 / 750 * 100vw) 0;
  }
}

.p-case__detail-intro .intro-text-box:first-of-type,
.p-event__form-intro .intro-text-box:first-of-type,
.p-company .intro-text-box:first-of-type {
  margin-top: 0;
}

.p-case__detail-intro .company-profile,
.p-case__detail-intro .intro-details,
.p-case__detail-intro .p-company__profile,
.p-event__form-intro .company-profile,
.p-event__form-intro .intro-details,
.p-event__form-intro .p-company__profile,
.p-company .company-profile,
.p-company .intro-details,
.p-company .p-company__profile {
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .company-profile,
  .p-case__detail-intro .intro-details,
  .p-case__detail-intro .p-company__profile,
  .p-event__form-intro .company-profile,
  .p-event__form-intro .intro-details,
  .p-event__form-intro .p-company__profile,
  .p-company .company-profile,
  .p-company .intro-details,
  .p-company .p-company__profile {
    background: #fff;
    border-radius: calc(10 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) 0;
    padding: calc(20 / 750 * 100vw);
  }
}

.p-case__detail-intro .company-profile:first-of-type,
.p-case__detail-intro .intro-details:first-of-type,
.p-case__detail-intro .p-company__profile:first-of-type,
.p-event__form-intro .company-profile:first-of-type,
.p-event__form-intro .intro-details:first-of-type,
.p-event__form-intro .p-company__profile:first-of-type,
.p-company .company-profile:first-of-type,
.p-company .intro-details:first-of-type,
.p-company .p-company__profile:first-of-type {
  margin-top: 0;
}

.p-case__detail-intro .company-profile div,
.p-case__detail-intro .intro-details div,
.p-case__detail-intro .p-company__profile div,
.p-event__form-intro .company-profile div,
.p-event__form-intro .intro-details div,
.p-event__form-intro .p-company__profile div,
.p-company .company-profile div,
.p-company .intro-details div,
.p-company .p-company__profile div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .company-profile div,
  .p-case__detail-intro .intro-details div,
  .p-case__detail-intro .p-company__profile div,
  .p-event__form-intro .company-profile div,
  .p-event__form-intro .intro-details div,
  .p-event__form-intro .p-company__profile div,
  .p-company .company-profile div,
  .p-company .intro-details div,
  .p-company .p-company__profile div {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-case__detail-intro .company-profile div:first-child dt,
  .p-case__detail-intro .intro-details div:first-child dt,
  .p-case__detail-intro .p-company__profile div:first-child dt,
  .p-event__form-intro .company-profile div:first-child dt,
  .p-event__form-intro .intro-details div:first-child dt,
  .p-event__form-intro .p-company__profile div:first-child dt,
  .p-company .company-profile div:first-child dt,
  .p-company .intro-details div:first-child dt,
  .p-company .p-company__profile div:first-child dt {
    border-radius: 10px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-case__detail-intro .company-profile div:first-child dd,
  .p-case__detail-intro .intro-details div:first-child dd,
  .p-case__detail-intro .p-company__profile div:first-child dd,
  .p-event__form-intro .company-profile div:first-child dd,
  .p-event__form-intro .intro-details div:first-child dd,
  .p-event__form-intro .p-company__profile div:first-child dd,
  .p-company .company-profile div:first-child dd,
  .p-company .intro-details div:first-child dd,
  .p-company .p-company__profile div:first-child dd {
    border-radius: 0 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-case__detail-intro .company-profile div:last-child dt,
  .p-case__detail-intro .intro-details div:last-child dt,
  .p-case__detail-intro .p-company__profile div:last-child dt,
  .p-event__form-intro .company-profile div:last-child dt,
  .p-event__form-intro .intro-details div:last-child dt,
  .p-event__form-intro .p-company__profile div:last-child dt,
  .p-company .company-profile div:last-child dt,
  .p-company .intro-details div:last-child dt,
  .p-company .p-company__profile div:last-child dt {
    border-radius: 0 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-case__detail-intro .company-profile div:last-child dd,
  .p-case__detail-intro .intro-details div:last-child dd,
  .p-case__detail-intro .p-company__profile div:last-child dd,
  .p-event__form-intro .company-profile div:last-child dd,
  .p-event__form-intro .intro-details div:last-child dd,
  .p-event__form-intro .p-company__profile div:last-child dd,
  .p-company .company-profile div:last-child dd,
  .p-company .intro-details div:last-child dd,
  .p-company .p-company__profile div:last-child dd {
    border-radius: 0 0 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .p-case__detail-intro .company-profile div:nth-child(n + 2)::after,
  .p-case__detail-intro .intro-details div:nth-child(n + 2)::after,
  .p-case__detail-intro .p-company__profile div:nth-child(n + 2)::after,
  .p-event__form-intro .company-profile div:nth-child(n + 2)::after,
  .p-event__form-intro .intro-details div:nth-child(n + 2)::after,
  .p-event__form-intro .p-company__profile div:nth-child(n + 2)::after,
  .p-company .company-profile div:nth-child(n + 2)::after,
  .p-company .intro-details div:nth-child(n + 2)::after,
  .p-company .p-company__profile div:nth-child(n + 2)::after {
    background: #ddd;
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-case__detail-intro .company-profile dt,
.p-case__detail-intro .intro-details dt,
.p-case__detail-intro .p-company__profile dt,
.p-event__form-intro .company-profile dt,
.p-event__form-intro .intro-details dt,
.p-event__form-intro .p-company__profile dt,
.p-company .company-profile dt,
.p-company .intro-details dt,
.p-company .p-company__profile dt {
  background: url(../img/bg/bg-stripe-gray.png) repeat 0 0;
  width: 200px;
  padding: 14px 30px;
  color: #268053;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .company-profile dt,
  .p-case__detail-intro .intro-details dt,
  .p-case__detail-intro .p-company__profile dt,
  .p-event__form-intro .company-profile dt,
  .p-event__form-intro .intro-details dt,
  .p-event__form-intro .p-company__profile dt,
  .p-company .company-profile dt,
  .p-company .intro-details dt,
  .p-company .p-company__profile dt {
    width: 100%;
    border-radius: calc(6 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
    text-align: center;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-case__detail-intro .company-profile dt::after,
  .p-case__detail-intro .intro-details dt::after,
  .p-case__detail-intro .p-company__profile dt::after,
  .p-event__form-intro .company-profile dt::after,
  .p-event__form-intro .intro-details dt::after,
  .p-event__form-intro .p-company__profile dt::after,
  .p-company .company-profile dt::after,
  .p-company .intro-details dt::after,
  .p-company .p-company__profile dt::after {
    background: #268053;
    border-radius: 2px;
    content: "";
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    top: 30px;
    right: -10px;
  }
}

.p-case__detail-intro .company-profile dd,
.p-case__detail-intro .intro-details dd,
.p-case__detail-intro .p-company__profile dd,
.p-event__form-intro .company-profile dd,
.p-event__form-intro .intro-details dd,
.p-event__form-intro .p-company__profile dd,
.p-company .company-profile dd,
.p-company .intro-details dd,
.p-company .p-company__profile dd {
  background: #fff;
  width: calc(100% - 200px);
  padding: 14px 30px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .company-profile dd,
  .p-case__detail-intro .intro-details dd,
  .p-case__detail-intro .p-company__profile dd,
  .p-event__form-intro .company-profile dd,
  .p-event__form-intro .intro-details dd,
  .p-event__form-intro .p-company__profile dd,
  .p-company .company-profile dd,
  .p-company .intro-details dd,
  .p-company .p-company__profile dd {
    width: 100%;
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect,
.p-event__form-intro .intro-effect,
.p-company .intro-effect {
  background: linear-gradient(to right, #266280, #268053);
  border-radius: 10px;
  margin: 50px auto;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect,
  .p-event__form-intro .intro-effect,
  .p-company .intro-effect {
    border-radius: calc(10 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto calc(50 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
    display: block;
  }
}

.p-case__detail-intro .intro-effect .col-left,
.p-event__form-intro .intro-effect .col-left,
.p-company .intro-effect .col-left {
  width: 420px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .col-left,
  .p-event__form-intro .intro-effect .col-left,
  .p-company .intro-effect .col-left {
    width: 100%;
  }
}

.p-case__detail-intro .intro-effect .effect-box,
.p-event__form-intro .intro-effect .effect-box,
.p-company .intro-effect .effect-box {
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .effect-box,
  .p-event__form-intro .intro-effect .effect-box,
  .p-company .intro-effect .effect-box {
    border-radius: calc(4 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect .item01 .item-ttl,
.p-event__form-intro .intro-effect .item01 .item-ttl,
.p-company .intro-effect .item01 .item-ttl {
  color: #268053;
}

.p-case__detail-intro .intro-effect .item01 .item-list li::before,
.p-event__form-intro .intro-effect .item01 .item-list li::before,
.p-company .intro-effect .item01 .item-list li::before {
  background: #268053;
}

.p-case__detail-intro .intro-effect .item02,
.p-event__form-intro .intro-effect .item02,
.p-company .intro-effect .item02 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item02,
  .p-event__form-intro .intro-effect .item02,
  .p-company .intro-effect .item02 {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect .item02 .item-ttl,
.p-event__form-intro .intro-effect .item02 .item-ttl,
.p-company .intro-effect .item02 .item-ttl {
  color: #266280;
}

.p-case__detail-intro .intro-effect .item02 .item-list li::before,
.p-event__form-intro .intro-effect .item02 .item-list li::before,
.p-company .intro-effect .item02 .item-list li::before {
  background: #266280;
}

.p-case__detail-intro .intro-effect .item03,
.p-event__form-intro .intro-effect .item03,
.p-company .intro-effect .item03 {
  width: 450px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item03,
  .p-event__form-intro .intro-effect .item03,
  .p-company .intro-effect .item03 {
    width: 100%;
    margin-top: calc(100 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect .item03::before,
.p-event__form-intro .intro-effect .item03::before,
.p-company .intro-effect .item03::before {
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  left: -54px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item03::before,
  .p-event__form-intro .intro-effect .item03::before,
  .p-company .intro-effect .item03::before {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(-64 / 750 * 100vw);
    left: calc(50% - (34 / 750 * 100vw));
    transform: translateY(-50%) rotate(135deg);
  }
}

.p-case__detail-intro .intro-effect .item03 .item-ttl,
.p-event__form-intro .intro-effect .item03 .item-ttl,
.p-company .intro-effect .item03 .item-ttl {
  color: #e67e17;
}

.p-case__detail-intro .intro-effect .item03 .item-list li::before,
.p-event__form-intro .intro-effect .item03 .item-list li::before,
.p-company .intro-effect .item03 .item-list li::before {
  background: #e67e17;
}

.p-case__detail-intro .intro-effect .item-ttl,
.p-event__form-intro .intro-effect .item-ttl,
.p-company .intro-effect .item-ttl {
  border-bottom: 1px dotted #ccc;
  padding: 20px 5px 10px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item-ttl,
  .p-event__form-intro .intro-effect .item-ttl,
  .p-company .intro-effect .item-ttl {
    padding: calc(17 / 750 * 100vw) 5px;
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect .item-list,
.p-event__form-intro .intro-effect .item-list,
.p-company .intro-effect .item-list {
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item-list,
  .p-event__form-intro .intro-effect .item-list,
  .p-company .intro-effect .item-list {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect .item-list li,
.p-event__form-intro .intro-effect .item-list li,
.p-company .intro-effect .item-list li {
  padding-left: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item-list li,
  .p-event__form-intro .intro-effect .item-list li,
  .p-company .intro-effect .item-list li {
    padding-left: calc(70 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect .item-list li:nth-child(n + 2),
.p-event__form-intro .intro-effect .item-list li:nth-child(n + 2),
.p-company .intro-effect .item-list li:nth-child(n + 2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item-list li:nth-child(n + 2),
  .p-event__form-intro .intro-effect .item-list li:nth-child(n + 2),
  .p-company .intro-effect .item-list li:nth-child(n + 2) {
    margin-top: calc(18 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-effect .item-list li::before,
.p-event__form-intro .intro-effect .item-list li::before,
.p-company .intro-effect .item-list li::before {
  border-radius: 2px;
  content: "";
  width: 40px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-effect .item-list li::before,
  .p-event__form-intro .intro-effect .item-list li::before,
  .p-company .intro-effect .item-list li::before {
    width: calc(50 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    top: calc(17 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-pict,
.p-event__form-intro .intro-pict,
.entry-content figure {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  margin: 50px auto;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-pict,
  .p-event__form-intro .intro-pict,
  .entry-content figure {
    border-radius: calc(10 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto;
    padding: calc(20 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-pict img,
.p-event__form-intro .intro-pict img,
.entry-content figure img {
  width: 100%;
  max-width: none;
}

.p-case__detail-intro .intro-pict figcaption,
.p-event__form-intro .intro-pict figcaption,
.entry-content figure figcaption {
  margin-top: 10px;
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-pict figcaption,
  .p-event__form-intro .intro-pict figcaption,
  .entry-content figure figcaption {
    margin-top: calc(26 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.p-case__detail-intro .intro-pict .pict,
.p-event__form-intro .intro-pict .pict,
.entry-content figure .pict {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro .intro-pict .pict,
  .p-event__form-intro .intro-pict .pict,
  .entry-content figure .pict {
    height: calc(333 / 750 * 100vw);
  }
}

.p-event__form-intro .header-ttl,
.p-document__inner .header-ttl {
  width: 880px;
  margin: 0 auto 55px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .header-ttl,
  .p-document__inner .header-ttl {
    width: 100%;
    margin: 0 auto calc(90 / 750 * 100vw);
    font-size: calc(46 / 750 * 100vw);
  }
}

.p-event__form-intro .header-ttl::after,
.p-document__inner .header-ttl::after {
  background: #268053;
  border-radius: 1px;
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-event__form-intro .header-ttl::after,
  .p-document__inner .header-ttl::after {
    border-radius: calc(3 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
    bottom: calc(-38 / 750 * 100vw);
  }
}

.assets .entry-content {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .assets .entry-content {
    width: calc(630 / 750 * 100vw);
  }
}

.entry-content .c-sc__box-ttl,
.entry-content .c-sc__box,
.c-sc__box-ttl,
.c-sc__box {
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
}

.entry-content .c-sc__box-ttl p,
.entry-content .c-sc__box p,
.c-sc__box-ttl p,
.c-sc__box p {
  margin-top: 0;
}

.entry-content .c-sc__box-ttl p:not(:last-child),
.entry-content .c-sc__box p:not(:last-child),
.c-sc__box-ttl p:not(:last-child),
.c-sc__box p:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__box-ttl p:not(:last-child),
  .entry-content .c-sc__box p:not(:last-child),
  .c-sc__box-ttl p:not(:last-child),
  .c-sc__box p:not(:last-child) {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.entry-content .c-sc__box-ttl p:last-child,
.entry-content .c-sc__box p:last-child,
.c-sc__box-ttl p:last-child,
.c-sc__box p:last-child {
  margin-bottom: 0;
}

.entry-content .c-sc__box-ttl,
.c-sc__box-ttl {
  padding: 45px 30px 20px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__box-ttl,
  .c-sc__box-ttl {
    padding: calc(70 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.entry-content .c-sc__box-ttl .box-ttl,
.c-sc__box-ttl .box-ttl {
  margin-top: -65px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__box-ttl .box-ttl,
  .c-sc__box-ttl .box-ttl {
    margin-top: calc(-96 / 750 * 100vw);
  }
}

.entry-content .c-sc__box-ttl .box-ttl span,
.c-sc__box-ttl .box-ttl span {
  border-radius: 6px;
  padding: 9px 18px;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__box-ttl .box-ttl span,
  .c-sc__box-ttl .box-ttl span {
    border-radius: calc(6 / 750 * 100vw);
    padding: calc(12 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.entry-content .c-sc__box,
.c-sc__box {
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__box,
  .c-sc__box {
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.entry-content .c-sc__btn-bubble,
.entry-content .c-sc__btn,
.c-sc__btn-bubble,
.c-sc__btn {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__btn-bubble,
  .entry-content .c-sc__btn,
  .c-sc__btn-bubble,
  .c-sc__btn {
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

.entry-content .c-sc__btn-bubble a,
.entry-content .c-sc__btn a,
.c-sc__btn-bubble a,
.c-sc__btn a {
  min-width: 260px;
  max-width: 50%;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__btn-bubble a,
  .entry-content .c-sc__btn a,
  .c-sc__btn-bubble a,
  .c-sc__btn a {
    min-width: calc(300 / 750 * 100vw);
    max-width: 80%;
  }
}

.entry-content .c-sc__btn-bubble .link-text,
.entry-content .c-sc__btn .link-text,
.c-sc__btn-bubble .link-text,
.c-sc__btn .link-text {
  border-radius: 10px;
  min-height: 60px;
  padding: 5px 30px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__btn-bubble .link-text,
  .entry-content .c-sc__btn .link-text,
  .c-sc__btn-bubble .link-text,
  .c-sc__btn .link-text {
    border-radius: calc(10 / 750 * 100vw);
    min-height: calc(88 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.entry-content .c-sc__btn-bubble .link-arrow,
.entry-content .c-sc__btn .link-arrow,
.c-sc__btn-bubble .link-arrow,
.c-sc__btn .link-arrow {
  padding: 0 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__btn-bubble .link-arrow,
  .entry-content .c-sc__btn .link-arrow,
  .c-sc__btn-bubble .link-arrow,
  .c-sc__btn .link-arrow {
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.entry-content .c-sc__btn-bubble .link-arrow::after,
.entry-content .c-sc__btn .link-arrow::after,
.c-sc__btn-bubble .link-arrow::after,
.c-sc__btn .link-arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__btn-bubble .link-arrow::after,
  .entry-content .c-sc__btn .link-arrow::after,
  .c-sc__btn-bubble .link-arrow::after,
  .c-sc__btn .link-arrow::after {
    width: calc(22 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    top: calc(50% + (4 / 750 * 100vw));
  }
}

.entry-content .c-sc__btn-bubble .link-bubble,
.entry-content .c-sc__btn .link-bubble,
.c-sc__btn-bubble .link-bubble,
.c-sc__btn .link-bubble {
  max-width: 80%;
  margin: 0 auto 12px;
  padding: 0 10px;
  font-size: 2rem;
  color: #333;
  line-height: 1.6;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__btn-bubble .link-bubble,
  .entry-content .c-sc__btn .link-bubble,
  .c-sc__btn-bubble .link-bubble,
  .c-sc__btn .link-bubble {
    margin-bottom: calc(16 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

.entry-content .c-sc__btn-bubble .link-bubble::before, .entry-content .c-sc__btn-bubble .link-bubble::after,
.entry-content .c-sc__btn .link-bubble::before,
.entry-content .c-sc__btn .link-bubble::after,
.c-sc__btn-bubble .link-bubble::before,
.c-sc__btn-bubble .link-bubble::after,
.c-sc__btn .link-bubble::before,
.c-sc__btn .link-bubble::after {
  background: #333;
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-sc__btn-bubble .link-bubble::before, .entry-content .c-sc__btn-bubble .link-bubble::after,
  .entry-content .c-sc__btn .link-bubble::before,
  .entry-content .c-sc__btn .link-bubble::after,
  .c-sc__btn-bubble .link-bubble::before,
  .c-sc__btn-bubble .link-bubble::after,
  .c-sc__btn .link-bubble::before,
  .c-sc__btn .link-bubble::after {
    width: 1px;
  }
}

.entry-content .c-sc__btn-bubble .link-bubble::before,
.entry-content .c-sc__btn .link-bubble::before,
.c-sc__btn-bubble .link-bubble::before,
.c-sc__btn .link-bubble::before {
  left: -5px;
  transform: rotate(-30deg);
}

.entry-content .c-sc__btn-bubble .link-bubble::after,
.entry-content .c-sc__btn .link-bubble::after,
.c-sc__btn-bubble .link-bubble::after,
.c-sc__btn .link-bubble::after {
  right: -5px;
  transform: rotate(30deg);
}

.entry-content .c-custom__flow,
.c-custom__flow {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-custom__flow,
  .c-custom__flow {
    border-radius: calc(10 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
  }
}

.entry-content .c-custom__flow .flow-01,
.entry-content .c-custom__flow .flow-02,
.entry-content .c-custom__flow .flow-03,
.c-custom__flow .flow-01,
.c-custom__flow .flow-02,
.c-custom__flow .flow-03 {
  margin: 0;
  display: flex;
}

.entry-content .c-custom__flow .flow-01 .item-ttl,
.entry-content .c-custom__flow .flow-03 .item-ttl,
.c-custom__flow .flow-01 .item-ttl,
.c-custom__flow .flow-03 .item-ttl {
  color: #fff;
}

.entry-content .c-custom__flow .flow-01 .item-ttl span,
.entry-content .c-custom__flow .flow-03 .item-ttl span,
.c-custom__flow .flow-01 .item-ttl span,
.c-custom__flow .flow-03 .item-ttl span {
  letter-spacing: .5em;
  text-indent: .5em;
}

.entry-content .c-custom__flow .flow-02 .item-ttl,
.entry-content .c-custom__flow .flow-02 .item-list,
.entry-content .c-custom__flow .flow-03 .item-ttl,
.entry-content .c-custom__flow .flow-03 .item-list,
.c-custom__flow .flow-02 .item-ttl,
.c-custom__flow .flow-02 .item-list,
.c-custom__flow .flow-03 .item-ttl,
.c-custom__flow .flow-03 .item-list {
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-custom__flow .flow-02 .item-ttl,
  .entry-content .c-custom__flow .flow-02 .item-list,
  .entry-content .c-custom__flow .flow-03 .item-ttl,
  .entry-content .c-custom__flow .flow-03 .item-list,
  .c-custom__flow .flow-02 .item-ttl,
  .c-custom__flow .flow-02 .item-list,
  .c-custom__flow .flow-03 .item-ttl,
  .c-custom__flow .flow-03 .item-list {
    padding-top: calc(30 / 750 * 100vw);
  }
}

.entry-content .c-custom__flow .flow-01 .item-ttl,
.entry-content .c-custom__flow .flow-01 .item-list,
.c-custom__flow .flow-01 .item-ttl,
.c-custom__flow .flow-01 .item-list {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-custom__flow .flow-01 .item-ttl,
  .entry-content .c-custom__flow .flow-01 .item-list,
  .c-custom__flow .flow-01 .item-ttl,
  .c-custom__flow .flow-01 .item-list {
    padding-top: calc(10 / 750 * 100vw);
  }
}

.entry-content .c-custom__flow .flow-01 .item-ttl,
.c-custom__flow .flow-01 .item-ttl {
  background: #bbb;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767px) {
  .entry-content .c-custom__flow .flow-01 .item-ttl,
  .c-custom__flow .flow-01 .item-ttl {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
  }
}

.entry-content .c-custom__flow .flow-01 .item-list li::before,
.c-custom__flow .flow-01 .item-list li::before {
  background: #aaa;
}

.entry-content .c-custom__flow .flow-02 .item-ttl,
.c-custom__flow .flow-02 .item-ttl {
  background: #ededed url(../img/bg/bg-custom-flow-01.png) no-repeat 0 0;
  background-size: 100% auto;
}

.entry-content .c-custom__flow .flow-03 .item-ttl,
.c-custom__flow .flow-03 .item-ttl {
  background: #e67e17 url(../img/bg/bg-custom-flow-02.png) no-repeat 0 0;
  background-size: 100% auto;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .entry-content .c-custom__flow .flow-03 .item-ttl,
  .c-custom__flow .flow-03 .item-ttl {
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.entry-content .c-custom__flow .flow-03 .item-list li::before,
.c-custom__flow .flow-03 .item-list li::before {
  background: #e67e17;
}

.entry-content .c-custom__flow .item-ttl,
.entry-content .c-custom__flow .item-list,
.c-custom__flow .item-ttl,
.c-custom__flow .item-list {
  padding-left: 0;
}

.entry-content .c-custom__flow .item-ttl,
.c-custom__flow .item-ttl {
  width: 120px;
  min-height: 100px;
  margin-right: 30px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .entry-content .c-custom__flow .item-ttl,
  .c-custom__flow .item-ttl {
    width: calc(120 / 750 * 100vw);
    min-height: calc(120 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
}

.entry-content .c-custom__flow .item-list,
.c-custom__flow .item-list {
  width: calc(100% - 150px);
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .entry-content .c-custom__flow .item-list,
  .c-custom__flow .item-list {
    width: calc(100% - (150 / 750 * 100vw));
  }
}

/*========================================
  custmers
========================================*/
.c-custmers__bg-inner {
  background: linear-gradient(to bottom, #2e9952, #268053);
  border-radius: 50px;
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 160px 0 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-custmers__bg-inner {
    border-radius: calc(50 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    padding: calc(70 / 750 * 100vw) 0 calc(34 / 750 * 100vw);
  }
}

.c-custmers__bg-inner::after {
  background: url(../img/common/pict-custmers.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 650px;
  height: 475px;
  display: block;
  position: absolute;
  top: 72px;
  left: calc(50% + 140px);
}

@media screen and (max-width: 767px) {
  .c-custmers__bg-inner::after {
    width: calc(650 / 750 * 100vw);
    height: calc(476 / 750 * 100vw);
    top: calc(600 / 750 * 100vw);
    left: calc(52 / 750 * 100vw);
  }
}

.c-custmers__contents {
  width: 1180px;
  margin: 0 auto;
  padding: 0 40px 145px;
}

@media screen and (max-width: 767px) {
  .c-custmers__contents {
    width: 100%;
    padding: 0 calc(52 / 750 * 100vw) calc(566 / 750 * 100vw);
  }
}

.c-custmers__ttl {
  margin-bottom: 30px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-custmers__ttl {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.c-custmers__ttl .ttl-en {
  font-family: "Oswald", sans-serif;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-custmers__ttl .ttl-en {
    font-size: calc(20 / 750 * 100vw);
  }
}

.c-custmers__ttl .ttl-jp {
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .c-custmers__ttl .ttl-jp {
    width: calc(564 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) 0 0;
  }
}

.c-custmers__text {
  margin-bottom: 35px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-custmers__text {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.c-custmers__btn-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-custmers__btn-wrap {
    justify-content: center;
  }
}

.c-custmers__btn-wrap .item-btn:nth-child(2) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-custmers__btn-wrap .item-btn:nth-child(2) {
    margin: calc(30 / 750 * 100vw) 0 0;
  }
}

@media screen and (min-width: 768px) {
  .c-custmers__btn-wrap .item-btn .btn-white,
  .c-custmers__btn-wrap .item-btn .btn-orange {
    width: 280px;
    padding: 13px 15px 13px 5px;
    font-size: 2rem;
  }
}

.c-custmers__btn-wrap .item-btn .btn-white::after {
  right: 60px;
}

@media screen and (max-width: 767px) {
  .c-custmers__btn-wrap .item-btn .btn-white::after {
    right: calc(110 / 750 * 100vw);
  }
}

.c-custmers__btn-wrap .item-btn .btn-orange::after {
  right: 40px;
}

@media screen and (max-width: 767px) {
  .c-custmers__btn-wrap .item-btn .btn-orange::after {
    right: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .c-custmers__btn-wrap .item-btn .btn-orange:hover {
    border-color: #fff;
  }
}

.home .c-custmers__bg-inner {
  border-radius: 0 0 50px 50px;
}

@media screen and (max-width: 767px) {
  .home .c-custmers__bg-inner {
    border-radius: 0 0 calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}

/*========================================
  accordion
========================================*/
.c-accordion__contents:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c-accordion__contents:nth-child(n + 2) {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.c-accordion__contents.js-acc__parent {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.2);
}

@media screen and (max-width: 767px) {
  .c-accordion__contents.js-acc__parent {
    border-radius: calc(10 / 750 * 100vw);
  }
}

.c-accordion__ttl {
  background: #268053;
  border-radius: 10px;
  padding: 19px 65px 19px 70px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-accordion__ttl {
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-accordion__ttl::before, .c-accordion__ttl::after {
  background: #fff;
  border-radius: 1px;
  content: "";
  width: 19px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .c-accordion__ttl::before, .c-accordion__ttl::after {
    width: calc(30 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}

.c-accordion__ttl::after {
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .c-accordion__ttl:hover {
    cursor: pointer;
  }
}

.c-accordion__ttl .icon-q {
  background: url(../img/icon/icon-q-white.png) no-repeat 0 0;
  background-size: contain;
  width: 28px;
  height: 38px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-accordion__ttl .icon-q {
    width: calc(28 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    left: calc(28 / 750 * 100vw);
  }
}

.c-accordion__ttl.js-accordion__open {
  background: #fff;
  border-bottom: 1px dotted #ccc;
  border-radius: 10px 10px 0 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-accordion__ttl.js-accordion__open {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
  }
}

.c-accordion__ttl.js-accordion__open::before {
  background: #e67e17;
}

.c-accordion__ttl.js-accordion__open::after {
  background: #e67e17;
  transform: rotate(0);
}

.c-accordion__ttl.js-accordion__open .icon-q {
  background: url(../img/icon/icon-q-black.png) no-repeat 0 0;
  background-size: contain;
}

.c-accordion__text {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 14px 40px 19px 70px;
  display: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-accordion__text {
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.c-accordion__text .icon-a {
  background: url(../img/icon/icon-a.png) no-repeat 0 0;
  background-size: contain;
  width: 31px;
  height: 36px;
  text-indent: -9999px;
  position: absolute;
  top: 17px;
  left: 19px;
}

@media screen and (max-width: 767px) {
  .c-accordion__text .icon-a {
    width: calc(31 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    top: calc(59 / 750 * 100vw);
    left: calc(25 / 750 * 100vw);
  }
}

.c-accordion__text .text-01 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #e67e17;
}

@media screen and (max-width: 767px) {
  .c-accordion__text .text-01 {
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-accordion__text .text-02 {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-accordion__text .text-02 {
    margin-top: calc(20 / 750 * 100vw);
  }
}

/*========================================
  pagination
========================================*/
.c-pagination__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.c-pagination__links a {
  text-decoration: none;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .c-pagination__links a:hover {
    background: #268053;
    color: #fff;
  }
}

.c-pagination__links .page-numbers {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  margin: 0 3px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-pagination__links .page-numbers {
    border-radius: calc(10 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin: 0 calc(5 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.c-pagination__links .page {
  background: #fff;
  color: #268053;
}

.c-pagination__links .current {
  background: #e67e17;
  color: #fff;
}

.c-pagination__links .prev,
.c-pagination__links .next {
  background: #268053;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-pagination__links .prev:hover,
  .c-pagination__links .next:hover {
    background: #fff;
    color: #268053;
  }
}

@media screen and (min-width: 768px) {
  .c-pagination__links .prev:hover::after,
  .c-pagination__links .next:hover::after {
    border-top-color: #268053;
    border-right-color: #268053;
  }
}

.c-pagination__links .prev::after,
.c-pagination__links .next::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 18px;
}

@media screen and (max-width: 767px) {
  .c-pagination__links .prev::after,
  .c-pagination__links .next::after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: calc(22 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
  }
}

.c-pagination__links .prev {
  margin-right: 17px;
}

@media screen and (max-width: 767px) {
  .c-pagination__links .prev {
    margin-left: 0;
    margin-right: calc(10 / 750 * 100vw);
  }
}

.c-pagination__links .prev::after {
  left: 20px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .c-pagination__links .prev::after {
    left: calc(34 / 750 * 100vw);
  }
}

.c-pagination__links .next {
  margin-left: 17px;
}

@media screen and (max-width: 767px) {
  .c-pagination__links .next {
    margin-right: 0;
    margin-left: calc(10 / 750 * 100vw);
  }
}

.c-pagination__links .next::after {
  left: 16px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-pagination__links .next::after {
    left: calc(26 / 750 * 100vw);
  }
}

/*========================================
  breadcrumb
========================================*/
.c-breadcrumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    justify-content: flex-start;
    padding: 0 calc(40 / 750 * 100vw);
  }
}

.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-breadcrumb li {
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb li {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb li:first-child {
    width: calc(32 / 750 * 100vw);
  }
}

.c-breadcrumb li:first-child img {
  margin-top: -3px;
}

.c-breadcrumb li:not(:last-child) {
  margin-right: 26px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb li:not(:last-child) {
    margin-right: calc(50 / 750 * 100vw);
  }
}

.c-breadcrumb li:not(:last-child)::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  top: 8px;
  right: -16px;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .c-breadcrumb li:not(:last-child)::after {
    width: calc(14 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    top: calc(12 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
  }
}

.c-breadcrumb a {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb a {
    font-size: calc(20 / 750 * 100vw);
  }
}

.c-breadcrumb a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-breadcrumb.c-breadcrumb__head {
    width: 1000px;
    padding: 0 0 15px 5px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb.c-breadcrumb__head {
    padding: 0 calc(60 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.c-breadcrumb.c-breadcrumb__head li,
.c-breadcrumb.c-breadcrumb__head a {
  color: #333;
}

.c-breadcrumb.c-breadcrumb__head li::after {
  border-top-color: #333;
  border-right-color: #333;
}

.p-form__contents .c-breadcrumb {
  margin-bottom: 30px;
}

.p-form__contents .c-breadcrumb li,
.p-form__contents .c-breadcrumb a {
  color: #333;
}

.p-form__contents .c-breadcrumb li::after {
  border-top-color: #333;
  border-right-color: #333;
}

/*========================================
  form
========================================*/
.c-form__bg-inner {
  background: linear-gradient(to bottom, #ffaa00, #e67e17);
  border-radius: 50px;
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 60px 0 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-form__bg-inner {
    border-radius: calc(50 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(60 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
}

.c-form__inner {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .c-form__inner {
    padding-bottom: calc(35 / 750 * 100vw);
  }
}

.c-form__box {
  background: #fff;
  border-radius: calc(10 / 750 * 100vw);
  width: 800px;
  margin: 38px auto 0;
  padding: 30px 20px 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-form__box {
    border-radius: calc(10 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(100 / 750 * 100vw);
  }
}

.c-form__box label {
  width: 220px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-form__box label {
    width: 100%;
    padding-left: 0;
  }
}

.c-form__box input[type="text"],
.c-form__box input[type="email"],
.c-form__box textarea,
.c-form__box select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 15px;
}

@media screen and (max-width: 767px) {
  .c-form__box input[type="text"],
  .c-form__box input[type="email"],
  .c-form__box textarea,
  .c-form__box select {
    border-radius: calc(6 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    font-size: 1.6rem;
  }
}

.c-form__box textarea {
  height: 188px;
}

@media screen and (max-width: 767px) {
  .c-form__box textarea {
    height: calc(272 / 750 * 100vw);
  }
}

.c-form__box select::-ms-expand {
  display: none;
}

.c-form__box .item-list {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-form__box .item-list {
    margin-bottom: calc(30 / 750 * 100vw);
    padding-bottom: calc(30 / 750 * 100vw);
    display: block;
  }
}

.c-form__box .required {
  background: #e67e17;
  border-radius: 10px;
  width: 60px;
  margin: 7px 10px 0 0;
  padding: 4px 5px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form__box .required {
    border-radius: calc(18 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    margin: calc(4 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
    padding: calc(6 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.c-form__box .item {
  width: calc(100% - 70px);
}

@media screen and (max-width: 767px) {
  .c-form__box .item {
    width: calc(100% - (100 / 750 * 100vw));
  }
}

.c-form__box .input-box {
  width: calc(100% - 220px);
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .c-form__box .input-box {
    width: 100%;
    margin-top: calc(20 / 750 * 100vw);
    padding: 0;
  }
}

.c-form__box .input-box.col2 {
  display: flex;
}

.c-form__box .box-01 {
  width: 100%;
}

.c-form__box .box-02 {
  width: 255px;
}

@media screen and (max-width: 767px) {
  .c-form__box .box-02 {
    width: calc(274 / 750 * 100vw);
  }
}

.c-form__box .box-02:first-child {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .c-form__box .box-02:first-child {
    margin-right: calc(10 / 750 * 100vw);
  }
}

.c-form__box .box-03 {
  width: 255px;
}

@media screen and (max-width: 767px) {
  .c-form__box .box-03 {
    width: 100%;
  }
}

.c-form__box .notes {
  margin-top: 3px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-form__box .notes {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.c-form__box .item-privacy {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form__box .item-privacy {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.c-form__box .link-text a {
  color: #e67e17;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-form__box .link-text a:hover {
    text-decoration: none;
  }
}

.c-form__box .checked-privacy {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .c-form__box .checked-privacy {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.c-form__box .checked-privacy .input-checked {
  border: none;
  width: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.c-form__box .checked-privacy .input-checked + label {
  background: #ddd;
  border-radius: 25px;
  cursor: pointer;
  width: 382px;
  margin: 0 auto;
  padding: 16px 15px 14px 50px;
  line-height: 1;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-form__box .checked-privacy .input-checked + label {
    border-radius: 25px;
    width: 100%;
    padding: calc(16/ 750 * 100vw) calc(20 / 750 * 100vw) calc(16 / 750 * 100vw) calc(70 / 750 * 100vw);
  }
}

.c-form__box .checked-privacy .input-checked + label::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .c-form__box .checked-privacy .input-checked + label::before {
    width: calc(30 / 750 *  100vw);
    height: calc(30 / 750 *  100vw);
    top: calc(20 / 750 * 100vw);
    left: calc(20 / 750 *  100vw);
  }
}

.c-form__box .checked-privacy .input-checked:checked + label {
  background: #e67e17;
  color: #fff;
}

.c-form__box .checked-privacy .input-checked:checked + label::after {
  background: #f2590c;
  border-radius: 50%;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 19px;
  left: 19px;
}

@media screen and (max-width: 767px) {
  .c-form__box .checked-privacy .input-checked:checked + label::after {
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    top: calc(26 / 750 * 100vw);
    left: calc(26 / 750 * 100vw);
  }
}

.c-form__box .checked-privacy .required {
  width: 60px;
  margin: 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-form__box .checked-privacy .required {
    width: calc(100 / 750 * 100vw);
  }
}

.c-form__box .item-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .c-form__box .item-btn {
    bottom: calc(-40 / 750 * 100vw);
  }
}

.c-form__box .item-btn .c-btn {
  width: 320px;
  padding: 13px 15px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-form__box .item-btn .c-btn {
    width: calc(450 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.c-form__box .item-btn .c-btn::after {
  display: none;
}

.c-form__box .item-btn .c-btn:nth-child(n + 2) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .c-form__box .item-btn .c-btn:nth-child(n + 2) {
    margin-left: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-form__box .item-btn input[type="submit"][name="submitBack"],
  .c-form__box .item-btn input[type="submit"][name="mwform_submitButton-1"] {
    width: calc(240 / 750 * 100vw);
    min-width: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-form__box .item-btn input[type="submit"][name="submitBack"]:hover {
    border-color: #268053;
  }
}

.c-form__box .select-wrap {
  width: 255px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-form__box .select-wrap {
    width: 100%;
  }
}

.c-form__box .select-wrap::after {
  border-top: 3px solid #e67e17;
  border-right: 3px solid #e67e17;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 20px;
  right: 22px;
  pointer-events: none;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .c-form__box .select-wrap::after {
    width: calc(26 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
  }
}

::-webkit-input-placeholder {
  color: #aaa;
}

@media screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: calc(24 / 750 * 100vw);
  }
}

::-moz-placeholder {
  color: #aaa;
}

@media screen and (max-width: 767px) {
  ::-moz-placeholder {
    font-size: calc(24 / 750 * 100vw);
  }
}

:-ms-input-placeholder {
  color: #aaa;
}

@media screen and (max-width: 767px) {
  :-ms-input-placeholder {
    font-size: calc(24 / 750 * 100vw);
  }
}

.mw_wp_form.mw_wp_form_complete {
  text-align: center;
}

.p-contact__form .select-wrap,
.p-contact__form select[name="requirements"] {
  width: 100%;
}

.p-event__form-ttl {
  width: 880px;
  margin: -40px auto 0;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-event__form-ttl {
    width: 100%;
    margin-top: 0;
    font-size: calc(46 / 750 * 100vw);
  }
}

.p-event__form-ttl::after {
  background: #268053;
  border-radius: 1px;
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-event__form-ttl::after {
    border-radius: calc(3 / 750 * 100vw);
    width: calc(120 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
    bottom: calc(-55 / 750 * 100vw);
  }
}

/*========================================
  floating-bnr
========================================*/
.c-bnr-floating {
  position: fixed;
  bottom: -100%;
  right: 20px;
  transition: .3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-bnr-floating {
    right: calc(20 / 750 * 100vw);
  }
}

.c-bnr-floating.js-flo-active {
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-bnr-floating.js-flo-active {
    bottom: calc(20 / 750 * 100vw);
  }
}

.c-bnr-floating.js-flo-close {
  display: none;
}

.c-bnr-floating .bnr-pict {
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .c-bnr-floating .bnr-pict {
    max-width: 43vw;
  }
}

.c-bnr-floating .bnr-pict a {
  display: block;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .c-bnr-floating .bnr-pict a:hover {
    transform: scale(1.05);
  }
}

.c-bnr-floating .bnr-close {
  position: absolute;
  top: -16px;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .c-bnr-floating .bnr-close {
    top: calc(-30 / 750 * 100vw);
    right: calc(-10 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
  }
}

/*========================================
  Slider
========================================*/
.p-top__bnr {
  background: #fff;
  height: 60px;
  margin-top: 84px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-top__bnr {
    height: calc(78 / 750 * 100vw);
    margin-top: calc(216 / 750 * 100vw);
  }
}

.p-top__bnr-list {
  height: 60px;
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__bnr-list {
    height: calc(78 / 750 * 100vw);
  }
}

.p-top__bnr-list .item-bnr {
  width: auto;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .p-top__bnr-list .item-bnr {
    margin: 0 3px;
  }
}

.p-top__bnr-list .item-bnr img {
  width: auto;
  height: 60px;
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .p-top__bnr-list .item-bnr img {
    height: calc(78 / 750 * 100vw);
  }
}

/*========================================
  カテゴリーナビ
========================================*/
.c-category {
  width: 880px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .c-category {
    width: calc(650 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.c-category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-category__list li {
  width: 200px;
  margin: 0 10px 20px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-category__list li {
    width: calc(304 / 750 * 100vw);
    margin: 0 calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

.c-category .item-category {
  background: #268053;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 8px 20px;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .c-category .item-category {
    border-radius: calc(10 / 750 * 100vw);
    min-height: calc(90 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .c-category .item-category:hover {
    background: #f1f1f1;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.07);
    color: #e67e17;
    text-decoration: none;
  }
}

.c-category .item-category.active {
  background: #f1f1f1;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.07);
  color: #e67e17;
}

/*========================================
  linkcard（ブログパーツ）上書き
========================================*/
.entry-content .linkcard,
.linkcard {
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1);
  margin-left: 0;
  margin-right: 0;
}

.entry-content .linkcard div,
.linkcard div {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content .linkcard .lkc-external-wrap,
.entry-content .linkcard .lkc-internal-wrap,
.linkcard .lkc-external-wrap,
.linkcard .lkc-internal-wrap {
  border: none;
  border-radius: 10px;
  max-width: 700px;
  padding: 30px;
}

.entry-content .linkcard .lkc-card,
.linkcard .lkc-card {
  margin: 0;
}

.entry-content .linkcard .lkc-info,
.linkcard .lkc-info {
  display: none !important;
}

.entry-content .linkcard .lkc-link::after,
.linkcard .lkc-link::after {
  display: none;
}

.entry-content .linkcard .lkc-content,
.linkcard .lkc-content {
  height: auto;
  margin-top: 0;
}

.entry-content .linkcard .lkc-thumbnail,
.linkcard .lkc-thumbnail {
  background: none;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
  max-height: none;
  margin: 0 20px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .entry-content .linkcard .lkc-thumbnail,
  .linkcard .lkc-thumbnail {
    float: none;
    margin: 0 0 calc(30 / 750 * 100vw);
  }
}

.entry-content .linkcard .lkc-thumbnail img,
.linkcard .lkc-thumbnail img {
  aspect-ratio: 150 / 90;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .entry-content .linkcard .lkc-title,
  .entry-content .linkcard .lkc-title-text,
  .linkcard .lkc-title,
  .linkcard .lkc-title-text {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}

.entry-content .linkcard .lkc-url,
.entry-content .linkcard .lkc-excerpt,
.linkcard .lkc-url,
.linkcard .lkc-excerpt {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .entry-content .linkcard .lkc-url,
  .entry-content .linkcard .lkc-excerpt,
  .linkcard .lkc-url,
  .linkcard .lkc-excerpt {
    font-size: calc(22 / 750 * 100vw);
  }
}

/*========================================
  Top
========================================*/
.p-top__mv {
  position: relative;
}

.p-top__mv__inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-top__mv__inner {
    padding: 0 0 112px 75px;
  }
}

@media screen and (min-width: 1201px) {
  .p-top__mv__inner {
    max-width: 1500px;
  }
}

.p-top__mv-copy {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-top__mv-copy {
    width: calc(590 / 750 * 100vw);
    margin: 0 auto;
  }
}

.p-top__mv-link {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-top__mv-link {
    position: absolute;
    bottom: calc(-656 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-top__mv-link .btn-orange {
    width: 320px;
    padding: 13px 40px 13px 5px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top__mv-link .btn-orange {
    width: calc(510 / 750 * 100vw);
  }
}

.p-top__mv-link .btn-orange::after {
  right: 40px;
}

@media screen and (max-width: 767px) {
  .p-top__mv-link .btn-orange::after {
    right: calc(76 / 750 * 100vw);
  }
}

.p-top__mv-text {
  width: 240px;
  margin: -270px 0 0 900px;
}

@media screen and (min-width: 1201px) {
  .p-top__mv-text {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__mv-text {
    width: calc(240 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) 0 0 calc(482 / 750 * 100vw);
  }
}

.p-top__mv-scroll {
  margin: -30px 0 0 100px;
  font-family: "Oswald", sans-serif;
  transform: rotate(90deg);
  transform-origin: left top;
  position: relative;
}

@media screen and (min-width: 1201px) {
  .p-top__mv-scroll {
    margin: -60px 0 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__mv-scroll {
    margin: calc(182 / 750 * 100vw) 0 0 calc(80 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.p-top__mv-scroll::after {
  background: #333;
  content: "";
  width: 180px;
  height: 1px;
  display: block;
  position: absolute;
  top: 15px;
  left: 60px;
}

@media screen and (max-width: 767px) {
  .p-top__mv-scroll::after {
    width: calc(318 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    left: calc(76 / 750 * 100vw);
  }
}

.p-top__mv-wrap {
  padding-top: 80px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .p-top__mv-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-top__mv-wrap {
    margin-top: calc(150 / 750 * 100vw);
    padding-top: calc(80 / 750 * 100vw);
  }
}

.p-top__mv-wrap::after {
  background: url(../img/top/top-mv-pict-pc.jpg) no-repeat 0 50%;
  background-size: cover;
  border-radius: 0 0 0 50px;
  content: "";
  width: calc(836 / 1200 * 100vw);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 250px);
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .p-top__mv-wrap::after {
    width: 850px;
    left: 350px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__mv-wrap::after {
    background: url(../img/top/top-mv-pict-sp.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: calc(900 / 750 * 100vw);
    left: 0;
  }
}

.p-top__vision {
  width: 1000px;
  margin: 120px auto 94px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__vision {
    width: 100%;
    margin: calc(160 / 750 * 100vw) auto calc(110 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__vision-text {
    text-align: left;
  }
}

.p-top__about {
  padding: 95px 120px 100px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__about {
    background: linear-gradient(to bottom, #ededed, #f2f2f2);
    padding: calc(76 / 750 * 100vw) calc(60 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-top__about::before {
    background: linear-gradient(to bottom, #ededed, #f2f2f2);
    background-size: contain;
    border-radius: 0 50px 50px 0;
    content: "";
    width: calc(100% - 60px);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.p-top__about-inner {
  width: 1040px;
  margin: 0 auto;
  padding-left: 420px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__about-inner {
    width: 100%;
    padding-left: 0;
  }
}

.p-top__about-text-01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top__about-text-01 {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.p-top__about-box {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top__about-box {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.p-top__about-box .ttl-osusume {
  border: 1px solid #333;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 1px 5px 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__about-box .ttl-osusume {
    border-radius: calc(10 / 750 * 100vw);
    width: calc(610 / 750 * 100vw);
    margin: 0 auto calc(26 / 750 * 100vw);
    padding: 1px 5px 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__about-box .ttl-osusume img {
    width: calc(265 / 750 * 100vw);
  }
}

.p-top__about-box .list-osusume {
  margin-right: -9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top__about-box .list-osusume {
    margin-right: 0;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-top__about-box .list-osusume li:nth-child(n + 2) {
    margin-left: -6px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__about-box .list-osusume .item-01,
  .p-top__about-box .list-osusume .item-03 {
    width: calc(629 / 750 * 100vw);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top__about-box .list-osusume .item-02,
  .p-top__about-box .list-osusume .item-04 {
    width: calc(623 / 750 * 100vw);
    margin: 0 auto;
  }
}

.p-top__about-pict-01 {
  position: absolute;
  top: 10px;
  left: calc(50% - 570px);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-top__about-pict-01 {
    margin-top: calc(60 / 750 * 100vw);
    position: static;
    top: inherit;
    left: inherit;
    transform: translateX(0);
  }
}

.p-top__movie {
  width: 800px;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .p-top__movie {
    width: calc(630 / 750 * 100vw);
    margin-top: calc(100 / 750 * 100vw);
  }
}

.p-top__movie-inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}

.p-top__movie-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top__salespoint {
  margin-top: 55px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint {
    margin-top: calc(70 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
  }
}

.p-top__salespoint-text-01 {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-text-01 {
    padding: 0 calc(60 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    text-align: left;
  }
}

.p-top__salespoint-box {
  display: flex;
  align-items: center;
  min-height: 500px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box {
    min-height: 0;
    padding-bottom: calc(500 / 750 * 100vw);
    display: block;
  }
}

.p-top__salespoint-box::before {
  width: calc(780 / 1440 * 100vw);
  min-width: 658px;
  height: 500px;
  content: "";
  display: block;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box::before {
    width: calc(690 / 750 * 100vw);
    min-width: 0;
    height: calc(442 / 750 * 100vw);
  }
}

.p-top__salespoint-box.box-01 {
  margin: 56px auto 40px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-01 {
    margin: calc(50 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.p-top__salespoint-box.box-01::before {
  background: url(../img/top/pict-salespoint-01.jpg) no-repeat 0 50%;
  background-size: cover;
  border-radius: 50px 0 0 50px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-01::before {
    border-radius: calc(50 / 750 * 100vw) 0 0 calc(50 / 750 * 100vw);
    top: inherit;
    bottom: 0;
  }
}

.p-top__salespoint-box.box-01 .box-text {
  padding-right: 760px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-01 .box-text {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-01 .num {
    width: calc(106 / 750 * 100vw);
  }
}

.p-top__salespoint-box.box-02 {
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-02 {
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}

.p-top__salespoint-box.box-02::before {
  background: url(../img/top/pict-salespoint-02.jpg) no-repeat 0 0;
  background-size: cover;
  border-radius: 0 50px 50px 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-02::before {
    border-radius: 0 calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
    top: inherit;
    bottom: 0;
  }
}

.p-top__salespoint-box.box-02 .box-text {
  padding-left: 760px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-02 .box-text {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-02 .num {
    width: calc(128 / 750 * 100vw);
  }
}

.p-top__salespoint-box.box-03 {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-03 {
    margin: 0 auto calc(80 / 750 * 100vw);
  }
}

.p-top__salespoint-box.box-03::before {
  background: url(../img/top/pict-salespoint-03.jpg) no-repeat 0 50%;
  background-size: cover;
  border-radius: 50px 0 0 50px;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-03::before {
    border-radius: calc(50 / 750 * 100vw) 0 0 calc(50 / 750 * 100vw);
    top: inherit;
    bottom: 0;
  }
}

.p-top__salespoint-box.box-03 .box-text {
  padding-right: 760px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-03 .box-text {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box.box-03 .num {
    width: calc(130 / 750 * 100vw);
  }
}

.p-top__salespoint-box .box-text {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box .box-text {
    width: calc(630 / 750 * 100vw);
  }
}

.p-top__salespoint-box .num {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box .num {
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}

.p-top__salespoint-box .ttl-point {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box .ttl-point {
    font-size: calc(30 / 750 * 100vw);
    text-align: center;
  }
}

.p-top__salespoint-box .text-point {
  margin: 20px 0 15px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box .text-point {
    margin: calc(26 / 750 * 100vw) 0;
    text-align: center;
  }
}

.p-top__salespoint-box .text-hashtag {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box .text-hashtag {
    justify-content: center;
  }
}

.p-top__salespoint-box .text-hashtag a {
  background: #268053;
  border: 2px solid #268053;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 1.4rem;
  color: #fff;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-box .text-hashtag a {
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(16 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-top__salespoint-box .text-hashtag a:hover {
    background: #fff;
    color: #268053;
    text-decoration: none;
  }
}

.p-top__salespoint-box .text-hashtag a:nth-child(n + 2) {
  margin-left: 10px;
}

.p-top__salespoint-link {
  margin: 0 auto 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-link {
    margin-bottom: calc(100 / 750 * 100vw);
  }
}

.p-top__salespoint-link .c-btn.btn-green {
  width: 360px;
  padding: 18px 15px 18px 5px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-link .c-btn.btn-green {
    width: calc(510 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.p-top__salespoint-link .c-btn.btn-green::after {
  right: 80px;
}

@media screen and (max-width: 767px) {
  .p-top__salespoint-link .c-btn.btn-green::after {
    right: calc(116 / 750 * 100vw);
  }
}

.p-top__flow {
  background: linear-gradient(to bottom, #ededed, #f2f2f2);
  padding: 55px 0 64px;
}

@media screen and (max-width: 767px) {
  .p-top__flow {
    padding: calc(70 / 750 * 100vw) calc(60 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.p-top__flow-inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-top__flow-inner {
    width: 100%;
  }
}

.p-top__flow-text-01 {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__flow-text-01 {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-top__flow-box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-top__flow-box {
    margin-top: calc(55 / 750 * 100vw);
  }
}

.p-top__flow-box .box-01,
.p-top__flow-box .box-02,
.p-top__flow-box .box-03,
.p-top__flow-box .box-04 {
  width: 220px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-01,
  .p-top__flow-box .box-02,
  .p-top__flow-box .box-03,
  .p-top__flow-box .box-04 {
    width: calc(285 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-01::after,
  .p-top__flow-box .box-02::after,
  .p-top__flow-box .box-03::after,
  .p-top__flow-box .box-04::after {
    background: #fff;
    content: "";
    width: calc(60 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    display: block;
    position: absolute;
    top: calc(134 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-01::after,
  .p-top__flow-box .box-02::after {
    right: calc(-60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-03::after,
  .p-top__flow-box .box-04::after {
    left: calc(-60 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-top__flow-box .box-01::after,
  .p-top__flow-box .box-02::after,
  .p-top__flow-box .box-03::after {
    background: #fff;
    content: "";
    width: 40px;
    height: 10px;
    display: block;
    position: absolute;
    top: 105px;
    right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .item-box:nth-child(n + 3) {
    margin-top: calc(54 / 750 * 100vw);
  }
}

.p-top__flow-box .box-pict {
  background: #fff;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-pict {
    width: calc(285 / 750 * 100vw);
    height: calc(285 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-pict .pict-01 {
    width: calc(158 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-pict .pict-02 {
    width: calc(118 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-pict .pict-03 {
    width: calc(118 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-pict .pict-04 {
    width: calc(158 / 750 * 100vw);
  }
}

.p-top__flow-box .box-ttl {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-ttl {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-top__flow-box .box-text {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-top__flow-box .box-text {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.p-top__works {
  width: 1180px;
  margin: 54px auto 0;
}

@media screen and (max-width: 767px) {
  .p-top__works {
    width: 100%;
    margin: calc(74 / 750 * 100vw) auto 0;
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.p-top__works-text-01 {
  margin-top: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__works-text-01 {
    margin-top: calc(25 / 750 * 100vw);
    text-align: left;
  }
}

.p-top__works-box {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-top__works-box {
    margin-top: calc(40 / 750 * 100vw);
    display: block;
  }
}

.p-top__works-btn {
  margin: 40px 0 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__works-btn {
    margin: calc(53 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

.p-top__works-btn .c-btn.btn-green {
  width: 360px;
  padding: 13px 15px 13px 5px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-top__works-btn .c-btn.btn-green {
    width: calc(510 / 750 * 100vw);
    padding: calc(17 / 750 * 100vw) calc(20 / 750 * 100vw) calc(19 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-top__works-btn .c-btn.btn-green::after {
  right: 66px;
}

@media screen and (max-width: 767px) {
  .p-top__works-btn .c-btn.btn-green::after {
    right: calc(86 / 750 * 100vw);
  }
}

.p-top__col2 {
  background: linear-gradient(to bottom, #ededed, #f2f2f2);
  border-radius: 50px 50px 0 0;
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 70px 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-top__col2 {
    border-radius: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) 0 0;
    width: calc(690 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) calc(30 / 750 * 100vw);
    display: block;
  }
}

.p-top__col2 .col2-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  width: 480px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__col2 .col2-box {
    border-radius: calc(14 / 750 * 100vw);
    width: 100%;
  }
}

.p-top__col2 .col2-box__btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-top__col2 .col2-box__btn {
    bottom: calc(-40 / 750 * 100vw);
  }
}

.p-top__news {
  margin-right: 40px;
  padding: 30px 20px 70px;
}

@media screen and (max-width: 767px) {
  .p-top__news {
    margin-right: 0;
    padding: calc(34 / 750 * 100vw) calc(20 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-top__news .entry-meta {
    width: 110px;
  }
}

@media screen and (min-width: 768px) {
  .p-top__news .entry-meta .year {
    font-size: 1.5rem;
    top: 5px;
    left: 26px;
  }
}

@media screen and (min-width: 768px) {
  .p-top__news .entry-meta .day {
    padding-left: 24px;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top__news .entry-category {
    padding: 0 5px;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top__news .entry-ttl {
    width: 290px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.p-top__news .c-btn.btn-green::after {
  right: 32px;
}

@media screen and (max-width: 767px) {
  .p-top__news .c-btn.btn-green::after {
    right: calc(100 / 750 * 100vw);
  }
}

.p-top__column {
  padding: 30px 30px 70px;
}

@media screen and (max-width: 767px) {
  .p-top__column {
    margin-top: calc(80 / 750 * 100vw);
    padding: calc(34 / 750 * 100vw) calc(30 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
}

.p-top__column .item-list__column {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .p-top__column .item-list__column {
    border-radius: 10px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-top__column .item-list__column:nth-of-type(n + 2), .p-top__column .item-list__column:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-top__column .item-list__column:nth-of-type(n + 2) {
    margin-top: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-top__column .item-list__column a {
    border-radius: 10px;
    height: 132px;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-top__column .item-list__column time {
    font-size: 1.4rem;
  }
}

.p-top__column .item-list__column .item-pict {
  border-radius: 10px 0 0 10px;
  width: 220px;
  height: 132px;
}

@media screen and (max-width: 767px) {
  .p-top__column .item-list__column .item-pict {
    border-radius: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0 0;
    width: 100%;
    height: calc(343 / 750 * 100vw);
  }
}

.p-top__column .item-list__column .item-pict img {
  height: 130px;
}

@media screen and (max-width: 767px) {
  .p-top__column .item-list__column .item-pict img {
    height: calc(343 / 750 * 100vw);
  }
}

.p-top__column .item-list__column .box-text {
  width: 175px;
  padding: 12px 12px 12px 0;
}

@media screen and (max-width: 767px) {
  .p-top__column .item-list__column .box-text {
    width: 100%;
    padding: calc(34 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-top__column .item-list__column .entry-category {
    width: 96px;
    margin-right: 3px;
    padding: 2px 5px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .p-top__column .item-list__column .entry-ttl {
    height: 80px;
    margin-top: 3px;
  }
}

.p-top__column .c-btn.btn-green::after {
  right: 43px;
}

@media screen and (max-width: 767px) {
  .p-top__column .c-btn.btn-green::after {
    right: calc(120 / 750 * 100vw);
  }
}

/*========================================
  under
========================================*/
.p-text__intro {
  margin: 30px 0 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-text__intro {
    margin: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.p-text__intro p:nth-child(n + 2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-text__intro p:nth-child(n + 2) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.p-detail__btn {
  width: 320px;
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .p-detail__btn {
    width: calc(450 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto 0;
  }
}

.p-detail__btn .c-btn {
  width: 100%;
  padding: 13px 10px 13px 35px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-detail__btn .c-btn {
    padding: calc(18 / 750 * 100vw) calc(20 / 750 * 100vw) calc(18 / 750 * 100vw) calc(50 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-detail__btn .c-btn::after {
  left: 95px;
  right: inherit;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .p-detail__btn .c-btn::after {
    left: calc(130 / 750 * 100vw);
  }
}

.p-input__btn {
  width: 320px;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .p-input__btn {
    width: calc(450 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto;
  }
}

.p-input__btn .c-btn.btn-green {
  width: 100%;
  padding: 13px 15px 13px 5px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .p-input__btn .c-btn.btn-green {
    padding: calc(17 / 750 * 100vw) calc(20 / 750 * 100vw) calc(19 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

.p-input__btn .c-btn.btn-green::after {
  right: 40px;
}

@media screen and (max-width: 767px) {
  .p-input__btn .c-btn.btn-green::after {
    right: calc(60 / 750 * 100vw);
  }
}

.p-input__btn.c-recruit-btn::after {
  right: 70px;
}

@media screen and (max-width: 767px) {
  .p-input__btn.c-recruit-btn::after {
    right: calc(100 / 750 * 100vw);
  }
}

.link-anc {
  margin-top: -100px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .link-anc {
    margin-top: calc(-160 / 750 * 100vw);
    padding-top: calc(160 / 750 * 100vw);
  }
}

.p-case__box {
  width: 1180px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-case__box {
    width: 100%;
    margin-bottom: calc(80 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
    display: block;
  }
}

.p-case__detail-intro,
.p-case__detail-sentence,
.p-case__pagination {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-case__detail-intro,
  .p-case__detail-sentence,
  .p-case__pagination {
    width: 100%;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-case__pagination {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-case__pagination {
    margin-top: calc(70 / 750 * 100vw);
    display: block;
  }
}

.p-case__pagination .item-pagenation {
  width: 490px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation:nth-of-type(2) {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation a {
  background: #268053;
  border: 2px solid #268053;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation a {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto;
    border-radius: calc(10 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation a::before {
  border-left: 1px dotted #fff;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
}

.p-case__pagination .item-pagenation a::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation a::after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: calc(22 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation a:hover {
  background: #fff;
  text-decoration: none;
  color: #268053;
}

.p-case__pagination .item-pagenation a:hover::before {
  border-left-color: #268053;
}

.p-case__pagination .item-pagenation a:hover::after {
  border-top-color: #268053;
  border-right-color: #268053;
}

.p-case__pagination .item-pagenation .prev::before {
  right: 83px;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation .prev::before {
    right: calc(110 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation .prev::after {
  left: 24px;
  transform: translateY(-50%) rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation .prev::after {
    left: calc(30 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation .prev .num {
  order: 2;
}

.p-case__pagination .item-pagenation .prev .item-ttl {
  padding: 20px 15px 20px 50px;
  text-align: right;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation .prev .item-ttl {
    padding: calc(25 / 750 * 100vw) calc(30 / 750 * 100vw) calc(25 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation .next::before {
  left: 83px;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation .next::before {
    left: calc(110 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation .next::after {
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation .next::after {
    right: calc(30 / 750 * 100vw);
  }
}

.p-case__pagination .item-pagenation .next .item-ttl {
  padding: 18px 50px 18px 15px;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-pagenation .next .item-ttl {
    padding: calc(25 / 750 * 100vw) calc(60 / 750 * 100vw) calc(25 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.p-case__pagination .num {
  width: 82px;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .num {
    width: calc(110 / 750 * 100vw);
    padding: calc(21 / 750 * 100vw) 0;
    font-size: calc(20 / 750 * 100vw);
  }
}

.p-case__pagination .num span {
  font-size: 3.6rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .num span {
    font-size: calc(54 / 750 * 100vw);
  }
}

.p-case__pagination .item-ttl {
  width: calc(100% - 83px);
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-case__pagination .item-ttl {
    width: calc(100% - (111 / 750 * 100vw));
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
  }
}

.p-column__box {
  width: 990px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-column__box {
    width: 100%;
    margin-bottom: calc(80 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-column__detail {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-column__detail {
    width: 100%;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-news__box {
  width: 800px;
  margin: 46px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-news__box {
    width: 100%;
    margin: calc(50 / 750 * 100vw) auto calc(80 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-news__detail {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-news__detail {
    width: 100%;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-event__box {
  width: 1180px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  .p-event__box {
    width: 100%;
    margin-bottom: calc(80 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-event__tablist {
  width: 900px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-event__tablist {
    width: calc(630 / 750 * 100vw);
    margin-bottom: calc(78 / 750 * 100vw);
  }
}

.p-event__tablist::before {
  background: linear-gradient(to right, rgba(241, 241, 241, 0) 0%, #f1f1f1 13%, #f1f1f1 87%, rgba(241, 241, 241, 0) 100%);
  content: "";
  width: 900px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: -58px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-event__tablist::before {
    background: linear-gradient(to right, rgba(241, 241, 241, 0) 0%, #f1f1f1 5%, #f1f1f1 95%, rgba(241, 241, 241, 0) 100%);
    width: calc(630 / 750 * 100vw);
    height: calc(78 / 750 * 100vw);
    bottom: calc(-72 / 750 * 100vw);
  }
}

.p-event__tablist::after {
  box-shadow: 0 -6px 6px rgba(153, 153, 153, 0.1);
  content: "";
  width: 800px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-event__tablist::after {
    width: calc(630 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    bottom: calc(-20 / 750 * 100vw);
  }
}

.p-event__tablist .tab {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .p-event__tablist .tab {
    width: calc(260 / 750 * 100vw);
  }
}

.p-event__tablist .tab:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-event__tablist .tab:first-child {
    margin-right: calc(20 / 750 * 100vw);
  }
}

.p-event__tablist .tab a {
  background: #f1f1f1;
  border-radius: 10px 10px 0 0;
  width: 100%;
  padding: 15px 10px;
  font-size: 2rem;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-event__tablist .tab a {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
    padding: calc(22 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-event__tablist .tab a:hover {
    text-decoration: none;
  }
}

.p-event__tablist .tab a.active {
  box-shadow: 0 -1px 10px 2px rgba(153, 153, 153, 0.1);
  color: #e67e17;
}

.p-event__tablist .tab a.no-active {
  background: #268053;
  color: #fff;
}

.p-event__tabbox-inner {
  display: flex;
  flex-wrap: wrap;
}

.p-event__form {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-event__form {
    width: 100%;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-download__box {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-download__box {
    width: 100%;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-download__box .item-box {
  display: flex;
  flex-wrap: wrap;
}

.p-download__box .item-list__document {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(153, 153, 153, 0.1);
  width: 306px;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-download__box .item-list__document {
    border-radius: calc(10 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-download__box .item-list__document:not(:nth-child(3n)) {
    margin-right: 41px;
  }
}

@media screen and (min-width: 768px) {
  .p-download__box .item-list__document:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-download__box .item-list__document:nth-child(n + 2) {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.p-download__box .item-pict {
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-download__box .item-pict {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
    height: calc(496 / 750 * 100vw);
  }
}

.p-download__box .item-pict img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (max-width: 767px) {
  .p-download__box .item-pict img {
    height: calc(496 / 750 * 100vw);
  }
}

.p-download__box .text-box {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-download__box .text-box {
    padding: calc(30 / 750 * 100vw);
  }
}

.p-download__box .item-ttl {
  margin-bottom: 15px;
  font-weight: 500;
  color: #e67e17;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .p-download__box .item-ttl {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.6;
  }
}

.p-download__box .item-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-download__box .item-text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.p-download__box .input-checked {
  border: none;
  width: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.p-download__box .input-checked + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.p-download__box .input-checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
}

@media screen and (max-width: 767px) {
  .p-download__box .input-checked + label::before {
    border-radius: calc(6 / 750 *  100vw);
    width: calc(60 / 750 *  100vw);
    height: calc(60 / 750 *  100vw);
    top: calc(20 / 750 * 100vw);
    left: calc(20 / 750 *  100vw);
  }
}

.p-download__box .input-checked:checked + label::after {
  border-left: 4px solid #e67e17;
  border-bottom: 4px solid #e67e17;
  content: "";
  width: 30px;
  height: 15px;
  display: block;
  position: absolute;
  top: 16px;
  left: 19px;
  transform: rotate(-38deg);
}

@media screen and (max-width: 767px) {
  .p-download__box .input-checked:checked + label::after {
    width: calc(56 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    top: calc(24 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
  }
}

.p-download__box .input-checked:checked + label .line-checked {
  border: 6px solid #e67e17;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .p-download__box .input-checked:checked + label .line-checked {
    border-width: 3px;
    border-radius: calc(10 / 750 * 100vw);
  }
}

.p-recruit__job {
  background: linear-gradient(to bottom, #ededed, #f2f2f2);
  border-radius: 50px;
  width: calc(100% - 120px);
  margin: 0 auto 80px;
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  .p-recruit__job {
    border-radius: calc(50 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: 0 auto calc(70 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-recruit__job .p-text__intro {
    width: calc(560 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}

.p-recruit__job-box {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-recruit__job-box {
    width: 100%;
    display: block;
  }
}

.p-recruit__outline {
  width: 1000px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .p-recruit__outline {
    width: calc(630 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

.p-recruit__outline-box {
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.2);
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-recruit__outline-box {
    border-radius: calc(10 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }
}

.p-recruit__outline-box div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-recruit__outline-box div {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__outline-box div:nth-child(n + 2)::after {
    background: #ddd;
    content: "";
    width: 960px;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__outline-box div:first-child .item-ttl {
    border-radius: 10px 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__outline-box div:first-child .item-text {
    border-radius: 0 10px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__outline-box div:last-child .item-ttl {
    border-radius: 0 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__outline-box div:last-child .item-text {
    border-radius: 0 0 10px 0;
  }
}

.p-recruit__outline .item-ttl {
  background: url(../img/bg/bg-stripe-gray.png) repeat 0 0;
  width: 200px;
  padding: 12px 30px;
  font-weight: 500;
  color: #268053;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-recruit__outline .item-ttl {
    width: calc(590 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(16 / 750 * 100vw) calc(20 / 750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__outline .item-ttl::after {
    background: #268053;
    border-radius: 1px;
    content: "";
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    top: 27px;
    right: -10px;
  }
}

.p-recruit__outline .item-text {
  width: 800px;
  padding: 12px 30px;
}

@media screen and (max-width: 767px) {
  .p-recruit__outline .item-text {
    width: 100%;
    padding: calc(25 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

.p-recruit__interview {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-recruit__interview {
    width: calc(630 / 750 * 100vw);
  }
}

.p-contact .c-form__bg-inner {
  margin-top: 45px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form__bg-inner {
    margin-top: calc(48 / 750 * 100vw);
    padding-top: calc(80 / 750 * 100vw);
  }
}

.p-contact .c-form__box {
  margin-top: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-contact .c-form__box {
    margin-bottom: calc(75 / 750 * 100vw);
  }
}

.p-company {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-company {
    width: calc(630 / 750 * 100vw);
  }
}

.p-company .p-company__profile:first-of-type {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-company .p-company__profile:first-of-type {
    margin-top: calc(45 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-company .p-company__profile dt,
  .p-company .p-company__profile dd {
    padding: 14px 30px;
  }
}

.p-terms__box {
  width: 800px;
  margin: 45px auto 100px;
}

@media screen and (max-width: 767px) {
  .p-terms__box {
    width: calc(630 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto calc(100 / 750 * 100vw);
  }
}

.p-privacy__box {
  width: 800px;
  margin: 45px auto;
}

@media screen and (max-width: 767px) {
  .p-privacy__box {
    width: calc(630 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto;
  }
}

.p-document__category {
  width: 1050px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-document__category {
    width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
  }
}

.p-document__category .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-document__category .category-list {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.p-document__category .category-list li {
  width: 120px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-document__category .category-list li {
    width: calc(200 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-document__category .category-list li:not(:nth-child(8n)) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-document__category .category-list li:not(:nth-child(3n)) {
    margin-right: calc((100% - (600 / 750 * 100vw)) / 2);
  }
}

.p-document__category .category-list li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .p-document__category .category-list li:nth-child(n + 9) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-document__category .category-list li:nth-child(n + 4) {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.p-document__category .category-list .item-category {
  border: 2px solid #268053;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
  color: #268053;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .p-document__category .category-list .item-category {
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-document__category .category-list .item-category:hover {
    background: #268053;
    color: #fff;
    text-decoration: none;
  }
}

.p-document__category .category-list .item-category.active {
  background: #268053;
  color: #fff;
}

.p-document__box {
  width: 1180px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-document__box {
    width: 100%;
    margin-bottom: calc(80 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
    display: block;
  }
}

.p-document__detail {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-document__detail {
    width: calc(630 / 750 * 100vw);
  }
}

/*========================================
  function
========================================*/
.p-function__anc {
  width: 994px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .p-function__anc {
    width: 100%;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
    margin-bottom: calc(85 / 750 * 100vw);
  }
}

.p-function__anc .anc-list {
  margin-top: 66px;
  padding: calc(10 / 750 * 100vw) 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-function__anc .anc-list {
    border: 1px solid #ccc;
    border-radius: calc(16 / 750 * 100vw);
    margin-top: calc(45 / 750 * 100vw);
    display: block;
  }
}

.p-function__anc .anc-list li {
  border-right: 1px dotted #ccc;
  width: 198px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-function__anc .anc-list li {
    border-right: none;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-function__anc .anc-list li:first-child {
    border-left: 1px dotted #ccc;
  }
}

@media screen and (max-width: 767px) {
  .p-function__anc .anc-list li:nth-child(n + 2) {
    border-top: 1px dotted #ccc;
  }
}

.p-function__anc .item-link {
  width: 100%;
  padding-bottom: 30px;
  display: block;
  position: relative;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link {
    padding: calc(22 / 750 * 100vw) calc(30 / 750 * 100vw);
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-function__anc .item-link:hover {
    text-decoration: none;
  }
  .p-function__anc .item-link:hover.link-01 {
    background: #fae4cf;
  }
  .p-function__anc .item-link:hover.link-02 {
    background: #f7f7d9;
  }
  .p-function__anc .item-link:hover.link-03 {
    background: #e2f6f3;
  }
  .p-function__anc .item-link:hover.link-04 {
    background: #e2f6ec;
  }
  .p-function__anc .item-link:hover.link-05 {
    background: #e2eff6;
  }
}

.p-function__anc .item-link::after {
  border-top-width: 3px;
  border-top-style: solid;
  border-right-width: 3px;
  border-right-style: solid;
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link::after {
    border-top-width: 2px;
    border-right-width: 2px;
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    bottom: calc(34 / 750 * 100vw);
    left: inherit;
    right: calc(30 / 750 * 100vw);
    transform: translateX(0) rotate(135deg);
  }
}

.p-function__anc .item-link.link-01::after {
  border-top-color: #e67e17;
  border-right-color: #e67e17;
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link.link-01 .num {
    width: calc(49 / 750 * 100vw);
  }
}

.p-function__anc .item-link.link-02::after {
  border-top-color: #99991f;
  border-right-color: #99991f;
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link.link-02 .num {
    width: calc(57 / 750 * 100vw);
  }
}

.p-function__anc .item-link.link-03::after {
  border-top-color: #268071;
  border-right-color: #268071;
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link.link-03 .num {
    width: calc(58 / 750 * 100vw);
  }
}

.p-function__anc .item-link.link-04::after {
  border-top-color: #268053;
  border-right-color: #268053;
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link.link-04 .num {
    width: calc(59 / 750 * 100vw);
  }
}

.p-function__anc .item-link.link-05::after {
  border-top-color: #266280;
  border-right-color: #266280;
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link.link-05 .num {
    width: calc(57 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-function__anc .item-link .num {
    margin-bottom: 10px;
    display: block;
  }
}

.p-function__anc .item-link .text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-function__anc .item-link .text {
    margin-left: calc(20 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

.p-function__box {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-function__box {
    margin-bottom: calc(44 / 750 * 100vw);
  }
}

.p-function__contents {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-function__contents {
    display: block;
  }
}

.p-function__contents.box-01 {
  margin-left: 79px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-01 {
    margin-left: 0;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-function__contents.box-01 .text-box {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-01 .text-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-01 .num {
    width: calc(106 / 750 * 100vw);
  }
}

.p-function__contents.box-01 .item-pict {
  width: 576px;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-01 .item-pict {
    width: calc(576 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0 auto;
  }
}

.p-function__contents.box-02 {
  margin: -300px 0 0 -75px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-02 {
    margin: calc(-160 / 750 * 100vw) 0 0;
  }
}

.p-function__contents.box-02 .text-box {
  margin: 210px 0 0 -50px;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-02 .text-box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-02 .num {
    width: calc(128 / 750 * 100vw);
  }
}

.p-function__contents.box-02 .item-pict {
  width: 785px;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-02 .item-pict {
    width: 100%;
    margin-top: calc(-140 / 750 * 100vw);
  }
}

.p-function__contents.box-03 {
  margin: -290px 0 0 80px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-03 {
    margin: calc(-270 / 750 * 100vw) 0 0;
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-function__contents.box-03 .text-box {
  margin-top: 105px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-03 .text-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-03 .num {
    width: calc(130 / 750 * 100vw);
  }
}

.p-function__contents.box-03 .item-pict {
  width: 578px;
  margin-left: 45px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-03 .item-pict {
    width: calc(578 / 750 * 100vw);
    margin: calc(25 / 750 * 100vw) auto 0;
  }
}

.p-function__contents.box-04 {
  margin: -30px 0 0 70px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-04 {
    margin: calc(-80 / 750 * 100vw) 0 0 0;
  }
}

.p-function__contents.box-04 .text-box {
  margin: 40px 0 0 60px;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-04 .text-box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-04 .num {
    width: calc(134 / 750 * 100vw);
  }
}

.p-function__contents.box-04 .item-pict {
  width: 520px;
  order: 1;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-04 .item-pict {
    width: calc(520 / 750 * 100vw);
    margin: calc(35 / 750 * 100vw) auto 0;
  }
}

.p-function__contents.box-05 {
  margin: -110px 0 0 80px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-05 {
    margin: calc(-160 / 750 * 100vw) 0 0;
  }
}

.p-function__contents.box-05 .text-box {
  margin: 40px 70px 0 0;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-05 .text-box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-05 .num {
    width: calc(129 / 750 * 100vw);
  }
}

.p-function__contents.box-05 .item-pict {
  width: 560px;
}

@media screen and (max-width: 767px) {
  .p-function__contents.box-05 .item-pict {
    width: calc(560 / 750 * 100vw);
    margin: calc(35 / 750 * 100vw) 0 0 calc(110 / 750 * 100vw);
  }
}

.p-function__contents .text-box {
  width: 470px;
}

@media screen and (max-width: 767px) {
  .p-function__contents .text-box {
    width: calc(630 / 750 * 100vw);
  }
}

.p-function__contents .num {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-function__contents .num {
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}

.p-function__contents .item-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-function__contents .item-ttl {
    font-size: calc(30 / 750 * 100vw);
    text-align: center;
  }
}

.p-function__contents .item-text {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-function__contents .item-text {
    margin-top: calc(26 / 750 * 100vw);
    text-align: center;
  }
}

/*========================================
  plan
========================================*/
.p-plan {
  width: 1000px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .p-plan {
    width: 100%;
    margin-bottom: calc(80 / 750 * 100vw);
    padding-left: calc(60 / 750 * 100vw);
    padding-right: calc(60 / 750 * 100vw);
  }
}

.p-plan__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-plan__box {
    display: block;
  }
}

.p-plan__box .item-box {
  border-radius: 16px;
  width: 480px;
  padding: 35px 30px 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-box {
    border-radius: calc(16 / 750 * 100vw);
    width: 100%;
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}

.p-plan__box .item-box.initial {
  background: linear-gradient(to bottom, #2e9952, #268053);
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-box.initial {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.p-plan__box .item-box.initial::after {
  background: url(../img/plan/pict-plan-16-pc.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  top: 50%;
  right: -68px;
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-box.initial::after {
    background: url(../img/plan/pict-plan-16-sp.png) no-repeat 0 0;
    background-size: contain;
    width: calc(126 / 750 * 100vw);
    height: calc(126 / 750 * 100vw);
    top: inherit;
    bottom: calc(-83 / 750 * 100vw);
    left: 50%;
    right: inherit;
    transform: translate(-50%, 0);
  }
}

.p-plan__box .item-box.initial .text {
  color: #268053;
}

.p-plan__box .item-box.manthly {
  background: linear-gradient(to bottom, #369db2, #266280);
}

.p-plan__box .item-box.manthly .text {
  color: #266280;
}

.p-plan__box .item-text {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-text {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.p-plan__box .item-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-list {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.p-plan__box .item-list .list {
  background: #fff;
  border-radius: 20px;
  width: 205px;
  height: 130px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-list .list {
    border-radius: calc(20 / 750 * 100vw);
    width: calc(275 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
  }
}

.p-plan__box .item-list .list:nth-child(n + 3) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-list .list:nth-child(n + 3) {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.p-plan__box .item-list .box-pict {
  display: block;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-list .box-pict {
    width: calc(104 / 750 * 100vw);
    height: calc(104 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}

.p-plan__box .item-list .text {
  padding-top: 80px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-plan__box .item-list .text {
    padding-top: calc(112 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: -.08em;
  }
}

.p-plan__flow {
  background: linear-gradient(to bottom, #ededed, #f2f2f2);
  border-radius: 50px;
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 60px 0 130px;
}

@media screen and (max-width: 767px) {
  .p-plan__flow {
    border-radius: 0;
    width: 100%;
    padding: calc(60 / 750 * 100vw) calc(60 / 750 * 100vw) calc(140 / 750 * 100vw);
  }
}

.p-plan__flow-box {
  width: 1000px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box {
    width: 100%;
    margin-top: calc(35 / 750 * 100vw);
    display: block;
  }
}

.p-plan__flow-box .box-01 {
  width: 176px;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-01 .box-pict::after {
    background: #fff;
    content: "";
    width: calc(234 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    display: block;
    position: absolute;
    top: calc(135 / 750 * 100vw);
    right: calc(-60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-01 .pict {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-01 .pict-01 {
    width: calc(98 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-01 .text {
  color: #e67e17;
}

.p-plan__flow-box .box-01 dl {
  width: 166px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-01 dl {
    width: 100%;
  }
}

.p-plan__flow-box .box-01 .box-ttl {
  background: #e67e17;
}

.p-plan__flow-box .box-02,
.p-plan__flow-box .box-03 {
  width: 382px;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-02,
  .p-plan__flow-box .box-03 {
    width: 100%;
    margin-top: calc(50 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-02 dl,
.p-plan__flow-box .box-03 dl {
  width: 377px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-02 dl,
  .p-plan__flow-box .box-03 dl {
    width: 100%;
  }
}

.p-plan__flow-box .box-02 .box-pict::before,
.p-plan__flow-box .box-03 .box-pict::before {
  background: #fff;
  content: "";
  width: 32px;
  height: 10px;
  display: block;
  position: absolute;
  top: 83px;
  left: -32px;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-02 .box-pict::before,
  .p-plan__flow-box .box-03 .box-pict::before {
    width: calc(60 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    top: calc(135 / 750 * 100vw);
    left: calc(-60 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-02 .text,
.p-plan__flow-box .box-02 .text-02 {
  color: #268053;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-02 .box-pict::after {
    background: #fff;
    content: "";
    width: calc(60 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    display: block;
    position: absolute;
    top: calc(135 / 750 * 100vw);
    right: calc(-60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-02 .pict-02 {
    width: calc(198 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-02 .pict-03 {
    width: calc(131 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-02 .box-ttl {
  background: #268053;
}

.p-plan__flow-box .box-03 .text,
.p-plan__flow-box .box-03 .text-02 {
  color: #266280;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-03 .pict-04 {
    width: calc(131 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-03 .pict-05 {
    width: calc(178 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-03 .box-ttl {
  background: #266280;
}

.p-plan__flow-box .pict-wrap {
  display: flex;
  justify-content: space-between;
}

.p-plan__flow-box .box-pict {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-pict {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-pict .pict {
  background: #fff;
  border-radius: 50%;
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-pict .pict {
    width: calc(285 / 750 * 100vw);
    height: calc(285 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-pict .text {
  height: 2.3em;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-pict .text {
    height: auto;
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-plan__flow-box .box-pict .text.text-two-line {
    margin-top: 10px;
  }
}

.p-plan__flow-box .box-ttl {
  border-radius: 6px;
  height: 36px;
  margin-bottom: 8px;
  padding: 0 5px 0 40px;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-ttl {
    border-radius: calc(6 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    padding: 0 calc(10 / 750 * 100vw) 0 calc(75 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-ttl::before {
  background: #fff;
  border-radius: 1px;
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  position: absolute;
  top: 17px;
  left: 10px;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-ttl::before {
    width: calc(30 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
    top: calc(28 / 750 * 100vw);
    left: calc(25 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-ttl .text-01 {
  color: #fff;
}

.p-plan__flow-box .box-ttl .text-02 {
  background: #fff;
  border-radius: 2px;
  margin-left: auto;
  padding: 5px 28px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-ttl .text-02 {
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    padding: calc(9 / 750 * 100vw) calc(46 / 750 * 100vw);
  }
}

.p-plan__flow-box .box-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-plan__flow-box .box-text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.p-plan__order {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.2);
  width: 700px;
  margin: -82px auto 60px;
  padding: 35px 40px 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan__order {
    border-radius: calc(16 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: calc(-82 / 750 * 100vw) auto calc(60 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}

.p-plan__order-ttl {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #e67e17;
}

@media screen and (max-width: 767px) {
  .p-plan__order-ttl {
    margin-bottom: calc(18 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.4;
  }
}

.p-plan__order .text {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-plan__order .text {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-plan__order-btn p:nth-child(2) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__order-btn p:nth-child(2) {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.p-plan_faq {
  width: 800px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .p-plan_faq {
    width: calc(630 / 750 * 100vw);
    margin-bottom: calc(100 / 750 * 100vw);
  }
}

.p-plan_faq .notes {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan_faq .notes {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.p-plan_faq__acc {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-plan_faq__acc {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.p-plan_faq-btn {
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-plan_faq-btn {
    margin-top: calc(20 / 750 * 100vw);
  }
}

/*========================================
  LP
========================================*/
.l-main__lp {
  width: 1000px;
  margin: 0 auto;
  padding-top: 190px;
}

@media screen and (max-width: 767px) {
  .l-main__lp {
    width: 100%;
    padding: calc(245 / 750 * 100vw) calc(60 / 750 * 100vw) 0;
  }
}

.l-main__lp .entry-content h4 {
  background: #eee;
}

/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * clearfix
========================================*/
.u-cf::after {
  content: '';
  display: table;
  clear: both;
}

/*========================================
 * margin
 *
 * クラス : u-m{t,l,r,b}-0 ~ u-m{t,l,r,b}-45
 * ※ スマホのときは u-SP-m{t,l,r,b}-0 ~ u-SP-m{t,l,r,b}-45
 * ステップ : 0 ~ 45 : 5 ずつ
========================================*/
.u-mt-0 {
  margin-top: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-SP-mt-0 {
    margin-top: 0vw;
  }
  .u-SP-ml-0 {
    margin-left: 0vw;
  }
  .u-SP-mr-0 {
    margin-right: 0vw;
  }
  .u-SP-mb-0 {
    margin-bottom: 0vw;
  }
  .u-SP-mt-5 {
    margin-top: 5vw;
  }
  .u-SP-ml-5 {
    margin-left: 5vw;
  }
  .u-SP-mr-5 {
    margin-right: 5vw;
  }
  .u-SP-mb-5 {
    margin-bottom: 5vw;
  }
  .u-SP-mt-10 {
    margin-top: 10vw;
  }
  .u-SP-ml-10 {
    margin-left: 10vw;
  }
  .u-SP-mr-10 {
    margin-right: 10vw;
  }
  .u-SP-mb-10 {
    margin-bottom: 10vw;
  }
  .u-SP-mt-15 {
    margin-top: 15vw;
  }
  .u-SP-ml-15 {
    margin-left: 15vw;
  }
  .u-SP-mr-15 {
    margin-right: 15vw;
  }
  .u-SP-mb-15 {
    margin-bottom: 15vw;
  }
  .u-SP-mt-20 {
    margin-top: 20vw;
  }
  .u-SP-ml-20 {
    margin-left: 20vw;
  }
  .u-SP-mr-20 {
    margin-right: 20vw;
  }
  .u-SP-mb-20 {
    margin-bottom: 20vw;
  }
  .u-SP-mt-25 {
    margin-top: 25vw;
  }
  .u-SP-ml-25 {
    margin-left: 25vw;
  }
  .u-SP-mr-25 {
    margin-right: 25vw;
  }
  .u-SP-mb-25 {
    margin-bottom: 25vw;
  }
  .u-SP-mt-30 {
    margin-top: 30vw;
  }
  .u-SP-ml-30 {
    margin-left: 30vw;
  }
  .u-SP-mr-30 {
    margin-right: 30vw;
  }
  .u-SP-mb-30 {
    margin-bottom: 30vw;
  }
  .u-SP-mt-35 {
    margin-top: 35vw;
  }
  .u-SP-ml-35 {
    margin-left: 35vw;
  }
  .u-SP-mr-35 {
    margin-right: 35vw;
  }
  .u-SP-mb-35 {
    margin-bottom: 35vw;
  }
  .u-SP-mt-40 {
    margin-top: 40vw;
  }
  .u-SP-ml-40 {
    margin-left: 40vw;
  }
  .u-SP-mr-40 {
    margin-right: 40vw;
  }
  .u-SP-mb-40 {
    margin-bottom: 40vw;
  }
  .u-SP-mt-45 {
    margin-top: 45vw;
  }
  .u-SP-ml-45 {
    margin-left: 45vw;
  }
  .u-SP-mr-45 {
    margin-right: 45vw;
  }
  .u-SP-mb-45 {
    margin-bottom: 45vw;
  }
}

/*========================================
 * padding
 *
 * クラス : u-p{t,l,r,b}-0 ~ u-p{t,l,r,b}-45
 * ※ スマホのときは u-SP-p{t,l,r,b}-0 ~ u-SP-p{t,l,r,b}-45
 * ステップ : 0 ~ 45 : 5 ずつ
========================================*/
.u-pt-0 {
  padding-top: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .u-SP-pt-0 {
    padding-top: 0vw;
  }
  .u-SP-pl-0 {
    padding-left: 0vw;
  }
  .u-SP-pr-0 {
    padding-right: 0vw;
  }
  .u-SP-pb-0 {
    padding-bottom: 0vw;
  }
  .u-SP-pt-5 {
    padding-top: 5vw;
  }
  .u-SP-pl-5 {
    padding-left: 5vw;
  }
  .u-SP-pr-5 {
    padding-right: 5vw;
  }
  .u-SP-pb-5 {
    padding-bottom: 5vw;
  }
  .u-SP-pt-10 {
    padding-top: 10vw;
  }
  .u-SP-pl-10 {
    padding-left: 10vw;
  }
  .u-SP-pr-10 {
    padding-right: 10vw;
  }
  .u-SP-pb-10 {
    padding-bottom: 10vw;
  }
  .u-SP-pt-15 {
    padding-top: 15vw;
  }
  .u-SP-pl-15 {
    padding-left: 15vw;
  }
  .u-SP-pr-15 {
    padding-right: 15vw;
  }
  .u-SP-pb-15 {
    padding-bottom: 15vw;
  }
  .u-SP-pt-20 {
    padding-top: 20vw;
  }
  .u-SP-pl-20 {
    padding-left: 20vw;
  }
  .u-SP-pr-20 {
    padding-right: 20vw;
  }
  .u-SP-pb-20 {
    padding-bottom: 20vw;
  }
  .u-SP-pt-25 {
    padding-top: 25vw;
  }
  .u-SP-pl-25 {
    padding-left: 25vw;
  }
  .u-SP-pr-25 {
    padding-right: 25vw;
  }
  .u-SP-pb-25 {
    padding-bottom: 25vw;
  }
  .u-SP-pt-30 {
    padding-top: 30vw;
  }
  .u-SP-pl-30 {
    padding-left: 30vw;
  }
  .u-SP-pr-30 {
    padding-right: 30vw;
  }
  .u-SP-pb-30 {
    padding-bottom: 30vw;
  }
  .u-SP-pt-35 {
    padding-top: 35vw;
  }
  .u-SP-pl-35 {
    padding-left: 35vw;
  }
  .u-SP-pr-35 {
    padding-right: 35vw;
  }
  .u-SP-pb-35 {
    padding-bottom: 35vw;
  }
  .u-SP-pt-40 {
    padding-top: 40vw;
  }
  .u-SP-pl-40 {
    padding-left: 40vw;
  }
  .u-SP-pr-40 {
    padding-right: 40vw;
  }
  .u-SP-pb-40 {
    padding-bottom: 40vw;
  }
  .u-SP-pt-45 {
    padding-top: 45vw;
  }
  .u-SP-pl-45 {
    padding-left: 45vw;
  }
  .u-SP-pr-45 {
    padding-right: 45vw;
  }
  .u-SP-pb-45 {
    padding-bottom: 45vw;
  }
}

/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-SP-ta-left {
    text-align: left;
  }
  .u-SP-ta-center {
    text-align: center;
  }
  .u-SP-ta-right {
    text-align: right;
  }
}

/******************************
 * font size
 ******************************/
.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .u-SP-fs-1 {
    font-size: 0.1vw;
  }
  .u-SP-fs-2 {
    font-size: 0.2vw;
  }
  .u-SP-fs-3 {
    font-size: 0.3vw;
  }
  .u-SP-fs-4 {
    font-size: 0.4vw;
  }
  .u-SP-fs-5 {
    font-size: 0.5vw;
  }
  .u-SP-fs-6 {
    font-size: 0.6vw;
  }
  .u-SP-fs-7 {
    font-size: 0.7vw;
  }
  .u-SP-fs-8 {
    font-size: 0.8vw;
  }
  .u-SP-fs-9 {
    font-size: 0.9vw;
  }
  .u-SP-fs-10 {
    font-size: 1vw;
  }
  .u-SP-fs-11 {
    font-size: 1.1vw;
  }
  .u-SP-fs-12 {
    font-size: 1.2vw;
  }
  .u-SP-fs-13 {
    font-size: 1.3vw;
  }
  .u-SP-fs-14 {
    font-size: 1.4vw;
  }
  .u-SP-fs-15 {
    font-size: 1.5vw;
  }
  .u-SP-fs-16 {
    font-size: 1.6vw;
  }
  .u-SP-fs-17 {
    font-size: 1.7vw;
  }
  .u-SP-fs-18 {
    font-size: 1.8vw;
  }
  .u-SP-fs-19 {
    font-size: 1.9vw;
  }
  .u-SP-fs-20 {
    font-size: 2vw;
  }
  .u-SP-fs-21 {
    font-size: 2.1vw;
  }
  .u-SP-fs-22 {
    font-size: 2.2vw;
  }
  .u-SP-fs-23 {
    font-size: 2.3vw;
  }
  .u-SP-fs-24 {
    font-size: 2.4vw;
  }
  .u-SP-fs-25 {
    font-size: 2.5vw;
  }
  .u-SP-fs-26 {
    font-size: 2.6vw;
  }
  .u-SP-fs-27 {
    font-size: 2.7vw;
  }
  .u-SP-fs-28 {
    font-size: 2.8vw;
  }
  .u-SP-fs-29 {
    font-size: 2.9vw;
  }
  .u-SP-fs-30 {
    font-size: 3vw;
  }
  .u-SP-fs-31 {
    font-size: 3.1vw;
  }
  .u-SP-fs-32 {
    font-size: 3.2vw;
  }
  .u-SP-fs-33 {
    font-size: 3.3vw;
  }
  .u-SP-fs-34 {
    font-size: 3.4vw;
  }
  .u-SP-fs-35 {
    font-size: 3.5vw;
  }
  .u-SP-fs-36 {
    font-size: 3.6vw;
  }
  .u-SP-fs-37 {
    font-size: 3.7vw;
  }
  .u-SP-fs-38 {
    font-size: 3.8vw;
  }
  .u-SP-fs-39 {
    font-size: 3.9vw;
  }
  .u-SP-fs-40 {
    font-size: 4vw;
  }
  .u-SP-fs-41 {
    font-size: 4.1vw;
  }
  .u-SP-fs-42 {
    font-size: 4.2vw;
  }
  .u-SP-fs-43 {
    font-size: 4.3vw;
  }
  .u-SP-fs-44 {
    font-size: 4.4vw;
  }
  .u-SP-fs-45 {
    font-size: 4.5vw;
  }
  .u-SP-fs-46 {
    font-size: 4.6vw;
  }
  .u-SP-fs-47 {
    font-size: 4.7vw;
  }
  .u-SP-fs-48 {
    font-size: 4.8vw;
  }
  .u-SP-fs-49 {
    font-size: 4.9vw;
  }
  .u-SP-fs-50 {
    font-size: 5vw;
  }
}

/*========================================
 * Width
========================================*/
.u-w-10 {
  width: 10%;
}

.u-w-20 {
  width: 20%;
}

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

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

.u-w-50 {
  width: 50%;
}

.u-w-60 {
  width: 60%;
}

.u-w-70 {
  width: 70%;
}

.u-w-80 {
  width: 80%;
}

.u-w-90 {
  width: 90%;
}

.u-w-100 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-SP-w-10 {
    width: 10vw;
  }
  .u-SP-w-20 {
    width: 20vw;
  }
  .u-SP-w-30 {
    width: 30vw;
  }
  .u-SP-w-40 {
    width: 40vw;
  }
  .u-SP-w-50 {
    width: 50vw;
  }
  .u-SP-w-60 {
    width: 60vw;
  }
  .u-SP-w-70 {
    width: 70vw;
  }
  .u-SP-w-80 {
    width: 80vw;
  }
  .u-SP-w-90 {
    width: 90vw;
  }
  .u-SP-w-100 {
    width: 100vw;
  }
  .u-SP-w-auto {
    width: auto;
  }
}

/*========================================
 * column
========================================*/
.u-col, .u-col--2, .u-col--3, .u-col--4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .u-col, .u-col--2, .u-col--3, .u-col--4 {
    width: calc(100% + 4%);
    margin-left: -2%;
    margin-right: -2%;
  }
}

.u-col__item {
  margin-left: 2%;
  margin-right: 2%;
}

@media screen and (min-width: 768px) {
  .u-col--2 > .u-col__item {
    width: calc(50% - 4%);
  }
}

@media screen and (min-width: 768px) {
  .u-col--3 > .u-col__item {
    width: calc(33.33333% - 4%);
  }
}

@media screen and (min-width: 768px) {
  .u-col--4 > .u-col__item {
    width: calc(25% - 4%);
  }
}

@media screen and (max-width: 767px) {
  .u-col, .u-col--2, .u-col--3, .u-col--4 {
    display: block;
  }
  .u-col__item + .u-col__item {
    padding-top: 1vw;
  }
}

/*# sourceMappingURL=theme.css.map */