@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap);
@charset "UTF-8";
/* Setting
----------------------------------------------------------------- */
body, input, textarea, select, button {
  font-family: 'Zen Maru Gothic', sans-serif; }

/*
sm  =>  スマホ
md  =>  タブレット
lg  =>  PC
xl  =>  でかいPC
*/
/* Reset
----------------------------------------------------------------- */
html {
  font-size: 62.5%; }

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

/*
  input, textarea, select {
  -webkit-appearance: none;
  }
  */
textarea {
  resize: none; }

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none; }

label {
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

fieldset {
  border: 0; }

img {
  border: 0;
  height: auto;
  vertical-align: top; }

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal; }

/*
  a, input {
   outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  */
sup, sub {
  font-size: 63%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: baseline; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* html5 elements */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block; }

/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.contents:before, .contents:after {
  content: "";
  display: table; }

.clearfix:after, .contents:after {
  clear: both; }

body {
  position: relative;
  color: #222;
  background-color: #F6F2EF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.6rem; } }

body.page_infodesk {
  background-color: #127D70;
  color: #F6F2EF; }

@media (max-width: 1279px) {
  body {
    min-width: 2px; } }

@media (max-width: 767px) {
  body {
    min-width: 1px; } }

html.is-screenlocked {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0; }

::selection {
  background: #8FE4DB;
  color: #222; }

::-moz-selection {
  background: #8FE4DB;
  color: #222; }

@media print {
  main {
    padding-top: 0 !important; }
  .l-header {
    display: none; }
  .c-btn__pagetop {
    display: none; } }

/* wrapper
------------------------------------------ */
.wrap-all {
  position: relative;
  overflow: hidden;
  padding: 0; }

/* main
----------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  main {
    padding-top: 180px;
    padding-bottom: 130px; }
  .page_infodesk main {
    padding-top: 0;
    padding-bottom: 130px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  main {
    padding-top: 106px;
    padding-bottom: 130px; }
  .page_infodesk main {
    padding-top: 0;
    padding-bottom: 130px; } }

@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
    padding-bottom: 60px; } }

/* link
------------------------------------------ */
a {
  text-decoration: none;
  color: #222;
  transition: background-color .3s ease; }

a:hover, a:active, a:focus, a:visited {
  text-decoration: none; }

/* form
------------------------------------------ */
select, input {
  border: 1px solid #333;
  border-radius: 0;
  padding: 10px;
  line-height: 1; }

@media print, (min-width: 768px) {
  .is-downmd {
    display: none; } }

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

.is-bold {
  font-weight: 700; }

.is-green {
  color: #127D70; }

@media print, (max-width: 1279px) {
  .is-up-xl {
    display: none; } }

@media print, (min-width: 999px) {
  .is-down-lg {
    display: none; } }

/* header
----------------------------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%; }
  .l-header__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #EFE9E4; }
  .l-header__logo {
    margin: 0 auto 0 0; }
  .l-header__logo_link {
    display: block; }
  .l-header__officials ul {
    display: flex;
    align-items: center;
    height: 100%; }
  .l-header__officials a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #222;
    font-weight: 700; }
  .l-header__officials .is-blue a {
    background-color: #8FE4DB; }
  .l-header__officials .is-blue a:hover {
    background-color: #6bc5bc; }
  .l-header__icons {
    position: absolute; }
    .l-header__icons ul {
      display: flex; }
    .l-header__icons a {
      display: block; }
    .l-header__icons img {
      transition: all .3s ease; }

@media screen and (min-width: 1280px) {
  .l-header__inner {
    padding: 25px 50px; }
  .l-header__officials {
    margin-right: 150px; }
    .l-header__officials a {
      height: 50px; }
  .l-header__icons {
    right: 50px;
    top: 34px; } }

@media print, (max-width: 1279px) {
  .l-header__officials {
    display: none; }
  .l-header__icons {
    display: none; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .l-header__inner {
    flex-wrap: wrap;
    padding: 25px; }
  .l-header__logo {
    width: 100%; } }

@media print, (min-width: 768px) {
  .l-header__officials li {
    margin-left: 10px; }
  .l-header__officials a {
    padding: 0 20px;
    border-radius: 25px;
    text-align: center;
    line-height: 1.2;
    font-size: 1.4rem; }
    .l-header__officials a:hover {
      background-color: #daccc2; }
  .l-header__icons li {
    margin-left: 10px; }
  .l-header__icons img:hover {
    filter: invert(17%) sepia(100%) saturate(7085%) hue-rotate(180deg) brightness(120%) contrast(106%); } }

@media screen and (max-width: 767px) {
  .l-header__inner {
    flex-wrap: wrap;
    height: 80px;
    padding: 0 15px; }
  .l-header__officials {
    display: none; }
  .l-header__icons {
    display: none; } }

/* global
----------------------------------------------------------------- */
.l-global {
  background-color: rgba(246, 242, 239, 0.8); }
  .l-global ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .l-global a {
    display: flex;
    align-items: center; }
  .l-global a:before {
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .l-global a.is-home:before {
    background-image: url(images/c-icon__home_24--black.png); }
  .l-global a.is-project:before {
    background-image: url(images/c-icon__project_24--black.png); }
  .l-global a.is-procedure:before {
    background-image: url(images/c-icon__procedure_24--black.png); }
  .l-global a.is-tool:before {
    background-image: url(images/c-icon__tool_24--black.png); }
  .l-global a.is-qa:before {
    background-image: url(images/c-icon__qa_24--black.png); }
  .l-global a.is-contact:before {
    background-image: url(images/c-icon__contact_24--black.png); }

@media screen and (min-width: 1280px) {
  .l-global ul {
    padding: 15px 75px; }
  .l-global li {
    padding: 10px 20px; }
  .l-global a {
    font-size: 1.6rem;
    transition: color .3s ease; }
  .l-global a:before {
    width: 24px;
    height: 24px;
    margin-right: 8px; }
  .l-global a:hover {
    color: #127D70; } }

@media print, (max-width: 1279px) {
  .l-global {
    display: none; } }

.l-footer {
  position: relative; }
  .l-footer::before {
    display: block;
    content: '';
    width: 100%;
    background-image: url(images/l-footer.png);
    background-repeat: no-repeat;
    background-position: center top; }
  .l-footer::after {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    background-image: url(images/l-footer-primary__character.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }

@media screen and (min-width: 1280px) {
  .l-footer::before {
    height: 90px;
    background-size: 100% 100%; }
  .l-footer::after {
    top: -125px;
    height: 175px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .l-footer::before {
    height: 75px;
    background-size: 100% 100%; }
  .l-footer::after {
    top: -90px;
    height: 150px; } }

@media screen and (max-width: 767px) {
  .l-footer::before {
    height: 40px;
    background-size: 125% 100%; }
  .l-footer::after {
    top: -50px;
    height: 75px; } }

/* primary
----------------------------------------------------------------- */
.l-footer-primary {
  display: flex;
  flex-wrap: wrap;
  background-color: #127D70; }
  .l-footer-primary__sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .l-footer-primary__info {
    display: flex;
    flex-wrap: wrap;
    color: #F6F2EF; }
  .l-footer-primary__info-subject {
    font-weight: 500;
    line-height: 1.4;
    background-image: url(images/l-footer-primary__info-subject.png);
    background-position: left bottom;
    background-repeat: repeat-x; }
  .l-footer-primary__info-div {
    font-weight: 500;
    line-height: 1.6; }
  .l-footer-primary__info-text {
    line-height: 1.6; }
  .l-footer-primary__info-googlemap {
    color: #F6F2EF;
    border-bottom: 1px dotted rgba(246, 242, 239, 0.5); }
  .l-footer-primary__info-googlemap::after {
    display: inline-block !important;
    vertical-align: middle;
    content: '';
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/c-icon__external_24--white.svg); }
  .l-footer-primary .c-btn__rounded-list {
    flex-wrap: wrap; }
    .l-footer-primary .c-btn__rounded-list .c-btn__rounded-item.is-white a {
      background-color: #fff;
      box-shadow: 0 3px 0 #666; }
    .l-footer-primary .c-btn__rounded-list .c-btn__rounded-item.is-white a:hover {
      background-color: #ddd; }

@media screen and (min-width: 1280px) {
  .l-footer-primary {
    padding: 75px 100px 0; }
    .l-footer-primary__info {
      width: 100%;
      margin-top: 75px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .l-footer-primary {
    padding: 75px 50px 0; }
    .l-footer-primary__info {
      width: 100%;
      margin-top: 75px; } }

@media screen and (min-width: 1280px) {
  .l-footer-primary__info-col:nth-child(1) {
    padding-right: 50px; }
  .l-footer-primary__info-col:nth-child(2) {
    padding-left: 50px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .l-footer-primary__info-col:nth-child(1) {
    padding-right: 25px; }
  .l-footer-primary__info-col:nth-child(2) {
    padding-left: 25px; } }

@media print, (min-width: 768px) {
  .l-footer-primary__sns {
    margin-left: auto; }
  .l-footer-primary__sns-list_item {
    margin-left: 10px; }
  .l-footer-primary__sns-list_icon {
    transition: filter .3s ease; }
  .l-footer-primary__sns-list_icon:hover {
    filter: brightness(0); }
  .l-footer-primary__info-col {
    width: 50%; }
  .l-footer-primary__info-subject {
    font-size: 1.8rem;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .l-footer-primary__info-div {
    font-size: 1.6rem; }
  .l-footer-primary__info-text {
    font-size: 1.6rem;
    margin-top: 30px; }
  .l-footer-primary__info-googlemap {
    padding-bottom: 8px;
    transition: color .3s ease; }
  .l-footer-primary__info-googlemap:hover {
    color: #222;
    border-color: #222; }
  .l-footer-primary__info-googlemap::after {
    width: 24px;
    height: 24px;
    margin-left: 5px; }
  .l-footer-primary__info-googlemap:hover::after {
    background-image: url(images/c-icon__external_24--black.svg); }
  .l-footer-primary .c-btn__rounded-list .c-btn__rounded-item {
    margin: 0 20px 20px; } }

@media screen and (max-width: 767px) {
  .l-footer-primary {
    padding: 35px 35px 40px; }
    .l-footer-primary__logo {
      width: 100%; }
    .l-footer-primary__sns {
      width: 100%;
      margin-top: 40px; }
    .l-footer-primary__sns-list_item {
      margin: 0 5px; }
    .l-footer-primary__info {
      width: 100%; }
    .l-footer-primary__info-col {
      width: 100%;
      margin-top: 40px; }
    .l-footer-primary__info-subject {
      font-size: 1.6rem;
      padding-bottom: 20px;
      margin-bottom: 15px;
      background-size: auto 3px; }
    .l-footer-primary__info-div {
      font-size: 1.4rem; }
    .l-footer-primary__info-text {
      font-size: 1.4rem;
      margin-top: 20px; }
    .l-footer-primary__info-googlemap {
      padding-bottom: 8px; }
    .l-footer-primary__info-googlemap::after {
      width: 18px;
      height: 18px;
      margin-left: 5px; }
    .l-footer-primary .c-btn__rounded-list .c-btn__rounded-item {
      margin: 0 0 10px; } }

/* secondary
----------------------------------------------------------------- */
.l-footer-secondary {
  background-color: #127D70; }
  .l-footer-secondary__nav-list {
    display: flex;
    flex-wrap: wrap; }
  .l-footer-secondary__nav-link {
    display: flex;
    align-items: center;
    color: #F6F2EF;
    border-bottom: 1px dotted rgba(246, 242, 239, 0.5);
    transition: color .3s ease; }
  .l-footer-secondary__nav-link::after {
    display: block;
    content: '';
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/c-icon__arrow02right_24--white.svg); }
  .l-footer-secondary__nav-link[target="_blank"]::after {
    display: block;
    content: '';
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/c-icon__external_24--white.svg); }
  .l-footer-secondary__copyright {
    color: #F6F2EF; }

@media screen and (min-width: 1280px) {
  .l-footer-secondary {
    padding: 1px 100px 75px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .l-footer-secondary {
    padding: 1px 50px 75px; } }

@media print, (min-width: 768px) {
  .l-footer-secondary__nav-list {
    width: 100%;
    margin-top: 75px; }
  .l-footer-secondary__nav-link {
    font-size: 1.6rem;
    margin-right: 25px;
    padding-bottom: 5px; }
  .l-footer-secondary__nav-link:hover {
    color: #222;
    border-color: #222; }
  .l-footer-secondary__nav-link::after {
    width: 24px;
    height: 24px;
    margin-left: 8px; }
  .l-footer-secondary__nav-link:hover::after {
    background-image: url(images/c-icon__arrow02right_24--black.svg); }
  .l-footer-secondary__nav-link[target="_blank"]:hover::after {
    background-image: url(images/c-icon__external_24--black.svg); }
  .l-footer-secondary__copyright {
    font-size: 1.4rem;
    margin-top: 75px; } }

@media screen and (max-width: 767px) {
  .l-footer-secondary {
    padding: 1px 35px 35px; }
    .l-footer-secondary__nav-list {
      width: 100%;
      margin-top: 30px; }
    .l-footer-secondary__nav-item {
      width: 100%; }
    .l-footer-secondary__nav-link {
      font-size: 1.4rem;
      padding: 8px 0; }
    .l-footer-secondary__nav-link::after {
      width: 18px;
      height: 18px;
      margin-left: 5px; }
    .l-footer-secondary__copyright {
      font-size: 1.2rem;
      margin-top: 30px; } }

/* menu
----------------------------------------------------------------- */
.l-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  overflow-y: auto; }
  .l-menu__nav a {
    display: flex;
    align-items: center;
    color: #F6F2EF; }
  .l-menu__nav a:before {
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .l-menu__nav a.is-home:before {
    background-image: url(images/c-icon__home_24--white.png); }
  .l-menu__nav a.is-project:before {
    background-image: url(images/c-icon__project_24--white.png); }
  .l-menu__nav a.is-procedure:before {
    background-image: url(images/c-icon__procedure_24--white.png); }
  .l-menu__nav a.is-tool:before {
    background-image: url(images/c-icon__tool_24--white.png); }
  .l-menu__nav a.is-qa:before {
    background-image: url(images/c-icon__qa_24--white.png); }
  .l-menu__nav a.is-contact:before {
    background-image: url(images/c-icon__contact_24--white.png); }

@media print, (max-width: 1279px) {
  .l-menu.is-active {
    position: fixed;
    z-index: 90;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #127D70;
    color: #F6F2EF; }
  .l-menu__nav li {
    border-bottom: 1px dotted rgba(246, 242, 239, 0.5); }
  .l-menu__nav a {
    font-size: 2.2rem;
    padding: 20px 15px 20px 16px; }
  .l-menu__nav a:before {
    width: 24px;
    height: 24px;
    margin-right: 15px; }
  .l-menu__officials li {
    margin: 15px 0; }
  .l-menu__officials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 2px solid #F6F2EF;
    color: #F6F2EF; }
  .l-menu__officials a br {
    display: none; }
  .l-menu__officials li.is-blue a {
    background-color: #fff;
    color: #000;
    font-weight: bold; }
  .l-menu__officials li.is-blue a:hover {
    background-color: #ddd; }
  .l-menu__icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0; }
  .l-menu__icons a {
    padding: 0 10px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .l-menu.is-active {
    padding: 0 25px 50px; }
  .l-menu__logo {
    display: flex;
    align-items: center;
    height: 106px; }
  .l-menu__logo_image.is-sp {
    display: none; }
  .l-menu__nav a:hover {
    background-color: #086157; }
  .l-menu__officials ul {
    padding: 20px 0 0; }
  .l-menu__officials a {
    height: 60px;
    border-radius: 30px; }
  .l-menu__officials a:hover {
    background-color: #086157; } }

@media screen and (max-width: 767px) {
  .l-menu.is-active {
    padding: 13px 15px; }
  .l-menu__logo_image.is-tb {
    display: none; }
  .l-menu__nav ul {
    padding: 20px 0; }
  .l-menu__officials ul {
    padding: 0 15px; }
  .l-menu__officials a {
    height: 40px;
    border-radius: 20px; } }

/* component
----------------------------------------------------------------- */
/* breadcrumb
----------------------------------------------------------------- */
.c-block__breadcrumb-list {
  display: flex;
  flex-wrap: wrap; }

.c-block__breadcrumb-item {
  display: flex;
  align-items: center;
  line-height: 1.2; }

.c-block__breadcrumb-item::before {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__doubleleft_18--black.svg); }

.c-block__breadcrumb-item:first-child::before {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__home_18--green.svg); }

.c-block__breadcrumb-item a {
  text-decoration: underline; }

.c-block__breadcrumb-link {
  display: flex;
  align-items: center;
  line-height: 1; }

@media screen and (min-width: 1280px) {
  .c-block__breadcrumb {
    margin-top: 25px;
    padding: 0 100px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .c-block__breadcrumb {
    margin-top: 25px;
    padding: 0 50px; } }

@media print, (min-width: 768px) {
  .c-block__breadcrumb-item {
    font-size: 1.4rem;
    padding-right: 10px;
    margin-bottom: 5px; }
  .c-block__breadcrumb-item::before {
    width: 18px;
    height: 18px;
    margin-right: 10px; }
  .c-block__breadcrumb-item a:hover {
    color: #127D70; } }

@media screen and (max-width: 767px) {
  .c-block__breadcrumb {
    margin-top: 15px;
    padding: 0 15px; }
  .c-block__breadcrumb-item {
    font-size: 1.2rem;
    padding-right: 8px;
    margin-bottom: 5px; }
  .c-block__breadcrumb-item::before {
    width: 12px;
    height: 12px;
    margin-right: 8px; } }

/* linkinpage
----------------------------------------------------------------- */
.c-block__linkinpage-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important; }

.c-block__linkinpage-list_link {
  display: flex;
  align-items: center;
  transition: color .3s ease;
  border-bottom: none !important;
  line-height: 1.4 !important; }
  .c-block__linkinpage-list_link::before {
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/c-icon__below_24--green.svg); }

.is-textgray-third .c-block__linkinpage-list_item:nth-child(3) a {
  color: #aaa; }

@media print, (min-width: 768px) {
  .c-block__linkinpage-list_item {
    margin-right: 15px; }
  .c-block__linkinpage-list_link {
    padding: 3px 5px; }
    .c-block__linkinpage-list_link::before {
      width: 24px;
      height: 24px;
      margin-right: 10px; }
  .c-block__linkinpage-list_link:hover {
    color: #127D70 !important; } }

@media screen and (max-width: 767px) {
  .c-block__linkinpage-list_item {
    margin-right: 10px; }
  .c-block__linkinpage-list_link {
    font-size: 1.4rem;
    padding: 5px 10px 5px 0; }
    .c-block__linkinpage-list_link::before {
      width: 18px;
      height: 18px;
      margin-right: 5px; } }

/* is_search
----------------------------------------------------------------- */
.c-block__search .ccm-search-block-text {
  max-width: 100%; }

@media screen and (max-width: 767px) {
  .c-block__search .ccm-search-block-submit {
    margin-top: 15px; } }

/* is_youtube
----------------------------------------------------------------- */
.is-youtube picture::before {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon_youtube_w250.png); }

@media print, (min-width: 768px) {
  .is-youtube picture::before {
    width: 60px;
    height: 60px; } }

@media screen and (max-width: 767px) {
  .is-youtube picture::before {
    width: 45px;
    height: 45px; } }

/* qa
----------------------------------------------------------------- */
.c-block__qa_heading {
  position: relative;
  cursor: pointer;
  transition: background-color .3s ease; }

.c-block__qa_heading::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-block__qa_heading-01.png); }

.c-block__qa_heading-cate {
  line-height: 1;
  background-color: #8FE4DB;
  flex-shrink: 0; }

.c-block__qa_heading-subject {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important; }

.c-block__qa_content {
  position: relative; }

.c-block__qa_content::before {
  position: absolute;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-block__qa_heading-02.png); }

.c-block__qa_content :last-child {
  margin-bottom: 0 !important; }

.c-block__qa_content :first-child {
  margin-top: 0 !important; }

@media print, (min-width: 768px) {
  .c-block__qa {
    margin-top: 50px;
    border-top: 2px solid #ccc; }
  .c-block__qa_item {
    border-bottom: 2px solid #ccc; }
  .c-block__qa_heading {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 80px; }
  .c-block__qa_heading::before {
    width: 40px;
    height: 40px;
    left: 20px; }
  .c-block__qa_heading:hover {
    background-color: #F6F2EF; }
  .c-block__qa_heading-cate {
    padding: 5px 10px;
    margin-right: 20px;
    border-radius: 5px;
    font-size: 1.4rem; }
  .c-block__qa_heading-subject {
    font-size: 2.2rem !important; }
  .c-block__qa_content {
    padding: 23px 20px 20px 80px; }
  .c-block__qa_content::before {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px; } }

@media screen and (max-width: 767px) {
  .c-block__qa {
    margin-top: 30px;
    border-top: 1px solid #ccc; }
  .c-block__qa_item {
    border-bottom: 1px solid #ccc; }
  .c-block__qa_heading {
    padding: 10px 10px 10px 50px; }
  .c-block__qa_heading::before {
    width: 30px;
    height: 30px;
    left: 10px; }
  .c-block__qa_heading:hover {
    background-color: #F6F2EF; }
  .c-block__qa_heading-cate {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px !important;
    border-radius: 3px;
    font-size: 1.2rem; }
  .c-block__qa_heading-subject {
    font-size: 1.6rem !important; }
  .c-block__qa_content {
    padding: 10px 10px 10px 50px; }
  .c-block__qa_content::before {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px; } }

/* qa-subcatemenu
----------------------------------------------------------------- */
.c-block__qa-subcatemenu {
  margin: 0 !important;
  padding: 0 !important; }

.c-block__qa-subcatemenu_item {
  list-style-type: none !important;
  margin-bottom: 1px; }

.c-block__qa-subcatemenu_link {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: none !important;
  background-color: #F6F2EF;
  transition: all .3s ease !important;
  line-height: 1.4; }

.c-block__qa-subcatemenu_link:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__arrow02right_24--black.svg);
  transition: all .3s ease !important; }

.c-block__qa-subcatemenu_item:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.c-block__qa-subcatemenu_cateimg {
  background-color: #127D70;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0; }
  .c-block__qa-subcatemenu_cateimg picture {
    margin: 0 !important; }

@media print, (min-width: 768px) {
  .c-block__qa-subcatemenu_link {
    padding: 15px 60px 15px 15px; }
  .c-block__qa-subcatemenu_link::after {
    right: 25px;
    width: 24px;
    height: 24px; }
  .c-block__qa-subcatemenu_link:hover {
    background-color: #e4dad3; }
  .c-block__qa-subcatemenu_link:hover::after {
    right: 10px; } }

@media screen and (max-width: 767px) {
  .c-block__qa-subcatemenu_link {
    padding: 10px 40px 10px 10px;
    font-size: 1.4rem; }
  .c-block__qa-subcatemenu_link::after {
    right: 20px;
    width: 18px;
    height: 18px; }
  .c-block__qa-subcatemenu_link:hover {
    background-color: #e4dad3; } }

/* qa-subcatemenu
----------------------------------------------------------------- */
.c-block__area_gray01 {
  background-color: #F6F2EF; }

.c-block__area_gray01 > :first-child {
  margin-top: 0 !important; }

@media print, (min-width: 768px) {
  .c-block__area_gray01 {
    padding: 30px 25px;
    margin: 40px -25px;
    width: calc(100% + 50px);
    border-radius: 20px; } }

@media screen and (max-width: 767px) {
  .c-block__area_gray01 {
    padding: 20px 15px;
    margin: 20px -15px;
    width: calc(100% + 30px);
    border-radius: 10px; } }

/* area-toggle
----------------------------------------------------------------- */
.area-toggle > :last-child {
  margin-bottom: 0px !important; }

@media print, (min-width: 768px) {
  .area-toggle > :first-child {
    margin-top: 30px !important; } }

@media screen and (max-width: 767px) {
  .area-toggle > :first-child {
    margin-top: 15px !important; } }

/* map
----------------------------------------------------------------- */
.c-block__map {
  position: relative; }

.c-block__map_list {
  list-style-type: none !important; }

.c-block__map_item {
  line-height: 1; }

.c-block__map_link {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-bottom: none !important;
  cursor: pointer; }

.c-block__map_frame {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  border: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease; }

.c-block__map_frame.is-active {
  visibility: visible;
  opacity: 1; }

.c-block__map_btn {
  position: fixed;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  content: '';
  visibility: visible;
  opacity: 1;
  border: 1px solid #F6F2EF;
  transition: background-color .3s ease; }

.c-block__map_btn:after {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__close_36--white.svg); }

.c-block__map_btn::before {
  position: absolute;
  content: '閉じる';
  color: #F6F2EF; }

@media print, (min-width: 999px) {
  .c-block__map {
    background-image: url(images/c-block__map.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 52.5% 0 0 !important;
    margin: 75px 0; }
  .c-block__map_heading {
    display: none; }
  .c-block__map_list.area-23 li:nth-child(1) {
    left: 81.08%;
    top: 46%; }
  .c-block__map_list.area-23 li:nth-child(2) {
    left: 83%;
    top: 50.15%; }
  .c-block__map_list.area-23 li:nth-child(3) {
    left: 80%;
    top: 54.5%; }
  .c-block__map_list.area-23 li:nth-child(4) {
    left: 76.5%;
    top: 44%; }
  .c-block__map_list.area-23 li:nth-child(5) {
    left: 79%;
    top: 40%; }
  .c-block__map_list.area-23 li:nth-child(6) {
    left: 84.16%;
    top: 40%; }
  .c-block__map_list.area-23 li:nth-child(7) {
    left: 89%;
    top: 40%; }
  .c-block__map_list.area-23 li:nth-child(8) {
    left: 87.66%;
    top: 50.15%; }
  .c-block__map_list.area-23 li:nth-child(9) {
    left: 78.5%;
    top: 63.17%; }
  .c-block__map_list.area-23 li:nth-child(10) {
    left: 74.75%;
    top: 58.41%; }
  .c-block__map_list.area-23 li:nth-child(11) {
    left: 76.25%;
    top: 71.26%; }
  .c-block__map_list.area-23 li:nth-child(12) {
    left: 67.75%;
    top: 55.55%; }
  .c-block__map_list.area-23 li:nth-child(13) {
    left: 74.5%;
    top: 50.15%; }
  .c-block__map_list.area-23 li:nth-child(14) {
    left: 71.41%;
    top: 40%; }
  .c-block__map_list.area-23 li:nth-child(15) {
    left: 67.75%;
    top: 44.44%; }
  .c-block__map_list.area-23 li:nth-child(16) {
    left: 76.5%;
    top: 36.03%; }
  .c-block__map_list.area-23 li:nth-child(17) {
    left: 79.16%;
    top: 29.68%; }
  .c-block__map_list.area-23 li:nth-child(18) {
    left: 83.91%;
    top: 34.76%; }
  .c-block__map_list.area-23 li:nth-child(19) {
    left: 71.25%;
    top: 25.55%; }
  .c-block__map_list.area-23 li:nth-child(20) {
    left: 66.75%;
    top: 32.85%; }
  .c-block__map_list.area-23 li:nth-child(21) {
    left: 85.33%;
    top: 26.66%; }
  .c-block__map_list.area-23 li:nth-child(22) {
    left: 90.83%;
    top: 32.85%; }
  .c-block__map_list.area-23 li:nth-child(23) {
    left: 92.83%;
    top: 44.44%; }
  .c-block__map_list.area-shi li:nth-child(1) {
    left: 31.5%;
    top: 50.5%; }
  .c-block__map_list.area-shi li:nth-child(2) {
    left: 45.41%;
    top: 38.73%; }
  .c-block__map_list.area-shi li:nth-child(3) {
    left: 60.67%;
    top: 41.27%; }
  .c-block__map_list.area-shi li:nth-child(4) {
    left: 61.00%;
    top: 46.51%; }
  .c-block__map_list.area-shi li:nth-child(5) {
    left: 28.08%;
    top: 21.27%; }
  .c-block__map_list.area-shi li:nth-child(6) {
    left: 53.00%;
    top: 50.16%; }
  .c-block__map_list.area-shi li:nth-child(7) {
    left: 40.50%;
    top: 41.90%; }
  .c-block__map_list.area-shi li:nth-child(8) {
    left: 60.25%;
    top: 52.86%; }
  .c-block__map_list.area-shi li:nth-child(9) {
    left: 48.67%;
    top: 69.21%; }
  .c-block__map_list.area-shi li:nth-child(10) {
    left: 55.08%;
    top: 43.33%; }
  .c-block__map_list.area-shi li:nth-child(11) {
    left: 53.08%;
    top: 37.94%; }
  .c-block__map_list.area-shi li:nth-child(12) {
    left: 44.50%;
    top: 51.43%; }
  .c-block__map_list.area-shi li:nth-child(13) {
    left: 50.58%;
    top: 28.41%; }
  .c-block__map_list.area-shi li:nth-child(14) {
    left: 49.58%;
    top: 42.54%; }
  .c-block__map_list.area-shi li:nth-child(15) {
    left: 48.17%;
    top: 46.35%; }
  .c-block__map_list.area-shi li:nth-child(16) {
    left: 38.17%;
    top: 36.03%; }
  .c-block__map_list.area-shi li:nth-child(17) {
    left: 62.25%;
    top: 57.78%; }
  .c-block__map_list.area-shi li:nth-child(18) {
    left: 46.92%;
    top: 34.29%; }
  .c-block__map_list.area-shi li:nth-child(19) {
    left: 56.67%;
    top: 25.71%; }
  .c-block__map_list.area-shi li:nth-child(20) {
    left: 55.25%;
    top: 32.22%; }
  .c-block__map_list.area-shi li:nth-child(21) {
    left: 41.58%;
    top: 30.48%; }
  .c-block__map_list.area-shi li:nth-child(22) {
    left: 48.83%;
    top: 58.41%; }
  .c-block__map_list.area-shi li:nth-child(23) {
    left: 54.08%;
    top: 58.41%; }
  .c-block__map_list.area-shi li:nth-child(24) {
    left: 35.50%;
    top: 29.68%; }
  .c-block__map_list.area-shi li:nth-child(25) {
    left: 23.42%;
    top: 37.30%; }
  .c-block__map_list.area-shi li:nth-child(26) {
    left: 58.75%;
    top: 36.03%; }
  .c-block__map_list.area-shi li:nth-child(27) {
    left: 39.17%;
    top: 25.87%; }
  .c-block__map_list.area-shi li:nth-child(28) {
    left: 25.67%;
    top: 30.48%; }
  .c-block__map_list.area-shi li:nth-child(29) {
    left: 14.33%;
    top: 37.30%; }
  .c-block__map_list.area-shi li:nth-child(30) {
    left: 9.00%;
    top: 17.78%; }
  .c-block__map_list.area-shi li:nth-child(31) {
    left: 8.58%;
    top: 79.52%; }
  .c-block__map_list.area-shi li:nth-child(32) {
    left: 0%;
    top: 84.60%; }
  .c-block__map_list.area-shi li:nth-child(33) {
    left: 5.33%;
    top: 89.52%; }
  .c-block__map_list.area-shi li:nth-child(34) {
    left: 3.25%;
    top: 95.71%; }
  .c-block__map_list.area-shi li:nth-child(35) {
    left: 18.91%;
    top: 84.92%; }
  .c-block__map_list.area-shi li:nth-child(36) {
    left: 20.16%;
    top: 88.88%; }
  .c-block__map_list.area-shi li:nth-child(37) {
    left: 35.25%;
    top: 82.69%; }
  .c-block__map_list.area-shi li:nth-child(38) {
    left: 33.08%;
    top: 92.06%; }
  .c-block__map_list.area-shi li:nth-child(39) {
    left: 45.83%;
    top: 85.7%; }
  .c-block__map_item {
    position: absolute; }
  .c-block__map_link {
    padding: 5px;
    border-radius: 5px;
    font-size: 1.1vw; }
  .c-block__map_link:hover {
    background-color: #127D70;
    color: #fff !important; } }

@media print, (min-width: 768px) {
  .c-block__map_btn {
    right: 100px;
    bottom: 100px;
    width: 80px;
    height: 80px; }
  .c-block__map_btn::after {
    width: 36px;
    height: 36px; }
  .c-block__map_btn::before {
    left: -75px;
    font-size: 1.6rem; }
  .c-block__map_btn:hover {
    cursor: pointer;
    background-color: #086157; } }

@media print, (max-width: 998px) {
  .c-block__map_list {
    display: flex;
    flex-wrap: wrap; }
  .c-block__map_link {
    background-color: #F6F2EF;
    border: 1px solid #EFE9E4; }
  .c-block__map_link:hover {
    background-color: #e4dad3; } }

@media print, (max-width: 998px) and (min-width: 768px) {
  .c-block__map_list {
    width: calc(100% + 10px);
    margin: 0 -5px !important;
    padding: 0 !important; }
  .c-block__map_item {
    width: 25%;
    padding: 5px; }
  .c-block__map_link {
    padding: 10px 5px;
    font-size: 1.4rem;
    border-radius: 5px;
    box-shadow: 0 3px 0 #daccc2;
    transition: all .3s ease !important; } }

@media screen and (max-width: 767px) {
  .c-block__map_list {
    width: calc(100% + 6px);
    margin: 0 -3px !important;
    padding: 0 !important; }
  .c-block__map_item {
    width: 33.33%;
    padding: 5px 3px; }
  .c-block__map_link {
    padding: 10px 3px;
    font-size: 1.4rem;
    border-radius: 5px;
    box-shadow: 0 3px 0 #daccc2;
    transition: all .3s ease !important; }
  .c-block__map_btn {
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px; }
  .c-block__map_btn::after {
    width: 24px;
    height: 24px; }
  .c-block__map_btn::before {
    left: -60px;
    font-size: 1.4rem; } }

/* figure-step
----------------------------------------------------------------- */
.c-block__figure-step {
  position: relative; }

.c-block__figure-step_img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.c-block__figure-step_list {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important; }

.c-block__figure-step_item a {
  position: absolute;
  display: block;
  border-bottom: none !important;
  opacity: 0;
  background-color: rgba(143, 228, 219, 0.5);
  border-radius: 10px;
  transition: opacity .3s ease !important; }

.c-block__figure-step_item.is-step01 a {
  left: 0;
  top: 0;
  width: 42.18%;
  height: 100%; }

.c-block__figure-step_item.is-step02 a {
  right: 0;
  top: 0;
  width: 42.18%;
  height: 78.45%; }

.c-block__figure-step_item.is-step03 a {
  right: 0;
  bottom: 0;
  width: 42.18%;
  height: 17.28%; }

@media print, (min-width: 999px) {
  .c-block__figure-step {
    width: 825px;
    margin: 40px auto; } }

@media print, (max-width: 998px) {
  .c-block__figure-step {
    width: 100%;
    margin: 30px auto; } }

@media print, (min-width: 768px) {
  .c-block__figure-step_item a:hover {
    opacity: 1; } }

/* rounded
----------------------------------------------------------------- */
.c-btn__rounded {
  width: 100%; }

.c-btn__rounded-list {
  display: flex;
  width: 100%;
  margin: 0 !important;
  padding-left: 0 !important; }
  .c-btn__rounded-list.is-row {
    flex-wrap: wrap; }

.c-btn__rounded-item {
  width: 100%;
  list-style-type: none; }
  .c-btn__rounded-item:last-child {
    margin-bottom: 0 !important; }

.c-btn__rounded-link {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1.2;
  border-bottom: none !important;
  transition: all .3s ease !important; }
  .c-btn__rounded-link.green {
    color: #F6F2EF;
    background-color: #127D70;
    box-shadow: 0 3px 0 #00463d; }
    .c-btn__rounded-link.green .c-btn__rounded-icon {
      background-image: url(images/c-icon__arrow01right_24--white.svg); }
  .c-btn__rounded-link.lightblue {
    background-color: #8FE4DB;
    box-shadow: 0 3px 0 #479e95; }
    .c-btn__rounded-link.lightblue .c-btn__rounded-icon {
      background-image: url(images/c-icon__arrow01right_24--black.svg); }
  .c-btn__rounded-link.gray {
    color: #222;
    background-color: #ddd;
    box-shadow: 0 3px 0 #c0c0c0; }
    .c-btn__rounded-link.gray .c-btn__rounded-icon {
      background-image: url(images/c-icon__arrow01right_24--black.svg); }
  .c-btn__rounded-link .c-btn__rounded-icon.is-reverse {
    transform: rotate(180deg);
    margin-right: 10px; }

.c-btn__rounded-icon {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

@media screen and (min-width: 1280px) {
  .c-btn__rounded.is-half {
    width: 50%;
    margin: 0 auto; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .c-btn__rounded.is-half {
    width: 75%;
    margin: 0 auto; } }

@media print, (min-width: 768px) {
  .c-btn__rounded-list {
    padding-bottom: 5px; }
  .c-btn__rounded-item {
    margin: 0 20px; }
  .c-btn__rounded-link {
    padding: 0 25px; }
    .c-btn__rounded-link.h80 {
      font-size: 2.0rem;
      height: 80px;
      border-radius: 40px; }
    .c-btn__rounded-link.h100 {
      font-size: 3.0rem;
      height: 100px;
      border-radius: 50px; }
    .c-btn__rounded-link .is-small {
      font-size: 2.0rem; }
  .c-btn__rounded-link:hover {
    cursor: pointer; }
    .c-btn__rounded-link:hover.green {
      color: #F6F2EF;
      background-color: #086157; }
    .c-btn__rounded-link:hover.lightblue {
      background-color: #6bc5bc; }
    .c-btn__rounded-link:hover.gray {
      background-color: #c5c5c5; }
  .c-btn__rounded-icon {
    width: 24px;
    height: 24px;
    margin-left: 15px; }
  .c-btn__rounded + .c-btn__rounded {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .c-btn__rounded.is-half {
    width: 100%; }
  .c-btn__rounded-list {
    flex-wrap: wrap; }
  .c-btn__rounded-item {
    width: 100%;
    margin: 0 0 20px; }
  .c-btn__rounded-link {
    padding: 0 20px; }
    .c-btn__rounded-link.h80 {
      font-size: 1.4rem;
      height: 46px;
      border-radius: 23px; }
    .c-btn__rounded-link.h100 {
      font-size: 2.0rem;
      height: 60px;
      border-radius: 30px; }
    .c-btn__rounded-link .is-small {
      font-size: 1.6rem; }
  .c-btn__rounded-icon {
    width: 18px;
    height: 18px;
    margin-left: 10px; }
  .c-btn__rounded + .c-btn__rounded {
    margin-top: 30px; } }

/* rounded
----------------------------------------------------------------- */
.c-btn__border-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important; }

.c-btn__border-item {
  list-style-type: none; }

.c-btn__border-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #000 !important;
  line-height: 1.2; }

.c-btn__border-link::after {
  flex-shrink: 0;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__arrow01right_24--black.svg); }

@media print, (min-width: 768px) {
  .c-btn__border-list {
    margin: 40px 0 !important; }
  .c-btn__border-item {
    width: 50%;
    padding: 20px; }
  .c-btn__border-link {
    font-weight: 700;
    min-height: 80px;
    padding: 5px 50px;
    border-radius: 40px;
    transition: .3s ease background-color; }
  .c-btn__border-link::after {
    width: 24px;
    height: 24px;
    margin-left: 15px; }
  .c-btn__border-link:hover {
    background-color: #eee; } }

@media screen and (max-width: 767px) {
  .c-btn__border-list {
    margin: 20px 0 !important; }
  .c-btn__border-item {
    width: 100%;
    padding: 5px 10px; }
  .c-btn__border-link {
    min-height: 46px;
    padding: 2px 30px;
    border-radius: 23px; }
  .c-btn__border-link::after {
    width: 18px;
    height: 18px;
    margin-left: 10px; } }

/* menubtn
----------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  .c-btn__menubtn {
    display: none; } }

@media print, (max-width: 1279px) {
  .c-btn__menubtn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100; }
  .c-btn__menubtn_link {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #127D70;
    width: 70px;
    height: 80px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #F6F2EF;
    font-size: 1.2rem; }
  .c-btn__menubtn_icon {
    width: 36px;
    height: 36px;
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/c-icon__menu_36--white.svg); }
  .c-btn__menubtn_text {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px; }
  .c-btn__menubtn_text::before {
    content: 'MENU'; }
  .c-btn__menubtn.is-active .c-btn__menubtn_link {
    background-color: #F6F2EF; }
  .c-btn__menubtn.is-active .c-btn__menubtn_icon {
    background-image: url(images/c-icon__close_36--green.svg); }
  .c-btn__menubtn.is-active .c-btn__menubtn_text {
    color: #127D70; }
  .c-btn__menubtn.is-active .c-btn__menubtn_text::before {
    content: 'CLOSE'; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .c-btn__menubtn_link {
    width: 106px;
    height: 106px; } }

@media screen and (max-width: 767px) {
  .c-btn__menubtn_link {
    width: 70px;
    height: 80px; } }

/* pagetop
----------------------------------------------------------------- */
.c-btn__pagetop {
  position: fixed;
  z-index: 100; }

.c-btn__pagetop_link {
  display: block;
  opacity: 1;
  transition: opacity .3s ease; }
  .c-btn__pagetop_link img {
    display: block;
    width: 100%;
    height: auto; }

@media print, (min-width: 768px) {
  .c-btn__pagetop {
    right: 25px;
    bottom: 25px; }
  .c-btn__pagetop_link {
    width: 100px;
    height: 200px; }
    .c-btn__pagetop_link:hover {
      opacity: .7; } }

@media screen and (max-width: 767px) {
  .c-btn__pagetop {
    right: 30px;
    bottom: 30px; }
  .c-btn__pagetop_link {
    width: 50px;
    height: 100px; } }

/* pagetitle
----------------------------------------------------------------- */
.c-pagetitle__standard-subject_heading {
  display: flex;
  align-items: center; }

.c-pagetitle__standard-subject_heading::before {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.c-pagetitle__standard-subject_catetop {
  position: relative;
  font-weight: 700;
  line-height: 1.4; }

.c-pagetitle__standard-subject_catetop::before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.c-pagetitle__standard-subject_heading.is-common::before {
  background-image: url(images/c-icon__home_24--black.svg); }

.c-pagetitle__standard-subject_heading.is-information::before {
  background-image: url(images/c-icon__info_24--black.svg); }

.c-pagetitle__standard-subject_heading.is-project::before {
  background-image: url(images/c-icon__project_24--black.svg); }

.c-pagetitle__standard-subject_heading.is-procedure::before {
  background-image: url(images/c-icon__procedure_24--black.svg); }

.c-pagetitle__standard-subject_heading.is-tool::before {
  background-image: url(images/c-icon__tool_24--black.svg); }

.c-pagetitle__standard-subject_heading.is-qa::before {
  background-image: url(images/c-icon__qa_24--black.svg); }

.c-pagetitle__standard-subject_heading.is-contact::before {
  background-image: url(images/c-icon__contact_24--black.svg); }

.c-pagetitle__standard-subject_catetop.is-information::before {
  background-image: url(images/c-icon__info_36--black.svg); }

.c-pagetitle__standard-subject_catetop.is-project::before {
  background-image: url(images/c-icon__project_36--black.svg); }

.c-pagetitle__standard-subject_catetop.is-procedure::before {
  background-image: url(images/c-icon__procedure_36--black.svg); }

.c-pagetitle__standard-subject_catetop.is-tool::before {
  background-image: url(images/c-icon__tool_36--black.svg); }

.c-pagetitle__standard-subject_catetop.is-qa::before {
  background-image: url(images/c-icon__qa_36--black.svg); }

.c-pagetitle__standard-subject_catetop.is-contact::before {
  background-image: url(images/c-icon__contact_36--black.svg); }

.c-pagetitle__standard-subject_nomal {
  font-weight: 700;
  line-height: 1.4; }

.c-pagetitle__standard-discription_text {
  line-height: 1.6; }

.c-pagetitle__standard-additional {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.c-pagetitle__standard-additional_category-item {
  display: flex;
  height: 30px;
  border-radius: 15px;
  padding: 4px 20px 0; }
  .c-pagetitle__standard-additional_category-item.is-oshi {
    background-color: #8FE4DB; }
  .c-pagetitle__standard-additional_category-item.is-an {
    background-color: #E5CD9D; }
  .c-pagetitle__standard-additional_category-item.is-im {
    background-color: #F28383; }
  .c-pagetitle__standard-additional_category-item.is-tsushin {
    background-color: #DDB1E5; }
  .c-pagetitle__standard-additional_category-item.is-ken {
    background-color: #A0CDEB; }
  .c-pagetitle__standard-additional_category-item.is-tsuchi {
    background-color: #C1E198; }
  .c-pagetitle__standard-additional_category-item.is-sonota {
    background-color: #EEEEEE; }

.c-pagetitle__standard-additional_new {
  color: #E83B2E; }

.c-pagetitle__toolnation_heading {
  font-weight: 700; }

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

.c-pagetitle__toolnation_item {
  display: flex;
  align-items: center; }

.c-pagetitle__toolnation_item::after {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__arrow03right_18--black.svg); }

.c-pagetitle__toolnation_item:last-child::after {
  display: none; }

.c-pagetitle__toolnation_number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #127D70;
  background-color: #fff;
  font-weight: 700; }
  .c-pagetitle__toolnation_number.is-active {
    color: #F6F2EF;
    background-color: #127D70; }

.c-pagetitle__toolnation_goal {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #127D70;
  background-color: #fff;
  font-weight: 700; }
  .c-pagetitle__toolnation_goal.is-active {
    color: #F6F2EF;
    background-color: #127D70; }

@media screen and (min-width: 1280px) {
  .c-pagetitle__standard {
    padding: 40px 100px 0; }
  .c-pagetitle__toolnation {
    margin-top: 40px;
    padding: 0 100px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .c-pagetitle__standard {
    padding: 40px 50px 0; }
  .c-pagetitle__toolnation {
    margin-top: 40px;
    padding: 0 50px; } }

@media print, (min-width: 768px) {
  .c-pagetitle__standard-subject_heading::before {
    width: 24px;
    height: 24px;
    margin-right: 8px; }
  .c-pagetitle__standard-subject_catetop {
    font-size: 3.2rem;
    padding-left: 50px; }
  .c-pagetitle__standard-subject_catetop::before {
    width: 36px;
    height: 36px;
    top: 5px; }
  .c-pagetitle__standard-subject_nomal {
    font-size: 3.2rem;
    margin-top: 20px; }
  .c-pagetitle__standard-discription {
    margin-top: 20px; }
  .c-pagetitle__standard-additional {
    margin-top: 20px; }
  .c-pagetitle__standard-additional_date {
    margin-right: 15px; }
  .c-pagetitle__standard-additional_category {
    margin-right: 15px; }
  .c-pagetitle__standard-extra {
    margin-top: 20px; }
  .c-pagetitle__toolnation_list {
    margin-top: 10px; }
  .c-pagetitle__toolnation_item {
    margin-top: 10px; }
  .c-pagetitle__toolnation_item::after {
    width: 18px;
    height: 18px;
    margin: 0 10px; }
  .c-pagetitle__toolnation_number {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding-bottom: 2px; }
  .c-pagetitle__toolnation_goal {
    width: 100px;
    height: 50px;
    border-radius: 25px;
    padding-bottom: 2px; } }

@media screen and (max-width: 767px) {
  .c-pagetitle__standard {
    padding: 30px 40px 0; }
  .c-pagetitle__standard-subject_heading::before {
    width: 18px;
    height: 18px;
    margin-right: 8px; }
  .c-pagetitle__standard-subject_catetop {
    font-size: 2.4rem;
    padding-left: 40px; }
  .c-pagetitle__standard-subject_catetop::before {
    width: 24px;
    height: 24px;
    top: 5px; }
  .c-pagetitle__standard-subject_nomal {
    font-size: 2.4rem;
    margin-top: 10px; }
  .c-pagetitle__standard-discription {
    margin-top: 10px; }
  .c-pagetitle__standard-additional {
    margin-top: 10px; }
  .c-pagetitle__standard-additional_date {
    margin-right: 10px; }
  .c-pagetitle__standard-additional_category {
    margin-right: 10px; }
  .c-pagetitle__standard-additional_category-item {
    height: 26px;
    border-radius: 13px;
    padding: 4px 15px 0; }
  .c-pagetitle__standard-extra {
    margin-top: 10px; }
  .c-pagetitle__toolnation {
    margin-top: 20px;
    padding: 0 40px; }
  .c-pagetitle__toolnation_list {
    margin-top: 10px; }
  .c-pagetitle__toolnation_item {
    margin-top: 10px; }
  .c-pagetitle__toolnation_item::after {
    width: 10px;
    height: 10px;
    margin: 0 5px; }
  .c-pagetitle__toolnation_number {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding-bottom: 2px; }
  .c-pagetitle__toolnation_goal {
    width: 60px;
    height: 30px;
    border-radius: 15px;
    padding-bottom: 2px; } }

/* column
----------------------------------------------------------------- */
.c-column__column_item > img {
  display: block;
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 1280px) {
  .c-column__onequarter .c-column__column_item {
    width: 25%; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .c-column__onequarter .c-column__column_item {
    width: 50%; }
  .c-column__onequarter .c-column__column_item:nth-child(3) {
    margin-top: 30px; }
  .c-column__onequarter .c-column__column_item:nth-child(4) {
    margin-top: 30px; } }

@media print, (min-width: 768px) {
  .c-column__column_item {
    padding: 0 20px; }
    .c-column__column_item > :first-child {
      margin-top: 0; }
    .c-column__column_item > :last-child {
      margin-bottom: 0; }
    .c-column__column_item > h1 {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important; }
    .c-column__column_item > img {
      margin: 30px 0; }
  .c-column__onetoone, .c-column__twotoone, .c-column__onetotwo, .c-column__onequarter {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -20px;
    width: calc(100% + 40px); }
  .c-column__onetoone .c-column__column_item {
    width: 50%; }
  .c-column__twotoone .c-column__column_item:nth-child(1) {
    width: 33.33%; }
  .c-column__twotoone .c-column__column_item:nth-child(2) {
    width: 66.66%; }
  .c-column__onetotwo .c-column__column_item:nth-child(1) {
    width: 66.66%; }
  .c-column__onetotwo .c-column__column_item:nth-child(2) {
    width: 33.33%; } }

@media screen and (max-width: 767px) {
  .c-column__column_item > img {
    margin: 20px 0; }
  .c-column__onequarter .c-column__column_item:nth-child(2) {
    margin-top: 15px; }
  .c-column__onequarter .c-column__column_item:nth-child(3) {
    margin-top: 15px; }
  .c-column__onequarter .c-column__column_item:nth-child(4) {
    margin-top: 15px; } }

/* project
----------------------------------------------------------------- */
/* 
----------------------------------------------------------------- */
.p-editor__area.is-round {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.025); }

@media screen and (min-width: 1280px) {
  .p-editor__wrap {
    padding: 40px 50px 75px; }
  .p-editor__area {
    padding: 60px 100px 0; }
  .p-editor__area.is-round {
    padding: 60px 100px 80px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-editor__wrap {
    padding: 40px 25px 50px; }
  .p-editor__area {
    padding: 40px 50px 0; }
  .p-editor__area.is-round {
    padding: 40px 50px 80px; } }

@media print, (min-width: 768px) {
  .p-editor__area.is-round {
    border-radius: 25px; } }

@media screen and (max-width: 767px) {
  .p-editor__wrap {
    padding: 30px 10px 30px; }
  .p-editor__area {
    padding: 20px 30px 0; }
  .p-editor__area.is-round {
    padding: 20px 30px 40px;
    border-radius: 15px; } }

/* genenal
----------------------------------------------------------------- */
.p-editor__content {
  /*genenal*/
  /*heading*/
  /*p*/
  /*ulol*/
  /*a*/
  /*image*/
  /*table*/
  /*other*/ }
  .p-editor__content > :first-child {
    margin-top: 0; }
  .p-editor__content > :last-child {
    margin-bottom: 0; }
  .p-editor__content h1, .p-editor__content h2, .p-editor__content h3, .p-editor__content h4, .p-editor__content h5, .p-editor__content h6 {
    font-weight: 700;
    line-height: 1.4; }
    .p-editor__content h1 a, .p-editor__content h2 a, .p-editor__content h3 a, .p-editor__content h4 a, .p-editor__content h5 a, .p-editor__content h6 a {
      border-bottom: none; }
  .p-editor__content h1 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #F6F2EF; }
    .p-editor__content h1:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      background-color: #8FE4DB; }
  .p-editor__content h2 {
    border-bottom: 3px solid #8FE4DB; }
  .p-editor__content h3 {
    border-bottom: 3px solid #222; }
  .p-editor__content h4 {
    position: relative; }
    .p-editor__content h4::before {
      position: absolute;
      left: 0;
      display: block;
      content: '';
      background-color: #8FE4DB;
      border-radius: 50%; }
  .p-editor__content h6 {
    color: #127D70; }
  .p-editor__content h6.is-error {
    color: #000;
    display: flex;
    align-items: center; }
  .p-editor__content h6.is-error::before {
    flex-shrink: 0;
    display: block;
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(images/c-icon__error_36--green.svg); }
  .p-editor__content p {
    line-height: 1.8; }
    .p-editor__content p.is-caption {
      text-align: center; }
  .p-editor__content ul {
    list-style-type: disc;
    line-height: 1.8; }
  .p-editor__content ol {
    list-style-type: decimal;
    line-height: 1.8; }
  .p-editor__content li.icon-point,
  .p-editor__content li.icon-link,
  .p-editor__content li.icon-external,
  .p-editor__content li.icon-pdf,
  .p-editor__content li.icon-file,
  .p-editor__content li.icon-notice,
  .p-editor__content li.icon-error,
  .p-editor__content li.icon-checked {
    position: relative;
    list-style-type: none; }
    .p-editor__content li.icon-point::before,
    .p-editor__content li.icon-link::before,
    .p-editor__content li.icon-external::before,
    .p-editor__content li.icon-pdf::before,
    .p-editor__content li.icon-file::before,
    .p-editor__content li.icon-notice::before,
    .p-editor__content li.icon-error::before,
    .p-editor__content li.icon-checked::before {
      position: absolute;
      display: block;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%; }
  .p-editor__content li.icon-point::before {
    background-image: url(images/c-icon__point_24--green.svg); }
  .p-editor__content li.icon-link::before {
    background-image: url(images/c-icon__link_24--green.svg); }
  .p-editor__content li.icon-external::before {
    background-image: url(images/c-icon__external02_24--green.svg); }
  .p-editor__content li.icon-pdf::before {
    background-image: url(images/c-icon__pdf_24--green.svg); }
  .p-editor__content li.icon-file::before {
    background-image: url(images/c-icon__file_24--green.svg); }
  .p-editor__content li.icon-notice::before {
    background-image: url(images/c-icon__notice_24--green.svg); }
  .p-editor__content li.icon-error::before {
    background-image: url(images/c-icon__error_24--green.svg); }
  .p-editor__content li.icon-checked::before {
    background-image: url(images/c-icon__checked_24--green.svg); }
  .p-editor__content a {
    border-bottom: 1px dotted #222;
    transition: .3s ease color; }
    .p-editor__content a:hover {
      color: #127D70; }
  .p-editor__content picture {
    display: block;
    position: relative; }
  .p-editor__content picture img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  .p-editor__content table {
    line-height: 1.6;
    width: 100%; }
    .p-editor__content table tr {
      border-bottom: 1px solid #ccc; }
      .p-editor__content table tr td, .p-editor__content table tr th {
        border: 1px solid #ccc; }
        .p-editor__content table tr td p, .p-editor__content table tr th p {
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
      .p-editor__content table tr th[scope="col"] {
        background-color: #F6F2EF;
        font-weight: 700; }
      .p-editor__content table tr th[scope="row"] {
        background-color: #EFE9E4;
        font-weight: 700; }
  .p-editor__content strong {
    font-weight: 700; }
  .p-editor__content hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #ccc; }
  .p-editor__content .is-round {
    border-radius: 10px;
    padding: 10px; }
  .p-editor__content .is-bggreen {
    background-color: #127D70; }
  .p-editor__content .is-nomargin * {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

.p-editor__table-scroll_text {
  margin-bottom: 0 !important;
  color: #127D70; }

@media screen and (min-width: 1280px) {
  .p-editor__content h1 {
    width: calc(100% + 100px);
    margin: 60px -50px 40px;
    padding: 10px 50px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-editor__content h1 {
    width: calc(100% + 50px);
    margin: 60px -25px 40px;
    padding: 10px 50px; } }

@media print, (min-width: 768px) {
  .p-editor__content {
    /*h*/
    /*p*/
    /*ulol*/
    /*image*/
    /*table*/ }
    .p-editor__content h1, .p-editor__content h2, .p-editor__content h3 {
      font-size: 2.8rem; }
    .p-editor__content h4, .p-editor__content h5 {
      font-size: 2.4rem; }
    .p-editor__content h6 {
      font-size: 2.8rem; }
    .p-editor__content h1 {
      min-height: 100px; }
      .p-editor__content h1::before {
        width: 24px;
        height: 100%; }
    .p-editor__content h2 {
      padding-bottom: 30px;
      margin: 50px 0 30px; }
    .p-editor__content h3 {
      padding-bottom: 30px;
      margin: 50px 0 30px; }
    .p-editor__content h4 {
      padding-left: 30px;
      margin: 40px 0 20px; }
      .p-editor__content h4::before {
        top: 8px;
        width: 20px;
        height: 20px; }
    .p-editor__content h5 {
      margin: 40px 0 20px; }
    .p-editor__content h6 {
      margin: 40px 0 20px; }
    .p-editor__content h6.is-error::before {
      width: 36px;
      height: 36px;
      margin-right: 15px;
      margin-left: 15px; }
    .p-editor__content p {
      margin: 20px 0; }
      .p-editor__content p.is-caption {
        font-size: 1.4rem;
        margin: -15px 0 30px; }
    .p-editor__content ul {
      margin: 30px 0;
      padding-left: 30px; }
    .p-editor__content ol {
      margin: 30px 0;
      padding-left: 30px; }
    .p-editor__content li::before {
      left: -30px;
      top: 6px;
      width: 24px;
      height: 24px; }
    .p-editor__content picture {
      margin: 30px auto; }
    .p-editor__content .is-marginhalf > picture {
      margin: 15px auto; }
    .p-editor__content table td, .p-editor__content table th {
      font-size: 1.6rem;
      padding: 5px 10px; }
      .p-editor__content table td li::before, .p-editor__content table th li::before {
        top: 3px; }
    .p-editor__content hr {
      margin: 50px 0; }
  .p-editor__table-scroll_wrap {
    margin: 40px 0; }
  .p-editor__table-scroll_text {
    display: none; } }

@media screen and (max-width: 767px) {
  .p-editor__content {
    /*h*/
    /*p*/
    /*ulol*/
    /*image*/
    /*table*/ }
    .p-editor__content h1, .p-editor__content h2, .p-editor__content h3 {
      font-size: 2.0rem; }
    .p-editor__content h4, .p-editor__content h5 {
      font-size: 1.6rem; }
    .p-editor__content h6 {
      font-size: 2.0rem; }
    .p-editor__content h1 {
      width: calc(100% + 30px);
      min-height: 60px;
      padding: 8px 30px;
      margin: 30px -15px 20px; }
      .p-editor__content h1::before {
        width: 14px;
        height: 100%; }
    .p-editor__content h2 {
      padding-bottom: 20px;
      margin: 30px 0 20px; }
    .p-editor__content h3 {
      padding-bottom: 20px;
      margin: 20px 0; }
    .p-editor__content h4 {
      padding-left: 22px;
      margin: 20px 0 15px; }
      .p-editor__content h4::before {
        top: 3px;
        width: 16px;
        height: 16px; }
    .p-editor__content h5 {
      margin: 20px 0 15px; }
    .p-editor__content h6 {
      margin: 20px 0 15px; }
    .p-editor__content h6.is-error::before {
      width: 24px;
      height: 24px;
      margin-right: 10px;
      margin-left: 10px; }
    .p-editor__content p {
      margin: 15px 0; }
      .p-editor__content p.is-caption {
        font-size: 1.2rem;
        margin: -15px 0 20px; }
    .p-editor__content ul {
      margin: 20px 0;
      padding-left: 24px; }
    .p-editor__content ol {
      margin: 20px 0;
      padding-left: 24px; }
    .p-editor__content li:before {
      left: -24px;
      top: 3px;
      width: 18px;
      height: 18px; }
    .p-editor__content picture {
      margin: 30px 0; }
    .p-editor__content .is-marginhalf > picture {
      margin: 15px auto; }
    .p-editor__content table {
      min-width: 600px; }
      .p-editor__content table td, .p-editor__content table th {
        font-size: 1.4rem;
        padding: 5px 8px; }
    .p-editor__content hr {
      margin: 20px 0; }
  .p-editor__table-scroll_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
    padding-bottom: 10px; }
  .p-editor__table-scroll_text {
    font-size: 1.2rem; } }

/* toggle
----------------------------------------------------------------- */
.p-editor__content .heading-toggle {
  position: relative;
  cursor: pointer;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p-editor__content .heading-toggle::after {
  position: absolute;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.p-editor__content .heading-toggle.is-active::after {
  background-image: url(images/p-editor__headingtoggle02.png); }

.p-editor__content .heading-toggle.is-close::after {
  background-image: url(images/p-editor__headingtoggle01.png); }

@media print, (min-width: 768px) {
  .p-editor__content .heading-toggle {
    padding-right: 80px;
    transition: all .3s ease; }
  .p-editor__content .heading-toggle:hover {
    color: #127D70; }
  .p-editor__content .heading-toggle::after {
    right: 20px;
    top: 0;
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 767px) {
  .p-editor__content .heading-toggle {
    padding-right: 40px; }
  .p-editor__content .heading-toggle::after {
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px; } }

/* tool
----------------------------------------------------------------- */
.p-editor__tool-subject {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important; }
  .p-editor__tool-subject img {
    display: block;
    height: auto; }

.p-editor__tool-subject::before {
  display: none !important; }

.p-editor__tool-history {
  border-top: 1px solid #ccc; }
  .p-editor__tool-history ul {
    margin-bottom: 0 !important; }

.p-editor__tool-optionlist select {
  display: block;
  border: 3px solid #127D70;
  width: 100%;
  border-radius: 5px; }

.p-editor__tool-goals {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  background-color: transparent !important; }

.p-editor__tool-goals::before {
  display: none !important; }

.p-editor__tool-goals span {
  display: flex;
  justify-content: center;
  color: #127D70;
  text-align: center; }

.p-editor__tool-goals img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.p-editor__tool-goalresult h2 {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
  text-align: center;
  color: #127D70;
  font-weight: 700; }

.p-editor__tool-goalresult h3 {
  padding: 0 !important;
  border-bottom: none !important;
  text-align: center; }

.p-editor__tool-goalresult table th {
  width: 20%;
  text-align: center; }

.p-editor__tool-goalresult table td {
  text-align: center; }

.p-editor__tool-goalresult table .is-active {
  position: relative;
  font-weight: 700; }

.p-editor__tool-goalresult table .is-active::before {
  position: absolute;
  content: '';
  left: -1px;
  top: -1px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 5px solid red; }

.p-editor__tool-moreinfo {
  text-align: center; }

.p-editor__tool-outresult h2 {
  display: block;
  margin: 0 !important;
  border-bottom: none !important;
  color: #127D70;
  font-weight: 700; }

@media screen and (min-width: 1280px) {
  .p-editor__tool-subject {
    margin: 0 !important; }
  .p-editor__tool-outresult {
    padding: 0 15% !important; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-editor__tool-subject {
    margin: 20px 0 0 !important; }
  .p-editor__tool-goals {
    padding: 40px 0 0 !important; }
  .p-editor__tool-outresult {
    padding: 0 5% !important; } }

@media print, (min-width: 768px) {
  .p-editor__tool-subject {
    font-size: 2.6rem !important; }
    .p-editor__tool-subject img {
      margin: 0 20px 0 0;
      width: 100px; }
  .p-editor__tool-goals span {
    font-size: 3.6rem;
    padding-bottom: 40px; }
  .p-editor__tool-optionlist {
    margin-top: 60px; }
    .p-editor__tool-optionlist select {
      height: 60px;
      font-size: 1.8rem; }
  .p-editor__tool-bottons {
    margin-top: 60px; }
  .p-editor__tool-discription {
    margin-top: 60px; }
    .p-editor__tool-discription p {
      font-size: 1.6rem; }
  .p-editor__tool-history {
    margin-top: 60px;
    padding-top: 20px; }
    .p-editor__tool-history h5 {
      font-size: 1.8rem; }
    .p-editor__tool-history ul {
      font-size: 1.6rem; }
    .p-editor__tool-history li::before {
      top: 3px !important; }
  .p-editor__tool-goalresult {
    margin-top: 40px; }
    .p-editor__tool-goalresult h2 {
      font-size: 3.6rem; }
    .p-editor__tool-goalresult h3 {
      margin: 40px 0 0 !important; }
    .p-editor__tool-goalresult .is-notice {
      font-size: 1.4rem;
      text-align: center; }
      .p-editor__tool-goalresult .is-notice li::before {
        top: 1px;
        left: -25px; }
  .p-editor__tool-moreinfo {
    margin: 40px 0 -20px !important; }
  .p-editor__tool-outresult {
    margin-top: 40px; }
    .p-editor__tool-outresult h2 {
      font-size: 3.6rem; } }

@media screen and (max-width: 767px) {
  .p-editor__tool-subject {
    display: block !important;
    margin: 0 !important;
    font-size: 1.6rem !important; }
    .p-editor__tool-subject img {
      margin: 20px auto;
      width: 80px; }
  .p-editor__tool-goals span {
    font-size: 2.0rem;
    padding-bottom: 30px; }
  .p-editor__tool-optionlist {
    margin-top: 40px; }
    .p-editor__tool-optionlist select {
      border-radius: 5px;
      font-size: 1.6rem; }
  .p-editor__tool-bottons {
    margin-top: 40px; }
  .p-editor__tool-discription {
    margin-top: 40px; }
    .p-editor__tool-discription p {
      font-size: 1.4rem; }
  .p-editor__tool-history {
    margin-top: 40px;
    padding-top: 10px; }
    .p-editor__tool-history h5 {
      font-size: 1.6rem; }
    .p-editor__tool-history ul {
      font-size: 1.4rem; }
    .p-editor__tool-history li::before {
      top: 4px !important; }
  .p-editor__tool-goals {
    padding: 20px 0 0 !important; }
  .p-editor__tool-goalresult {
    margin-top: 20px; }
    .p-editor__tool-goalresult h2 {
      font-size: 2.0rem; }
    .p-editor__tool-goalresult h3 {
      font-size: 1.8rem;
      margin: 20px 0 0 !important; }
    .p-editor__tool-goalresult .is-notice {
      text-align: left;
      font-size: 1.2rem; }
  .p-editor__tool-moreinfo {
    margin: 20px 0 -20px !important; }
  .p-editor__tool-outresult {
    margin-top: 20px; }
    .p-editor__tool-outresult h2 {
      font-size: 2.0rem; } }

/* news
----------------------------------------------------------------- */
.p-pagelist__news-list {
  list-style-type: none !important;
  padding: 0 !important; }

.p-pagelist__news-list_link {
  display: flex;
  align-items: center;
  transition: all .3s ease !important; }

.p-pagelist__news-list_subject {
  padding: 0 !important; }
  .p-pagelist__news-list_subject::before {
    display: none !important; }

.p-pagelist__news-list_additional {
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important; }

.p-pagelist__news-list_additional-item {
  line-height: 1; }
  .p-pagelist__news-list_additional-item .is_new {
    color: #E83B2E; }

.p-pagelist__news-list_date {
  color: #666; }

@media print, (min-width: 768px) {
  .p-pagelist__news-list_link {
    padding: 15px 20px; }
  .p-pagelist__news-list_link:hover {
    background-color: #f3f3f3; }
  .p-pagelist__news-list_subject {
    margin: 0 0 0 20px !important;
    font-size: 1.8rem !important; } }

@media screen and (max-width: 767px) {
  .p-pagelist__news-list {
    margin: -15px 0 0 0 !important; }
  .p-pagelist__news-list_link {
    display: block;
    padding: 15px 0 !important; }
  .p-pagelist__news-list_subject {
    margin: 5px 0 0 0 !important; } }

/* membernews
----------------------------------------------------------------- */
.p-pagelist__membernews-list {
  display: none;
  list-style-type: none !important;
  padding: 0 !important; }

.p-pagelist__membernews-list.is-active {
  display: block; }

.p-pagelist__membernews-list_link {
  display: flex;
  align-items: center;
  transition: all .3s ease !important; }

.p-pagelist__membernews-list_subject {
  padding: 0 !important; }
  .p-pagelist__membernews-list_subject::before {
    display: none !important; }

.p-pagelist__membernews-list_additional {
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important; }

.p-pagelist__membernews-list_additional-item {
  display: flex;
  align-items: center;
  line-height: 1; }
  .p-pagelist__membernews-list_additional-item .is_new {
    color: #E83B2E; }

.p-pagelist__membernews-list_cate {
  display: flex;
  align-items: center;
  justify-content: center; }
  .p-pagelist__membernews-list_cate.is-oshi {
    background-color: #8FE4DB; }
  .p-pagelist__membernews-list_cate.is-an {
    background-color: #E5CD9D; }
  .p-pagelist__membernews-list_cate.is-im {
    background-color: #F28383; }
  .p-pagelist__membernews-list_cate.is-tsushin {
    background-color: #DDB1E5; }
  .p-pagelist__membernews-list_cate.is-ken {
    background-color: #A0CDEB; }
  .p-pagelist__membernews-list_cate.is-tsuchi {
    background-color: #C1E198; }
  .p-pagelist__membernews-list_cate.is-sonota {
    background-color: #EEEEEE; }

.p-pagelist__membernews-list_date {
  color: #666; }

.p-pagelist__membernews-list_item:first-child {
  border-top: 1px dotted #222; }

@media print, (max-width: 998px) {
  .p-pagelist__membernews-list_link {
    flex-flow: column-reverse;
    align-items: flex-start; } }

@media print, (min-width: 999px) {
  .p-pagelist__membernews-list_additional-item .is_new {
    margin-left: 15px; }
  .p-pagelist__membernews-list_cate {
    width: 130px;
    height: 32px;
    border-radius: 16px;
    background-color: #eee;
    font-size: 1.4rem;
    margin-right: 15px; }
  .p-pagelist__membernews-list_link {
    padding: 15px 20px; }
  .p-pagelist__membernews-list_link:hover {
    background-color: #f3f3f3; }
  .p-pagelist__membernews-list_subject {
    margin: 0 0 0 20px !important;
    font-size: 1.8rem !important; } }

@media print, (max-width: 998px) {
  .p-pagelist__membernews-list_additional {
    margin-top: 10px !important; }
  .p-pagelist__membernews-list_additional-item .is_new {
    margin-left: 10px; }
  .p-pagelist__membernews-list_cate {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    background-color: #eee;
    font-size: 1.4rem;
    margin-right: 10px; }
  .p-pagelist__membernews-list_link {
    padding: 15px 0 !important; }
  .p-pagelist__membernews-list_subject {
    margin: 0 !important;
    font-size: 1.6rem !important; } }

/* mainvisual
----------------------------------------------------------------- */
@media screen and (min-width: 1280px) {
  .p-top__mainvisual {
    padding: 50px 100px 120px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-top__mainvisual {
    padding: 50px 50px 120px; } }

@media screen and (max-width: 767px) {
  .p-top__mainvisual {
    padding: 30px 20px 45px; } }

/* leadcontent
----------------------------------------------------------------- */
.p-top__leadcontent-article-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.p-top__leadcontent-article-list_item {
  position: relative; }

.p-top__leadcontent-article-list_item::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: '';
  height: 100%;
  background-image: url(images/p-top__leadcontent-article-list_bar.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto; }

.p-top__leadcontent-article-list_item:last-child::after {
  display: none; }

.p-top__leadcontent-article-list_link {
  position: relative; }

.p-top__leadcontent-article-list_image-wrap {
  position: relative;
  max-width: 246px;
  max-height: 246px; }

.p-top__leadcontent-article-list_image-wrap::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  transition: .3s ease all; }

.p-top__leadcontent-article-list_image-wrap::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  background-image: url(images/c-icon__arrow01right_24--black.svg);
  background-color: #8FE4DB;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border-radius: 50%;
  transition: .3s ease all; }

.p-top__leadcontent-article-list_image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto; }

.p-top__leadcontent-article-list_number {
  position: absolute;
  display: block; }

.p-top__leadcontent-article-list_subject {
  font-weight: 700;
  line-height: 1.4;
  text-align: center; }

.p-top__leadcontent-article-list_discription {
  line-height: 1.6; }

@media screen and (min-width: 1280px) {
  .p-top__leadcontent-article-list_item {
    width: 33.33%;
    padding: 0 50px; }
  .p-top__leadcontent-article-list_number {
    left: -30px;
    top: -30px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-top__leadcontent-article-list_item {
    width: 50%;
    padding: 0 50px; }
  .p-top__leadcontent-article-list_item:nth-child(2)::after {
    display: none; }
  .p-top__leadcontent-article-list_item:last-child {
    width: 100%;
    padding: 50px 50px 0; }
    .p-top__leadcontent-article-list_item:last-child .p-top__leadcontent-article-list_discription {
      text-align: center; }
  .p-top__leadcontent-article-list_number {
    width: 60px;
    height: auto;
    left: -2px;
    top: -20px; } }

@media print, (min-width: 768px) {
  .p-top__leadcontent-article-list_item::after {
    width: 6px; }
  .p-top__leadcontent-article-list_image-wrap {
    margin: 0 auto; }
  .p-top__leadcontent-article-list_image-wrap::after {
    width: 48px;
    height: 48px;
    left: calc(50% + 48px); }
  .p-top__leadcontent-article-list_link:hover .p-top__leadcontent-article-list_image-wrap::before {
    background-color: #8FE4DB;
    width: 120%;
    height: 120%; }
  .p-top__leadcontent-article-list_link:hover .p-top__leadcontent-article-list_image-wrap::after {
    transform: scale(1.25);
    background-color: #127D70; }
  .p-top__leadcontent-article-list_subject {
    font-size: 3.2rem;
    margin-top: 20px; }
  .p-top__leadcontent-article-list_discription {
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .p-top__leadcontent-article-list_item {
    width: 50%;
    padding: 0 20px; }
  .p-top__leadcontent-article-list_item:last-child {
    width: 100%;
    padding: 40px 20px 0; }
    .p-top__leadcontent-article-list_item:last-child .p-top__leadcontent-article-list_image-wrap {
      width: 50%; }
    .p-top__leadcontent-article-list_item:last-child .p-top__leadcontent-article-list_discription {
      display: block;
      width: 260px;
      margin: 10px auto 0; }
  .p-top__leadcontent-article-list_item::after {
    width: 3px; }
  .p-top__leadcontent-article-list_item:nth-child(2)::after {
    display: none; }
  .p-top__leadcontent-article-list_image-wrap {
    margin: 0 auto; }
  .p-top__leadcontent-article-list_image-wrap::after {
    width: 36px;
    height: 36px;
    left: calc(50% + 36px); }
  .p-top__leadcontent-article-list_number {
    width: 25%;
    height: auto;
    left: 0;
    top: -10px; }
  .p-top__leadcontent-article-list_subject {
    font-size: 2.0rem;
    margin-top: 10px; }
  .p-top__leadcontent-article-list_discription {
    margin-top: 10px;
    font-size: 1.4rem; } }

/* leadbtn
----------------------------------------------------------------- */
.p-top__leadbtn-article-list {
  display: flex;
  flex-wrap: wrap; }

.p-top__leadbtn-article-list_item {
  width: 50%; }

.p-top__leadbtn-article-list_link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }

.p-top__leadbtn-article-list_link::after {
  position: absolute;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__arrow02right_24--black.svg); }

.p-top__leadbtn-article-list_subject {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700; }

.p-top__leadbtn-article-list_subject::before {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }

.p-top__leadbtn-article-list_subject.is-qa::before {
  background-image: url(images/c-icon__qa_36--black.svg); }

.p-top__leadbtn-article-list_subject.is-contact::before {
  background-image: url(images/c-icon__contact_36--black.svg); }

.p-top__leadbtn-article-list_discription {
  line-height: 1.4; }

@media screen and (min-width: 1280px) {
  .p-top__leadbtn {
    padding: 50px 100px 0; }
  .p-top__leadbtn-article-list {
    width: calc(100% + 40px);
    margin: 0 -20px; }
  .p-top__leadbtn-article-list_discription {
    padding: 0 25px; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-top__leadbtn {
    padding: 50px 50px 0; }
  .p-top__leadbtn-article-list {
    width: calc(100% + 40px);
    margin: 0 -20px; }
  .p-top__leadbtn-article-list_discription {
    padding: 0 25px; } }

@media print, (min-width: 768px) {
  .p-top__leadbtn-article-list_item {
    padding: 0 20px; }
  .p-top__leadbtn-article-list_link {
    border-radius: 15px;
    padding: 30px 30px; }
  .p-top__leadbtn-article-list_link:hover {
    background-color: #8FE4DB; }
  .p-top__leadbtn-article-list_link::after {
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    right: 30px; }
  .p-top__leadbtn-article-list_subject {
    font-size: 3.2rem; }
  .p-top__leadbtn-article-list_subject::before {
    width: 36px;
    height: 36px;
    margin-right: 10px; }
  .p-top__leadbtn-article-list_discription {
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .p-top__leadbtn {
    padding: 20px 20px 0; }
  .p-top__leadbtn-article-list {
    width: calc(100% + 10px);
    margin: 0 -5px; }
  .p-top__leadbtn-article-list_item {
    padding: 0 5px; }
  .p-top__leadbtn-article-list_link {
    border-radius: 10px;
    padding: 20px 10px 40px; }
  .p-top__leadbtn-article-list_link::after {
    width: 18px;
    height: 18px;
    right: 50%;
    bottom: 15px;
    transform: translateX(50%); }
  .p-top__leadbtn-article-list_subject {
    display: block;
    font-size: 2.0rem; }
  .p-top__leadbtn-article-list_subject::before {
    width: 24px;
    height: 24px;
    margin: 0 auto 10px; }
  .p-top__leadbtn-article-list_discription {
    font-size: 1.4rem;
    margin-top: 10px; } }

/* message
----------------------------------------------------------------- */
.p-top__message .is-red {
  color: #E83B2E; }

.p-top__message-inner {
  position: relative; }

.p-top__message-inner::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  background-image: url(images/p-top__message-inner.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat; }

.p-top__message_subject {
  position: absolute;
  top: 0; }

.p-top__message_catchcopy {
  font-weight: 700;
  line-height: 1.4;
  background-image: url(images/p-top__message_catchcopy-bar.png);
  background-position: left bottom;
  background-repeat: no-repeat; }

.p-top__message_discription {
  line-height: 1.8; }

.p-top__message_en {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 1280px) {
  .p-top__message {
    padding: 50px 150px 0; }
  .p-top__message-inner {
    padding: 0 300px 365px 0; }
  .p-top__message-inner::after {
    right: 0;
    top: 75px;
    width: 780px;
    height: 745px; }
  .p-top__message_subject {
    right: 140px; }
  .p-top__message_catchcopy {
    font-size: 4.0rem;
    padding: 75px 0 55px; }
  .p-top__message_discription-wrap {
    margin-top: 50px; }
  .p-top__message_discription {
    margin-top: 20px; }
  .p-top__message_en {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-top__message {
    padding: 50px 50px 0 100px; }
  .p-top__message-inner {
    padding: 0 25% 365px 0; }
  .p-top__message-inner::after {
    right: 0;
    top: 75px;
    width: 780px;
    height: 745px; }
  .p-top__message_subject {
    right: 10%; }
  .p-top__message_catchcopy {
    font-size: 4.0rem;
    padding: 75px 0 55px; }
  .p-top__message_discription-wrap {
    margin-top: 50px; }
  .p-top__message_discription {
    margin-top: 20px; }
  .p-top__message_en {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); } }

@media screen and (max-width: 767px) {
  .p-top__message {
    margin-top: 45px;
    padding: 0; }
  .p-top__message-inner {
    padding: 60% 0 0; }
  .p-top__message-inner::after {
    right: 5%;
    top: 0;
    width: 90%;
    padding-top: 100%;
    background-size: contain; }
  .p-top__message_subject {
    right: 12%;
    width: 5%; }
  .p-top__message_subject-img {
    display: block;
    width: 100%;
    height: auto; }
  .p-top__message_catchcopy {
    font-size: 2.2rem;
    padding: 0 0 30px;
    text-align: center;
    background-position: center bottom;
    background-size: auto 3px; }
  .p-top__message_discription-wrap {
    margin-top: 20px;
    padding: 0 40px; }
  .p-top__message_discription {
    margin-top: 20px;
    font-size: 1.6rem; }
  .p-top__message_en {
    top: 30px;
    left: 5%;
    width: 70%; } }

/* white
----------------------------------------------------------------- */
.p-top__white::before {
  display: block;
  content: '';
  width: 100%;
  background-image: url(images/p-top__news.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%; }

@media print, (min-width: 768px) {
  .p-top__white {
    margin-top: 75px; }
  .p-top__white::before {
    height: 90px; } }

@media screen and (max-width: 767px) {
  .p-top__white {
    margin-top: 40px; }
  .p-top__white::before {
    height: 40px; } }

/* news
----------------------------------------------------------------- */
.p-top__news {
  background-color: #fff; }

.p-top__news-title_heading {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #127D70;
  text-align: center; }

.p-top__news-title_discription {
  text-align: center; }

.p-top__news-list {
  border: 3px solid #000; }

.p-top__news-list_item {
  border-bottom: 1px dotted #000; }

.p-top__news-list_link {
  display: flex;
  flex-direction: column; }

.p-top__news-list_date {
  color: #666;
  text-align: center; }
  .p-top__news-list_date .is-new {
    color: #E83B2E; }

.p-top__news-list_subject {
  text-align: center;
  line-height: 1.4; }

.p-top__news-btn {
  margin-top: 30px; }

.p-top__news-btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #127D70;
  margin: 0 auto;
  box-shadow: 0 3px 0 #00463d; }

.p-top__news-btn_link::after {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__arrow01right_24--white.svg); }

@media print, (min-width: 768px) {
  .p-top__news {
    padding: 0 10% 3px; }
  .p-top__news-title_heading {
    font-size: 3.2rem; }
  .p-top__news-title_discription {
    margin-top: 15px; }
  .p-top__news-list {
    margin-top: 40px;
    padding: 20px 50px 40px;
    border-radius: 25px; }
  .p-top__news-list_link {
    padding: 20px; }
  .p-top__news-list_link:hover {
    background-color: #f3f3f3; }
  .p-top__news-list_subject {
    margin-top: 10px; }
  .p-top__news-btn_link {
    width: 300px;
    height: 60px;
    border-radius: 30px; }
  .p-top__news-btn_link:hover {
    background-color: #086157; }
  .p-top__news-btn_link::after {
    width: 24px;
    height: 24px;
    margin-left: 10px; } }

@media screen and (max-width: 767px) {
  .p-top__news {
    padding: 15px 20px 3px; }
  .p-top__news-title_heading {
    font-size: 3.2rem; }
  .p-top__news-title_discription {
    margin-top: 10px; }
  .p-top__news-list {
    margin-top: 35px;
    padding: 10px 20px 20px;
    border-radius: 15px; }
  .p-top__news-list_link {
    padding: 20px 0; }
  .p-top__news-list_subject {
    margin-top: 10px; }
  .p-top__news-btn_link {
    width: 80%;
    max-width: 300px;
    height: 40px;
    border-radius: 20px; }
  .p-top__news-btn_link::after {
    width: 18px;
    height: 18px;
    margin-left: 8px; } }

/* sns
----------------------------------------------------------------- */
.p-top__sns {
  background-image: url(images/p-top__sns.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%; }

.p-top__sns-title_heading {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #127D70;
  text-align: center; }

.p-top__sns-title_discription {
  text-align: center; }

.p-top__sns-icon_heading {
  display: block;
  width: 100%;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  text-align: center; }

.p-top__sns-icon_heading::before {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto; }

.p-top__sns-icon_heading.is-insta::before {
  background-image: url(images/c-icon__instagram_36--black.png); }

.p-top__sns-icon_heading.is-facebook::before {
  background-image: url(images/c-icon__facebook_36--black.png); }

.p-top__sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.p-top__sns-list_item {
  display: flex;
  justify-content: center; }

@media screen and (min-width: 1280px) {
  .p-top__sns {
    padding-top: 90px; }
  .p-top__sns-list {
    padding: 0 25px; }
  .p-top__sns-list_item {
    width: 33.33%;
    padding: 0 25px 50px; } }

@media print, (max-width: 1279px) and (min-width: 999px) {
  .p-top__sns {
    padding-top: 75px; }
  .p-top__sns-list {
    padding: 0 25px; }
  .p-top__sns-list_item {
    width: 33.33%;
    padding: 0 10px 50px; } }

@media print, (max-width: 998px) and (min-width: 768px) {
  .p-top__sns {
    padding-top: 75px; }
  .p-top__sns-list {
    padding: 0 25px; }
  .p-top__sns-list_item {
    width: 33.33%;
    padding: 0 10px 50px; } }

@media print, (min-width: 768px) {
  .p-top__sns-title_heading {
    font-size: 3.2rem; }
  .p-top__sns-title_discription {
    margin-top: 15px; }
  .p-top__sns-list {
    margin-top: 30px; }
  .p-top__sns-icon_heading {
    margin-top: 30px;
    font-size: 2.2rem; }
  .p-top__sns-icon_heading::before {
    width: 36px;
    height: 36px;
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .p-top__sns {
    padding-top: 50px; }
  .p-top__sns-title_heading {
    font-size: 3.2rem; }
  .p-top__sns-title_discription {
    margin-top: 10px; }
  .p-top__sns-list {
    margin-top: 30px;
    padding: 0 5px;
    width: 100%; }
  .p-top__sns-list_item {
    width: 50%;
    padding: 0 10px 50px; }
    .p-top__sns-list_item .instagram-media {
      margin: 0 auto; }
  .p-top__sns-icon_heading {
    font-size: 1.8rem;
    margin-top: 20px; }
  .p-top__sns-icon_heading::before {
    width: 36px;
    height: 36px;
    margin-bottom: 5px; } }

/* banner
----------------------------------------------------------------- */
.p-top__banner-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none; }

.p-top__banner-list_link img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  transition: all .3s ease; }

@media screen and (min-width: 1280px) {
  .p-top__banner {
    padding: 75px 100px; }
  .p-top__banner-list {
    width: calc(100% + 20px);
    margin: 0 -10px; }
  .p-top__banner-list_item {
    padding: 10px;
    width: 20%; } }

@media print, (max-width: 1279px) and (min-width: 768px) {
  .p-top__banner {
    padding: 50px; }
  .p-top__banner-list {
    width: calc(100% + 20px);
    margin: 0 -10px; }
  .p-top__banner-list_item {
    padding: 10px;
    width: 25%; } }

@media print, (min-width: 768px) {
  .p-top__banner-list_link:hover img {
    border: 1px solid #127D70; } }

@media screen and (max-width: 767px) {
  .p-top__banner {
    padding: 30px 20px; }
  .p-top__banner-list {
    width: calc(100% + 10px);
    margin: 0 -5px; }
  .p-top__banner-list_item {
    padding: 5px;
    width: 50%; } }

/* instagram
----------------------------------------------------------------- */
.p-top__insta-list {
  width: 100%;
  position: relative; }
  .p-top__insta-list .slick-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    left: 50%;
    transform: translateX(-50%); }
  .p-top__insta-list .slick-prev {
    background-color: #8FE4DB; }
  .p-top__insta-list .slick-next {
    background-color: #127D70;
    color: #F6F2EF; }
  .p-top__insta-list .slick-disabled {
    opacity: 0;
    z-index: 40; }

.p-top__insta-link img {
  display: block;
  max-width: 100%;
  height: auto; }

@media print, (min-width: 768px) {
  .p-top__insta-list .slick-arrow {
    font-size: 1.4rem;
    width: 140px;
    height: 36px;
    border-radius: 5px;
    bottom: -45px; } }

@media screen and (max-width: 767px) {
  .p-top__insta-list .slick-arrow {
    font-size: 1.2rem;
    width: 120px;
    height: 26px;
    border-radius: 5px;
    bottom: -35px; } }

/* mainvisual
----------------------------------------------------------------- */
.p-infodesk__contents {
  width: 100%;
  background-color: #127D70;
  color: #F6F2EF; }

.p-infodesk__heading {
  display: flex;
  align-items: center; }

.p-infodesk__heading::before {
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__contact_36--white.svg); }

.p-infodesk__name {
  font-weight: 700; }

.p-infodesk__item {
  border-bottom: 1px solid rgba(246, 242, 239, 0.5); }
  .p-infodesk__item hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(246, 242, 239, 0.5);
    border: none; }
  .p-infodesk__item h1, .p-infodesk__item h2, .p-infodesk__item h3, .p-infodesk__item h4, .p-infodesk__item h5, .p-infodesk__item h6 {
    display: block;
    font-weight: 700;
    line-height: 1.4; }
    .p-infodesk__item h1 a, .p-infodesk__item h2 a, .p-infodesk__item h3 a, .p-infodesk__item h4 a, .p-infodesk__item h5 a, .p-infodesk__item h6 a {
      position: relative; }
    .p-infodesk__item h1 a::after, .p-infodesk__item h2 a::after, .p-infodesk__item h3 a::after, .p-infodesk__item h4 a::after, .p-infodesk__item h5 a::after, .p-infodesk__item h6 a::after {
      position: absolute;
      display: block;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url(images/c-icon__external_24--white.svg); }
  .p-infodesk__item ul {
    display: flex;
    flex-wrap: wrap; }
    .p-infodesk__item ul li {
      display: flex;
      align-items: center;
      line-height: 1.4; }
    .p-infodesk__item ul li::before {
      display: block;
      content: '';
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      flex-shrink: 0; }
    .p-infodesk__item ul li:nth-child(1)::before {
      background-image: url(images/c-icon__building_36--white.svg); }
    .p-infodesk__item ul li:nth-child(2)::before {
      background-image: url(images/c-icon__phone_36--white.svg); }
  .p-infodesk__item a {
    color: #F6F2EF;
    border-bottom: 1px dotted #F6F2EF;
    transition: all .3s ease; }

@media print, (min-width: 768px) {
  .p-infodesk__contents {
    padding: 100px; }
  .p-infodesk__header {
    border-bottom: 5px solid #F6F2EF;
    padding-bottom: 30px; }
  .p-infodesk__heading::before {
    width: 36px;
    height: 36px;
    margin-right: 10px; }
  .p-infodesk__heading {
    font-size: 2.6rem; }
  .p-infodesk__name {
    font-size: 4.8rem;
    margin-top: 30px; }
  .p-infodesk__item {
    padding-top: 50px;
    padding-bottom: 50px; }
    .p-infodesk__item hr {
      margin-top: 50px;
      margin-bottom: 50px; }
    .p-infodesk__item p {
      font-size: 2.2rem;
      margin-bottom: 15px; }
    .p-infodesk__item h1, .p-infodesk__item h2, .p-infodesk__item h3, .p-infodesk__item h4, .p-infodesk__item h5, .p-infodesk__item h6 {
      font-size: 3.6rem; }
      .p-infodesk__item h1 a::after, .p-infodesk__item h2 a::after, .p-infodesk__item h3 a::after, .p-infodesk__item h4 a::after, .p-infodesk__item h5 a::after, .p-infodesk__item h6 a::after {
        bottom: 20px;
        right: -24px;
        width: 24px;
        height: 24px; }
    .p-infodesk__item a:hover {
      color: #8FE4DB; }
    .p-infodesk__item ul {
      margin-top: 40px; }
      .p-infodesk__item ul li {
        font-size: 2.2rem;
        margin: 0 100px 20px 0;
        /* a[href^="tel:"]{
                        pointer-events: none;
                    }
                    */ }
      .p-infodesk__item ul li::before {
        width: 36px;
        height: 36px;
        margin-right: 15px; } }

@media screen and (max-width: 767px) {
  .p-infodesk__contents {
    padding: 0 20px; }
  .p-infodesk__header {
    border-bottom: 5px solid #F6F2EF;
    padding-bottom: 30px; }
  .p-infodesk__heading::before {
    width: 24px;
    height: 24px;
    margin-right: 10px; }
  .p-infodesk__heading {
    font-size: 1.8rem; }
  .p-infodesk__name {
    font-size: 2.8rem;
    margin-top: 20px; }
  .p-infodesk__item {
    padding-top: 30px;
    padding-bottom: 30px; }
    .p-infodesk__item hr {
      margin-top: 30px;
      margin-bottom: 30px; }
    .p-infodesk__item p {
      font-size: 1.6rem;
      margin-bottom: 10px; }
    .p-infodesk__item h1, .p-infodesk__item h2, .p-infodesk__item h3, .p-infodesk__item h4, .p-infodesk__item h5, .p-infodesk__item h6 {
      font-size: 2.4rem; }
      .p-infodesk__item h1 a::after, .p-infodesk__item h2 a::after, .p-infodesk__item h3 a::after, .p-infodesk__item h4 a::after, .p-infodesk__item h5 a::after, .p-infodesk__item h6 a::after {
        bottom: 12px;
        right: -18px;
        width: 18px;
        height: 18px; }
    .p-infodesk__item a:hover {
      color: #8FE4DB; }
    .p-infodesk__item ul {
      margin-top: 20px; }
      .p-infodesk__item ul li {
        font-size: 1.6rem;
        margin: 0 50px 10px 0;
        /* a[href^="tel:"]{
                        pointer-events: none;
                    }
                    */ }
      .p-infodesk__item ul li::before {
        width: 24px;
        height: 24px;
        margin-right: 10px; } }

/* loginform
----------------------------------------------------------------- */
.p-member__loginform {
  padding: 50px; }
  @media screen and (max-width: 767px) {
    .p-member__loginform {
      padding: 30px; } }

.p-member__loginform-title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-member__loginform-title {
      font-size: 2.4rem; } }

.p-member__loginform-title::before {
  margin: 0 auto;
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  background-image: url(images/c-icon__tool_36--black.svg);
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .p-member__loginform-title::before {
      width: 24px;
      height: 24px; } }

.p-member__loginform-subtitle {
  text-align: center;
  margin-top: 15px; }

.p-member__loginform-formwrap {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .p-member__loginform-formwrap {
      margin-top: 30px; } }

.p-member__loginform-passtitle {
  text-align: center;
  color: #127D70; }

.p-member__loginform-passform {
  display: block;
  width: 450px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 10px;
  margin: 15px auto 0; }
  @media screen and (max-width: 767px) {
    .p-member__loginform-passform {
      width: 100%;
      height: 45px; } }

.p-member__loginform-passbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #127D70;
  margin: 0 auto;
  box-shadow: 0 3px 0 #00463d;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  transition: .3s ease background-color;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .p-member__loginform-passbtn {
      width: 80%;
      height: 46px;
      border-radius: 23px; } }

.p-member__loginform-passbtn:hover {
  cursor: pointer;
  background-color: #086157; }

.p-member__loginform-description {
  text-align: center;
  margin-top: 50px;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .p-member__loginform-description {
      text-align: left;
      padding: 0 20px;
      margin-top: 30px; } }

/* tab
----------------------------------------------------------------- */
.p-member__tab_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 3px solid #000; }

.p-member__tab_item {
  list-style-type: none; }

.p-member__tab_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: none !important; }

.p-member__tab_item.is-active span, .p-member__tab_item.is-active a {
  color: #fff;
  background-color: #127D70; }

.p-member__tab_link:hover {
  color: #fff !important;
  background-color: #086157;
  cursor: pointer; }

@media screen and (min-width: 1280px) {
  .p-member__tab-header {
    padding: 0 50px; } }

@media print, (max-width: 1279px) and (min-width: 999px) {
  .p-member__tab-header {
    padding: 0 25px; } }

@media print, (min-width: 999px) {
  .p-member__tab-header {
    margin-bottom: -40px !important;
    margin-top: 40px !important; }
  .p-member__tab-inner {
    margin: 50px 0 30px; }
  .p-member__tab_item {
    width: 25%; }
  .p-member__tab_item {
    padding: 0 4px; }
  .p-member__tab_item:first-child {
    padding: 0 2px 0 0; }
  .p-member__tab_item:last-child {
    padding: 0 0 0 2px; }
  .p-member__tab_link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 55px;
    margin-top: 10px; }
  .p-member__tab_item.is-active span, .p-member__tab_item.is-active a {
    height: 65px;
    margin-top: 0; }
  .p-member__tab_link:hover {
    height: 65px;
    margin-top: 0; } }

@media print, (max-width: 998px) {
  .p-member__tab-header {
    margin-bottom: -40px !important;
    margin-top: 40px !important; }
  .p-member__tab-inner {
    margin: 0 -5px; }
  .p-member__tab_item {
    width: 33.33%;
    padding: 0 4px; }
  .p-member__tab_item:first-child {
    padding: 0 2px 0 0; }
  .p-member__tab_item:last-child {
    padding: 0 0 0 2px; }
  .p-member__tab_link {
    height: 40px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 10px; }
  .p-member__tab_item.is-active span, .p-member__tab_item.is-active a {
    height: 50px;
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .p-member__tab-header {
    margin-bottom: -30px !important;
    margin-top: 20px !important; }
  .p-member__tab-inner {
    margin: 20px -2px; }
  .p-member__tab_item {
    width: 50%; } }

/* utility
----------------------------------------------------------------- */
/* pagenation Concrete5
----------------------------------------------------------------- */
.ccm-pagination-wrapper ul.pagination {
  display: flex;
  margin: 0 !important;
  padding: 0 !important; }
  .ccm-pagination-wrapper ul.pagination li {
    list-style-type: none; }
  .ccm-pagination-wrapper ul.pagination a, .ccm-pagination-wrapper ul.pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: #ddd;
    border-bottom: none;
    border-radius: 5px; }
  .ccm-pagination-wrapper ul.pagination .active span {
    background-color: #127D70;
    color: #F6F2EF; }

.ccm-pagination-wrapper .sr-only,
.ccm-pagination-wrapper .prev.disabled,
.ccm-pagination-wrapper .next.disabled {
  display: none !important; }

@media print, (min-width: 768px) {
  .p-pagelist__news + .ccm-pagination-wrapper {
    margin-top: 40px; }
  .ccm-pagination-wrapper ul.pagination li {
    margin-right: 5px; }
  .ccm-pagination-wrapper ul.pagination a, .ccm-pagination-wrapper ul.pagination span {
    font-size: 1.8rem;
    height: 50px;
    min-width: 50px;
    padding: 0 15px; }
  .ccm-pagination-wrapper ul.pagination a:hover {
    background-color: #127D70;
    color: #F6F2EF; } }

@media screen and (max-width: 767px) {
  .p-pagelist__news + .ccm-pagination-wrapper {
    margin-top: 20px; }
  .ccm-pagination-wrapper ul.pagination li {
    margin-right: 5px; }
  .ccm-pagination-wrapper ul.pagination a, .ccm-pagination-wrapper ul.pagination span {
    font-size: 1.4rem;
    height: 36px;
    min-width: 36px;
    padding: 0 5px; } }

/* youtube Concrete5
----------------------------------------------------------------- */
.youtubeBlockResponsive16by9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

.youtubeBlockResponsive16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

@media print, (min-width: 768px) {
  .youtubeBlockResponsive16by9 {
    margin: 50px 0; } }

@media screen and (max-width: 767px) {
  .youtubeBlockResponsive16by9 {
    margin: 20px 0; } }

/* slick
----------------------------------------------------------------- */
.p-top__mainvisual .slick-slider {
  position: relative; }

.p-top__mainvisual .slick-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }

.p-top__mainvisual .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%; }
  .p-top__mainvisual .slick-dots .slick-active button,
  .p-top__mainvisual .slick-dots button:hover {
    background-color: #8FE4DB; }
  .p-top__mainvisual .slick-dots button {
    display: block;
    background-color: #EFE9E4;
    text-indent: -9999px;
    overflow: hidden;
    transition: all .3s ease; }
    .p-top__mainvisual .slick-dots button.active {
      background-color: #8FE4DB; }

.p-top__mainvisual .slick-prev,
.p-top__mainvisual .slick-next {
  position: absolute;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8FE4DB;
  border-radius: 50%; }

.p-top__mainvisual .slick-prev::after,
.p-top__mainvisual .slick-next::after {
  display: block;
  content: '';
  display: block;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(images/c-icon__arrow01right_24--black.svg); }

.p-top__mainvisual .slick-prev::after {
  transform: rotate(180deg); }

.p-top__mainvisual-list_link {
  display: block; }

.p-top__mainvisual-list_image-wrap {
  position: relative;
  padding-top: 56.25%; }

.p-top__mainvisual-list_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

@media print, (min-width: 768px) {
  .p-top__mainvisual .slick-list {
    border-radius: 20px; }
  .p-top__mainvisual .slick-dots {
    position: absolute;
    left: 0;
    bottom: -60px; }
    .p-top__mainvisual .slick-dots li {
      margin: 0 10px; }
    .p-top__mainvisual .slick-dots button {
      width: 30px;
      height: 30px;
      border-radius: 50%; }
  .p-top__mainvisual .slick-prev,
  .p-top__mainvisual .slick-next {
    top: 50%;
    width: 75px;
    height: 75px;
    transform: translateY(-50%); }
  .p-top__mainvisual .slick-prev {
    left: -35px; }
  .p-top__mainvisual .slick-next {
    right: -35px; }
  .p-top__mainvisual .slick-prev::after,
  .p-top__mainvisual .slick-next::after {
    width: 24px;
    height: 24px; } }

@media screen and (max-width: 767px) {
  .p-top__mainvisual .slick-list {
    border-radius: 10px; }
  .p-top__mainvisual .slick-dots {
    margin-top: 25px; }
    .p-top__mainvisual .slick-dots li {
      margin: 0 5px; }
    .p-top__mainvisual .slick-dots button {
      width: 25px;
      height: 25px;
      border-radius: 50%; }
  .p-top__mainvisual .slick-prev,
  .p-top__mainvisual .slick-next {
    width: 45px;
    height: 45px;
    bottom: -10px; }
  .p-top__mainvisual .slick-prev {
    left: 0; }
  .p-top__mainvisual .slick-next {
    right: 0px; }
  .p-top__mainvisual .slick-prev::after,
  .p-top__mainvisual .slick-next::after {
    width: 24px;
    height: 24px; } }

/* bxslider
----------------------------------------------------------------- */
/*.p-top{
    &__mainvisual{
        .bx-wrapper{
            position: relative;
        }
        .bx-viewport{
            box-shadow: 0 0 10px rgba(#000,.05);
        }
        .bx-controls-direction{
            .bx-prev,.bx-next{
                position: absolute;      
                top: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: $theme_lightgreen;
                border-radius: 50%;
            }
            .bx-prev::after,
            .bx-next::after{
                display: block;
                content: '';
                @include icon-bg;
                background-image: url(../img/c-icon__arrow01right_24--black.svg);
            }
            .bx-prev::after{
                transform: rotate(180deg);
            }
        }
        .bx-pager{
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            .bx-pager-item{

            }
            .bx-pager-link{
                display: block;
                background-color: $bg_default02;
                text-indent: -9999px;
                overflow: hidden;
                &.active{
                    background-color: $theme_lightgreen;
                }
            }
        }
    }
    &__mainvisual-list_link{
        display: block;        
    }
    &__mainvisual-list_image-wrap{
        position: relative;
        padding-top: 56.25%;
    }
    &__mainvisual-list_image{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}
@include mq-up(md){
    .p-top{
        &__mainvisual{
            .bx-viewport{
                border-radius: 20px;
            }
            .bx-controls-direction{
                .bx-prev,.bx-next{
                    width: 75px;
                    height: 75px;
                    transform: translateY(-50%);
                }
                .bx-prev{
                    left: -35px;
                }
                .bx-next{
                    right: -35px;
                }
                .bx-prev::after,
                .bx-next::after{
                    width: 24px;
                    height: 24px;
                }
            }
            .bx-pager{
                bottom: -75px;
                .bx-pager-item{
                    margin: 0 10px;
                }
                .bx-pager-link{
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                }
            }
        }
    }
}
@include mq-down(md){
    .p-top{
        &__mainvisual{
            .bx-viewport{
                border-radius: 10px;
            }
            .bx-controls-direction{
                .bx-prev,.bx-next{
                    z-index: 10;
                    width: 45px;
                    height: 45px;
                    transform: translateY(-50%);
                }
                .bx-prev{
                    left: 0;
                }
                .bx-next{
                    right: 0;
                }
                .bx-prev::after,
                .bx-next::after{
                    width: 18px;
                    height: 18px;
                }
            }
            .bx-controls{
                padding: 30px 0;
                position: relative;
            }
            .bx-pager{
                position: relative;
                justify-content: center;      
                .bx-pager-item{
                    margin: 0 10px;
                }
                .bx-pager-link{
                    width: 25px;
                    height: 25px;
                    border-radius: 50%;
                }
            }
        }
    }
}
*/
/* others
----------------------------------------------------------------- */

