@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP);
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
/* reset
--------------------------- */
/* 
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css 
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (min-width: 950px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media (max-width: 949px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
}
/* アキ調整
---------------------- */
.top20 {
  padding-top: 20px;
}

@media (min-width: 950px) {
  .pctop40 {
    padding-top: 40px;
  }
  .pctop60 {
    padding-top: 60px;
  }
  .pctop70 {
    padding-top: 70px;
  }
  .pctop80 {
    padding-top: 80px;
  }
  .taCpc {
    text-align: center;
  }
}
@media (max-width: 949px) {
  .sptop20 {
    padding-top: 20px;
  }
  .sptop30 {
    padding-top: 30px;
  }
  .sptop40 {
    padding-top: 40px;
  }
}
/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 2;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  max-width: 100vw;
  min-width: 350px;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 949px) {
  body {
    font-size: 15px;
  }
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a {
  text-decoration: none;
  position: relative;
}
a:hover {
  color: #45acb8;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a,
label,
input,
button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* animation
---------------------- */
.js-fade {
  opacity: 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}
.js-fade.js-act {
  opacity: 1;
}

.js-slideup {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.js-slideup.js-act {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* flexclm
---------------------- */
.flexclm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.flexclm.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 949px) {
  .flexclm {
    display: block;
  }
}
.flexclm.item_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexclm.item_flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* pagetop
---------------------- */
#page_top {
  width: 50px;
  height: 50px;
  border-radius: 100vh;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #f8b500;
  z-index: 5;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* others
---------------------- */
.bold {
  font-weight: 600;
}

.red {
  color: #ff0000;
}

.taC {
  text-align: center;
}

.marker {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, rgba(248, 181, 0, 0.4)));
  background: linear-gradient(transparent 60%, rgba(248, 181, 0, 0.4) 30%);
  display: inline;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* l-header
--------------------------- */
.l-header {
  width: 100%;
  background-color: #fff;
  /*position: sticky;*/
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /*box-shadow: 0 4px 4px -4px rgba($color: s.$c-base-black, $alpha: 0.1);*/
}
.l-header.is-headIn {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  width: 190px !important;
  padding: 10px 0;
}
.l-header__logo img {
  width: 100%;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}
.l-header__navCta {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3px 16px;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 50px;
  white-space: nowrap;
}
.l-header__navCta:hover {
  color: #000;
  background-color: transparent;
  text-decoration: none;
}
.l-header__navLists {
  z-index: 1;
  position: fixed;
  top: 60px;
  left: 0;
  left: 100%;
  width: 100%;
  max-width: 100vw;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__navLists a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 0 16px;
  margin: 16px auto;
}
.l-header__navLists a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__navLists a:hover {
  text-decoration: none;
}
.l-header__navLists a:hover:after {
  width: 100%;
}
.l-header__navHamburger {
  display: block;
  position: relative;
  width: 25px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__navHamburger > span, .l-header__navHamburger > span:before, .l-header__navHamburger > span:after {
  display: block;
  position: absolute;
  height: 4px;
  width: 25px;
  background-color: #000;
  border-radius: 1px;
  content: "";
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__navHamburger > span {
  top: 47%;
}
.l-header__navHamburger > span:before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
.l-header__navHamburger > span:after {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.l-header__navClose {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header {
  /* menu toggle */
}
.l-header #l-header__navToggle {
  display: none;
}
.l-header #l-header__navToggle:checked + .l-header__navHamburger {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header #l-header__navToggle:checked + .l-header__navHamburger span:before,
.l-header #l-header__navToggle:checked + .l-header__navHamburger span:after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-header #l-header__navToggle:checked ~ .l-header__navClose {
  display: block;
}
.l-header #l-header__navToggle:checked ~ .l-header__navLists {
  display: block;
  top: 60px;
  left: 0;
}
@media (min-width: 950px) {
  .l-header__inner {
    gap: 200px;
  }
  .l-header__logo {
    width: 240px;
  }
}

/* l-footer
--------------------------- */
.l-footer {
  text-align: center;
  background: #666;
  padding: 15px;
}
.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  color: #bbbbbb;
}
.l-footer__copy {
  font-size: 0.8rem;
  line-height: 1.5;
}
@media (min-width: 950px) {
  .l-footer__copy {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/* c-section
--------------------------- */
.c-section {
  padding: 30px 0;
}
@media (min-width: 950px) {
  .c-section {
    padding: 70px 0 60px 0;
  }
}
.c-section.-bgcolor {
  background-color: #f6f3f2;
}
.c-section p {
  margin-bottom: 1rem;
}
.c-section p.note {
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.8;
}
.c-section ul.note2 li {
  font-size: 0.9em;
  margin-top: 0.25rem;
  text-indent: -3em;
  padding-left: 3em;
  line-height: 1.8;
}
.c-section__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.c-section__inner__txtarea {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .c-section__inner__txtarea {
    width: 700px;
  }
}
.c-section__inner__box01 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 10px 20px;
  border: 2px solid #000;
  background-color: #fff;
  margin-top: 20px;
}
@media (min-width: 950px) {
  .c-section__inner__box01 {
    width: 700px;
    padding: 30px 30px 15px 30px;
  }
}
.c-section__inner__box01 ul li {
  background: url("../img/list_icon02.svg") no-repeat 0 7px;
  background-size: 8px;
  margin: 0 0 1em 0;
  padding: 0 0 0 22px;
  line-height: 1.6;
  font-weight: 600;
}
.c-section__inner2 {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
@media (min-width: 950px) {
  .c-section__inner2 {
    padding: 50px 0 0 0;
  }
}
.c-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 全体を中央揃え */
  gap: 10px; /* 数字とタイトルの間隔 */
  font-size: 17px;
  line-height: 1.8;
  font-weight: 600;
  margin: 30px auto 15px;
}
.c-section__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100vh;
  color: #fff;
  background-color: #008d9a;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
}
@media (min-width: 950px) {
  .c-section__title {
    font-size: 26px;
    margin: 50px auto 25px auto;
    line-height: 1.5;
  }
  .c-section__title span {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}
.c-section__title2 {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 1rem 90px;
  border: 2px solid #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.02rem;
}
.c-section__title2::before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 180px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}
.c-section__title2 span {
  font-size: 30px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
}
@media (min-width: 950px) {
  .c-section__title2 {
    padding: 1rem 1rem 1rem 130px;
    border: 3px solid #000;
    font-size: 26px;
    margin-bottom: 40px;
  }
  .c-section__title2::before {
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
  }
  .c-section__title2 span {
    font-size: 40px;
    padding-top: 3px;
    padding-left: 16px;
  }
}
.c-section__title3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  margin: 30px 0 15px;
}
.c-section__title3 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 100vh;
  color: #fff;
  background-color: #000;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
}
@media (min-width: 950px) {
  .c-section__title3 {
    font-size: 20px;
    margin: 50px 0 20px 0;
    line-height: 1.5;
  }
  .c-section__title3 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/* c-cta
--------------------------- */
.c-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.c-cta a:hover {
  color: #fff;
}
.c-cta__bg {
  margin: 0 auto 0 auto;
  font-weight: 600;
  line-height: 1.6;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 35px 20px;
}
.c-cta__bg p {
  padding: 0 0 10px 0;
}
.c-cta__bg p.large {
  font-size: 20px;
  padding: 0 0 25px 0;
  line-height: 1.5;
}
.c-cta__bg p.large br {
  display: none;
}
.c-cta__bg p.small {
  font-size: 14px;
  margin: -20px 0 15px 0;
}
.c-cta__copy {
  text-align: center;
  padding: 0 30px;
  font-size: 1.05rem;
  font-weight: 600;
}
.c-cta__button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #008d9a;
  border-radius: 100vh;
  margin: 0 auto 10px auto;
  padding: 14px 20px;
  width: 90%;
  max-width: 480px;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.05em;
}
.c-cta__button:after {
  position: absolute;
  right: 1.1rem;
  content: "\e5e1";
  font-family: "Material Icons";
}
.c-cta__button:hover {
  background-color: #45acb8;
}
.c-cta__button.color {
  background-color: #f8b500;
}
.c-cta__button.color:hover {
  background-color: #ffcc00;
}
.c-cta__logo {
  margin-top: 20px;
  width: 150px;
}
@media (min-width: 950px) {
  .c-cta__bg {
    font-size: 24px;
    padding: 50px 0;
  }
  .c-cta__bg p {
    padding: 0 0 10px 0;
  }
  .c-cta__bg p.large {
    font-size: 30px;
    padding: 0 0 25px 0;
  }
  .c-cta__bg p.small {
    font-size: 18px;
    margin: -15px 0 25px 0;
  }
  .c-cta__copy {
    font-size: 1.31rem;
  }
  .c-cta__button {
    font-size: 22px;
    padding: 14px 20px;
  }
  .c-cta__logo {
    margin-top: 30px;
    width: auto;
  }
}
@media only screen and (max-width: 539px) {
  .c-cta__bg p.large br {
    display: block;
  }
  .c-cta__bg p.small {
    text-align: left;
  }
}

/* c-interview
--------------------------- */
.c-interview {
  max-width: 1200px;
  margin: 0 auto;
}
.c-interview p {
  margin: 0 auto 1rem auto;
}
.c-interview span.name {
  display: inline-block;
  margin-right: 1rem;
  color: #008d9a;
  font-weight: 600;
}
.c-interview p.date {
  text-align: right;
}
/* c-fig
--------------------------- */
.c-fig {
  margin: 20px 0;
}
.c-fig__col1 {
  width: 100%;
  margin: 0 auto 30px auto;
}
.c-fig__col2 {
  width: 90%;
  max-width: 470px;
  margin: 30px auto 0;
}
.c-fig__col3 {
  width: 90%;
  max-width: 470px;
  margin: 30px auto 0;
}
.c-fig__col3:last-child {
  max-width: 700px;
}
.c-fig__cap {
  margin-top: 10px;
  line-height: 1.6;
  word-break: break-all;
  margin-bottom: 20px;
  text-align: center;
}
.c-fig__cap.left {
  text-align: left;
}
.c-fig__cap .-small {
  display: block;
  font-size: 0.9em;
}
.c-fig__cap.bold br {
  display: none;
}
.c-fig__title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #008d9a;
  letter-spacing: 0.03rem;
}
@media (min-width: 950px) {
  .c-fig {
    margin: 40px 0;
  }
  .c-fig__col1 {
    max-width: 860px;
    margin: 0 auto 30px auto;
  }
  .c-fig__col1.smr {
    max-width: 700px;
  }
  .c-fig__col2 {
    width: 48%;
    margin: 30px auto 0;
  }
  .c-fig__col3 {
    width: 28%;
  }
  .c-fig__col3:last-child {
    width: 44%;
  }
  .c-fig__cap {
    margin-top: 10px;
  }
  .c-fig__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 539px) {
  .c-fig__cap.bold br {
    display: block;
  }
}

/* c-lists
--------------------------- */
.c-lists {
  line-height: 1.68;
  margin: 0 0 1.25rem 0;
}
.c-lists li {
  position: relative;
  padding-left: 1.25rem;
  margin: 0.5rem 0;
}
.c-lists li:before {
  position: absolute;
  left: 0;
  content: "●";
  color: #008d9a;
}
.c-lists li:last-child {
  margin-bottom: 0;
}
.c-lists.-black li {
  margin: 0.25rem 0;
}
.c-lists.-black li:before {
  color: #000;
}

/* table 
--------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.7;
}
table th, table td {
  border: 2px solid #000;
  padding: 10px;
  background-color: #fff;
}
table th {
  background-color: #f7f7f7;
  text-align: center;
}
table.black th {
  background-color: #333;
  color: #fff;
  vertical-align: middle;
}
table.black td {
  vertical-align: middle;
}
@media (min-width: 950px) {
  table.black td:first-child {
    white-space: nowrap;
  }
}
@media (min-width: 950px) {
  table {
    font-size: 16px;
  }
}

/* scrollarea 
--------------------------- */
.scrollarea {
  width: 90%;
  max-width: 1600px;
  margin: 30px auto 20px auto;
}
.scrollarea img {
  width: 100%;
}
.scrollarea .tableimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scrollarea .tableimg .tableimg_item01 {
  width: 22.9375%;
}
.scrollarea .tableimg .tableimg_item02 {
  width: 4.5625%;
}
.scrollarea .tableimg .tableimg_item03 {
  width: 13.625%;
}
.scrollarea .tableimg .tableimg_item04 {
  width: 58.875%;
}
.scrollarea .tableimg .tableimg_item05 {
  width: 22.9375%;
}
.scrollarea .tableimg .tableimg_item06 {
  width: 77.0625%;
}
@media (max-width: 949px) {
  .scrollarea {
    margin: 30px auto 20px auto;
    padding: 0;
    width: 95%;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .scrollarea .scroll_item {
    min-width: 950px;
    padding-bottom: 20px;
  }
}

/*-------------------
 * project
 -------------------*/
/* p-kv
--------------------------- */
.p-kv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.p-kv img {
  width: 100%;
}
.p-kv__bg {
  background-color: #ffcc00;
  padding: 50px 0 30px 0;
}
.p-kv__bg h1 {
  max-width: 1000px;
  margin: 0 auto 0 auto;
}
.p-kv__copy {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.p-kv__copy p {
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 950px) {
  .p-kv__copy p {
    font-size: 17px;
    max-width: 980px;
    text-align: right;
  }
}
.p-kv__index {
  max-width: 1000px;
  padding: 40px 20px 20px 20px;
  margin: 40px 20px 0 20px;
  background-color: #f6f3f2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-kv__index h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #008d9a;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  letter-spacing: 0.02em;
}
.p-kv__index ol {
  counter-reset: number;
  list-style: none;
}
.p-kv__index ol li {
  margin: 0 0 1em 0;
  padding-left: 32px;
  line-height: 1.6;
  font-weight: 600;
  position: relative;
}
.p-kv__index ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #000;
  color: #fff;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 950px) {
  .p-kv__index {
    max-width: 800px;
    padding: 50px 20px 20px 20px;
    margin: 70px auto 0 auto;
  }
  .p-kv__index h2 {
    font-size: 40px;
    top: -22px;
  }
  .p-kv__index ol li {
    margin: 0 0 18px 0;
    font-size: 22px;
    letter-spacing: 0;
  }
}

/* p-pagetitle
--------------------------- */
.p-pagetitle__block {
  background: url("../img/pagetitle_bg.svg") right bottom no-repeat;
  background-size: 90%;
  margin-bottom: 40px;
}
.p-pagetitle__block__inner {
  margin: 0 auto;
  padding: 0 20px;
}
.p-pagetitle__block__inner__txt {
  margin-bottom: 2rem;
}
.p-pagetitle__block__inner__txt h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
  color: #008d9a;
  margin-top: 20px;
}
.p-pagetitle__block__inner__txt h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
.p-pagetitle__block__inner__txt h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.7;
  margin-top: 1rem;
}
.p-pagetitle__block__inner__txt h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.p-pagetitle__block__inner__pic img {
  width: 100%;
}
@media (min-width: 950px) {
  .p-pagetitle__block {
    background: url("../img/pagetitle_bg.svg") right top no-repeat;
    background-size: 45%;
    letter-spacing: -0.03em;
    margin-bottom: 100px;
  }
  .p-pagetitle__block__inner {
    max-width: 1200px;
    padding: 50px 0 0 0;
    margin: 0 auto 0;
  }
  .p-pagetitle__block__inner__txt {
    width: 50%;
    padding: 0;
  }
  .p-pagetitle__block__inner__txt h1 {
    font-size: 68px;
    margin-top: 0;
  }
  .p-pagetitle__block__inner__txt h2 {
    font-size: 34px;
    margin-top: 0;
  }
  .p-pagetitle__block__inner__txt h3 {
    font-size: 32px;
    margin-top: 2rem;
  }
  .p-pagetitle__block__inner__txt h4 {
    font-size: 20px;
  }
  .p-pagetitle__block__inner__pic {
    width: 50%;
    max-width: 583px;
    padding: 0 0 0 2.5%;
  }
  .p-pagetitle__block__inner__pic img {
    width: 583px;
  }
}

/* p-contact
--------------------------- */
.p-contact {
  background-color: #f6f3f2;
  padding: 30px 0 40px 0;
}
.p-contact__title {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 1rem;
  color: #45acb8;
}
.p-contact__txt {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 2rem;
  letter-spacing: -0.03em;
  text-align: center;
}
.p-contact__ill {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 3rem auto;
}
.p-contact__ill img {
  width: 100%;
}
@media (min-width: 950px) {
  .p-contact {
    padding: 60px 0;
  }
  .p-contact__title {
    font-size: 30px;
    padding-bottom: 2rem;
  }
  .p-contact__txt {
    font-size: 18px;
    text-align: left;
  }
  .p-contact__ill {
    width: 50%;
    max-width: 450px;
    margin: 0;
  }
  .p-contact__ill img {
    width: 100%;
  }
}

.catch_bg {
  background: url("../img/catch_bg.webp") center top no-repeat;
  background-size: cover;
}
@media (min-width: 950px) {
  .catch_bg {
    background-size: 1200px;
  }
}

/* p-link2
--------------------------- */
.p-link2 {
  padding: 30px;
}
.p-link2 .bnr div {
  max-width: 768px;
  margin: 0 auto 30px;
}
@media (min-width: 950px) {
  .p-link2 {
    padding: 60px;
  }
  .p-link2 .bnr {
    gap: 40px;
  }
  .p-link2 .bnr div {
    margin-bottom: 0;
  }
}

/* p-sec02
--------------------------- */
.p-sec02 .tablearea {
  width: 90%;
  margin: 0 auto;
}
.p-sec02 table {
  margin-bottom: 1rem;
}
.p-sec02 table.color1 th {
  background-color: #b5dbe1;
}
.p-sec02 table.color2 th {
  background-color: #d5d0d4;
}
.p-sec02 table.color3 th {
  background-color: #f5d5d4;
}
.p-sec02 table tr.txt3 {
  text-align: center;
}
.p-sec02 table tr.txt4 {
  font-weight: 600;
}
.p-sec02 table td.w50 {
  width: 50%;
}
@media (min-width: 950px) {
  .p-sec02 .tablearea {
    width: 90%;
  }
  .p-sec02 table {
    margin-bottom: 2rem;
  }
  .p-sec02 table.color1 {
    width: 25%;
  }
  .p-sec02 table.color1 th {
    background-color: #b5dbe1;
  }
  .p-sec02 table.color2 {
    width: 50%;
  }
  .p-sec02 table.color2 th {
    background-color: #d5d0d4;
  }
  .p-sec02 table.color3 {
    width: 25%;
  }
  .p-sec02 table.color3 th {
    background-color: #f5d5d4;
  }
  .p-sec02 table tr.txt2 {
    height: 100px;
  }
  .p-sec02 table tr.txt3 {
    height: 30px;
    text-align: center;
  }
  .p-sec02 table tr.txt4 {
    height: 70px;
    font-weight: 600;
  }
  .p-sec02 table th {
    font-size: 16px;
    height: 40px;
  }
  .p-sec02 table td {
    font-size: 15px;
  }
  .p-sec02 table td.w50 {
    width: 50%;
  }
}

/*-------------------
 * object
 -------------------*/
.u-inline-block {
  display: inline-block;
}