@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  display: -webkit-box;
  display: flex;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 80px;
}

@media only screen and (max-width: 1024px) {
  .c-header {
    height: 50px;
  }
}

.c-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}

.c-header__logo {
  padding-left: 20px;
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .c-header__logo {
    width: 100%;
    padding-left: 10px;
  }
}

.c-header__logo h1 {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-header__logo h1 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-header__logo h1 a > p {
  font-size: 1.8rem;
  line-height: 2.05555555556;
  font-family: "HGS明朝E";
  color: #000000;
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .c-header__logo h1 a > p {
    font-size: 1.5rem;
    padding-left: 5px;
  }
}

.c-header__menu {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  height: 80px;
}

@media only screen and (max-width: 1024px) {
  .c-header__menu {
    display: none;
  }
}

.c-header__contact {
  width: 100px;
  height: 80px;
  z-index: 1000;
}

.c-header__contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #0071bc;
}

.c-headersp {
  position: fixed;
  top: 0;
  width: 100%;
  height: 470px;
  background-color: #0071bc;
  right: -100%;
  z-index: 1000;
  color: #fff;
  -webkit-transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
  transition: right 1s cubic-bezier(0.42, 0, 0.05, 1.04);
}

.c-headersp__social {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0px 20px 44px;
}

.c-headersp__social a {
  width: 48%;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 600;
  background-color: #29abe2;
}

/* Main menu
------------------------------------------------------------*/
.c-gnav {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-right: 50px;
}
.c-gnav li a ul li{
  position: absolute;
}

.c-gnav a {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 2px;
  padding-left: 25px;
  position: relative;
}

.c-gnav a:before {
  content: "■";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0071bc;
}

.c-gnavisp {
  padding: 51px 20px 44px;
}

.c-gnavisp ul li {
  padding: 0 45px;
  border-top: 1px solid #b3b3b3;
}

.c-gnavisp ul li a {
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  padding: 11px 0px;
  text-align: left;
  font-weight: 600;
  box-sizing: border-box;
  font-family: "游ゴシック";
  padding-left: 20px;
  position: relative;
}

.c-gnavisp ul li a:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #29abe2;
}

.c-gnavisp ul li:last-child {
  border-bottom: 1px solid #b3b3b3;
}

.c-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  text-align: center;
  overflow: hidden;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 1001;
  width: 50px;
  height: 50px;
  background-color: #0071bc;
}

@media only screen and (max-width: 1024px) {
  .c-menu {
    display: -webkit-box;
    display: flex;
  }
}

.c-menu__icon {
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.c-menu__icon:nth-child(1) {
  top: 16px;
}

.c-menu__icon:nth-child(3) {
  bottom: 16px;
}

body.menu-open .c-menu__icon {
  top: 24px;
}

body.menu-open .c-menu__icon:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.menu-open .c-menu__icon:nth-child(2) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

body.menu-open .c-menu__icon:nth-child(3) {
  display: none;
}

body.menu-open .c-headersp {
  right: 0;
  overflow-y: scroll;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  padding-top: 50px;
  background: #001f63;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding-top: 40px;
  }
}

.c-footer1__text {
  padding-top: 20px;
  padding-bottom: 52px;
  font-size: 1.5rem;
  line-height: 1.73333333333;
}

@media only screen and (max-width: 767px) {
  .c-footer1__text {
    padding-bottom: 40px;
  }
}

.c-footer1__menu {
  width: 755px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-footer1__menu {
    width: 100%;
    padding: 0 20px 35px;
  }
}

.c-footer1__menu ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-footer1__menu ul li {
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .c-footer1__menu ul li {
    margin-bottom: 0px;
    width: 100%;
    padding: 0 45px;
    text-align: left;
    border-top: 1px solid #4d6493;
  }
}

.c-footer1__menu ul li a {
  font-family: "小塚ゴシック Pr6N";
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 25px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-footer1__menu ul li a {
    font-family: "游ゴシック";
    font-weight: 600;
    padding: 13px 0px 13px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer1__menu ul li a:after {
    content: "■";
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #29abe2;
  }
}

.c-footer1__menu ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .c-footer1__menu ul li a:before {
    display: none;
  }
}

.c-footer1__menu ul li:nth-child(2n + 1) a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #b3b3b3;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-footer1__menu ul li:nth-child(2n + 1) a:after {
    content: "■";
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: auto;
    background-color: transparent;
    color: #29abe2;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer1__menu ul li:last-child {
    border-bottom: 1px solid #4d6493;
  }
}

.c-footer1__logo > p {
  padding-top: 5px;
  font-size: 1.8rem;
  line-height: 2.05555555556;
  font-family: "HGS明朝E";
}

.c-footer1__social {
  display: none;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .c-footer1__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

.c-footer1__social a {
  width: 48%;
  background-color: #0071bc;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 60px;
}

.c-footer1__txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-footer1__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.c-footer1__txt p:last-child {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .c-footer1__txt p:last-child {
    padding-left: 0px;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  min-width: 1050px;
  line-height: 1.5;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

.l-container {
  width: 1050px;
  margin: 0 auto;
}

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

.l-container1 {
  width: 1080px;
  margin: 0 auto;
}

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

.c-mainvisual{
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__inner {
    height: 540px;
  }
}

.c-mainvisual__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mainvisual__text {
  width: 700px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: calc(50% + 6.6vw);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__text {
    width: 350px;
    height: 180px;
    padding: 0 30px;
    top: calc(50% + 55px);
  }
}

.c-mainvisual__text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: -1;
}

.c-mainvisual__box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.c-mainvisual__box:before {
  content: "";
  position: absolute;
  width: 560px;
  height: 2px;
  top: 35px;
  left: 50%;
  background-color: #22b573;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__box:before {
    width: 100%;
    top: 18px;
  }
}

.c-mainvisual__box:after {
  content: "";
  position: absolute;
  width: 560px;
  height: 2px;
  bottom: 35px;
  left: 50%;
  background-color: #22b573;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__box:after {
    width: 100%;
    bottom: 18px;
  }
}

.c-mainvisual__box h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  font-family: "HG明朝E";
  color: #001f63;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__box h2 {
    font-size: 1.8rem;
  }
}

.c-mainvisual__box p {
  font-family: "HGS明朝B";
  font-size: 1.8rem;
  line-height: 2.05555555556;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__box p {
    font-size: 1.4rem;
    line-height: 1.32142857143;
  }
}

.c-mainvisual__subpage {
  height: 21.0304942166vw;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__subpage {
    height: 250px;
  }
}

.c-mainvisual__subpage .c-mainvisual__inner {
  height: 100%;
}

.c-mainvisual__subpage .c-mainvisual__inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mainvisual__subpage__text {
  width: 31.5457413249vw;
  height: 7.88643533123vw;
  position: absolute;
  top: 8.41219768665vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__subpage__text {
    width: 250px;
    top: calc(50% - 15px);
    height: 80px;
  }
}

.c-mainvisual__subpage__text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.6;
  z-index: -1;
}

.c-mainvisual__subpage__text p {
  position: relative;
  font-size: 3rem;
  line-height: 1.63333333333;
  font-family: "MidashiMinPr6N MA31-90ms-RKSJ-H*";
  font-weight: 400 !important;
  padding: 0 30px 10px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__subpage__text p {
    font-size: 2.4rem;
    padding: 0 15px 5px;
  }
}

.c-mainvisual__subpage__text p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a99d;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  height: 60px;
  width: 100%;
  background-color: #22b573;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 8px;
  font-size: 1.7rem;
  line-height: 1.75;
  font-family: "游ゴシック";
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-btn1 {
    height: 40px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.c-btn2 {
  width: 240px;
  height: 60px;
  background-color: #0071bc;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.75;
  font-family: "游明朝";
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .c-btn2 {
    width: 80vw;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-btn2--diff {
    display: none;
  }
}

.c-btn__top {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-btn__top--none {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  font-size: 3rem;
  line-height: 1.86666666667;
  color: #001f63;
  font-family: "HGS明朝E";
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2.1rem;
    line-height: 1.52380952381;
  }
}

.c-title1:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 3px;
  background-color: #fcee21;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .c-title1:before {
    width: calc(100% - 70px);
  }
}

.c-title1--diff {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 4px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .c-title1--diff {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

.c-title1--diff:before {
  width: 115px;
  height: 5px;
}

@media only screen and (max-width: 767px) {
  .c-title1--diff:before {
    height: 3px;
  }
}

.c-title2 h2 {
  font-size: 3.2rem;
  line-height: 1.75;
  color: #0071bc;
  font-family: "游明朝";
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .c-title2 h2 {
    font-size: 2.4rem;
  }
}

.c-title2 p {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "游ゴシック";
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .c-title2 p {
    letter-spacing: 0px;
  }
}

.c-title2--diff h2 {
  color: #ffffff;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
.c-header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-gnav {
  display: -webkit-box;
  display: flex;
  padding-right: 0;
  align-items: start !important;
}
.gnav {
    display: flex;
    align-items: baseline;
    height: 2rem;
    margin-left: auto;
    height: 100%;
}
.gnav li {
    list-style: none;
    margin: 0 10px;
}
.gnav li a {
    color: #333;
    display: block;
    line-height: 2rem;
    text-decoration: none;
    width: 100%;
    text-align: right;
    padding: 30px 10px;
}
ul.gyomu_sub{
  position: absolute;
}
.gnav li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-bottom: 1px solid #fff;
}
.gnav li li a:last-child {
    border-bottom: none;
}
.gnav li:hover > ul > li {
  height: 45px;
  overflow: visible;
  border-bottom: solid 1px #fff;
}
.gyomu_sub a::before {
  display: none;
}
.gyomu_sub li a {
  padding: 10px 20px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  width: 260px !important;
  height: 25px !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center !important;
}
.gyomu_sub li,
.gyomu_sub__list {
  margin: 0 !important;
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
post
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-post1 {
  width: 340px;
}

@media only screen and (max-width: 767px) {
  .c-post1 {
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-post1__image {
    width: 26.6666666667vw;
    margin-right: 4vw;
  }
}

.c-post1__title {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  color: #001f63;
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-family: "游ゴシック";
}

@media only screen and (max-width: 767px) {
  .c-post1__title {
    text-align: left;
    padding-bottom: 5px;
    line-height: 1.55555555556;
  }
}

.c-post1__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #22b573;
}

.c-post1__text {
  padding: 20px 20px 23px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .c-post1__text {
    width: 58.6666666667vw;
    background-color: transparent;
    padding: 0px;
  }
}

.c-post1__text > p {
  padding: 15px 20px 0px;
  line-height: 1.86666666667;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "游ゴシック";
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  min-height: 146px;
}

@media only screen and (max-width: 767px) {
  .c-post1__text > p {
    padding: 8px 0px 12px;
    min-height: auto;
    overflow: unset;
    -webkit-line-clamp: unset;
    line-height: 1.42857142857;
  }
}

.c-post2 {
  width: 340px;
  margin-bottom: 15px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-post2 {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 20px 0px;
    border-top: 1px solid #b3b3b3;
  }
}

.c-post2:nth-child(3n+2) {
  margin: 0 15px 15px;
}

@media only screen and (max-width: 767px) {
  .c-post2:nth-child(3n+2) {
    margin: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .c-post2:nth-child(3) {
    border-bottom: 1px solid #b3b3b3;
  }
}

.c-post2__image {
  position: relative;
  width: 100%;
  height: 227px;
}

@media only screen and (max-width: 767px) {
  .c-post2__image {
    width: 32vw;
    height: auto;
    margin-right: 4vw;
  }
}

.c-post2__image__cat {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Arial";
  background: #0071bc;
  display: block;
  color: #ffffff;
  padding: 2px 17px;
}

@media only screen and (max-width: 767px) {
  .c-post2__image__cat {
    display: none;
  }
}

.c-post2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-post2__text {
  background-color: #ffffff;
  padding: 13px 15px 6px;
}

@media only screen and (max-width: 767px) {
  .c-post2__text {
    padding: 0px;
    background-color: transparent;
    width: 56vw;
  }
}

.c-post2__date {
  font-size: 1.3rem;
  line-height: 1.84615384615;
  font-family: "游ゴシック";
  font-weight: 600;
  color: #808080;
  padding-top: 6px;
}

.c-post2__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid #29abe2;
  display: block;
  padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .c-post2__title {
    border-bottom: none;
  }
}

.c-post2__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.c-post2__cat {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-post2__cat {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.75;
    font-family: "Arial";
    background: #0071bc;
    padding: 1px 15px;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-copyright {
  background-color: #333333;
  font-family: "Minion Variable Concept";
  font-size: 1.8rem;
  line-height: 2.33333333333;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-copyright {
    font-size: 1.3rem;
    font-family: "Arial";
    font-weight: 500;
  }
}

.c-red {
  color: #c1272d;
}

.c-form__checkbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.c-form__checkbox a {
  color: #0071bc;
}

.c-checkbox {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #333333;
  position: relative;
  margin-right: 15px;
  width: 17px;
  height: 17px;
  font-family: "游ゴシック";
}

.c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin: 0px;
  z-index: 100;
  box-sizing: border-box;
  left: 0;
}

.c-checkbox input:checked ~ .c-checkmark {
  background-color: #2196f3;
}

.c-checkbox input:checked ~ .c-checkmark:after {
  display: block;
}

.c-checkbox .c-checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 17px;
  width: 17px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.c-checkbox .c-checkmark:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c-green {
  background-color: #00a99d !important;
  opacity: 1 !important;
  cursor: pointer !important;
}

.mw_wp_form .error{
  font-size: 100%!important;
}

.c-checkbox1{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 500;
  color: #333333;
  font-size: 1.4rem;
  position: relative;
  font-family: "游ゴシック";
}

.c-checkbox1 a{
  color: #0071bc;
}

.c-checkbox1 input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0px;
  z-index: 100;
  box-sizing: border-box;
  left: -21px;
  top: -8px;
}

.c-checkbox1 span:last-child{
  padding-left: 10px;
}

.c-checkbox1 .error{
  position: absolute;
  font-size: 1.4rem!important;
  top: 17px;
  font-weight: 500;
}

.mwform-checkbox-field{
  position: relative;
}

.mwform-checkbox-field-text{
  position: absolute;
  top: -8px;
  left: -21px;
  height: 15px;
  width: 15px;
  border-radius: 3px;
  border: 1px solid #666666;
  background-color: #ffffff;
}

.mwform-checkbox-field-text:after{
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 1px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-checkbox1 input:checked ~ .mwform-checkbox-field-text{
  background-color: #2196F3;
}

.c-checkbox1 input:checked ~ .mwform-checkbox-field-text:after{
  display: block;
}

.mw_wp_form_confirm form dl:not(:nth-child(5)) dd{
  height: 57px;
  background-color: #f5f5f5;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
}

.mw_wp_form_confirm form dl:nth-child(4) dd{
  height: 200px;
}

.mw_wp_form_complete p{
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mw_wp_form_complete p{
    text-align: left;
  }
}

.mw_wp_form_confirm .c-checkbox1 span:last-child{
  display: none;
}

.mw_wp_form_confirm .p-top4__btn input[type="submit"]{
  cursor: pointer;
  opacity: 1;
}

input[type='button'], input[type='checkbox'], input[type='submit'], input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top {
  line-height: 2;
}

.p-top1 {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    padding-top: 35px;
    padding-bottom: 5px;
  }
}

.p-top1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 380px);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4eef3));
  background: linear-gradient(#ffffff, #e4eef3);
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-top1:before {
    height: 100%;
  }
}

.p-top1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 380px;
  background: #001f63;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-top1:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__cnt {
    padding: 0 20px;
  }
}

.p-top1__cnt > p {
  font-size: 1.5rem;
  line-height: 2.4;
  width: 720px;
  margin: 0 auto;
  padding-top: 50px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-top1__cnt > p {
    width: 100%;
    padding-top: 30px;
  }
}

.p-top1__box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 63px;
}

@media only screen and (max-width: 767px) {
  .p-top1__box {
    padding-top: 35px;
  }
}

.p-top2 {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-top2 {
    padding-bottom: 40px;
  }
}

.p-top2:before {
  content: "";
  position: absolute;
  width: calc(((100% - 1050px)/2) + 340px);
  height: 100%;
  background-color: #a6cee8;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-top2:before {
    display: none;
  }
}

.p-top2:after {
  content: "";
  position: absolute;
  width: calc(((100% - 1050px)/2) + 710px);
  height: 100%;
  background-color: #f2f2f2;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-top2:after {
    display: none;
  }
}

.p-top2__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-top2__left {
  width: 340px;
  background-color: #a6cee8;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-top2__left {
    padding-top: 35px;
    width: 100%;
    background-color: #ffffff;
  }
}

.p-top2__left h2 {
  font-size: 2.4rem;
  line-height: 1.75;
  font-family: "游明朝";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
  .p-top2__left h2 {
    color: #29abe2;
  }
}

.p-top2__left p {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "游ゴシック";
  font-weight: 600;
  color: #4d4d4d;
  letter-spacing: 4px;
  padding-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .p-top2__left p {
    padding-bottom: 10px;
  }
}

.p-top2__right {
  width: 710px;
  background-color: #f2f2f2;
  padding: 34px 60px 60px;
}

@media only screen and (max-width: 767px) {
  .p-top2__right {
    width: 100%;
    padding: 0px 20px 30px;
    background-color: #ffffff;
  }
}

.p-top2__right dl {
  display: -webkit-box;
  display: flex;
  font-size: 1.5rem;
  line-height: 1.75;
  font-family: "游ゴシック";
  font-weight: 500;
  border-bottom: 1px solid #b3b3b3;
  padding: 16px 0px;
}

.p-top2__right dl dd {
  padding-left: 15px;
}

.p-top2__btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-top2__btn {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.p-top3 {
  padding-top: 50px;
  padding-bottom: 75px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-top3 {
    padding: 25px 15px 45px;
  }
}

.p-top3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4eef3));
  background: linear-gradient(#ffffff, #e4eef3);
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-top3:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fafdff), to(#e4eef3));
    background: linear-gradient(#fafdff, #e4eef3);
  }
}

.p-top3__cnt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 50px;
  border-top: 1px solid #b3b3b3;
}

@media only screen and (max-width: 767px) {
  .p-top3__cnt {
    margin-top: 0px;
    padding: 25px 0px 0px;
    border-top: none;
  }
}

.p-top3__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 45px;
}

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

.p-top3__btn a {
  width: 400px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #0071bc;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.75;
  font-family: "游明朝";
  letter-spacing: 4px;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .p-top3__btn a {
    height: 40px;
    width: 80vw;
  }
}

.p-top4 {
  background-color: #a6cee8;
  padding-top: 50px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    padding: 40px 15px 65px;
    background-color: #ffffff;
  }
}

.p-top4__inner {
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-top4__inner {
    width: 100%;
  }
}

.p-top4__cnt {
  margin-top: 30px;
  padding-top: 50px;
  border-top: 1px solid #ffffff;
}

@media only screen and (max-width: 767px) {
  .p-top4__cnt {
    margin-top: 0px;
    padding-top: 20px;
  }
}

.p-top4__cnt dl {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-top4__cnt dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.p-top4__cnt dl:nth-child(4) {
  margin-bottom: 15px;
}

.p-top4__cnt dl dt {
  width: 155px;
  padding-top: 18px;
  text-align: right;
  font-weight: 600;
  font-family: "游ゴシック";
  font-size: 1.4rem;
  color: #333333;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .p-top4__cnt dl dt {
    width: 100%;
    padding-top: 0px;
    text-align: left;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 500;
  }
}

.p-top4__cnt dl dt p {
  padding-left: 5px;
  font-weight: 500;
}

.p-top4__cnt dl dd {
  width: 730px;
}

@media only screen and (max-width: 767px) {
  .p-top4__cnt dl dd {
    width: 100%;
  }
}

.p-top4__cnt dl dd input, .p-top4__cnt dl dd textarea {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .p-top4__cnt dl dd input, .p-top4__cnt dl dd textarea {
    border: 1px solid #cccccc;
    border-radius: 0px;
  }
}

.p-top4__cnt dl dd input {
  height: 60px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .p-top4__cnt dl dd input {
    height: 42px;
  }
}

.p-top4__cnt dl dd textarea {
  height: 270px;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .p-top4__cnt dl dd textarea {
    height: 200px;
  }
}

.p-top4__check1 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 2.21428571429;
}

.p-top4__check1 a {
  color: #0071bc;
}

.p-top4__check1 p {
  padding-left: 15px;
}

.p-top4__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 20px;
}

.p-top4__btn input {
  width: 400px;
  height: 60px;
  background-color: #009245;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 4px;
  font-family: "游ゴシック";
  cursor: not-allowed;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .p-top4__btn input {
    width: 100%;
  }
}

.p-top4__title {
  display: none;
  font-size: 2.1rem;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .p-top4__title {
    display: block;
  }
}

.p-top4__text {
  display: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #4d4d4d;
  padding: 20px 0px;
  border-top: 1px solid #a6cee8;
  border-bottom: 1px solid #a6cee8;
}

@media only screen and (max-width: 767px) {
  .p-top4__text {
    display: block;
  }
}

.p-top4__text p {
  padding-bottom: 10px;
}

.p-top4__text p:last-child {
  padding-bottom: 0px;
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}

/*------------------------------------------------------------
Css of profile page
------------------------------------------------------------*/
.p-profile1 {
  padding: 50px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .p-profile1 {
    padding: 30px 0px 0px;
  }
}

.p-profile1__cnt {
  width: 560px;
  margin: 0 auto;
  padding: 45px 0px 60px;
}

@media only screen and (max-width: 767px) {
  .p-profile1__cnt {
    width: 100%;
    padding: 25px 15px 35px;
  }
}

.p-profile1__cnt p {
  font-size: 1.5rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .p-profile1__cnt p {
    font-size: 1.4rem;
  }
}

.p-profile2 {
  position: relative;
  padding: 60px 0 70px;
}

@media only screen and (max-width: 767px) {
  .p-profile2 {
    padding: 30px 0 40px;
  }
}

.p-profile2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(((100% - 1080px)/2) + 760px);
  height: 100%;
  background-color: #f0fcf6;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .p-profile2:before {
    width: 100%;
  }
}

.p-profile2__cnt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 17px;
}

.p-profile2__left {
  width: 690px;
  padding: 0 75px 0 85px;
}

@media only screen and (max-width: 767px) {
  .p-profile2__left {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}

.p-profile2__right {
  width: 390px;
}

@media only screen and (max-width: 767px) {
  .p-profile2__right {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}

.p-profile2__text {
  font-size: 1.5rem;
  line-height: 2;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-profile2__text {
    font-size: 1.4rem;
  }
}

.p-profile2__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-profile2__box {
    padding-top: 20px;
  }
}

.p-profile2__author p {
  font-family: "游明朝";
  font-weight: 600;
  padding-bottom: 5px;
}

.p-profile3 {
  padding: 60px 0 70px;
}

@media only screen and (max-width: 767px) {
  .p-profile3 {
    padding: 30px 0 40px;
  }
}

.p-profile3__cnt {
  width: 800px;
  margin: 0 auto;
  padding-top: 55px;
}

@media only screen and (max-width: 767px) {
  .p-profile3__cnt {
    width: 100%;
    padding: 35px 15px 0px;
  }
}

.p-profile3__cnt dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #999999;
}

.p-profile3__cnt dl:last-child {
  border-bottom: 1px solid #999999;
}

.p-profile3__cnt dl dt, .p-profile3__cnt dl dd {
  font-size: 1.5rem;
  line-height: 2;
  color: #4d4d4d;
  padding: 6px 0px 4px 0px;
}

@media only screen and (max-width: 767px) {
  .p-profile3__cnt dl dt, .p-profile3__cnt dl dd {
    font-size: 1.4rem;
  }
}

.p-profile3__cnt dl dt {
  width: 200px;
  padding-left: 25px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-profile3__cnt dl dt {
    width: 30%;
  }
}

.p-profile3__cnt dl dt:before {
  content: "●";
  position: absolute;
  color: #00a99d;
  top: 21px;
  left: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-profile3__cnt dl dd {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .p-profile3__cnt dl dd {
    width: 70%;
  }
}

.p-profile4 {
  padding: 70px 0px 70px;
  background: #f0fcf6;
}

@media only screen and (max-width: 767px) {
  .p-profile4 {
    padding: 40px 15px 40px;
  }
}

.p-profile4__btn {
  padding-bottom: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-profile4__btn {
    padding-bottom: 20px;
  }
}

.p-profile4__box {
  width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  height: 85px;
}

@media only screen and (max-width: 767px) {
  .p-profile4__box {
    width: 100%;
    height: auto;
  }
}

.p-profile4__left {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-profile4__left {
    width: 100%;
    padding: 15px 0px;
  }
}

.p-profile4__left img {
  padding-right: 25px;
}

.p-profile4__left p {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  color: #000000;
}

.p-profile4__right {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-profile4__right {
    width: 100%;
    padding-bottom: 15px;
  }
}

/*------------------------------------------------------------
Css of consulting page
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .p-consulting__mainvisual {
        width: 100% ;
        top: calc(50% - 45px) ;
        height: 140px ;
    }
    .p-consulting__mainvisual__text {
        width: 280px;
        top: calc(50% - 30px);
        height: 120px;
    }
}
.p-consulting1 {
    padding: 50px 0px 35px 0px;
    position: relative;
}
  
@media only screen and (max-width: 767px) {
    .p-consulting1 {
      padding: 30px 0px 0px;
    }
}

.sp_inner {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .sp_inner {
        display: inline;
    }
}

.p-consulting1__cnt {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 17px;
    position: relative;
}
.p-consulting1__text:before {
    width: 115px;
    height: 10px;
}
.p-consulting1__text:before {
    content: "";
    position: absolute;
    width: 221px;
    height: 10px;
    background-color: #fcee21;
    top: 25%;
    left: 9%;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)rotate(90deg);
}

@media only screen and (max-width: 767px) {
    .p-consulting1__text:before {
        display: none;
    }
}

.p-consulting1__left {
    width: 690px;
    padding: 0 75px 0 85px;
}
  
@media only screen and (max-width: 767px) {
    .p-consulting1__left {
      width: 100%;
      padding: 0 15px 0 15px;
    }
}
  
.p-consulting1__right {
    width: 390px;
}
  
@media only screen and (max-width: 767px) {
    .p-consulting1__right {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
}

.p-consulting1__text {
    font-size: 2.2rem;
    line-height: 2;
    padding-top: 20px;
  }
  
@media only screen and (max-width: 767px) {
    .p-consulting1__text {
      font-size: 1.4rem;
    }
}

.p-consulting1__left p:last-child,
.p-consulting2__text_last p:last-child {
    margin-top: 15px;
}

.p-consulting1__list {
    background-color: #f0fcf6;
    padding: 35px 0;
    margin: 0 auto;
    margin-top: 40px;
    width: 990px;
}
@media only screen and (max-width: 767px) {
    .p-consulting1__list {
    background-color: #f0fcf6;
    padding: 35px 0;
    margin: 0 auto;
    width: 100%;
    }
}

.p-consulting1__list ul {
    padding: 0 45px;
    font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
    .p-consulting1__list ul {
        padding: 0 20px;
        font-size: 1.5rem;
    }
}

.p-consulting1__list ul li i {
    color: #00b9e5;
    font-size: 3rem;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .p-consulting1__list ul li {
        margin-bottom: 10px;
    }
    .p-consulting1__list ul li i {
        font-size: 1.5rem;
    }
}

.p-consulting2 {
  position: relative;
  padding: 0 0 70px;
}

@media only screen and (max-width: 767px) {
    .p-consulting2 {
        padding: 0 0 40px;
        margin-top: 30px;
    }
}

.p-consulting2__subpage__text {
    width: 31.5457413249vw;
    height: 7.88643533123vw;
    position: absolute;
    top: 3.212198vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    letter-spacing: 4px;
}

@media only screen and (max-width: 767px) {
    .p-consulting2__subpage__text {
        width: 100%;
        top: 3vw;
        height: auto;
    }
}

.p-consulting2__subpage__text p {
    font-size: 3rem;
}

@media only screen and (max-width: 767px) {
    .p-consulting2__subpage__text p {
        font-size: 2rem;
    }
}


@media only screen and (max-width: 767px) {
    .p-consulting2__inner {
      height: auto;
    }
}
  
.p-consulting2__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .p-consulting2__inner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .p-consulting2__order {
        order: 1;
        margin-top: 20px;
    }
}

.p-consulting2__subpage__text:before {
    background: none !important;
}

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

.cnt__left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(((100% - 1080px)/2) + 760px);
  height: 32%;
  background-color: #f0fcf6;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .cnt__left:before {
        height: 24%;
    }
}

.cnt__right:before {
    content: "";
    position: absolute;
    top: 700px;
    left: 0;
    width: calc(((100% - 1080px)/2) + 760px);
    height: 34%;
    background-color: #f0fcf6;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .cnt__right:before  {
        top: 530px;
        height: 40%;
    }
}

.cnt__left_last:before {
    content: "";
    position: absolute;
    bottom: 130px;
    right: 0;
    width: calc(((100% - 1080px)/2) + 760px);
    height: 23%;
    background-color: #f0fcf6;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .cnt__left:before {
        height: 24%;
    }
}

@media only screen and (max-width: 767px) {
    .cnt__left:before,
    .cnt__right:before,
    .cnt__left_last:before {
        display: none;
    }
}



@media only screen and (max-width: 767px) {
  .p-consulting2:before {
    width: 100%;
  }
}

.p-consulting2__cnt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  margin-bottom: 50px;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .p-consulting2__cnt {
        display: -webkit-box;
        display: flex;
        flex-wrap: nowrap;
        padding: 50px;
        margin-bottom: 50px;
        flex-direction: row;
        justify-content: space-around
    }
  }

@media only screen and (max-width: 767px) {
    .p-consulting2__cnt {
        padding: 30px 15px;
        margin-bottom: 0;
    }
}

.p-consulting2__left {
  width: 690px;
  padding: 0 75px 0 85px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .p-consulting2__left {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .p-consulting2__left {
    width: 100%;
    padding: 0 15px 0 15px;
  }
}

.p-consulting2__right {
  width: 550px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .p-consulting2__order {
        padding: 0 30px !important;
        width: 550px;
        padding: 0 30px;
    }
    .p-consulting2__right {
        width: 380px !important;
    }
}

@media only screen and (max-width: 767px) {
  .p-consulting2__right {
    width: 100%;
    padding: 0 15px 0 15px;
    padding-top: 20px;
    text-align: left;
  }
}

.p-consulting2__text {
  font-size: 1.5rem;
  line-height: 2;
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-consulting2__text {
    font-size: 1.4rem;
  }
}

.p-consulting2__text_box {
    margin-bottom: 15px;
}

.p-consulting2_bold {
    font-weight: bold;
}

.p-consulting3 {
  padding: 20px 0px 70px;
}

@media only screen and (max-width: 767px) {
  .p-consulting3 {
    padding: 20px 15px 40px;
  }
}

.p-consulting3__btn {
  padding-bottom: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-consulting3__btn {
    padding-bottom: 20px;
  }
}

.p-consulting3__box {
  width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  height: 85px;
}

@media only screen and (max-width: 767px) {
  .p-consulting3__box {
    width: 100%;
    height: auto;
  }
}

.p-consulting3__left {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-consulting3__left {
    width: 100%;
    padding: 15px 0px;
  }
}

.p-consulting3__left img {
  padding-right: 25px;
}

.p-consulting3__left p {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  color: #000000;
}

.p-consulting3__right {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .p-consulting3__right {
    width: 100%;
    padding-bottom: 15px;
  }
}
/*------------------------------------------------------------
Css of privacy_policy page
------------------------------------------------------------*/
.mainvisual__text__privacypolicy p {
    position: relative;
    font-size: 3rem;
    line-height: 1.2;
    font-family: "MidashiMinPr6N MA31-90ms-RKSJ-H*";
    font-weight: 400 !important;
    padding: 0 30px 10px;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .mainvisual__text__privacypolicy {
        width: 290px;
        top: calc(50% - 15px);
        height: 100px;
    }
}

.first_text {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 2;
}

.p-privacy__cnt {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0px 60px;
}

@media only screen and (max-width: 767px) {
    .p-privacy__cnt {
        width: 100%;
        margin: 0 auto;
        padding: 45px 20px 60px;
    }
}

.p-privacy__cnt p,
.p-privacy__cnt ol li {
    font-size: 1.5rem;
    line-height: 2;
}

.p-privacy__cnt ol {
    list-style: auto;
}

@media only screen and (max-width: 767px) {
    .p-privacy__cnt ol  {
        padding-left: 20px;
    }
  }
.p-privacy__cnt_list_indent {
    text-indent: 1em;
    padding-left: 2rem;
}
.section3_first_text {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2;
}
@media only screen and (max-width: 767px) {
    .first_text,
    .section3_first_text {
        padding: 0 20px;
    }
}
/*------------------------------------------------------------
Css of page
------------------------------------------------------------*/
.c-mainvisual__subpage {
  height: 21.0304942166vw;
  position: relative;
}
.c-mainvisual__subpage .c-mainvisual__inner {
  height: 100%;
}
.c-mainvisual__subpage .c-mainvisual__inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mainvisual__subpage__text {
  width: 31.5457413249vw;
  height: 7.88643533123vw;
  position: absolute;
  top: 8.41219768665vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 4px;
}
.c-mainvisual__subpage__text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.6;
  z-index: -1;
}
.c-mainvisual__subpage__text p {
  position: relative;
  font-size: 3rem;
  line-height: 1.63333333333;
  font-family: "MidashiMinPr6N MA31-90ms-RKSJ-H*";
  font-weight: 400 !important;
  padding: 0 30px 10px;
  position: relative;
}
.c-mainvisual__subpage__text p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00a99d;
}
.l-container1 {
  width: 1080px;
  margin: 0 auto;
}
.p-business1__cnt, .p_sec01__cnt {
  width: 935px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0px;
}
.p-business1__left, .p_sec01__left {
  width: 515px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 50px;
  position: relative;
}

.p-business1__left:before, .p_sec01__left::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 175px;
  background-color: #1e8347;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.p-business1__left p, .p_sec01__left p {
  font-size: 2.2rem;
  font-family: "游明朝";
  font-weight: 500;
}
.p-business1__right, .p_sec01__right {
  width: 420px;
}

.p-business2, #sec02 {
  padding-bottom: 140px;
}
.p-business2__title, .p_sec02__title {
  text-align: center;
  background-color: #fff5bf;
  padding: 30px 0px 30px;
  position: relative;
}
.p-business2__title:before, .p_sec02__title::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/business2_bg1.png) no-repeat;
  width: 76px;
  height: 244px;
  top: -58px;
  left: calc(50% - 14.9842271293vw);
}

.p-business2__title h2, .p_sec02__title h2 {
  font-size: 5rem;
  line-height: 1.75;
  color: #1e8347;
  font-family: "小塚ゴシック Pr6N";
}

.p-business2__title h2 span,
.p_sec02__title h2 span {
  font-size: 4rem;
  line-height: 1.75;
  color: #333333;
}

.p-business2__title p,
.p_sec02__title p {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 500;
  color: #333333;
}

.p-business2__cnt,
.p_sec02__cnt {
  text-align: center;
}

.p-business2__cnt h2,
.p_sec02__cnt h2 {
  font-family: "游明朝";
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.75;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
  display: inline-block;
}

.p-business2__cnt h2:before,
.p_sec02__cnt h2::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/business2_bg2.png) no-repeat;
  width: 26px;
  height: 35px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
}
.p-business2__cnt h2:after,
.p_sec02__cnt h2::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/business2_bg3.png) no-repeat;
  width: 26px;
  height: 35px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
}
.p-business2__fs {
  font-size: 4rem;
  line-height: 1.75;
}
.c-green1 {
  color: #006837;
}
.p-business2__box,
.p_sec02__box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.c-post3 {
  width: 300px;
  background-color: #fffdeb;
  padding-bottom: 45px;
  box-shadow: 8px 8px 0px 0px #8c8c8c;
}
.c-post3__image {
  height: 235px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-post3__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-post3 h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "HGS明朝E";
  height: 50px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
}
.c-post3__text {
  padding: 0 22px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  height: 70px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-word;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}
.p-business3__title,
.p_sec03__title {
  background-color: #fff5bf;
  height: 200px;
  text-align: center;
}
.p-business3__title img,
.p_sec03__title img {
  margin-top: -85px;
}
.p-business3__cnt h2,
.p_sec03__cnt h2 {
  font-size: 3.5rem;
  line-height: 1.54285714286;
  font-family: "小塚ゴシック Pr6N";
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 215px;
}
.p-business3__cnt h2 span,
.p_sec03__cnt h2 span {
  font-size: 4rem;
  line-height: 1.35;
  color: #018236;
  padding-top: 20px;
  padding-bottom: 18px;
}
.p-business3__box,
.p_sec03__box {
  text-align: center;
}
.p-business4, #sec04 {
  background-color: #fff6bb;
}
.p-business4__inner,
.p_sec04__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.p-business4__left,
.p_sec04__left {
  margin-right: 95px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 25px;
}
.p-business4__left h3,
.p_sec04__left h3 {
  font-size: 3.5rem;
  line-height: 2.14285714286;
  font-family: "小塚ゴシック Pr6N";
  font-weight: 500;
  color: #000000;
}
.p-business4__text,
.p_sec04__text {
  padding-bottom: 5px;
  padding-top: 10px;
}
.p-business4__text h2,
.p_sec04__text h2 {
  color: #fe0003;
  font-family: "小塚ゴシック Pr6N";
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 2px;
}
.p-business4__text p,
.p_sec04__text p {
  font-family: "小塚ゴシック Pr6N";
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 500;
}
.p-business4__left > p,
.p_sec04__left > p {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 500;
  padding-top: 10px;
  padding-left: 30px;
}
.p-business4__right,
.p_sec04__right {
  width: 450px;
}
.p-business4__box,
.p_sec04__box {
  padding-top: 40px;
}
.p-business4__box:nth-child(1),
.p_sec04__box:nth-child(1) {
  position: relative;
  margin-bottom: 35px;
}
.p-business4__box:nth-child(1):before,
.p_sec04__box:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #fee600;
  border-radius: 5px;
  top: 0;
  left: 0;
}
.p-business4__box:nth-child(2),
.p_sec04__box:nth-child(2) {
  position: relative;
  padding-top: 50px;
}
.p-business4__box:nth-child(2):before,
.p_sec04__box:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #febd57;
  border-radius: 5px;
  top: 0;
  left: 0;
}
.p-business5,
#sec05 {
  padding-top: 40px;
}
.p-business5__inner h2,
.p_sec05__inner h2 {
  font-size: 3.5rem;
  line-height: 2.14285714286;
  text-align: center;
  font-family: "HGS明朝E";
}
.p-business5__cnt,
.p_sec05__cnt {
  display: -webkit-box;
  display: flex;
  width: 700px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.p-business5__box:nth-child(1),
.p_sec05__box {
  margin-right: 35px;
}
.p-business5__box dl,
.p_sec05__box dl {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}
.p-business5__box dl dt,
.p_sec05__box dl dt {
  padding-right: 15px;
}
.p-business5__box dl dd,
.p_sec05__box dl dd {
  width: 280px;
  height: 40px;
  background-color: #ecf0f3;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  font-size: 2rem;
  line-height: 1.25;
  border-radius: 10px;
}
.p-business6__title,
.p_sec06__title {
  height: 175px;
  background-color: #95cbe7;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.p-business6__title h2,
.p_sec06__title h2 {
  font-family: "HGS明朝E";
  font-size: 3.5rem;
  color: #333333;
  line-height: 0.8;
}
.p-business6__title img,
.p_sec06__title img {
  position: absolute;
  top: 0;
  right: 0;
}
.p-business6__inner,
.p_sec06__inner {
  position: relative;
}
.p-business6__inner:before,
.p_sec06__inner::before {
  content: "";
  position: absolute;
  width: calc(((100% - 1080px)/2) + 575px);
  height: 100%;
  background: url(../../assets/img/business6_image1.jpg) no-repeat right;
  top: 0;
  left: 0;
}
.p-business6__inner:after,
.p_sec06__inner::after {
  content: "";
  position: absolute;
  width: 65.8857979502vw;
  height: 100%;
  background-color: #95cbe7;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}
.p-business6__cnt,
.p_sec06__cnt {
  display: -webkit-box;
  display: flex;
  padding: 80px 0px;
  position: relative;
  width: 1080px;
  height: 700px;
  margin: 0 auto;
}
.p-business6__left,
.p_sec06__left {
  width: 575px;
  position: relative;
}
.p-business6__left img,
.p_sec06__left img {
  display: none;
}
.p-business6__right,
.p_sec06__right {
  width: 505px;
  padding-left: 70px;
  padding-top: 40px;
}
.p-business6__text,
.p_sec06__text {
  margin-bottom: 40px;
}
.p-business6__text h3,
.p_sec06__text h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-family: "HGS明朝E";
  position: relative;
  padding-bottom: 20px;
}
.p-business6__text h3:before, 
.p_sec06__text h3::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  background-color: #fcee21;
  bottom: 0;
  left: 0;
}
.p-business6__text ul,
.p_sec06__text ul {
  padding-top: 25px;
}
.p-business6__text ul li,
.p_sec06__text ul li {
  position: relative;
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 2;
}
.p-business6__text ul li:before,
.p_sec06__text ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-profile4,
#contact_area {
  padding: 70px 0px 70px;
  background: #f0fcf6;
}
.p-profile4__btn,
.p_contact__btn {
  padding-bottom: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.p-profile4__box,
.p_contact__box {
  width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  height: 85px;
}
.p-profile4__left,
.p_contact__left {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.p-profile4__left img,
.p_contact__left img {
  padding-right: 25px;
}
.p-profile4__left p,
.p_contact__left p {
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 600;
  color: #000000;
}
.p-profile4__right,
.p_contact__right {
  width: 50%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px){
  .c-mainvisual__subpage {
    height: 250px;
  }
  .c-mainvisual__subpage__text {
  width: 250px;
  top: calc(50% - 15px);
  height: 80px;
  }
  .c-mainvisual__subpage__text p {
      font-size: 2rem;
      padding: 0 15px 5px;
  }
  .l-container1 {
      width: 100%;
  }
  .p-business1__cnt,
  .p_sec01__cnt {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      padding: 40px 15px 50px;
  }
  .p-business1__left,
  .p_sec01__left {
      width: 100%;
      padding-left: 20px;
      margin-bottom: 35px;
  }
  .p-business1__left:before,
  .p_sec01__left::before {
      width: 5px;
      height: 80px;
  }
  .p-business1__left p,
  .p_sec01__left p {
      font-size: 1.4rem;
  }
  .p-business1__right,
  .p_sec01__right,
  .p-business4__right,
  .p_sec04__right {
      width: 100%;
  }
  .p-business2,
  #sec02 {
      padding-bottom: 20px;
  }
  .p-business2__title,
  .p_sec02__title {
      padding: 20px 0px 20px;
  }
  .p-business2__title:before,
  .p_sec02__title::before {
      width: 38px;
      height: 100%;
      background-size: cover;
      top: -29px;
      left: calc(50% - 150px);
  }
  .p-business2__title h2,
  .p_sec02__title h2 {
      font-size: 2.5rem;
  }
  .p-business2__title h2 span {
      font-size: 2.2rem;
  }

  .p-business2__title p,
  .p_sec02__title p {
      font-size: 1.4rem;
  }

  .p-business2__cnt,
  .p_sec02__cnt {
      padding: 0 15px;
  }
  .p-business2__cnt h2 {
      font-size: 1.6rem;
      padding-top: 30px;
      padding-bottom: 30px;
  }
  .p-business2__box,
  .p_sec02__box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .c-post3 {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 35px;
  }
  .c-post3 h3 {
    font-size: 1.8rem;
  }
  .c-post3__text {
    height: 60px;
    font-size: 1.4rem;
  }
  .p-business3__title,
  .p_sec03__title {
    padding: 15px;
    height: 135px;
  }
  .p-business3__title img,
  .p_sec03__title img {
    margin-top: 0px;
    width: auto;
    height: 100%;
  }
  .p-business3__cnt h2,
  .p_sec03__cnt h2 {
    font-size: 1.8rem;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 25px;
  }
  .p-business3__cnt h2 span,
  .p_sec03__cnt h2 span,
  .p-business5__inner h2,
  .p_sec05__inner h2,
  .p-business6__title h2,
  .p_sec06__title h2 {
    font-size: 2.2rem;
  }
  .p-business3__box,
  .p_sec03__box {
    padding: 0px 20px;
  }
  .p-business4,
  #sec04 {
    padding-bottom: 35px;
  }
  .p-business4__inner,
  .p_sec04__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 15px;
  }
  .p-business4__left,
  .p_sec04__left {
    width: 100%;
    margin-right: 0px;
  }
  .p-business4__left h3,
  .p_sec04__left h3 {
    font-size: 1.8rem;
  }
  .p-business4__text,
  .p_sec04__text {
    padding-top: 5px;
  }
  .p-business4__left > p,
  .p_sec04__left > p {
    font-size: 1.4rem;
    text-align: center;
  }
  .p-business5,
  #sec05 {
    padding-top: 20px;
  }
  .p-business5__cnt,
  .p_sec05__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-business5__box:nth-child(1),
  .p_sec05__box:nth-child(1) {
    margin-right: 0px;
  }
  .p-business5__box dl dt,
  .p_sec05__box dl dt {
    width: 15%;
    padding-right: 0;
    margin-right: 2%;
  }
  .p-business5__box dl dd,
  .p_sec05__box dl dd {
    width: 83%;
    font-size: 1.4rem;
  }
  .p-business5__box,
  .p_sec05__box {
    padding: 0 15px;
  }
  .p-business6__title,
  .p_sec06__title {
    height: 90px;
  }
  .p-business6__title img,
  .p_sec06__title img {
    display: none;
  }
  .p-business6__inner:before, .p_sec06__inner::before,
  .p-business6__inner:after, .p_sec06__inner::after {
    display: none;
  }
  .p-business6__cnt,
  .p_sec06__cnt {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 40px 15px;
    height: auto;
  }
  .p-business6__left,
  .p_sec06__left {
    width: 100%;
  }
  .p-business6__left img,
  .p_sec06__left img {
    display: block;
  }
  .p-business6__right,
  .p_sec06__right {
    width: 100%;
    position: relative;
    padding: 30px 25px;
  }
  .p-business6__right:before,
  .p_sec06__right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #95cbe7;
    top: 0;
    right: 0;
    opacity: 0.5;
    z-index: -1;
  }
  .p-business6__text,
  .p_sec06__text {
    margin-bottom: 20px;
  }
  .p-business6__text h3,
  .p_sec06__text h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .p-business6__text h3:before,
  .p_sec06__text h3::before {
    height: 2px;
    width: 60px;
  }
  .p-business6__text ul,
  .p_sec06__text ul {
    padding-top: 15px;
  }
  .p-business6__text ul li,
  .p_sec06__text ul li {
    font-size: 1.4rem;
  }
  .p-profile4,
  #contact_area {
    padding: 40px 15px 40px;
  }
  .p-profile4__btn,
  .p_contact__btn {
    padding-bottom: 20px;
  }
  .p-profile4__box,
  .p_contact__box {
    width: 100%;
    height: auto;
  }
  .p-profile4__left,
  .p_contact__left {
    width: 100%;
    padding: 15px 0px;
  }
  .p-profile4__right,
  .p_contact__right {
    width: 100%;
    padding-bottom: 15px;
  }
}
/*------------------------------------------------------------
Css of biz_plan_consulting page
------------------------------------------------------------*/
#bpc .c-mainvisual__subpage__text {
  width: 45%;
}
#bpc .p_sec01__left::before {
  background-color: #fcee21;
}
#bpc .p-business6__inner:before, #bpc .p_sec06__inner::before {
  content: "";
  position: absolute;
  width: calc(((100% - 1080px)/2) + 480px);
  height: 100%;
  background: url(../../assets/img/biz_plan_consulting_image2.jpg) no-repeat right;
  top: 0;
  left: 40px;
  background-size: contain;
}
#bpc .p-business6__inner:after, 
#bpc .p_sec06__inner::after {
  content: "";
  position: absolute;
  width: 65.8857979502vw;
  height: 100%;
  background-color: #dfffef;
  top: 0;
  right: 0;
  z-index: -1;
}
#bpc .p-business6__right, 
#bpc .p_sec06__right {
  width: 505px;
  padding-left: 0;
  padding-top: 40px;
  text-align: center;
}
#bpc .p_sec06__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bpc .p_sec06__text p {
  text-align: left;
  margin-top: 35px;
}
#bpc .p-business6__text h3:before, 
#bpc .p_sec06__text h3::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 5px;
  background-color: #fcee21;
  bottom: 0;
  left: 12px;
}
#bpc .p-profile4, 
#bpc #contact_area {
  padding: 70px 0px 70px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #bpc .c-mainvisual__subpage__text {
    width: 80%;
  }
  #bpc .p-business6__right:before, 
  #bpc .p_sec06__right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #dfffef;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #bpc .p-business6__right, #bpc .p_sec06__right {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
  #bpc .p-business6__text h3:before, #bpc .p_sec06__text h3::before {
    left: 0;
  }
  #bpc .p-profile4 {
    padding: 40px 15px 40px !important;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*# sourceMappingURL=style.css.map */
/*archive*/
.archive_wrap{
  padding: 60px 0;
}
.archive_main{
  width: 66.2%;
  margin-right: 6.02%;
  float: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.archive_side{
  width: 27.78%;
  float: right;
}
.blog_wrap{
  width: 100%;
  overflow: auto;
  position: relative;
}
.blog_img{
  width: 37.33%;
  margin-right: 4%;
  float: left;
}
.blog_txt{
  width: 58.67%;
  float: right;
}
.blog_txt_top h2{
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.blog_txt_bottom{
  position: absolute;
  bottom: 0;
}
span.cate{
  background: #001f63;
  color: #fff;
  padding: 0 20px;
}
span.date{
  margin-left: 20px;
}
svg{
  vertical-align: text-top;
}
.single_update{
  margin-top: 20px;
}
h1.blog_title{
  padding: 30px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #001f63;
}
.archive_side h3, .kanren h3{
  background: #001f63;
  color: #fff;
  margin-bottom: 20px;
  padding: 20px 15px;
}
.author{
  background: #fafafa;
  padding: 20px;
  margin: 30px 0;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
  vertical-align: baseline;
}
footer{
  clear: both;
}


@media only screen and (max-width: 1050px) {
  body{
    min-width: 100%;
  }
  .l-container, .l-container1, .c-mainvisual__text, .c-mainvisual__subpage__text{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .archive_main {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
  .archive_side{
    display: none;
  }
}
