@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* design size variable */
/* constance variable */
/* device width variable */
/* font responsive ratio */
/* spacer responsive ratio */
/* noto sans font weight */
/* general method */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* header */
#top_head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.55);
}
@media only screen and (max-width: 736px) {
  #top_head {
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    background: none;
    height: 12.890625vw;
  }
}
#top_head .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 304px;
  background: #fff;
  border-right: solid 2px #005bb6;
  border-bottom: solid 2px #005bb6;
  border-radius: 0 0 20px 0;
  padding: 15px 26px 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #top_head .logo {
    padding: 2vw 3vw;
    width: 29.296875vw;
  }
}
#top_head .logo span {
  font-size: 24px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  line-height: 120%;
}
@media only screen and (max-width: 736px) {
  #top_head .logo span {
    font-size: 2.34375vw;
    line-height: 130%;
    display: block;
  }
}
#top_head .logo img {
  position: absolute;
  width: 103px;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  z-index: 0;
}
@media only screen and (max-width: 736px) {
  #top_head .logo img {
    right: 1.8vw;
    width: 9.8958333333vw;
  }
}
#top_head #nav {
  margin-left: auto;
  margin-right: 0;
  display: table;
}
#top_head #nav #mobile_head {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top_head #nav #mobile_head {
    z-index: 999;
    position: fixed;
    margin: auto;
    transform: translateX(0px);
    transition: 0.5s ease-in-out;
    display: block;
    width: 12.2395833333vw;
    height: 12.890625vw;
    top: 0;
    left: auto;
    right: 0;
    background: #fff;
    border-radius: 0 0 0 2.6041666667vw;
    border-bottom: solid 1px #005bb6;
    border-left: solid 1px #005bb6;
  }
}
#top_head #nav #nav_toggle {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top_head #nav #nav_toggle {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 101;
    transition: 0.5s ease-in-out;
    opacity: 1;
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav #nav_toggle div {
    height: 3.5vw;
    width: 4.6875vw;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
  }
}
#top_head #nav #nav_toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #005bb6;
  left: 0;
  transition: 0.35s ease-in-out;
}
#top_head #nav #nav_toggle span:nth-child(1) {
  top: 0;
}
#top_head #nav #nav_toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#top_head #nav #nav_toggle span:nth-child(3) {
  bottom: 0;
}
#top_head #nav #nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  margin-right: 82px;
}
@media only screen and (max-width: 768px) {
  #top_head #nav #nav_list {
    margin-right: 3vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav #nav_list {
    position: fixed;
    /* 開いてないときは画面外に配置 */
    top: 12.890625vw;
    background: #fff;
    border-bottom: solid 2px #005bb6;
    border-top: solid 2px #005bb6;
    border-left: solid 2px #005bb6;
    border-radius: 1.8229166667vw 0 0 1.8229166667vw;
    transition: 0.5s ease-in-out;
    opacity: 0;
    right: 0;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0;
    display: table;
    z-index: -1;
    padding: 6vw 0;
    width: 63.0208333333vw;
    transform: translateX(100%);
  }
}
#top_head #nav #nav_list li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 100%;
}
@media only screen and (max-width: 1040px) {
  #top_head #nav #nav_list li {
    margin-right: 1.9230769231vw;
    padding-right: 1.9230769231vw;
  }
}
@media only screen and (max-width: 940px) {
  #top_head #nav #nav_list li {
    margin-right: 1.2vw;
    padding-right: 1.2vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav #nav_list li {
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 52vw;
  }
}
#top_head #nav #nav_list li a {
  color: #005bb6;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  #top_head #nav #nav_list li a {
    font-size: 2.1vw;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav #nav_list li a {
    font-weight: 500;
    padding: 4vw 2vw 5vw 6vw;
    font-size: 5.2083333333vw;
    position: relative;
  }
}
#top_head #nav #nav_list li a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 0 7px;
  border-left: 8px solid #ffc699;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media only screen and (max-width: 736px) {
  #top_head #nav #nav_list li a:after {
    margin-left: 3vw;
  }
}
#top_head #nav #nav_list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 736px) {
  #top_head #nav #nav_list li:last-child {
    border-bottom: none;
    margin-right: auto;
  }
}
#top_head #nav #nav_list li.no_link a {
  pointer-events: none;
  opacity: 0.4;
}
@media only screen and (max-width: 736px) {
  #top_head #nav.open {
    overflow-y: scroll;
    background: none;
  }
}
@media only screen and (max-width: 736px) {
  #top_head #nav.open #nav_toggle div {
    height: 6vw;
  }
}
#top_head #nav.open #nav_toggle span:nth-child(1) {
  top: 2.6vw;
  transform: rotate(324deg);
  width: 100%;
}
#top_head #nav.open #nav_toggle span:nth-child(2) {
  top: 0;
  transform: rotate(-324deg);
}
#top_head #nav.open #nav_toggle span:nth-child(3) {
  display: none;
}
@media only screen and (max-width: 736px) {
  #top_head #nav.open #nav_list {
    opacity: 1;
    z-index: 10;
    transform: translateX(0);
  }
}

#footer {
  padding: 190px 0 25px;
  background: url(../img/contact_bk.webp) repeat-x center bottom/1366px;
}
@media only screen and (max-width: 736px) {
  #footer {
    padding: 20vw 0 4vw;
    background: url(../img/contact_bksp.webp) repeat-x center bottom/contain;
  }
}
#footer .copy {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  #footer .copy {
    font-size: 2.2135416667vw;
  }
}

.navigation {
  margin: auto;
  display: table;
}
.navigation .screen-reader-text {
  display: none;
}
.navigation .page-numbers {
  display: flex;
  flex-wrap: wrap;
}
.navigation .page-numbers li {
  margin-right: 12px;
  margin-bottom: 10px;
}
.navigation .page-numbers li a, .navigation .page-numbers li .current {
  font-size: 20px;
  padding: 6px 4px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 100%;
}
@media only screen and (max-width: 736px) {
  .navigation .page-numbers li a, .navigation .page-numbers li .current {
    font-size: 3.2552083333vw;
  }
}
.navigation .page-numbers li .current {
  background: #fff;
  border-bottom: solid 2px #ffc699;
  color: #005bb6;
}
.navigation .page-numbers.dots {
  line-height: 230%;
}
.navigation .page-numbers.prev, .navigation .page-numbers.next {
  width: 32px;
  padding: 0;
  margin-top: 2px;
}
@media only screen and (max-width: 736px) {
  .navigation .page-numbers.prev, .navigation .page-numbers.next {
    width: 5.2083333333vw;
  }
}
.navigation .page-numbers.prev {
  margin-right: 10px;
}
@media only screen and (max-width: 736px) {
  .navigation .page-numbers.prev {
    margin-right: 1vw;
  }
}
.navigation .page-numbers.next {
  margin-left: 10px;
}
@media only screen and (max-width: 736px) {
  .navigation .page-numbers.next {
    margin-left: 1vw;
  }
}

#page-count {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #page-count {
    margin: 6vw auto 0;
  }
}
@media only screen and (max-width: 736px) {
  #page-count li {
    min-width: 10vw;
  }
}
#page-count li a {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 736px) {
  #page-count li a {
    font-size: 3.2vw;
  }
}
#page-count li.previous, #page-count li.next {
  min-width: 75px;
}
@media only screen and (max-width: 736px) {
  #page-count li.previous, #page-count li.next {
    min-width: 17vw;
  }
}
#page-count li.list {
  position: absolute;
  top: -10%;
  bottom: 0;
  margin: auto;
  display: table;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 736px) {
  #page-count li.list {
    top: 0;
  }
}

.wrapper.-single {
  width: 675px;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 736px) {
  .wrapper.-single {
    width: 87.890625vw;
    padding-top: 0;
  }
}
.wrapper.-single .top_box {
  border-bottom: solid 1px #005bb6;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .wrapper.-single .top_box {
    margin-bottom: 6vw;
    padding-bottom: 6vw;
  }
}
.wrapper.-single .top_box .single_ttl {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 140%;
}
@media only screen and (max-width: 736px) {
  .wrapper.-single .top_box .single_ttl {
    font-size: 4.1666666667vw;
    margin-bottom: 4vw;
  }
}
.wrapper.-single .top_box .single_user {
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .wrapper.-single .top_box .single_user {
    font-size: 3.3854166667vw;
  }
}
.wrapper.-single .top_box .single_cat {
  margin-top: 20px;
}
@media only screen and (max-width: 736px) {
  .wrapper.-single .top_box .single_cat {
    margin-top: 4vw;
  }
}
.wrapper.-single .top_box .single_cat li {
  border: solid 1px #005bb6;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 3px;
}
@media only screen and (max-width: 736px) {
  .wrapper.-single .top_box .single_cat li {
    font-size: 2.0833333333vw;
  }
}

.single_content a {
  text-decoration: underline;
  word-break: break-all;
}
.single_content p {
  margin-bottom: 30px;
  line-height: 160%;
  word-break: break-all;
}
.single_content h2 {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 140%;
  margin-bottom: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  .single_content h2 {
    font-size: 3.3854166667vw;
    margin-bottom: 4vw;
  }
}
.single_content h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 1em;
  font-weight: 500;
}
@media only screen and (max-width: 736px) {
  .single_content h3 {
    font-size: 3.125vw;
    margin-bottom: 4vw;
  }
}
.single_content h3:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #24c0fd;
}
@media only screen and (max-width: 736px) {
  .single_content h3:before {
    top: 6px;
  }
}
.single_content h4 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 160%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: solid 1px #24c0fd;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .single_content h4 {
    font-size: 3.125vw;
    margin-bottom: 4vw;
    padding-bottom: 2vw;
  }
}
.single_content h5, .single_content h6 {
  color: #24c0fd;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 736px) {
  .single_content h5, .single_content h6 {
    font-size: 2.6041666667vw;
  }
}
.single_content h6 {
  font-weight: 500;
}
.single_content img {
  width: auto;
  max-width: 100%;
}
.single_content .wp-block-image {
  margin-bottom: 30px;
}
.single_content .wp-block-button__link {
  background: #005bb6;
  text-decoration: none;
  font-size: 15px;
}
@media only screen and (max-width: 736px) {
  .single_content .wp-block-button__link {
    font-size: 2.6041666667vw;
  }
}
.single_content .is-style-outline .wp-block-button__link {
  border: solid 2px #005bb6;
  background: #fff;
  color: #005bb6 !important;
}
.single_content .wp-block-buttons {
  margin: 20px 0;
}
@media only screen and (max-width: 736px) {
  .single_content .wp-block-buttons {
    margin: 4vw 0;
  }
}
.single_content ul {
  list-style: disc;
}
.single_content ol {
  list-style: compact;
}
.single_content ul, .single_content ol {
  font-size: 16px;
  padding-left: 20px;
}
@media only screen and (max-width: 736px) {
  .single_content ul, .single_content ol {
    font-size: 2.6041666667vw;
  }
}

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/**
EC-CUBE リセット
 */
body {
  background: none;
}

.ec-layoutRole {
  background: none;
}
.ec-layoutRole .ec-layoutRole__contents {
  max-width: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #005bb6;
}
@media only screen and (max-width: 736px) {
  body {
    font-size: 2.8645833333vw;
  }
}

h2, h3, h4, h5, p, li, dt, dd, input, textarea, th, td, span {
  line-height: 140%;
}

a {
  color: #005bb6;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
  display: block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    color: black;
    text-decoration: none;
    display: inline-block;
    pointer-events: none;
  }
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.inner {
  width: 990px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner {
    width: 90vw;
  }
}
@media only screen and (max-width: 736px) {
  .inner {
    width: 91.1458333333vw;
  }
}

.inner_in {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner_in {
    width: 89.0909090909vw;
  }
}
@media only screen and (max-width: 768px) {
  .inner_in {
    width: 90%;
  }
}
@media only screen and (max-width: 736px) {
  .inner_in {
    width: 91.1458333333vw;
  }
}

.other_inner {
  width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .other_inner {
    width: 92.7272727273vw;
  }
}
@media only screen and (max-width: 736px) {
  .other_inner {
    width: 91.1458333333vw;
  }
}

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

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

a[href^=tel] {
  cursor: text;
}
@media only screen and (max-width: 736px) {
  a[href^=tel] {
    cursor: pointer;
    display: inline-block;
  }
}

span[data-aos],
strong[data-aos],
small[data-aos] {
  display: inline-block;
}

main {
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (max-width: 736px) {
  main {
    margin-top: 5.2083333333vw;
  }
}
main .main_ttl {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 736px) {
  main .main_ttl {
    font-size: 3.2552083333vw;
  }
}
main .main_ttl span {
  display: block;
  font-weight: 900;
  font-size: 48px;
  line-height: 90%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  main .main_ttl span {
    font-size: 7.8125vw;
  }
}
main .main_btn {
  display: table;
  margin: 0 auto;
}
main .main_btn a {
  font-size: 20px;
  font-weight: 700;
  color: #005bb6;
  text-align: center;
  width: 250px;
  background: #ffc699;
  border-radius: 30px;
  position: relative;
  padding: 20px 0;
  border: solid 2px #005bb6;
}
@media only screen and (max-width: 736px) {
  main .main_btn a {
    width: 40.625vw;
    padding: 3vw 0;
    font-size: 3.2552083333vw;
  }
}
main .main_btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  border-left: 8px solid #005bb6;
}
@media only screen and (max-width: 736px) {
  main .main_btn a:after {
    right: 4vw;
    border-left: 1.2vw solid #005bb6;
  }
}
main .main_btn a:hover {
  background: #005bb6;
  color: #fff;
  opacity: 1;
}
main .main_btn a:hover:after {
  border-left: 8px solid #fff;
}
@media only screen and (max-width: 736px) {
  main .main_btn a:hover:after {
    right: 4vw;
    border-left: 1.2vw solid #fff;
  }
}
main .arrow:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 0 7px;
  border-left: 8px solid #ffc699;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media only screen and (max-width: 736px) {
  main .arrow:after {
    border-left: 1.2vw solid #ffc699;
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
  }
}

.other_page .wrapper {
  margin-bottom: 55px;
}
@media only screen and (max-width: 736px) {
  .other_page .wrapper {
    margin-bottom: 10vw;
  }
}
.other_page #mv_other {
  width: 1200px;
  height: 200px;
  display: table;
  margin: 0 auto 45px;
  border-radius: 25px;
  background: url(../img/other_bk.webp) #24c0fd no-repeat center bottom/contain;
}
@media only screen and (max-width: 1250px) {
  .other_page #mv_other {
    width: 96vw;
  }
}
@media only screen and (max-width: 736px) {
  .other_page #mv_other {
    width: 89.84375vw;
    height: 41.2760416667vw;
    border-radius: 3.2552083333vw;
    background: url(../img/other_bksp.webp) #24c0fd no-repeat center bottom/contain;
  }
}
.other_page #mv_other .main_ttl {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 736px) {
  .other_page #mv_other .main_ttl {
    padding-bottom: 9vw;
  }
}

#p-index #mv {
  position: relative;
  background: url(../img/mv_bk.webp) no-repeat center top/contain;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  #p-index #mv {
    background: url(../img/mv_bksp.webp) no-repeat center top/contain;
  }
}
#p-index #mv .mv_ttl {
  position: absolute;
  top: 65px;
  text-align: center;
  width: 100%;
  font-size: 38px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 1185px) {
  #p-index #mv .mv_ttl {
    top: 5.4852320675vw;
    font-size: 3.2067510549vw;
  }
}
@media only screen and (max-width: 768px) {
  #p-index #mv .mv_ttl {
    top: 40px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #mv .mv_ttl {
    top: 12vw;
    line-height: 160%;
    font-size: 4.9479166667vw;
  }
}
#p-index #mv img {
  max-width: 1240px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 736px) {
  #p-index #mv img {
    max-width: 89.84375vw;
  }
}
#p-index #index_about {
  padding: 90px 0 120px;
  background: url(../img/about_bk.jpg) no-repeat left top/cover;
}
@media only screen and (max-width: 736px) {
  #p-index #index_about {
    padding: 7.8125vw 0 11.71875vw;
    background: url(../img/about_bksp.jpg) no-repeat left top/cover;
  }
}
#p-index #index_about .inner {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  #p-index #index_about .inner {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #p-index #index_about .inner {
    width: 95%;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_about .inner {
    display: block;
    width: 89.84375vw;
  }
}
#p-index #index_about .main_ttl {
  margin-right: 140px;
}
@media only screen and (max-width: 1100px) {
  #p-index #index_about .main_ttl {
    margin-right: 0;
    margin-bottom: 6vw;
  }
}
#p-index #index_about .about_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 170%;
  max-width: 720px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_about .about_text {
    font-size: 3.125vw;
  }
}
#p-index #index_about .about_text strong {
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_about .about_text strong {
    font-size: 3.6458333333vw;
  }
}
#p-index #index_case {
  padding: 80px 0 85px;
  background: #005bb6;
}
@media only screen and (max-width: 767px) {
  #p-index #index_case {
    padding: 10vw 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_case {
    padding: 10.4166666667vw 0 11.0677083333vw;
  }
}
#p-index #index_case .swiper {
  margin-bottom: 55px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .swiper {
    margin-bottom: 6.5104166667vw;
  }
}
#p-index #index_case .main_ttl {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .main_ttl {
    margin-bottom: 7vw;
  }
}
#p-index #index_case .main_ttl span {
  color: #fff;
  text-align: center;
}
#p-index #index_case .swiper-wrapper {
  z-index: 2;
}
#p-index #index_case .swiper-slide {
  position: relative;
  width: 990px !important;
  margin: 0 8px !important;
  background: #fff;
  min-height: 450px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 60px 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  #p-index #index_case .swiper-slide {
    padding: 60px 5.5555555556vw 50px;
    width: 91.6666666667vw !important;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .swiper-slide {
    display: block;
    border-radius: 2.6041666667vw;
    width: 69.0104166667vw !important;
    margin: 0 1.3020833333vw !important;
    padding: 8.4635416667vw 7.8125vw;
  }
}
#p-index #index_case .swiper-slide a:hover {
  opacity: 1;
}
#p-index #index_case .l_box {
  width: 404px;
}
@media only screen and (max-width: 1080px) {
  #p-index #index_case .l_box {
    width: 37.4074074074vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .l_box {
    width: 100%;
  }
}
#p-index #index_case .l_box .case_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .l_box .case_img {
    height: 36.4583333333vw;
    margin-bottom: 3vw;
  }
}
#p-index #index_case .l_box .case_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
#p-index #index_case .l_box .case_user {
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .l_box .case_user {
    margin-bottom: 2vw;
    font-size: 3.3854166667vw;
  }
}
#p-index #index_case .r_box {
  width: 414px;
}
@media only screen and (max-width: 1080px) {
  #p-index #index_case .r_box {
    width: 38.3333333333vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .r_box {
    width: 100%;
  }
}
#p-index #index_case .r_box .case_ttl {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 160%;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .r_box .case_ttl {
    margin-bottom: 3vw;
    font-size: 3.7760416667vw;
  }
}
#p-index #index_case .r_box .case_text {
  line-height: 160%;
  margin-bottom: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .r_box .case_text {
    margin-bottom: 4vw;
  }
}
#p-index #index_case .r_box .more_btn {
  display: table;
  margin-left: auto;
  margin-right: 0;
}
#p-index #index_case .r_box .more_btn a {
  font-weight: 700;
}
#p-index #index_case .r_box .more_btn a:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 0 7px;
  vertical-align: middle;
  border-left: 8px solid #ffc699;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .r_box .more_btn a:after {
    border-left: 1.2vw solid #ffc699;
    border-top: 0.8vw solid transparent;
    border-bottom: 0.8vw solid transparent;
  }
}
#p-index #index_case .swiper-button {
  width: 1050px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 45px;
  z-index: 2;
}
@media only screen and (max-width: 1080px) {
  #p-index #index_case .swiper-button {
    width: 97.2222222222vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .swiper-button {
    width: 78.90625vw;
    height: 5.859375vw;
  }
}
#p-index #index_case .swiper-button .swiper-button-prev, #p-index #index_case .swiper-button .swiper-button-next {
  background: none;
  top: 0;
  width: 45px;
  height: 45px;
  margin-top: 0;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .swiper-button .swiper-button-prev, #p-index #index_case .swiper-button .swiper-button-next {
    width: 5.859375vw;
    height: 5.859375vw;
  }
}
#p-index #index_case .swiper-button .swiper-button-prev:after, #p-index #index_case .swiper-button .swiper-button-next:after {
  display: none;
}
#p-index #index_case .swiper-button .swiper-button-next {
  right: 0;
}
#p-index #index_case .swiper-button .swiper-button-prev {
  left: 0;
}
#p-index #index_case .main_btn a:hover {
  background: #fff;
  color: #005bb6;
  opacity: 1;
}
#p-index #index_case .main_btn a:hover:after {
  border-left: 8px solid #005bb6;
}
@media only screen and (max-width: 736px) {
  #p-index #index_case .main_btn a:hover:after {
    right: 4vw;
    border-left: 1.2vw solid #005bb6;
  }
}
#p-index #index_blog {
  padding: 80px 0 100px;
  background: url(../img/blog_bk.jpg) no-repeat left top/cover;
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog {
    background: url(../img/blog_bksp.jpg) no-repeat left top/cover;
    padding: 9.765625vw 0 12.3697916667vw;
  }
}
#p-index #index_blog .main_ttl {
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .main_ttl {
    margin-bottom: 5.859375vw;
  }
}
#p-index #index_blog .blog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .blog_list {
    margin-bottom: 8vw;
  }
}
#p-index #index_blog .blog_list .box {
  width: 308px;
  margin: 0 15px 10px;
}
@media only screen and (max-width: 1040px) {
  #p-index #index_blog .blog_list .box {
    width: 29.6153846154vw;
    margin: 0 1.4423076923vw 10px;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .blog_list .box {
    width: 42.96875vw;
    margin: 0 1.6927083333vw 0;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .blog_list .box:nth-child(3) {
    display: none;
  }
}
#p-index #index_blog .blog_list .box a:hover {
  opacity: 1;
}
#p-index #index_blog .blog_list .box a:hover img {
  transform: scale(1.05, 1.05);
}
#p-index #index_blog .blog_list .box .blog_img {
  height: 230px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .blog_list .box .blog_img {
    height: 32.1614583333vw;
    margin-bottom: 3vw;
    border-radius: 2.6041666667vw;
  }
}
#p-index #index_blog .blog_list .box .blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
#p-index #index_blog .blog_list .box .blog_user {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .blog_list .box .blog_user {
    margin-bottom: 1.5vw;
    font-size: 2.734375vw;
  }
}
#p-index #index_blog .blog_list .box .blog_ttl {
  margin-bottom: 10px;
  line-height: 160%;
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .blog_list .box .blog_ttl {
    margin-bottom: 2vw;
  }
}
#p-index #index_blog .blog_list .blog_cat li {
  border: solid 1px #005bb6;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 3px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_blog .blog_list .blog_cat li {
    padding: 0.5vw 1vw;
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    font-size: 1.953125vw;
  }
}
#p-index #index_companies {
  background: rgba(240, 245, 251, 0.6);
  padding: 105px 0 85px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_companies {
    padding: 10.4166666667vw 0 11.71875vw;
  }
}
#p-index #index_companies .main_ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_companies .main_ttl {
    margin-bottom: 5.859375vw;
  }
}
#p-index #index_companies .companies_list {
  display: flex;
  flex-wrap: wrap;
  width: 1010px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1100px) {
  #p-index #index_companies .companies_list {
    width: 91.8181818182vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_companies .companies_list {
    width: 90vw;
    margin-bottom: 5vw;
  }
}
#p-index #index_companies .companies_list li {
  width: 178px;
  height: 178px;
  margin: 0 12px 25px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #p-index #index_companies .companies_list li {
    width: 16.1818181818vw;
    height: 16.1818181818vw;
    margin: 0 1.0909090909vw 25px;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_companies .companies_list li {
    border-radius: 2.6041666667vw;
    width: 20.3125vw;
    height: 20.3125vw;
    margin-bottom: 2.1vw;
  }
}
#p-index #index_companies .companies_list li a {
  width: 100%;
  height: 100%;
}
#p-index #index_companies .companies_list li a:hover {
  opacity: 1;
}
#p-index #index_companies .companies_list li a:hover img {
  transform: scale(1.05, 1.05);
}
#p-index #index_companies .companies_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
#p-index #index_contact {
  background: #24c0fd;
  padding-top: 105px;
}
@media only screen and (max-width: 736px) {
  #p-index #index_contact {
    padding-top: 10.4166666667vw;
    padding-bottom: 3vw;
  }
}
#p-index #index_contact .contact_btn {
  width: 990px;
  margin: 0 auto;
  display: table;
  background: #ffc699;
  border: solid 2px #005bb6;
  position: relative;
  padding: 50px 0;
  border-radius: 20px;
}
@media only screen and (max-width: 1100px) {
  #p-index #index_contact .contact_btn {
    width: 90vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_contact .contact_btn {
    padding: 6vw 0;
    border-radius: 2.6041666667vw;
    width: 91.1458333333vw;
  }
}
#p-index #index_contact .contact_btn:hover {
  opacity: 1;
  background: #005bb6;
  color: #fff;
}
#p-index #index_contact .contact_btn:hover span:after {
  border-left: 8px solid #fff;
}
@media only screen and (max-width: 736px) {
  #p-index #index_contact .contact_btn:hover span:after {
    border-left: 1.2vw solid #fff;
  }
}
#p-index #index_contact .contact_btn .contact_illust01 {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 296px;
}
@media only screen and (max-width: 1100px) {
  #p-index #index_contact .contact_btn .contact_illust01 {
    width: 26.9090909091vw;
    left: 2.7272727273vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_contact .contact_btn .contact_illust01 {
    width: 14.1927083333vw;
  }
}
#p-index #index_contact .contact_btn .contact_illust02 {
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 296px;
}
@media only screen and (max-width: 1100px) {
  #p-index #index_contact .contact_btn .contact_illust02 {
    width: 26.9090909091vw;
    right: 2.7272727273vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-index #index_contact .contact_btn .contact_illust02 {
    width: 14.1927083333vw;
  }
}
#p-index #index_contact .contact_btn span {
  font-size: 20px;
  font-weight: 700;
  display: table;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 736px) {
  #p-index #index_contact .contact_btn span {
    font-size: 3.2552083333vw;
  }
}
#p-index #index_contact .contact_btn span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  border-left: 8px solid #005bb6;
}
@media only screen and (max-width: 736px) {
  #p-index #index_contact .contact_btn span:after {
    right: -3vw;
    border-left: 1.2vw solid #005bb6;
  }
}
#p-index #footer {
  background-color: #24c0fd;
}

@media only screen and (max-width: 736px) {
  #p-case .wrapper.other_inner {
    width: 93.75vw;
  }
}
#p-case .case_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  #p-case .case_list {
    margin-bottom: 8vw;
  }
}
#p-case .case_list li {
  width: 308px;
  margin: 0 15px 35px;
}
@media only screen and (max-width: 1100px) {
  #p-case .case_list li {
    width: 28vw;
    margin: 0 1.3636363636vw 35px;
  }
}
@media only screen and (max-width: 736px) {
  #p-case .case_list li {
    width: 42.96875vw;
    margin: 0 1.953125vw 7vw;
  }
}
#p-case .case_list li .case_img {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 230px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #p-case .case_list li .case_img {
    height: 20vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-case .case_list li .case_img {
    margin-bottom: 3vw;
    height: 32.1614583333vw;
    border-radius: 2.2135416667vw;
  }
}
#p-case .case_list li .case_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#p-case .case_list li .case_user {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  #p-case .case_list li .case_user {
    margin-bottom: 1.5vw;
    font-size: 2.734375vw;
  }
}

@media only screen and (max-width: 736px) {
  #p-blog .wrapper.other_inner {
    width: 93.75vw;
  }
}
#p-blog .blog_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (max-width: 736px) {
  #p-blog .blog_list {
    margin-bottom: 8vw;
  }
}
#p-blog .blog_list .box {
  width: 308px;
  margin: 0 15px 35px;
}
@media only screen and (max-width: 1100px) {
  #p-blog .blog_list .box {
    width: 28vw;
    margin: 0 1.3636363636vw 35px;
  }
}
@media only screen and (max-width: 736px) {
  #p-blog .blog_list .box {
    width: 42.96875vw;
    margin: 0 1.953125vw 7vw;
  }
}
#p-blog .blog_list .box .blog_img {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 230px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #p-blog .blog_list .box .blog_img {
    height: 20vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-blog .blog_list .box .blog_img {
    margin-bottom: 3vw;
    height: 32.1614583333vw;
    border-radius: 2.2135416667vw;
  }
}
#p-blog .blog_list .box .blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#p-blog .blog_list .box .blog_user {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  #p-blog .blog_list .box .blog_user {
    margin-bottom: 1.5vw;
    font-size: 2.734375vw;
  }
}
#p-blog .blog_list .box .blog_ttl {
  margin-bottom: 15px;
}
@media only screen and (max-width: 736px) {
  #p-blog .blog_list .box .blog_ttl {
    margin-bottom: 2vw;
  }
}
#p-blog .blog_list .box .blog_cat li {
  border: solid 1px #005bb6;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 3px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 736px) {
  #p-blog .blog_list .box .blog_cat li {
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    padding: 0.8vw 1.1vw;
    font-size: 2.0833333333vw;
  }
}

#p-companies #mv_other {
  margin-bottom: 55px;
}
@media only screen and (max-width: 736px) {
  #p-companies #mv_other {
    margin-bottom: 7vw;
  }
}
#p-companies .wrapper .companies_list {
  margin-bottom: 60px;
}
#p-companies .wrapper .companies_list li {
  background: rgba(0, 91, 182, 0.1);
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media only screen and (max-width: 1100px) {
  #p-companies .wrapper .companies_list li {
    padding: 4.0909090909vw;
  }
}
@media only screen and (max-width: 768px) {
  #p-companies .wrapper .companies_list li {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list li {
    padding: 10.3244837758vw 12.5368731563vw;
    border-radius: 2.9498525074vw;
  }
}
#p-companies .wrapper .companies_list .companies_img {
  width: 405px;
}
@media only screen and (max-width: 1100px) {
  #p-companies .wrapper .companies_list .companies_img {
    width: 36.8181818182vw;
  }
}
@media only screen and (max-width: 768px) {
  #p-companies .wrapper .companies_list .companies_img {
    width: 70%;
    margin: 0 auto 4vw;
  }
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list .companies_img {
    width: 59.587020649vw;
    margin-bottom: 5vw;
  }
}
#p-companies .wrapper .companies_list .right_box {
  width: 450px;
}
@media only screen and (max-width: 1100px) {
  #p-companies .wrapper .companies_list .right_box {
    width: 40.9090909091vw;
  }
}
@media only screen and (max-width: 768px) {
  #p-companies .wrapper .companies_list .right_box {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list .right_box {
    width: 100%;
  }
}
#p-companies .wrapper .companies_list .companies_user {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list .companies_user {
    text-align: center;
    font-size: 4.7935103245vw;
    margin-bottom: 4vw;
  }
}
#p-companies .wrapper .companies_list .companies_table {
  margin-bottom: 25px;
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list .companies_table {
    margin-bottom: 3vw;
  }
}
#p-companies .wrapper .companies_list .companies_table tr {
  padding-bottom: 10px;
}
#p-companies .wrapper .companies_list .companies_table th, #p-companies .wrapper .companies_list .companies_table td {
  padding-bottom: 14px;
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list .companies_table th, #p-companies .wrapper .companies_list .companies_table td {
    padding-bottom: 2vw;
  }
}
#p-companies .wrapper .companies_list .companies_table th {
  padding-right: 20px;
  width: 120px;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list .companies_table th {
    width: 16.9616519174vw;
    box-sizing: unset;
    padding-right: 0;
  }
}
#p-companies .wrapper .companies_list .companies_table td {
  word-break: break-all;
}
#p-companies .wrapper .companies_list .companies_table a {
  word-wrap: break-word;
}
#p-companies .wrapper .companies_list .main_btn {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #p-companies .wrapper .companies_list .main_btn {
    margin: auto;
  }
}
#p-companies .wrapper .companies_list .main_btn a {
  font-size: 15px;
  padding: 8px 0;
  width: 185px;
}
@media only screen and (max-width: 736px) {
  #p-companies .wrapper .companies_list .main_btn a {
    padding: 3vw 0;
    width: 46.017699115vw;
    font-size: 3.6873156342vw;
  }
}
#p-companies .wrapper .companies_list .main_btn a:after {
  right: 12px;
  border-left: 6px solid #005bb6;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}