@charset "UTF-8";
/*
Theme Name: recruit_001
Author: HPselect
Description: HPselect recruit_001
*/
html, body, div, 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, strong, sub, sup, tt, var,
b, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

.rr {
  color: #ff0000;
}

a {
  outline: none;
  color: #444444;
  text-decoration: none;
}
a:hover, a:active {
  color: #585858;
}

a:focus {
  outline: none;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.fwb {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.fwn {
  font-weight: 500;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.indents {
  padding-left: 1em;
  text-indent: -1em;
}

.br:after {
  content: "\A";
  white-space: pre;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}

body {
  background: #ffffff;
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

*:first-child + html body {
  /* for IF7 */
  font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

[hidden] {
  display: none;
}

.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wrap_link {
  cursor: pointer;
}

/* ---------------------------------------- */
/* ----- parts ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .pc_none {
    display: none;
  }

  .hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .hover:active, .hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }

  .hover2 {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .hover2:active, .hover2:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }

  .pc_br:after {
    content: "\A";
    white-space: pre;
  }
}
@media only screen and (min-width: 559px) and (max-width: 959px) {
  .tb_br:after {
    content: "\A";
    white-space: pre;
  }

  .tb_none {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .tbsp_none {
    display: none;
  }

  .tbsp_br:after {
    content: "\A";
    white-space: pre;
  }
}
@media only screen and (max-width: 560px) {
  .sp_none {
    display: none;
  }

  .sp_br:after {
    content: "\A";
    white-space: pre;
  }
}
@media only screen and (min-width: 960px) {
  .hover_img {
    overflow: hidden;
  }
  .hover_img img {
    display: block;
    transition-duration: 0.6s;
  }
  .hover_img img:hover {
    transform: scale(1.1);
    transition-duration: 0.6s;
  }
}
/* ---------------------------------------- */
/* ----- parts ----- */
/* ---------------------------------------- */
.all_txt p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.2em;
}
.all_txt p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
  .all_txt p {
    font-size: 3.2vw;
  }
}
/* ---------------------------------------- */
/* ----- head ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .all_line_link a {
    display: inline-block;
    position: relative;
    color: #555;
    text-decoration: none;
  }
  .all_line_link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1.5px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: left;
    transition: 0.4s;
  }
  .all_line_link a:hover:before {
    transform: scale(1);
  }
}
@media only screen and (min-width: 960px) {
  #header {
    width: 100%;
    margin-top: 40px;
    padding: 40px 0 30px 0;
    position: fixed;
    top: 0;
    z-index: 9999999998;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header .logo_bl {
    position: absolute;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header .logo_ww {
    position: absolute;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header.settop {
    margin-top: 0px;
    padding: 25px 0 25px 0;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 5px #dfdfdf;
    -webkit-box-shadow: 0px 0px 5px #dfdfdf;
    box-shadow: 0px 0px 5px #dfdfdf;
  }
  #header.settop .logo_ww {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header.settop .logo_bl {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header.settop #navcontent ul li a {
    margin-top: 5px;
    color: #444444;
  }
  #header.settop .all_line_link a:before {
    background: #444444;
  }

  .h_wrap {
    width: 1454px;
    max-width: 90%;
    margin: 0 auto;
  }

  .head_cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .head_cont #logo {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    width: 30%;
    max-width: 180px;
    height: 39px;
    position: relative;
  }

  #navcontent {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    margin-left: auto;
  }
  #navcontent ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #navcontent ul li {
    margin-left: 30px;
  }
  #navcontent ul li:first-of-type {
    margin-left: 0;
  }
  #navcontent ul li a {
    color: #ffffff;
  }
}
@media only screen and (max-width: 959px) {
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999998;
  }
  #header .head_cont {
    width: 100%;
    padding: 10vw 0 10vw 4vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999998;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #header .head_cont .sp_btn .hamburger {
    padding-right: 5vw;
    margin-top: 6vw;
  }
  #header .h_txt {
    display: none;
  }
  #header .logo_bl {
    position: absolute;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header .logo_bl.open {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header .logo_ww {
    position: absolute;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header.settop .head_cont {
    padding: 3.5vw 0 10vw 4vw;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 5px #dfdfdf;
    -webkit-box-shadow: 0px 0px 5px #dfdfdf;
    box-shadow: 0px 0px 5px #dfdfdf;
  }
  #header.settop .head_cont .sp_btn .hamburger {
    padding-right: 0;
    margin-top: 0;
  }
  #header.settop .logo_ww {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header.settop .logo_bl {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header.settop #navcontent ul li a {
    color: #444444;
  }
  #header #logo {
    width: 32%;
    margin-top: 1vw;
    margin-left: 3.5vw;
    margin-right: auto;
    background: none;
    position: fixed;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header #logo img {
    width: 25vw;
  }
  #header .h_btn {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
  #header .h_btn.entry {
    margin-bottom: 2.2vw;
  }
  #header .link-ul {
    margin-right: 2vw;
    padding-top: 18vw;
  }
  #header .link-ul a {
    text-align: left;
  }
}
@media only screen and (max-width: 959px) {
  .sp_btn .hamburger {
    display: block;
    position: fixed;
    z-index: 99999999999;
    right: 0;
    top: 0;
    width: 14.5vw;
    height: 14vw;
    cursor: pointer;
    text-align: center;
  }
  .sp_btn .hamburger span {
    display: block;
    position: absolute;
    width: 6.3vw;
    height: 2px;
    left: 4.6vw;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp_btn .hamburger span:nth-child(1) {
    top: 5vw;
  }
  .sp_btn .hamburger span:nth-child(2) {
    top: 7vw;
  }
  .sp_btn .hamburger span:nth-child(3) {
    top: 9vw;
  }
  .sp_btn .hamburger.active span:nth-child(1) {
    top: 6.5vw;
    left: 4.6vw;
    background: #444444;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp_btn .hamburger.active span:nth-child(2), .sp_btn .hamburger.active span:nth-child(3) {
    top: 6.5vw;
    background: #444444;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sp_nav_area {
    height: 100vh;
    overflow-y: scroll;
  }

  .globalMenuSp {
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    color: #444444;
    background: #ffffff;
    width: 100%;
    height: calc(100vh - 0px);
    overflow: scroll;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .globalMenuSp ul {
    margin: 0 auto;
    padding: 20% 8% 4% 8%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .globalMenuSp ul ul {
    padding: 0;
  }
  .globalMenuSp ul .nav_link {
    pointer-events: none;
  }
  .globalMenuSp ul li {
    list-style-type: none;
    border-bottom: solid 1px #dbdbdb;
    transition: .4s all;
    font-size: 4vw;
  }
  .globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  .globalMenuSp ul li a {
    color: #444444;
    display: block;
    padding: 3vw 0;
  }
  .globalMenuSp.active {
    pointer-events: auto;
    opacity: 100;
  }
  .globalMenuSp .close-btn {
    padding-bottom: 10vw;
  }
  .globalMenuSp .close-nav {
    width: 40%;
    margin: 6vw auto 0 auto;
    padding: 2.5vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #444444;
    border: solid 1px #444444;
    font-size: 3.2vw;
  }
  .globalMenuSp .close-parts {
    display: inline-block;
    width: 5vw;
    height: 5vw;
    margin-right: 2vw;
    position: relative;
    cursor: pointer;
  }
  .globalMenuSp .close-parts span::before,
  .globalMenuSp .close-parts span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 4vw;
    height: 1px;
    background: #444444;
  }
  .globalMenuSp .close-parts span::before {
    transform: rotate(-45deg);
  }
  .globalMenuSp .close-parts span::after {
    transform: rotate(45deg);
  }

  .head_nav_cont .head_tel {
    text-align: center;
    font-size: 3.6vw;
  }
  .head_nav_cont .head_tel .num {
    font-size: 7vw;
  }
  .head_nav_cont .head_tel a {
    color: #444444;
  }
  .head_nav_cont .head_time {
    text-align: center;
    font-size: 2.8vw;
  }
  .head_nav_cont .head_btn_contact {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }
  .head_nav_cont .head_btn_contact a {
    width: 80%;
    margin: 6vw auto 0 auto;
    padding: 3vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #444444;
    border: solid 1px #444444;
    font-size: 3.2vw;
  }
  .head_nav_cont .head_sns {
    margin: 4vw auto;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .head_nav_cont .head_sns li {
    padding: 0;
    border-bottom: none;
    margin-top: 0vw;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 959px) {
  #header.settop .sp_btn .hamburger span {
    background: #444444;
  }
}
/* ---------------------------------------- */
/* ----- mv ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  #slider {
    width: 96%;
    height: 95vh;
    margin: 20px auto;
    position: relative;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  #slider .txt_logo {
    width: 100%;
    position: absolute;
    left: 8%;
    bottom: 30%;
  }
  #slider .txt_logo img {
    width: 800px;
  }
  #slider .logo {
    width: 250px;
    position: absolute;
    right: 11%;
    bottom: 8%;
    color: #ffffff;
  }
}
@media only screen and (max-width: 959px) {
  #slider {
    width: 96%;
    height: 75vh;
    margin: 5vw auto 10vw auto;
    position: relative;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  #slider .txt_logo {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40%;
  }
  #slider .txt_logo img {
    width: 250px;
  }
  #slider .logo {
    width: 150px;
    position: absolute;
    right: 7%;
    bottom: 6%;
    line-height: 1.5;
    font-size: 2.3vw;
    color: #ffffff;
  }
}
/* ---------------------------------------- */
/* ----- content-01-box ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .content-01-box .wrap-01-box {
    width: 1600px;
    max-width: 90%;
    margin: 0 auto 0 auto;
    padding: 50px 0 100px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .content-01-box .img_c01 {
    width: 65%;
    max-width: 900px;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .content-01-box .img_c01 img {
    width: 100%;
  }
  .content-01-box .cont_c01 {
    padding: 0 60px;
    padding-right: 0;
    padding-left: 90px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .content-01-box .ttl_c01_top {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
  }
  .content-01-box .btn_c01 {
    margin-top: 60px;
  }
  .content-01-box:nth-child(even) .img_c01 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .content-01-box:nth-child(even) .cont_c01 {
    padding: 0 60px;
    padding-right: 90px;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1434px) {
  .content-01-box .wrap-01-box {
    width: 1400px;
    max-width: 85%;
    padding: 50px 0 50px 0;
  }
  .content-01-box .img_c01 {
    width: 55%;
  }
  .content-01-box .ttl_c01_top {
    margin-bottom: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 959px) {
  .content-01-box {
    margin-bottom: 15vw;
  }
  .content-01-box .wrap-01-box {
    width: 85%;
    margin: 0 auto 5vw auto;
  }
  .content-01-box .img_c01 {
    text-align: center;
  }
  .content-01-box .img_c01 img {
    width: 100%;
  }
  .content-01-box .cont_c01 {
    margin-top: 6vw;
  }
  .content-01-box .ttl_c01_top {
    margin-bottom: 4vw;
    line-height: 1.5;
    font-size: 4vw;
    font-weight: bold;
  }
}
/* ---------------------------------------- */
/* ----- op-message-box ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .top-message-box {
    margin: 200px auto 150px auto;
    min-height: 500px;
  }
  .top-message-box .waku-message {
    width: 1500px;
    max-width: 90%;
    min-height: 400px;
    margin: 0 auto;
    padding: 70px 0 60px 0;
    background: #f8f8f8;
    position: relative;
  }
  .top-message-box .img-message {
    width: 80%;
    max-width: 783px;
    position: absolute;
    left: -80px;
    top: -60px;
  }
  .top-message-box .cont-message {
    width: 43%;
    padding-top: 100px;
    margin-right: 100px;
    margin-left: auto;
  }
  .top-message-box .ttl-message {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5;
  }
  .top-message-box .txt_c01 {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1700px) {
  .top-message-box {
    margin: 200px auto 50px auto;
    min-height: 350px;
  }
  .top-message-box .waku-message {
    min-height: 350px;
  }
  .top-message-box .img-message {
    width: 50%;
    max-width: 783px;
    position: absolute;
    left: -80px;
    top: -60px;
  }
  .top-message-box .cont-message {
    width: 45%;
    padding-top: 70px;
    margin-right: 70px;
  }
  .top-message-box .ttl-message {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 959px) {
  .top-message-box {
    margin: 18vw auto 15vw auto;
  }
  .top-message-box .waku-message {
    width: 86%;
    margin: 0 auto;
    padding: 6vw 0 5vw 0;
    background: #f8f8f8;
    position: relative;
  }
  .top-message-box .img-message {
    width: 80%;
    position: absolute;
    left: -3vw;
    top: -5vw;
  }
  .top-message-box .cont-message {
    padding: 43vw 6vw 5vw 6vw;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-message-box .ttl-message {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .top-message-box .txt_c01 {
    margin-top: 3vw;
  }
}
.all_btn.btn-style-01 a {
  color: #3f3f3f;
  background: #ffffff;
  border: solid 1px #3f3f3f;
}

@media only screen and (min-width: 960px) {
  .all_btn.btn-style-01 a {
    padding: 15px 45px;
    border: solid 1px #3f3f3f;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .all_btn.btn-style-01 a:hover, .all_btn.btn-style-01 a:active {
    color: #ffffff;
    background: #3f3f3f;
  }
}
@media only screen and (max-width: 959px) {
  .all_btn.btn-style-01 {
    width: 80%;
    margin: 8vw auto 0 auto;
  }
  .all_btn.btn-style-01 a {
    text-align: center;
    display: block;
    padding: 3.5vw 0;
    font-size: 3.2vw;
  }
}
/* ---------------------------------------- */
/* ----- content-02-box ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .content-02-box {
    width: 1000px;
    max-width: 85%;
    margin: 80px auto 80px auto;
  }
  .content-02-box .ttl_co02_top {
    margin-bottom: 30px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  .content-02-box .ttl_co02_top::before {
    content: "=";
    margin-right: 15px;
  }
  .content-02-box .ttl_co02_top::after {
    content: "=";
    margin-left: 15px;
  }
  .content-02-box .img_co02 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 959px) {
  .content-02-box {
    width: 85%;
    margin: 10vw auto 10vw auto;
  }
  .content-02-box .ttl_co02_top {
    margin-bottom: 5vw;
    line-height: 1.5;
    font-weight: bold;
    font-size: 4.5vw;
    text-align: center;
  }
  .content-02-box .ttl_co02_top::before {
    content: "=";
    margin-right: 15px;
  }
  .content-02-box .ttl_co02_top::after {
    content: "=";
    margin-left: 15px;
  }
  .content-02-box .img_co02 {
    margin-bottom: 5vw;
  }
}
/* ---------------------------------------- */
/* ----- content-03-box ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .content-03-box {
    width: 1300px;
    max-width: 85%;
    margin: 50px auto 150px auto;
  }
  .content-03-box .ttl_co03_top {
    margin-bottom: 60px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  .content-03-box .ttl_co03_top::before {
    content: "=";
    margin-right: 15px;
  }
  .content-03-box .ttl_co03_top::after {
    content: "=";
    margin-left: 15px;
  }
  .content-03-box .wrap_co03 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .content-03-box .wrap_co03 .box_co03 {
    width: calc( (94% / 3) );
    margin-bottom: 40px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-03-box .wrap_co03::after {
    content: "";
    display: block;
    width: 30%;
  }
  .content-03-box .wrap_co03 .img_co03 {
    margin-bottom: 20px;
  }
  .content-03-box .wrap_co03 .ttl_co03 {
    margin-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
  .content-03-box .wrap_co03 .txt_c03.all_txt p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .content-03-box {
    width: 85%;
    margin: 0 auto 15vw auto;
  }
  .content-03-box .ttl_co03_top {
    margin-bottom: 8vw;
    line-height: 1.5;
    font-weight: bold;
    font-size: 4.5vw;
    text-align: center;
  }
  .content-03-box .ttl_co03_top::before {
    content: "=";
    margin-right: 15px;
  }
  .content-03-box .ttl_co03_top::after {
    content: "=";
    margin-left: 15px;
  }
  .content-03-box .wrap_co03 .box_co03 {
    margin-bottom: 14vw;
  }
  .content-03-box .wrap_co03 .img_co03 {
    margin-bottom: 5vw;
  }
  .content-03-box .wrap_co03 .ttl_co03 {
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
  }
}
/* ---------------------------------------- */
/* ----- foot ----- */
/* ---------------------------------------- */
#foot {
  width: 100%;
  background: #ffffff;
}

@media only screen and (min-width: 960px) {
  #foot {
    padding: 50px 0 50px 0;
  }
  #foot .copy_foot {
    width: 1400px;
    max-width: 85%;
    margin: 15px auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #foot .foot_cont {
    width: 1400px;
    max-width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #foot .foot_cont .foot_logo {
    margin-right: 100px;
  }
  #foot .foot_cont .foot_logo img {
    width: 180px;
  }
  #foot .foot_cont .foot_nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #foot .foot_cont .foot_nav ul li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 959px) {
  #foot {
    padding: 8vw 0 10vw 0;
  }
  #foot .copy_foot {
    width: 90%;
    margin: 15px auto;
    font-size: 2.8vw;
    text-align: center;
  }
  #foot .foot_cont {
    width: 90%;
    margin: 0 auto;
  }
  #foot .foot_cont .foot_logo {
    margin-bottom: 8vw;
    text-align: center;
  }
  #foot .foot_cont .foot_logo img {
    width: 35vw;
  }
  #foot .foot_cont .foot_nav ul {
    width: 90%;
    margin: 5vw auto;
  }
  #foot .foot_cont .foot_nav ul li {
    font-size: 3.8vw;
    margin-bottom: 8vw;
  }
}
/* ---------------------------------------- */
/* ----- content-main ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .ttl_style_01 {
    margin-bottom: 60px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
  }
  .ttl_style_01::before {
    content: "=";
    margin-right: 15px;
  }
  .ttl_style_01::after {
    content: "=";
    margin-left: 15px;
  }
}
@media only screen and (max-width: 959px) {
  .ttl_style_01 {
    margin-bottom: 8vw;
    line-height: 1.5;
    font-weight: bold;
    font-size: 4.5vw;
    text-align: center;
  }
  .ttl_style_01::before {
    content: "=";
    margin-right: 15px;
  }
  .ttl_style_01::after {
    content: "=";
    margin-left: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .ttl_style_02 {
    margin-bottom: 60px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    color: #3f3f3f;
  }
}
@media only screen and (max-width: 959px) {
  .ttl_style_02 {
    margin-bottom: 8vw;
    line-height: 1.5;
    font-weight: bold;
    font-size: 4.5vw;
    text-align: center;
    color: #3f3f3f;
  }
}
/* ---------------------------------------- */
/* ----- blog ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .blog-02-content {
    padding: 80px 0 120px 0;
  }
  .blog-02-content .wrap_bl01 {
    width: 1700px;
    max-width: 90%;
    margin: 0 auto;
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-02-content .bl01_ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .blog-02-content .bl01_ul li {
    width: calc( (98% / 3) );
    padding: 0 20px;
    margin-bottom: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-02-content .bl01_ul li .img_bl01 img {
    display: block;
    transition-duration: 0.3s;
  }
  .blog-02-content .bl01_ul li:hover .img_bl01 img, .blog-02-content .bl01_ul li:active .img_bl01 img {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
  .blog-02-content .bl01_ul::after {
    content: "";
    display: block;
    width: 30%;
  }
  .blog-02-content .bl01_ul .img_bl01 {
    overflow: hidden;
  }
  .blog-02-content .bl01_ul .img_bl01 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  .blog-02-content .bl01_ul .ttl_bl01 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .blog-02-content .bl01_ul .data {
    font-size: 15px;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #9c9c9c;
  }
  .blog-02-content .bl01_ul .data a {
    color: #9c9c9c;
  }
  .blog-02-content .bl01_ul .data .day {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 639px) and (max-width: 1434px) {
  .blog-02-content .bl01_ul .img_bl01 {
    overflow: hidden;
  }
  .blog-02-content .bl01_ul .img_bl01 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 959px) {
  .blog-02-content {
    padding: 12vw 0 16vw 0;
  }
  .blog-02-content .wrap_bl01 {
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-02-content .bl01_ul {
    margin-bottom: 20px;
  }
  .blog-02-content .bl01_ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 6vw;
    font-size: 3.4vw;
  }
  .blog-02-content .bl01_ul .img_bl01 {
    width: 40%;
    margin-right: 4vw;
  }
  .blog-02-content .bl01_ul .img_bl01 img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .blog-02-content .bl01_ul .box_bl01 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .blog-02-content .bl01_ul .ttl_bl01 {
    margin-bottom: 2vw;
    font-size: 3.6vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .blog-02-content .bl01_ul .data {
    font-size: 2.5vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #9c9c9c;
  }
  .blog-02-content .bl01_ul .data a {
    color: #9c9c9c;
  }
  .blog-02-content .bl01_ul .data .day {
    margin-right: 10px;
  }
}
/* ---------------------------------------- */
/* ----- page-top-01 ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .page-top-01 {
    position: relative;
    background: #000;
  }
  .page-top-01 .ttl_pt01 {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 999999;
    color: #ffffff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
  }
  .page-top-01 .ttl_pt01_sub {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page-top-01 .img_pt01 img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 959px) {
  .page-top-01 {
    position: relative;
    background: #000;
  }
  .page-top-01 .ttl_pt01 {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 999999;
    color: #ffffff;
    font-size: 4vw;
    font-weight: bold;
  }
  .page-top-01 .ttl_pt01_sub {
    display: block;
    color: #ffffff;
    font-size: 3.2vw;
  }
  .page-top-01 .img_pt01 img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
/* ---------------------------------------- */
/* ----- page-top-01 ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .table-01-box {
    width: 800px;
    max-width: 85%;
    margin: 0 auto 100px auto;
  }
  .table-01-box .table_01 {
    width: 100%;
  }
  .table-01-box .table_01 th {
    width: 25%;
    font-weight: bold;
  }
  .table-01-box .table_01 td, .table-01-box .table_01 th {
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #c3c3c3;
  }
}
@media only screen and (max-width: 959px) {
  .table-01-box {
    width: 85%;
    margin: 0 auto 15vw auto;
  }
  .table-01-box .table_01 {
    width: 100%;
  }
  .table-01-box .table_01 td, .table-01-box .table_01 th {
    width: 100%;
    display: block;
    font-size: 3.5vw;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-01-box .table_01 th {
    padding: 3vw 4vw 0vw 4vw;
    font-weight: bold;
  }
  .table-01-box .table_01 td {
    padding: 1.5vw 4vw 5vw 4vw;
    border-bottom: solid 1px #c3c3c3;
  }
}
/* ---------------------------------------- */
/* ----- service ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .content-box .ttl_point {
    margin-bottom: 15px;
  }
  .content-box .ttl_point span {
    padding: 5px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    background: #444444;
  }
  .content-box .wrap-01-box {
    width: 1400px;
    max-width: 85%;
    margin: 0 auto 100px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .content-box .img_c01 {
    max-width: 700px;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .content-box .cont_c01 {
    padding: 0 60px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .content-box .ttl_c01_top {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
  }
  .content-box .btn_c01 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1434px) {
  .content-box .wrap-01-box {
    width: 1400px;
    max-width: 85%;
  }
  .content-box .img_c01 {
    width: 40%;
  }
  .content-box .ttl_c01_top {
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .content-box .ttl_point {
    margin-bottom: 3vw;
  }
  .content-box .ttl_point span {
    padding: 5px 15px;
    font-size: 3vw;
    line-height: 1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    background: #444444;
  }
  .content-box .wrap-01-box {
    width: 85%;
    margin: 0 auto 15vw auto;
  }
  .content-box .img_c01 {
    text-align: center;
  }
  .content-box .img_c01 img {
    width: 100%;
  }
  .content-box .cont_c01 {
    margin-top: 6vw;
  }
  .content-box .ttl_c01_top {
    margin-bottom: 4vw;
    line-height: 1.5;
    font-size: 4vw;
    font-weight: bold;
  }
}
@media only screen and (min-width: 960px) {
  .content-box-04 .ttl_point {
    margin-bottom: 15px;
    text-align: center;
  }
  .content-box-04 .ttl_point span {
    padding: 5px 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    background: #3f3f3f;
  }
  .content-box-04 .wrap-04-box {
    width: 900px;
    max-width: 85%;
    margin: 0 auto 100px auto;
  }
  .content-box-04 .img_c04 {
    margin-bottom: 40px;
    text-align: center;
  }
  .content-box-04 .ttl_c04_top {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
  }
  .content-box-04 .btn_c04 {
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1434px) {
  .content-box-04 .wrap-04-box {
    max-width: 85%;
  }
  .content-box-04 .ttl_c04_top {
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 959px) {
  .content-box-04 .ttl_point {
    margin-bottom: 3vw;
    text-align: center;
  }
  .content-box-04 .ttl_point span {
    padding: 5px 15px;
    font-size: 3vw;
    line-height: 1;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #ffffff;
    background: #3f3f3f;
  }
  .content-box-04 .wrap-04-box {
    width: 85%;
    margin: 0 auto 15vw auto;
  }
  .content-box-04 .img_c04 {
    text-align: center;
  }
  .content-box-04 .img_c04 img {
    width: 100%;
  }
  .content-box-04 .cont_c04 {
    margin-top: 6vw;
  }
  .content-box-04 .ttl_c04_top {
    margin-bottom: 4vw;
    line-height: 1.5;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }
}
/* ---------------------------------------- */
/* ----- service ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .flow-content-01 {
    padding: 100px 0;
    background: #f4f4f4;
    margin-bottom: 100px;
  }

  .flow_cont_ul {
    width: 1000px;
    max-width: 85%;
    margin: 0 auto;
  }
  .flow_cont_ul li {
    margin-bottom: 40px;
    padding: 40px;
    background: #ffffff;
    -moz-box-shadow: 0 0 5px #bebebe;
    -webkit-box-shadow: 0 0 5px #bebebe;
    box-shadow: 0 0 5px #bebebe;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .flow_cont_ul li .img_flow {
    width: 250px;
    margin-right: 40px;
  }
  .flow_cont_ul li .img_flow img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .flow_cont_ul li .cont_flow {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flow_cont_ul li .ttl_flow {
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .flow_cont_ul li .ttl_flow .num {
    margin-top: -2px;
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    color: #ffffff;
    background: #3f3f3f;
  }
}
@media only screen and (max-width: 959px) {
  .flow-content-01 {
    padding: 10vw 0;
    background: #f4f4f4;
    margin-bottom: 15vw;
  }

  .flow_cont_ul {
    width: 90%;
    margin: 0 auto;
  }
  .flow_cont_ul li {
    margin-bottom: 8vw;
    padding: 7vw 10vw 8vw 10vw;
    background: #ffffff;
    -moz-box-shadow: 0 0 5px #bebebe;
    -webkit-box-shadow: 0 0 5px #bebebe;
    box-shadow: 0 0 5px #bebebe;
  }
  .flow_cont_ul li .img_flow {
    width: 60%;
    margin: 0 auto 5vw auto;
    text-align: center;
  }
  .flow_cont_ul li .ttl_flow {
    margin-bottom: 4vw;
    font-weight: bold;
    line-height: 1.5;
    font-size: 4vw;
  }
  .flow_cont_ul li .ttl_flow .num {
    margin-top: -2px;
    margin-right: 10px;
    padding: 4px 10px;
    font-size: 3.5vw;
    line-height: 1;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    color: #ffffff;
    background: #3f3f3f;
  }
}
/* ---------------------------------------- */
/* ----- お問い合わせ ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  #main.contact #form-content {
    width: 800px;
    margin: 0 auto;
  }
  #main.contact #form {
    padding: 30px;
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.contact #form table.all_tb {
    width: 90%;
    margin: 0 auto 40px auto;
  }
  #main.contact #form table.all_tb.bnm {
    margin: 0 auto 0px auto;
  }
  #main.contact #form td,
  #main.contact #form th {
    width: 100%;
    display: block;
  }
  #main.contact #form td {
    padding: 8px 0 20px 0;
  }
  #main.contact #form th {
    padding: 20px 0 0 0;
    font-weight: bold;
    padding-right: 50px;
  }
  #main.contact #form .c_red {
    margin-left: 15px;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    background: #de3232;
  }
  #main.contact #form .c_blue {
    margin-left: 15px;
    padding: 2px 4px;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    color: #ffffff;
    background: #4781d7;
  }
  #main.contact #form input.f_l {
    width: 60%;
  }
  #main.contact #form input.f_m {
    width: 50%;
  }
  #main.contact #form input.f_s {
    width: 50%;
  }
  #main.contact #form input.f_yoyaku {
    width: 15%;
  }
  #main.contact #form select,
  #main.contact #form input {
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.contact #form textarea {
    width: 100%;
    min-height: 200px;
    padding: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    resize: vertical;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.contact #form .btn_send {
    width: 200px;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 959px) {
  #main.contact #form-content {
    width: 85%;
    margin: 0 auto;
  }
  #main.contact table.all_tb {
    width: 100%;
    margin: 0 auto 1vw auto;
    font-size: 3.5vw;
  }
  #main.contact table.all_tb th, #main.contact table.all_tb td {
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.contact table.all_tb th {
    padding: 3vw 2vw 1vw 2vw;
    font-weight: bold;
  }
  #main.contact table.all_tb td {
    padding: 0 2vw 8vw 2vw;
  }
  #main.contact #form {
    padding: 2vw 2vw;
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.contact .all_txt {
    margin-bottom: 30px;
  }
  #main.contact table.all_tb {
    margin: 0 auto 3vw auto;
  }
  #main.contact table.all_tb.bnm {
    margin: 0 auto 0px auto;
  }
  #main.contact table.all_tb th {
    padding: 3vw 0 1.5vw 0;
  }
  #main.contact table.all_tb td {
    padding: 0 0 3vw 0;
  }
  #main.contact table.all_tb .c_red {
    margin-left: 2.5vw;
    padding: 1px 4px;
    font-weight: bold;
    font-size: 3.3vw;
    color: #ffffff;
    background: #de3232;
  }
  #main.contact table.all_tb .c_blue {
    margin-left: 2.5vw;
    padding: 1px 4px;
    font-weight: bold;
    font-size: 3.3vw;
    color: #ffffff;
    background: #4781d7;
  }
  #main.contact .mwform-checkbox-field {
    display: block;
    margin-left: 0 !important;
  }
  #main.contact select,
  #main.contact input.f_l {
    width: 100%;
  }
  #main.contact input.f_m {
    width: 100%;
  }
  #main.contact input.f_s {
    width: 100%;
  }
  #main.contact input.f_yoyaku {
    width: 15%;
  }
  #main.contact select, #main.contact input[type="submit"],
  #main.contact input[type="date"], #main.contact input[type="email"], #main.contact input[type="tel"], #main.contact input[type="text"] {
    padding: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  #main.contact textarea {
    width: 100%;
    min-height: 200px;
    padding: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    resize: vertical;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.contact .btn_send {
    width: 60%;
    margin: 0 auto 10vw auto;
  }
}
#form input[type="date"], #form input[type="email"], #form input[type="tel"], #form input[type="text"], #form button, #form select, #form textarea {
  -webkit-appearance: none;
}
#form select,
#form input[type="date"], #form input[type="email"], #form input[type="tel"], #form input[type="text"] {
  background: #f9f9f9;
  border: solid 1px #d6d6d6;
}
#form textarea {
  resize: vertical;
  background: #f9f9f9;
  border: solid 1px #d6d6d6;
}
#form input[type="submit"] {
  cursor: pointer;
  width: 100%;
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 13px 0;
  background: #444444;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}
#form button[type="submit"] {
  cursor: pointer;
  width: 100%;
  display: block;
  color: #444444;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 13px 0;
  background: #bfbfbf;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 0px 0px #ffffff;
  -webkit-box-shadow: 0px 0px 0px #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 960px) {
  #form input[type="submit"] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #form input[type="submit"]:active, #form input[type="submit"]:hover {
    background: #3f3f3f;
  }
  #form button[type="submit"] {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #form button[type="submit"]:active, #form button[type="submit"]:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
}
@media only screen and (max-width: 959px) {
  #main.contact button[type="submit"],
  #main.contact input[type="submit"] {
    font-size: 3.5vw;
    padding: 3vw 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
/* ---------------------------------------- */
/* ----- パーツ ----- */
/* ---------------------------------------- */
#pankuzu {
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 960px) {
  #pankuzu {
    width: 1400px;
    max-width: 85%;
    margin: 5px auto 15px auto;
    padding: 8px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #pankuzu a {
    color: #444444;
    text-decoration: none;
  }
  #pankuzu a:hover, #pankuzu a:active {
    color: #585858;
  }
  #pankuzu a:active, #pankuzu a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 959px) {
  #pankuzu {
    margin: 2vw auto 4vw auto;
    padding: 3px 10px;
    font-size: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 959px) and (min-width: 320px) {
  #pankuzu {
    font-size: calc(10px + 2 * (100vw - 320px) / 719);
  }
}
@media only screen and (max-width: 959px) and (min-width: 1039px) {
  #pankuzu {
    font-size: 12px;
  }
}
@media only screen and (max-width: 959px) {
  #pankuzu a {
    color: #444444;
    text-decoration: none;
  }
  #pankuzu a:hover, #pankuzu a:active {
    color: #585858;
  }
}
/* ---------------------------------------- */
/* ----- ブログ一覧 ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  #blog-wrap {
    width: 1300px;
    max-width: 85%;
    margin: 20px auto 40px auto;
    padding-bottom: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #blog-wrap .side_blog {
    width: 300px;
    margin-right: 40px;
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  #blog-wrap .main_blog {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 959px) {
  #blog-wrap {
    width: 90%;
    margin: 4vw auto;
  }
  #blog-wrap .side_blog {
    margin-bottom: 8vw;
  }
  #blog-wrap .main_blog {
    margin-bottom: 10vw;
  }
}
@media only screen and (min-width: 960px) {
  .side_blog .side_box {
    margin-bottom: 30px;
  }
  .side_blog .side_box_ttl {
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: solid 2px #303030;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .side_blog .side_category li {
    padding: 12px 15px;
    border-bottom: solid 1px #dbdbdb;
  }
  .side_blog .side_category li a:hover, .side_blog .side_category li a:active {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 959px) {
  .side_blog .side_box {
    margin-bottom: 6vw;
  }
  .side_blog .side_box_ttl {
    margin-bottom: 2vw;
    padding: 3vw 5vw;
    border-bottom: solid 2px #303030;
    font-size: 4vw;
  }
  .side_blog .side_category li {
    border-bottom: solid 1px #dbdbdb;
  }
  .side_blog .side_category li a {
    padding: 3vw 5vw;
    display: block;
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .rank_list li {
    counter-increment: title;
    position: relative;
    padding: 15px 20px 15px 60px;
    border-bottom: solid 1px #dbdbdb;
  }
  .rank_list li:first-of-type {
    padding: 0 20px 15px 60px;
  }
  .rank_list li:last-of-type {
    border-bottom: none;
  }
  .rank_list li .ttl_rank {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .rank_list li .date_rank {
    font-size: 13px;
    font-size: 1.3rem;
    color: #aea7a7;
  }
  .rank_list li::before {
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 0 10px;
    content: counter(title);
    color: #ffffff;
    background: #444444;
    font-family: 'Josefin Sans', sans-serif;
  }
}
@media only screen and (max-width: 959px) {
  .rank_list {
    margin-top: 6vw;
  }
  .rank_list li {
    counter-increment: title;
    position: relative;
    padding: 5vw 6vw 4vw 16vw;
    border-bottom: solid 1px #dbdbdb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rank_list li:first-of-type {
    padding: 0 6vw 4vw 16vw;
  }
  .rank_list li:last-of-type {
    border-bottom: none;
  }
  .rank_list li .ttl_rank {
    font-size: 3.5vw;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .rank_list li .date_rank {
    font-size: 3vw;
    color: #aea7a7;
  }
  .rank_list li::before {
    position: absolute;
    left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding: 0 10px;
    content: counter(title);
    color: #ffffff;
    background: #444444;
    font-family: 'Josefin Sans', sans-serif;
  }
}
/* ---------------------------------------- */
/* ----- blog archive ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .main_blog .bl01_ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .main_blog .bl01_ul li {
    width: calc( (98% / 2) );
    padding: 0 10px;
    margin-bottom: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main_blog .bl01_ul li .img_bl01 img {
    display: block;
    transition-duration: 0.3s;
  }
  .main_blog .bl01_ul li:hover .img_bl01 img, .main_blog .bl01_ul li:active .img_bl01 img {
    transform: scale(1.1);
    transition-duration: 0.3s;
  }
  .main_blog .bl01_ul::after {
    content: "";
    display: block;
    width: 50%;
  }
  .main_blog .bl01_ul .img_bl01 {
    overflow: hidden;
  }
  .main_blog .bl01_ul .img_bl01 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
  .main_blog .bl01_ul .ttl_bl01 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .main_blog .bl01_ul .data {
    font-size: 15px;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #9c9c9c;
  }
  .main_blog .bl01_ul .data a {
    color: #9c9c9c;
  }
  .main_blog .bl01_ul .data .day {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 639px) and (max-width: 1434px) {
  .main_blog .bl01_ul .img_bl01 {
    overflow: hidden;
  }
  .main_blog .bl01_ul .img_bl01 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 959px) {
  .main_blog .bl01_ul {
    margin-bottom: 20px;
  }
  .main_blog .bl01_ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 6vw;
    font-size: 3.4vw;
  }
  .main_blog .bl01_ul .img_bl01 {
    width: 40%;
    margin-right: 4vw;
  }
  .main_blog .bl01_ul .img_bl01 img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
  .main_blog .bl01_ul .box_bl01 {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
  .main_blog .bl01_ul .ttl_bl01 {
    margin-bottom: 2vw;
    font-size: 3.6vw;
    line-height: 1.5;
    font-weight: bold;
  }
  .main_blog .bl01_ul .data {
    font-size: 2.5vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #9c9c9c;
  }
  .main_blog .bl01_ul .data a {
    color: #9c9c9c;
  }
  .main_blog .bl01_ul .data .day {
    margin-right: 10px;
  }
}
/* ---------------------------------------- */
/* ----- ページャー ----- */
/* ---------------------------------------- */
#pagenav .wp-pagenavi a, #pagenav .wp-pagenavi span {
  color: #ffffff;
  background: #444444;
  border: solid 1px #444444;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#pagenav .wp-pagenavi span.current {
  color: #ffffff;
  background: #3f3f3f;
  border: solid 1px #3f3f3f;
}

@media only screen and (min-width: 960px) {
  #pagenav {
    margin: 40px auto;
  }
  #pagenav .wp-pagenavi {
    clear: both;
    text-align: center;
  }
  #pagenav .wp-pagenavi a, #pagenav .wp-pagenavi span {
    padding: 13px 20px;
    margin: 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #pagenav .wp-pagenavi a:hover {
    color: #ffffff;
    background: #3f3f3f;
    border: solid 1px #3f3f3f;
  }
}
@media only screen and (max-width: 959px) {
  #pagenav {
    width: 85%;
    margin: 6vw auto 8vw auto;
  }
  #pagenav .wp-pagenavi {
    text-align: center;
    font-weight: bold;
    font-size: 3.2vw;
  }
  #pagenav .wp-pagenavi a, #pagenav .wp-pagenavi span {
    display: none;
    font-weight: 400;
  }
  #pagenav .wp-pagenavi a.nextpostslink,
  #pagenav .wp-pagenavi a.previouspostslink {
    display: inline-block;
    width: 45%;
    padding: 2.5vw 0;
    text-align: center;
  }
  #pagenav .wp-pagenavi a.previouspostslink {
    margin-right: 3%;
    font-size: 0;
    color: #ffffff;
    background: #444444;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #pagenav .wp-pagenavi a.previouspostslink::after {
    content: "← 前のページへ";
    font-size: 3.2vw;
  }
  #pagenav .wp-pagenavi a.nextpostslink {
    font-size: 0;
    color: #ffffff;
    background: #444444;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #pagenav .wp-pagenavi a.nextpostslink::before {
    content: "次のページへ →";
    font-size: 3.2vw;
  }
}
/* ---------------------------------------- */
/* ----- ブログ ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .cat_midashi {
    font-size: 20px;
    font-size: 2rem;
    padding: 30px 30px 10px 30px;
    background: #ffffff;
  }
  .cat_midashi span {
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 2px #444444;
  }
}
@media only screen and (max-width: 959px) {
  .cat_midashi {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .cat_midashi span {
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 2px #444444;
  }
}
@media only screen and (min-width: 960px) {
  .relation_midashi {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
    background: #ffffff;
  }
  .relation_midashi span {
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 2px #444444;
  }
}
@media only screen and (max-width: 959px) {
  .relation_midashi {
    font-size: 4vw;
    margin-bottom: 6vw;
  }
  .relation_midashi span {
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 2px #444444;
  }
}
/* ---------------------------------------- */
/* ----- single ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  #single-content {
    background: #ffffff;
    padding: 30px;
    padding-bottom: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content h2, #single-content h3, #single-content h4, #single-content h5 {
    width: 100%;
    margin: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content h2 {
    font-weight: bold;
    color: #ffffff;
    background: #3f3f3f;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 7px 18px;
    font-size: 20px;
    font-size: 2rem;
  }
  #single-content h3 {
    font-weight: bold;
    color: #444444;
    border-top: solid 3px #3f3f3f;
    border-bottom: solid 3px #3f3f3f;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 7px 18px;
    font-size: 20px;
    font-size: 2rem;
  }
  #single-content h4 {
    color: #444444;
    font-weight: bold;
    border-bottom: solid 3px #3f3f3f;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 18px 7px 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  #single-content h5 {
    color: #444444;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 8px 18px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #single-content p {
    width: 95%;
    margin: 0 auto 30px auto;
  }
  #single-content p a {
    text-decoration: underline;
  }
  #single-content p img {
    display: block;
    width: auto;
    max-height: 500px;
    object-fit: cover;
  }
  #single-content p img a {
    text-decoration: none;
  }
  #single-content ul.custom_ul, #single-content ol.custom_ol {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content ul.custom_ul li, #single-content ol.custom_ol li {
    margin-bottom: 10px;
  }
  #single-content ul.toc_list {
    margin-bottom: 0;
    border: none;
    padding: 0px 20px;
  }
  #single-content ul.toc_list ul {
    border: none;
  }
  #single-content table {
    width: 95%;
    margin: 0 auto 0 auto;
  }
  #single-content table td, #single-content table th {
    padding: 10px 20px;
    border: solid 1px #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content ol.custom_ol {
    margin-bottom: 40px;
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 1em 1em 0.5em 1em;
    border: solid 1px #d0d0d0;
  }
  #single-content ol.custom_ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 2.5em;
    border-bottom: dashed 1px #dbdbdb;
  }
  #single-content ol.custom_ol li:last-of-type {
    border-bottom: none;
  }
  #single-content ol.custom_ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #444444;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    left: 0.5em;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #single-content ul.custom_ul {
    margin-bottom: 40px;
    border: solid 1px #d0d0d0;
    padding: 1em 1em 0.5em 1em;
  }
  #single-content ul.custom_ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 2.5em;
    border-bottom: dashed 1px #dbdbdb;
    list-style-type: none !important;
    position: relative;
  }
  #single-content ul.custom_ul li:last-of-type {
    border-bottom: none;
  }
  #single-content ul.custom_ul li:before {
    content: "●";
    /*アイコンの種類*/
    position: absolute;
    left: 0.4em;
    /*左端からのアイコンまでの距離*/
    font-size: 21px;
    font-size: 2.1rem;
    color: #444444;
  }
  #single-content .wp-block-gallery {
    margin: 50px auto;
  }
  #single-content figcaption {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 959px) {
  #single-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content h2, #single-content h3, #single-content h4, #single-content h5 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content h2 {
    font-weight: bold;
    color: #ffffff;
    background: #3f3f3f;
    margin-top: 5vw;
    margin-bottom: 8vw;
    padding: 10px 4vw;
    font-size: 4vw;
  }
  #single-content h3 {
    font-weight: bold;
    color: #444444;
    border-top: solid 3px #3f3f3f;
    border-bottom: solid 3px #3f3f3f;
    margin-top: 13vw;
    margin-bottom: 8vw;
    padding: 10px 4vw;
    font-size: 4vw;
  }
  #single-content h4 {
    font-weight: bold;
    color: #444444;
    border-bottom: solid 2px #3f3f3f;
    margin-top: 13vw;
    margin-bottom: 8vw;
    padding: 8px 4vw;
    font-size: 4vw;
  }
  #single-content h5 {
    font-weight: bold;
    color: #444444;
    margin-top: 10vw;
    margin-bottom: 3.5vw;
    padding: 8px 4vw;
    font-size: 4vw;
  }
  #single-content p {
    width: 90%;
    margin: 0 auto 5vw auto;
    font-size: 3.3vw;
  }
  #single-content p a {
    text-decoration: underline;
  }
  #single-content p img {
    width: auto;
    margin-bottom: 8vw;
  }
  #single-content p img a {
    text-decoration: none;
  }
  #single-content ul.custom_ul, #single-content ol.custom_ol {
    margin: 0 auto 8vw auto;
    padding: 4vw 5vw 2vw 5vw;
    font-size: 3.3vw;
    border: solid 1px #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content ul.custom_ul li, #single-content ol.custom_ol li {
    margin-bottom: 10px;
  }
  #single-content table {
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 3.3vw;
  }
  #single-content table td, #single-content table th {
    padding: 10px 20px;
    border: solid 1px #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #single-content ul.custom_ul li {
    line-height: 1.5;
    padding: 0.2em 0.5em 0.8em 2.2em;
    border-bottom: dashed 1px #dbdbdb;
    list-style-type: none !important;
    position: relative;
  }
  #single-content ul.custom_ul li:last-of-type {
    border-bottom: none;
  }
  #single-content ul.custom_ul li:before {
    content: "●";
    /*アイコンの種類*/
    position: absolute;
    top: -2px;
    left: 0em;
    /*左端からのアイコンまでの距離*/
    font-size: 20px;
    font-size: 2rem;
    color: #444444;
    /*アイコン色*/
  }
  #single-content ol.custom_ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
  }
  #single-content ol.custom_ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.2em 0.5em 0.8em 2.2em;
    border-bottom: dashed 1px #dbdbdb;
  }
  #single-content ol.custom_ol li:last-of-type {
    border-bottom: none;
  }
  #single-content ol.custom_ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #444444;
    color: white;
    font-weight: bold;
    font-size: 3.2vw;
    border-radius: 50%;
    top: 3vw;
    left: 0vw;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #single-content figcaption {
    text-align: center;
    font-size: 3.2vw;
  }
  #single-content .wp-block-button__link {
    font-size: 3.2vw;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #single-content .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 5vw;
  }
  #single-content .wp-block-media-text .wp-block-media-text__content {
    padding: 0vw 0 5vw 0;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.blog_data {
  color: #b8b8b8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog_data .cat_blog {
  margin-left: 10px;
}
.blog_data .cat_blog a {
  color: #3f3f3f;
}

@media only screen and (min-width: 960px) {
  .blog_data {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 959px) {
  .blog_data {
    margin: 0 auto 1vw auto;
    text-align: left;
    font-size: 3.2vw;
  }
}
/* ---------------------------------------- */
/* ----- SNSshare ----- */
/* ---------------------------------------- */
.sns_share {
  padding: 30px;
  margin: 0 auto 40px auto;
  background: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sns_share .sns-button-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sns_share .sns-button {
  color: #FFFFFF;
  width: 20%;
  text-align: center;
  padding: 0.4em 0 0.6em 0;
}
.sns_share .sns-twitter {
  background: #55acee;
}
.sns_share .sns-facebook {
  background: #3B5998;
}
.sns_share .sns-pocket {
  background: #ef3f56;
}
.sns_share .sns-line {
  background: #1dcd00;
}
.sns_share .sns-hatebu {
  background: #00a5de;
}

@media only screen and (max-width: 959px) {
  .sns_share {
    width: 100%;
    margin-bottom: 10vw;
  }
}
/* ---------------------------------------- */
/* ----- recruit ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  #top-btm-contant {
    margin: 100px auto;
    background: #f8f8f8;
  }
  #top-btm-contant .box_top-btm-contant {
    width: 790px;
    margin: 0 auto;
    padding: 80px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #top-btm-contant .ttl_top-btm-contant {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #top-btm-contant .all_txt {
    margin-bottom: 50px;
  }
  #top-btm-contant .line_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 959px) {
  #top-btm-contant {
    margin: 10vw auto 15vw auto;
    background: #f8f8f8;
  }
  #top-btm-contant .box_top-btm-contant {
    width: 80%;
    margin: 0 auto;
    padding: 10vw 0 10vw 0;
  }
  #top-btm-contant .ttl_top-btm-contant {
    font-size: 5vw;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
  }
  #top-btm-contant .all_txt {
    margin-bottom: 20px;
  }
  #top-btm-contant .line_ttl {
    margin-top: 4vw;
    font-size: 2.5vw;
    text-align: center;
  }
}
/* ---------------------------------------- */
/* ----- author ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .author_column_box {
    margin-bottom: 60px;
    padding: 30px 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dbdbdb;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .author_column_box .img_author_column {
    margin-right: 30px;
  }
  .author_column_box .img_author_column img {
    max-width: 130px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  .author_column_box .cont_ac .txt_ac {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .author_column_box .cont_ac .ttl_ac {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .author_column_box .cont_ac .name_ac {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 959px) {
  .author_column_box {
    margin-bottom: 15vw;
    padding: 5vw 6vw;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dbdbdb;
  }
  .author_column_box .img_author_column {
    text-align: center;
  }
  .author_column_box .img_author_column img {
    max-width: 120px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  .author_column_box .cont_ac {
    margin-top: 4vw;
  }
  .author_column_box .cont_ac .txt_ac {
    font-size: 2.8vw;
  }
  .author_column_box .cont_ac .ttl_ac {
    text-align: center;
    font-size: 2.5vw;
  }
  .author_column_box .cont_ac .name_ac {
    text-align: center;
    margin-top: 0.5vw;
    margin-bottom: 3vw;
    font-size: 4vw;
    font-weight: bold;
  }
}
/* ---------------------------------------- */
/* ----- スタッフ紹介 ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  .ttl_left_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
  }

  .ttl_left_bold_line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .ttl_left_bold_line:before {
    border-top: 1px solid #a8a8a8;
    content: "";
    width: 8em;
    margin-right: 1em;
  }
  .ttl_left_bold_line .sub_en_ttl {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .ttl_left_bold_line .ttl_left_bold {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media only screen and (max-width: 959px) {
  .ttl_left_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10vw;
  }

  .ttl_left_bold_line {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .ttl_left_bold_line:before {
    border-top: 1px solid #a8a8a8;
    content: "";
    width: 2em;
    margin-right: 1em;
  }
  .ttl_left_bold_line .sub_en_ttl {
    display: block;
    font-size: 2.5vw;
    line-height: 1.4;
    font-weight: bold;
  }
  .ttl_left_bold_line .ttl_left_bold {
    font-size: 4vw;
    line-height: 1.4;
    font-weight: bold;
  }
}
@media only screen and (min-width: 960px) {
  #staff {
    margin-bottom: 200px;
  }

  .staff_ul {
    width: 90%;
    margin: 0 auto 100px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: ﬂex-start;
    -moz-align-items: ﬂex-start;
    -ms-align-items: ﬂex-start;
    align-items: ﬂex-start;
  }
  .staff_ul li {
    width: calc( (95% / 4) );
  }
  .staff_ul:before {
    content: "";
    display: block;
    width: 23.75%;
    height: 0;
    order: 1;
  }
  .staff_ul .katagaki {
    padding: 0 15px;
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    font-weight: bold;
    color: #8b8b8b;
  }
  .staff_ul .name {
    padding: 0 15px;
    font-size: 20px;
    font-size: 2rem;
  }
  .staff_ul .day {
    padding: 0 15px;
    margin-top: 2px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 959px) {
  #staff {
    margin-bottom: 15vw;
  }

  .staff_ul {
    width: 80%;
    margin: 0 auto 10vw auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: ﬂex-start;
    -moz-align-items: ﬂex-start;
    -ms-align-items: ﬂex-start;
    align-items: ﬂex-start;
  }
  .staff_ul li {
    width: calc( (95% / 2) );
    margin-bottom: 8vw;
  }
  .staff_ul:before {
    content: "";
    display: block;
    width: 47.5%;
    height: 0;
    order: 1;
  }
  .staff_ul .katagaki {
    padding: 0 2vw;
    margin-top: 3vw;
    font-size: 2vw;
    line-height: 1.5;
    font-style: italic;
    font-weight: bold;
    color: #8b8b8b;
  }
  .staff_ul .name {
    padding: 0 2vw;
    margin-top: 1.5vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .staff_ul .day {
    padding: 0 2vw;
    margin-top: 1.5vw;
    line-height: 1.5;
    font-size: 2.5vw;
  }
}
/* ---------------------------------------- */
/* ----- job-description ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  #job-description .bg_jd {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    background: #f8f8f8;
  }
  #job-description .job_list {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: ﬂex-start;
    -moz-align-items: ﬂex-start;
    -ms-align-items: ﬂex-start;
    align-items: ﬂex-start;
  }
  #job-description .job_list li {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 40px 0;
    width: calc( (95% / 3) );
    border: solid 1px #dbdbdb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #job-description .job_list li a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #job-description .job_list li:hover, #job-description .job_list li:active {
    color: #ffffff;
    background: #444444;
    border: solid 1px #444444;
    cursor: pointer;
  }
  #job-description .job_list li:hover a, #job-description .job_list li:active a {
    color: #ffffff;
  }
  #job-description .job_list::after {
    content: "";
    display: block;
    width: 31.66667%;
  }
  #job-description .job_list .ttl_job {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media only screen and (max-width: 959px) {
  #job-description .bg_jd {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 5vw 0;
    background: #f8f8f8;
  }
  #job-description .job_list {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: ﬂex-start;
    -moz-align-items: ﬂex-start;
    -ms-align-items: ﬂex-start;
    align-items: ﬂex-start;
  }
  #job-description .job_list li {
    background: #ffffff;
    margin-bottom: 2vw;
    padding: 4vw 3vw;
    width: calc( (95% / 2) );
    font-size: 2.5vw;
    border: solid 1px #dbdbdb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  #job-description .job_list::after {
    content: "";
    display: block;
    width: 47.5%;
  }
  #job-description .job_list .ttl_job {
    font-size: 4vw;
    line-height: 1.5;
    font-weight: bold;
  }
}
/* ---------------------------------------- */
/* ----- parts ----- */
/* ---------------------------------------- */
@media only screen and (min-width: 960px) {
  #main.recruit .ttl_recruit_top {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  #main.recruit .ttl_recruit_top .ttl_tr {
    margin-top: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #main.recruit .bosyu_about {
    width: 800px;
    max-width: 80%;
    margin: 0 auto 80px auto;
  }
  #main.recruit .bosyu_about dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px #dbdbdb;
  }
  #main.recruit .bosyu_about dt, #main.recruit .bosyu_about dd {
    padding: 20px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.recruit .bosyu_about dt {
    width: 20%;
    font-weight: bold;
  }
  #main.recruit .bosyu_about dd {
    width: 80%;
  }
  #main.recruit .ttl_bosyu_about {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
    overflow: hidden;
    text-align: center;
  }
  #main.recruit .ttl_bosyu_about span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
  }
  #main.recruit .ttl_bosyu_about span::before,
  #main.recruit .ttl_bosyu_about span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 120%;
    height: 1px;
    background-color: #161616;
  }
  #main.recruit .ttl_bosyu_about span::before {
    right: 100%;
  }
  #main.recruit .ttl_bosyu_about span::after {
    left: 100%;
  }
}
@media only screen and (max-width: 959px) {
  #main.recruit .ttl_recruit_top {
    width: 85%;
    margin: 5vw auto 8vw auto;
    font-size: 3vw;
  }
  #main.recruit .ttl_recruit_top .ttl_tr {
    margin-top: 5px;
    font-size: 4.5vw;
  }
  #main.recruit .img_recruit {
    width: 80%;
    margin: 0 auto;
  }
  #main.recruit .bosyu_about {
    margin-bottom: 15vw;
  }
  #main.recruit .bosyu_about dt, #main.recruit .bosyu_about dd {
    width: 95%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main.recruit .bosyu_about dt {
    padding: 4vw 3vw 0 3vw;
    font-size: 3.5vw;
    font-weight: bold;
  }
  #main.recruit .bosyu_about dd {
    padding: 1vw 3vw 4vw 3vw;
    font-size: 3.2vw;
    border-bottom: solid 1px #dbdbdb;
  }
  #main.recruit .ttl_bosyu_about {
    margin-bottom: 3vw;
    font-size: 4vw;
    overflow: hidden;
    text-align: center;
  }
  #main.recruit .ttl_bosyu_about span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    text-align: left;
  }
  #main.recruit .ttl_bosyu_about span::before,
  #main.recruit .ttl_bosyu_about span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 120%;
    height: 1px;
    background-color: #161616;
  }
  #main.recruit .ttl_bosyu_about span::before {
    right: 100%;
  }
  #main.recruit .ttl_bosyu_about span::after {
    left: 100%;
  }
}
/* ---------------------------------------- */
/* ----- parts ----- */
/* ---------------------------------------- */
