@charset "UTF-8";
/* ------------------------------------------
base mixin
------------------------------------------ */
/* ------------------------------------------
Reset Default Style
------------------------------------------ */
* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
table,
th,
td,
div,
li,
label,
p,
dl,
dd,
dt,
ol,
ul,
map,
form,
em {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
}

a {
  font-size: 100%;
  font-style: normal;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  line-height: 100%;
  overflow: hidden;
  vertical-align: top;
}

input,
textarea,
select,
table {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ------------------------------------------
Base Settings
------------------------------------------ */
html {
  margin: 0;
  padding: 0;
  background-color: #fff;
  min-height: 100%;
  position: relative;
}

body {
  margin: 0 0;
  padding: 0;
  min-width: 1280px;
}
@media screen and (max-width: 640px) {
  body {
    margin: 0;
    min-width: inherit;
  }
}

/* link */
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #26b9eb;
  text-decoration: none;
  opacity: 0.8;
}

a:active {
  color: #333333;
  text-decoration: none;
}

/* font */
body {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  body img {
    max-width: 100%;
  }
}

p {
  line-height: 2;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  p {
    font-size: 16px;
  }
}

li {
  color: #333333;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  li {
    font-size: 16px;
  }
}

select {
  color: #333333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: none;
}

/* ------------------------------------------
plain 移行
------------------------------------------ */
/*		旧#content
/*-------------------------------------------*/
#content {
  margin-bottom: 36px;
  text-align: left;
  display: block;
  overflow: visible;
}

.content table {
  border-top: 1px solid #ccc;
  margin: 10px -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 85.7%;
  line-height: 141.7%;
}

.content table thead tr th {
  font-weight: bold;
}

.content tr th,
.content thead tr th {
  padding: 9px 24px;
  background-color: #f5f5f5;
  white-space: nowrap;
}

.content tfoot tr th,
.content tfoot tr td {
  font-weight: bold;
}

.content tr th {
  border: 1px solid #ccc;
  padding: 10px 15px;
  vertical-align: top;
}

.content tr td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  vertical-align: top;
}

.content table ul {
  margin-bottom: 0px;
  margin-left: 15px;
}

.content table ul li {
  margin: 2px 0px;
}

/* list */
.content ul {
  margin: 25px 0px 20px 20px;
}

.content li {
  margin-bottom: 10px;
}

.content ul li {
  list-style: disc;
  padding: 0px;
  font-size: 16px;
}

.content ul ul {
  margin-top: 10px;
}

.content ul ul li {
  list-style: circle;
}

.content ol {
  margin: 25px 0px 20px 40px;
}

.content ol li {
  list-style: decimal;
  padding: 0px;
  font-size: 16px;
}

/* dl 表 */
.content dl.dl_table {
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

.content dl.dl_table dt {
  display: block;
  overflow: hidden;
  padding: 10px;
  float: left;
  width: 30%;
  color: #666;
  font-weight: lighter;
}

.content dl.dl_table dd {
  display: block;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 0px;
}

.content dl.dl_table dd dl {
  border-bottom: none;
}

/*			.paging
/*-------------------------------------------*/
.paging {
  display: block;
  overflow: hidden;
  padding: 20px 0px 20px;
  text-align: center;
}

.paging span,
.paging a {
  margin: 0px 2px;
  padding: 6px 12px;
  color: #26b9eb;
  border: 1px solid #26b9eb;
  text-decoration: none;
  border-radius: 3px;
}

.paging span.current,
.paging a:hover {
  background-color: #26b9eb;
  color: #fff;
  text-decoration: none;
}

.paging span.pageIndex {
  display: none;
}

/*		wpcf7
/*-------------------------------------------*/
.content form input.wpcf7-submit,
#confirm-button input {
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  position: relative;
  width: auto;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 8px 80px 6px;
  text-decoration: none;
}

.content .wpcf7 {
  margin-top: 20px;
}

.content form span.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both; /*回り込みをしている為*/
}

.content form span.wpcf7-form-control-wrap .wpcf7-list-item,
.content form span.wpcf7-form-control-wrap .wpcf7-list-item label {
  display: block;
  float: left;
}

.content form span.wpcf7-form-control-wrap .wpcf7-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 10px;
}

.content form span.wpcf7-not-valid-tip {
  position: relative;
  display: block;
  overflow: hidden;
  border: 2px solid #c00;
  background-color: #FFeeee;
  left: 0px;
  top: 4px;
  margin-bottom: 0px;
}

.content form div.wpcf7-validation-errors {
  border: 2px solid #c00;
  background-color: #FFeeee;
  text-align: center;
}

.content .wpcf7 dl {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}

.content .wpcf7 dl dt {
  display: block;
  padding: 0 10px;
  width: 30%;
}

.content .wpcf7 dl dd {
  display: block;
  padding: 0 10px;
  width: 70%;
}

.content .wpcf7 input {
  max-width: 100%;
  font-size: 16px;
}

.content .wpcf7 textarea {
  max-width: 100%;
  font-size: 16px;
}

.content form input.wpcf7-submit,
#confirm-button input {
  width: 400px;
  height: 60px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  font-size: 20px;
  border: 0;
  background: #26b9eb;
  border-radius: 4px;
  margin: 50px 0 0;
}
.content form input.wpcf7-submit:hover,
#confirm-button input:hover {
  background: #26b9eb;
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .content .wpcf7 dl {
    display: block;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding: 20px 0;
  }
  .content .wpcf7 dl dt {
    display: block;
    padding: 0 10px;
    width: 100%;
  }
  .content .wpcf7 dl dd {
    display: block;
    padding: 10px 10px 0;
    width: 100%;
  }
  .content form input.wpcf7-submit,
  #confirm-button input {
    max-width: 335px;
    width: 100%;
    height: 60px;
    background: #26b9eb;
    background-size: 100% auto;
  }
  .content form input.wpcf7-submit:hover,
  #confirm-button input:hover {
    background: #26b9eb;
    opacity: 0.8;
  }
}
/* ------------------------------------------
webma style 移行
------------------------------------------ */
.mg-btm-20 {
  margin-bottom: 20px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

a:hover img {
  cursor: pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  zoom: 1;
}

.sekou_gazou {
  margin: 10px 15%;
  text-align: center;
}

.panel {
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panelsuccess {
  border-color: #dddddd;
}

.panelheading {
  color: #468847;
  background-color: #26b9eb;
  border-color: #dddddd;
}

.panelheading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.content p.paneltitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #FFF;
  clear: none;
}

.panelbody {
  padding: 15px;
}

.col-md-4 {
  width: 33%;
}

.col-md-4 {
  float: left;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-block {
  display: block;
  width: 100%;
  max-width: 320px;
  padding-right: 0;
  padding-left: 0;
}

.btn-lg {
  padding: 10px 16px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-block a {
  text-decoration: none;
}

.btn-default {
  color: #333;
  background-color: #FFF;
  border-color: #ccc;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: #ccc;
}

.ex_before {
  display: block;
  background: #a87536;
  text-align: center;
  padding: 10px 20px;
  margin: 20px auto;
  color: #fff;
  width: 50%;
}

#content dt {
  color: #000;
}

.entryMeta {
  height: auto;
}

span.infoCate a {
  white-space: nowrap;
}

.bggreen {
  color: #fff;
  background: #4ac716;
}

@media (max-width: 768px) {
  .gl_main {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .excerpt {
    text-align: left;
    display: block;
    width: 100%;
  }
  .col-md-4 {
    width: 49%;
  }
}
@media (max-width: 330px) {
  .gl_main {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .excerpt {
    text-align: left;
    display: block;
    width: 100%;
  }
  .col-md-4 {
    width: 100%;
  }
}
#content dl.gallery-item {
  border: none;
}

.clearbox {
  clear: both;
}

.label {
  padding: 0.2em 0.6em;
}

.label-danger {
  background-color: #d9534f;
}

.label-info {
  background-color: #5bc0de;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.middle {
  vertical-align: middle;
}

.left {
  width: 50%;
  float: left;
}

@media screen and (max-width: 700px) {
  .wdt {
    width: 100%;
  }
}
.wdt80 {
  width: 80%;
}

div .sekoubtn {
  width: 100%;
}

.col6-12 {
  width: 47%;
  float: left;
}

.col6-12 a {
  margin: 0 auto;
}

#content hr {
  display: block;
  border-color: #26b9eb !important;
}

.box-list {
  margin-bottom: 50px;
  padding: 0;
  background: none;
  border-radius: 5px;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 14px 40px;
  border-radius: 30px;
  text-decoration: none;
  color: #fff !important;
  background-color: #007BFF;
  transition: 0.4s;
  font-size: 1rem;
}

/* ------------------------------------------
jirei index  baseから移行
------------------------------------------ */
/*.jirei_blk_01 {
	width:984px ;
	margin:50px -24px 50px 0 ;
}*/
.content .jirei_blk_01 {
  width: auto;
  margin: 25px -15px 25px;
  padding: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.content .jirei_blk_01 li {
  width: 33.333%;
  margin: 25px 0 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.content .jirei_blk_01 li p {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}

.content .jirei_blk_01 li a {
  display: block;
}

.content .jirei_blk_01 li:nth-child(1),
.content .jirei_blk_01 li:nth-child(2),
.content .jirei_blk_01 li:nth-child(3) {
  margin-top: 0;
}

.content .jirei_bnr_blk_01 {
  width: auto;
  margin: 0 -15px 50px;
  display: flex;
  flex-wrap: wrap;
}

.content .jirei_bnr_blk_01 li {
  width: 33.333%;
  margin: 25px 0 0;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.content .jirei_bnr_blk_01 li p {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}

.content .jirei_bnr_blk_01 li a {
  display: block;
}

.content .jirei_bnr_blk_01 li:nth-child(1),
.content .jirei_bnr_blk_01 li:nth-child(2),
.content .jirei_bnr_blk_01 li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .content .jirei_blk_01 {
    width: auto;
    margin: 0 -15px 25px;
    padding: 0 0 0;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .content .jirei_blk_01 li {
    width: 50%;
    margin: 25px 0 0;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .content .jirei_blk_01 li p {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
  }
  .content .jirei_blk_01 li a {
    display: block;
  }
  .content .jirei_blk_01 li:nth-child(1),
  .content .jirei_blk_01 li:nth-child(2) {
    margin-top: 0;
  }
  .content .jirei_blk_01 li:nth-child(3) {
    margin-top: 25px;
  }
  .content .jirei_blk_01 li:nth-child(2n) {
    padding: 0 15px 0 5px;
  }
  .content .jirei_bnr_blk_01 {
    width: auto;
    margin: 0 -15px 50px;
    padding: 0 0 0;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .content .jirei_bnr_blk_01 li {
    width: 50%;
    margin: 25px 0 0;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
  .content .jirei_bnr_blk_01 li p {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0;
  }
  .content .jirei_bnr_blk_01 li a {
    display: block;
  }
  .content .jirei_bnr_blk_01 li:nth-child(1),
  .content .jirei_bnr_blk_01 li:nth-child(2) {
    margin-top: 0;
  }
  .content .jirei_bnr_blk_01 li:nth-child(3) {
    margin-top: 25px;
  }
  .content .jirei_bnr_blk_01 li:nth-child(2n) {
    padding: 0 15px 0 5px;
  }
}
/* ------------------------------------------
jirei detail 新規
------------------------------------------ */
.jirei_detail .jirei_mv {
  width: 100%;
  margin: 0 auto;
}
.jirei_detail .jirei_mv.tate {
  width: 80%;
}
.jirei_detail .jirei_mv img {
  width: 100%;
}
.jirei_detail .txt_blk_01 {
  margin: 15px 0 0;
}
.jirei_detail .blk_01 {
  margin: 35px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jirei_detail .blk_01 .box_01 {
  width: 48%;
  margin: 0 0 50px;
}
.jirei_detail .blk_01 .box_01 .img_01 {
  margin: 0 0 10px;
}
.jirei_detail .blk_01 .box_01 .img_01 img {
  object-fit: cover;
  height: 267px;
  width: 100%;
}
.jirei_detail .blk_01 .box_01 .img_01.tate img {
  height: 600px;
}
.jirei_detail .blk_01 .box_01 .img_01.noclip img {
  object-fit: inherit !important;
  height: auto !important;
}
.jirei_detail .blk_01 .box_01 .txt_01 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0;
}
.jirei_detail .blk_01 .box_01 .txt_02 {
  font-size: 16px;
  margin: 5px 0 0;
}
.jirei_detail .blk_01 .box_02 {
  width: 100%;
  margin: 0 0 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jirei_detail .blk_01 .box_02 .clm_01 {
  width: 48%;
}
.jirei_detail .blk_01 .box_02 .img_01 {
  margin: 0 0 10px;
}
.jirei_detail .blk_01 .box_02 .img_01 img {
  object-fit: cover;
  height: 267px;
  width: 100%;
}
.jirei_detail .blk_01 .box_02 .img_01.tate img {
  height: 600px;
}
.jirei_detail .blk_01 .box_02 .img_01.noclip img {
  object-fit: inherit !important;
  height: auto !important;
}
.jirei_detail .blk_01 .box_02 .txt_01 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0;
  width: 100%;
}
.jirei_detail .blk_01 .box_02 .txt_02 {
  font-size: 16px;
  margin: 5px 0 0;
  width: 100%;
}
.jirei_detail .blk_01 .box_03 {
  width: 100%;
  margin: 0 0 50px;
}
.jirei_detail .blk_01 .box_03 .img_01 {
  margin: 0 0 10px;
}
.jirei_detail .blk_01 .box_03 .img_01 img {
  width: 100%;
}
.jirei_detail .blk_01 .box_03 .img_01.tate img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.jirei_detail .blk_01 .box_03 .txt_01 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0;
}
.jirei_detail .blk_01 .box_03 .txt_02 {
  font-size: 16px;
  margin: 5px 0 0;
}
.jirei_detail .jirei_data_blk {
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.jirei_detail .jirei_data_blk li {
  width: 32%;
  margin: 10px 2% 0 0;
  list-style-type: none;
}
.jirei_detail .jirei_data_blk li:nth-child(3n) {
  margin-right: 0;
}
.jirei_detail .jirei_data_blk li::before {
  content: "■ ";
  color: #26b9eb;
}
.jirei_detail .free_blk {
  margin: 75px 0 0;
}

@media screen and (max-width: 640px) {
  .jirei_detail .jirei_mv {
    width: 100%;
    margin: 0 auto;
  }
  .jirei_detail .jirei_mv.tate {
    width: 100%;
  }
  .jirei_detail .jirei_mv img {
    width: 100%;
  }
  .jirei_detail .blk_01 {
    margin: 35px 0 0;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jirei_detail .blk_01 .box_01 {
    width: 100%;
    margin: 0 0 50px;
  }
  .jirei_detail .blk_01 .box_01 .img_01 img {
    object-fit: cover;
    height: 60vw;
  }
  .jirei_detail .blk_01 .box_01 .img_01.tate img {
    height: 130vw;
  }
  .jirei_detail .blk_01 .box_01 .img_01.noclip img {
    object-fit: inherit !important;
    height: auto !important;
  }
  .jirei_detail .blk_01 .box_02 {
    width: 100%;
    margin: 0 0 50px;
    display: block;
  }
  .jirei_detail .blk_01 .box_02 .clm_01 {
    width: 100%;
    margin: 0 0 10px;
  }
  .jirei_detail .blk_01 .box_02 .img_01 {
    margin: 0 0 10px;
  }
  .jirei_detail .blk_01 .box_02 .img_01 img {
    object-fit: cover;
    height: 60vw;
    width: 100%;
  }
  .jirei_detail .blk_01 .box_02 .img_01.tate img {
    height: 130vw;
  }
  .jirei_detail .blk_01 .box_02 .img_01.noclip img {
    object-fit: inherit !important;
    height: auto !important;
  }
  .jirei_detail .blk_01 .box_03 {
    width: 100%;
    margin: 0 0 50px;
  }
  .jirei_detail .blk_01 .box_03 .img_01 {
    margin: 0 0 10px;
  }
  .jirei_detail .blk_01 .box_03 .img_01 img {
    width: 100%;
  }
  .jirei_detail .blk_01 .box_03 .img_01.tate img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .jirei_detail .jirei_data_blk {
    margin: 25px 0 0;
    display: block;
  }
  .jirei_detail .jirei_data_blk li {
    width: 100%;
    margin: 10px 0 0;
    list-style-type: none;
  }
  .jirei_detail .jirei_data_blk li:nth-child(3n) {
    margin-right: 0;
  }
  .jirei_detail .jirei_data_blk li::before {
    content: "■ ";
    color: #26b9eb;
  }
}
#nav-below {
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
}
#nav-below .nav-previous {
  width: 46%;
  font-size: 12px;
}
#nav-below .nav-next {
  width: 48%;
  font-size: 12px;
}

/* ------------------------------------------
contents
------------------------------------------ */
/* container */
.container {
  padding: 100px 0 0;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 1280px;
}
.container img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .container {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .container {
    padding: 50px 0 0;
    min-width: inherit;
  }
  .container img {
    max-width: 100%;
    height: auto;
  }
}
/* header */
@media screen and (min-width: 1025px) {
  .header_01 {
    width: 100%;
    min-width: 1280px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
  }
  .header_01 .header_inner_00 {
    font-size: 12px;
    padding: 5px 50px;
    line-height: 1.6;
  }
  .header_01 .header_inner_00 p {
    font-size: 12px;
    line-height: 1.6;
  }
  .header_01 .header_inner_01 {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
  }
  .header_01 .header_inner_01 .logo {
    width: 200px;
    margin: 15px auto 0 50px;
  }
  .header_01 .header_inner_01 .nav_01 {
    width: auto;
    margin: 64px 0 0 0;
    overflow: visible !important;
    display: block !important;
  }
  .header_01 .header_inner_01 .nav_01 > ul {
    width: auto;
    display: flex;
    justify-content: flex-start;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li {
    font-size: 14px;
    margin-right: 25px;
    position: relative;
    line-height: 1.4;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li > a {
    color: #333333;
    display: block;
    padding: 0 0 0;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li > a:hover {
    color: #26b9eb;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li > a.down {
    /* background: url(../img/icon_arw_down_01.png) 0 center no-repeat ;
    background-size: 9px auto ;
    padding: 0 0 0 15px ; */
  }
  .header_01 .header_inner_01 .nav_01 > ul > li:hover .menu {
    transition: max-height 1s ease-in;
    max-height: 9999px;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li .menu {
    transition: max-height 0.5s ease-out;
    max-height: 0;
    overflow: hidden;
    width: auto;
    left: 0;
    top: 30px;
    position: absolute;
    background-color: #fff;
    /*border-top:$brand-border-color 1px solid ;
    border-bottom:$brand-border-color 1px solid ;*/
    box-sizing: border-box;
    display: block !important;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li .menu .menu_inner {
    width: 220px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li .menu .menu_inner li {
    display: block;
    font-size: 14px;
    border-bottom: #ddd 1px solid;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li .menu .menu_inner li:first-child {
    border-top: #ddd 1px solid;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li .menu a {
    color: #444444;
    display: block;
    padding: 20px;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li .menu a:hover {
    background: #26b9eb;
    color: #fff;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li .menu a.active {
    background: #26b9eb;
    color: #fff;
  }
  .header_01 .header_inner_01 .nav_02 {
    width: auto;
    margin: 64px 50px 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .header_01 .header_inner_01 .nav_02 .txt_blk_02 {
    margin: 0 0 0 0;
  }
  .header_01 .header_inner_01 .nav_02 .txt_blk_02 .btn_01 {
    line-height: 1.2;
  }
  .header_01 .header_inner_01 .nav_02 .txt_blk_02 .btn_01 a {
    width: auto;
    font-size: 14px;
    font-weight: 700;
    background: url(../img/icon_mail_01.png) 0 4px no-repeat;
    padding: 0 0 0 20px;
    background-size: 16px auto;
  }
  .header_01 .header_inner_01 .nav_02 .txt_blk_02 .btn_01 a:hover {
    color: #333333;
  }
  .header_01 .header_inner_01 .nav_03 {
    width: auto;
    margin: 0 0 0;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 50px;
    top: 10px;
  }
  .header_01 .header_inner_01 .nav_03 .txt_blk_01 .txt_01 {
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
    color: #26b9eb;
  }
  .header_01 .header_inner_01 .nav_03 .txt_blk_01 .txt_01 span {
    font-size: 11px;
    margin: 10px 0 0;
    display: inline;
    color: #333333;
  }
  .header_01 .sp_menubtn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header_01 {
    width: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
  }
  .header_01 .header_inner_00 {
    font-size: 10px;
    padding: 5px 20px;
    background: #efefef;
    line-height: 1.6;
  }
  .header_01 .header_inner_00 p {
    font-size: 10px;
    line-height: 1.6;
  }
  .header_01 .header_inner_01 {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    height: 50px;
    padding: 7px 0 0;
  }
  .header_01 .header_inner_01 .logo {
    width: 108px;
    margin: 0 0 0 20px;
  }
  .header_01 .header_inner_01 .nav_01 {
    margin: 50px 0 0;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: calc(100vh - 100px);
  }
  .header_01 .header_inner_01 .nav_01 > ul {
    width: auto;
    display: block;
    justify-content: space-between;
    background: #fff;
    border-top: #ddd 1px solid;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    border-bottom: #ddd 1px solid;
    position: relative;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li > a {
    color: #333333;
    display: block;
    padding: 20px 20px;
  }
  .header_01 .header_inner_01 .nav_01 > ul > li > a:hover {
    background: none;
    background-size: 12px auto;
  }
  .header_01 .header_inner_01 .nav_01 .menu {
    display: none;
  }
  .header_01 .header_inner_01 .nav_01 .menu .menu_inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: #ddd 1px solid;
  }
  .header_01 .header_inner_01 .nav_01 .menu .menu_inner li {
    width: 100%;
    height: 60px;
    margin: 0;
    font-size: 16px;
    display: table;
    border-bottom: #ddd 1px solid;
    border-right: #ddd 1px solid;
  }
  .header_01 .header_inner_01 .nav_01 .menu .menu_inner li:last-child {
    border-bottom: none;
  }
  .header_01 .header_inner_01 .nav_01 .menu .menu_inner li:nth-child(2n) {
    border-right: none;
  }
  .header_01 .header_inner_01 .nav_01 .menu a {
    color: #444444;
    padding: 0 10px 0 20px;
    background: #f6f6f6 10px center no-repeat;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    opacity: 1;
  }
  .header_01 .header_inner_01 .nav_01 .menu a:hover {
    background: #26b9eb;
    color: #fff;
  }
  .header_01 .header_inner_01 .nav_01 .menu a.active {
    background: #26b9eb;
    color: #fff;
  }
  .header_01 .header_inner_01 .nav_01 a.js_acc_btn_02 {
    background: #fff url(../img/icon_arw_down_02.png) right 20px center no-repeat;
    background-size: 18px auto;
  }
  .header_01 .header_inner_01 .nav_01 a.js_acc_btn_02.archive_up {
    background: #fff url(../img/icon_arw_up_02.png) right 20px center no-repeat;
    background-size: 18px auto;
  }
  .header_01 .header_inner_01 .nav_02 {
    display: none;
  }
  .header_01 .header_inner_01 .nav_03 {
    display: none;
  }
  .header_01 .sp_menubtn {
    display: block;
    width: 50px;
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .header_01 .sp_menubtn .txt_01 {
    display: none;
  }
  .header_01 .sp_menubtn.archive_up {
    /*background: $brand-lighter ;*/
  }
  .header_01 .sp_menubtn.archive_up img.open {
    display: none;
  }
  .header_01 .sp_menubtn.archive_up .txt_01 {
    display: block;
    font-size: 8px;
    line-height: 1.1;
  }
  .header_01 .js_acc_menu_01 { /* 最初非表示 */
    display: none;
  }
}
/* head navi */
/* mv */
.mv_01 {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.mv_01.bg_01 {
  background: url(../img/mv_01.jpg) center center no-repeat;
  background-size: cover;
}
.mv_01.bg_02 {
  background: url(../img/mv_02.jpg) center center no-repeat;
  background-size: cover;
}
.mv_01.bg_03 {
  background: url(../img/mv_03.jpg) center center no-repeat;
  background-size: cover;
}
.mv_01.bg_04 {
  background: url(../img/mv_04.jpg) center center no-repeat;
  background-size: cover;
}
.mv_01.bg_05 {
  background: url(../img/mv_05.jpg) center center no-repeat;
  background-size: cover;
}
.mv_01 .inner_01 {
  width: 100%;
  min-height: 700px;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  position: relative;
}
.mv_01 .txt_area {
  width: auto;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  left: 100px;
  top: 100px;
}
.mv_01 .txt_area .txt_01 {
  font-size: 50px;
  line-height: 1.5;
  overflow: hidden;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  white-space: nowrap;
  /*text-indent: -1em ;
  padding-left: 1em;*/
  color: #333;
  display: inline-block;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
}
.mv_01 .txt_area .txt_01 .line_01 {
  /* border-bottom: 4px #fff solid ; */
  /* background: rgba(255, 255, 255, 0.8) ;
  display: inline-block ;
  padding: 0 5px ; */
}
.mv_01 .txt_area .txt_01 .line_02 {
  /* border-bottom: 4px #fff solid ; */
  /* background: rgba(255, 255, 255, 0.8) ;
  display: inline-block ;
  padding: 0 5px ; */
}
.mv_01 .txt_area .txt_01 .line_03 {
  /* border-bottom: 4px #fff solid ; */
  /* background: rgba(255, 255, 255, 0.8) ;
  display: inline-block ;
  padding: 0 5px ; */
}
.mv_01 .link_area {
  position: absolute;
  bottom: 43px;
  right: 90px;
  margin: 0;
}
.mv_01 .link_area .txt_01 {
  margin: 0 auto 0;
  text-align: right;
}
.mv_01 .link_area .txt_01 a {
  display: block;
  padding-right: 40px;
  background: url(../img/icon_bar_01.png) right center no-repeat;
  background-size: 20px auto;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .mv_01 {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    overflow: visible;
  }
  .mv_01.bg_01 {
    background: url(../img/mv_01.jpg) center center no-repeat;
    background-size: cover;
  }
  .mv_01.bg_02 {
    background: url(../img/mv_02.jpg) center center no-repeat;
    background-size: cover;
  }
  .mv_01.bg_03 {
    background: url(../img/mv_03.jpg) center center no-repeat;
    background-size: cover;
  }
  .mv_01.bg_04 {
    background: url(../img/mv_04.jpg) center center no-repeat;
    background-size: cover;
  }
  .mv_01.bg_05 {
    background: url(../img/mv_05.jpg) center center no-repeat;
    background-size: cover;
  }
  .mv_01 .inner_01 {
    width: 100%;
    min-height: auto;
    height: 300px;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .mv_01 .txt_area {
    width: 90%;
    margin: 0 0;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .mv_01 .txt_area .txt_01 {
    font-size: 6vw;
    line-height: 1.5;
    text-indent: 0;
    padding-left: 0;
    color: #000;
    display: inline-block;
  }
  .mv_01 .txt_area .txt_01 .line_02 {
    margin-left: 0;
  }
  .mv_01 .txt_area .txt_01 .line_03 {
    margin-left: 0;
  }
  .mv_01 .link_area {
    position: absolute;
    bottom: 60px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .mv_01 .link_area .txt_01 {
    margin: 0 auto 0;
    text-align: center;
  }
  .mv_01 .link_area .txt_01 a {
    display: inline-block;
    padding-right: 40px;
    background: url(../img/icon_bar_01.png) right center no-repeat;
    background-size: 20px auto;
    font-size: 18px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
  }
}
/* slider */
body .flexslider {
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 1400px;
  background: none;
  border: none;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 0;
  overflow: visible;
}

body .flexslider .slides > li {
  margin: 0 0 0;
  position: relative;
  width: auto;
}

body .flexslider .slides > li img {
  width: 100%;
}

body .flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -10px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  transition: all 0.3s ease;
  text-indent: -9999px;
}
@media screen and (max-width: 640px) {
  body .flexslider .flex-direction-nav a {
    width: 20px;
    height: 20px;
  }
}

body .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  background: url(../img/top_slide_arw_01.png) 0 0 no-repeat;
  margin-left: 0;
  background-size: contain;
}

body .flexslider .flex-direction-nav .flex-next {
  right: 10px;
  text-align: left;
  background: url(../img/top_slide_arw_02.png) 0 0 no-repeat;
  margin-right: 0;
  background-size: contain;
}

body .flexslider .flex-direction-nav a.flex-next:before {
  content: none;
}

body .flexslider .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: none;
}

body .flexslider .flex-control-nav {
  width: auto;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  body .flexslider .flex-control-nav {
    width: auto;
    top: auto;
    bottom: 2vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

body .flexslider .flex-control-nav li {
  /* margin: 0 0; */
  /* display:block; */
  padding: 8px 0;
  /*display: block ;*/
}
@media screen and (max-width: 640px) {
  body .flexslider .flex-control-nav li {
    display: inline-block;
    margin: 0 15px;
  }
  body .flexslider .flex-control-nav li:first-child {
    margin-left: 0;
  }
  body .flexslider .flex-control-nav li:last-child {
    margin-right: 0;
  }
}

body .flexslider .slides li a {
  display: block;
  box-sizing: border-box;
  padding: 0 0 0;
  text-decoration: none;
}

body .flexslider .flex-control-paging li a {
  background: #fff;
}

body .flexslider .flex-control-paging li a.flex-active {
  background: #26b9eb;
}

body .flexslider .flex-control-paging li a {
  box-shadow: none;
}

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
} /* 1枚目をできるだけ速く表示する */
/* anime*/
/* animation */
.first_op0 {
  /* fadeinなどに */
  opacity: 0;
}

.anime_delay_01 {
  animation-delay: 0.2s;
}

.anime_delay_02 {
  animation-delay: 0.4s;
}

.anime_delay_03 {
  animation-delay: 0.6s;
}

.anime_delay_04 {
  animation-delay: 0.8s;
}

.anime_delay_05 {
  animation-delay: 1s;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  20%, 60% {
    transform: translate3d(-10px, 0, 0);
  }
  40%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp2 {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownFirst {
  from {
    /*opacity: 1;*/
  }
  to {
    /*opacity: 0;*/
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDownFirst {
  animation-name: fadeOutDownFirst;
  animation-duration: 5s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-120%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes reasonBack {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes reasonBackSp { /* sp */
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reasonBack {
  animation-name: reasonBack;
}

@media screen and (max-width: 640px) { /* sp */
  .reasonBack {
    animation-name: reasonBackSp;
  }
}
/* ------------------------------------------
side
------------------------------------------ */
/* menu */
.localSection {
  margin: 0 0 30px;
}
.localSection .localHead {
  border-top: 2px solid #26b9eb;
  border-bottom: 2px solid #26b9eb;
  padding: 13px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.localSection .localHead a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.localNavi {
  background: #EDFAFF;
  padding: 20px;
}
.localNavi li {
  margin: 20px 0 0;
  padding: 0 0 0 15px;
  background: url(../img/arw_01.png) left center no-repeat;
  background-size: 5px auto;
  line-height: 1.2;
}
.localNavi li:first-child {
  margin: 0 0 0;
}
.localNavi li.current_page_item a {
  font-weight: 700;
  color: #26b9eb;
}

.sideWidget {
  margin-bottom: 20px;
}
.sideWidget .textwidget {
  padding-top: 10px;
}

@media screen and (max-width: 640px) { /* sp */
  .sideWidget {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .sideWidget .textwidget {
    padding-top: 10px;
  }
}
.com_side_hl_01 {
  background: #26b9eb;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

.sidecontact {
  margin: 10px 0 0;
  padding: 10px 0;
  border-top: 2px solid #26b9eb;
  border-bottom: 2px solid #26b9eb;
}
.sidecontact #sideContact a {
  width: auto;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/icon_mail_01.png) 0 7px no-repeat;
  padding: 0 0 0 20px;
  background-size: 16px auto;
  line-height: 1;
}
.sidecontact #sideContact a:hover {
  color: #333333;
}
.sidecontact #sideContactTxt {
  font-size: 14px;
  margin-top: 10px;
}
.sidecontact #sideContactTime {
  font-size: 14px;
  margin-top: 10px;
}

/* ------------------------------------------
content
------------------------------------------ */
.content_wrap {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 15px auto 0;
}
.content_wrap.top {
  width: auto;
  display: block;
  margin: 0 auto 0;
}

.content {
  width: 830px;
  margin: 0;
  padding: 0 0 145px;
}
.content.top {
  width: auto;
}
.content.wide {
  width: auto;
}

.sidebar {
  width: 220px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 640px) {
  .content_wrap {
    display: block;
    width: auto;
    margin: 20px auto 0;
  }
  .content_wrap.top {
    width: auto;
    display: block;
    margin: 0 auto 0;
  }
  .content {
    width: auto;
    margin: 0 0 0;
    padding: 0 20px 100px;
  }
  .content.top {
    width: auto;
  }
  .content.wide {
    width: auto;
  }
  .sidebar {
    width: auto;
    margin: 0 auto 0;
    padding: 0 20px 100px;
  }
}
/* content blk */
.content_blk_top {
  margin: 120px auto 0;
  width: 1000px;
}

.content_blk_01 {
  margin: 0 auto;
  width: 800px;
}

.content_blk_02 {
  margin: 0 auto;
  width: auto;
}

@media screen and (max-width: 640px) {
  .content_blk_top {
    margin: 90px auto 0;
    width: auto;
  }
  .content_blk_01 {
    margin: 0 auto;
    width: auto;
  }
  .content_blk_02 {
    margin: 0 auto;
    width: auto;
  }
}
/* wrap */
.cont_wrap_01 {
  padding: 120px 0 0;
}

.cont_wrap_02 {
  padding: 100px 0 100px;
  background: #EDFAFF;
}

@media screen and (max-width: 640px) {
  .cont_wrap_01 {
    padding: 60px 0 0;
  }
}
/* txt top */
.top_hl_01 {
  color: #333333;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  line-height: 48px;
  text-align: left;
  display: block;
  font-weight: 500;
}
.top_hl_01.low_ttl_01 {
  font-size: 40px;
  line-height: 55px;
}
.top_hl_01.eng {
  letter-spacing: 0.1em;
}
.top_hl_01.white {
  color: #fff;
}
.top_hl_01.center_01 {
  text-align: center;
}
.top_hl_01 .bdr_01 {
  border: none;
  border-bottom: #26b9eb 4px solid;
  width: 100px;
  margin: 20px auto 0;
  height: 0;
}

.top_hl_sub_wrap {
  text-align: center;
}

.top_hl_sub {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  text-align: center;
  margin: 5px auto 0;
  color: #26b9eb;
  display: inline-flex;
  align-items: center;
  width: auto;
  text-align: center;
}
.top_hl_sub.white {
  color: #fff;
}

.top_hl_sub:before, .top_hl_sub:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #26b9eb;
  display: block;
  width: 46px;
}

.top_hl_sub.white:before, .top_hl_sub.white:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #fff;
  display: block;
  width: 46px;
}

.top_hl_sub:before {
  margin-right: 0.4em;
}

.top_hl_sub:after {
  margin-left: 0.4em;
}

.top_hl_02 {
  font-size: 22px;
  text-align: left;
  padding: 0;
  margin: 0 0 0;
  line-height: 1.6;
  font-weight: 500;
}

.top_hl_sub_01 {
  font-size: 12px;
  text-align: center;
  padding: 0;
  margin: 10px 0 0;
  line-height: 1.2;
}

.top_hl_mar_01 {
  margin: 60px 0 0;
}

.top_hl_mar_02 {
  margin: 100px 0 0;
}

.top_hl_mar_03 {
  margin: 45px 0 0;
}

.com_txt_mar_01 {
  margin: 40px 0 0;
}

.com_txt_mar_02 {
  margin: 20px 0 0;
}

.bg_txt_wrap_01 {
  background: #26b9eb;
  padding: 2px 4px 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.2;
  margin: 0 10px 0 0;
}

.bg_txt_wrap_02 {
  background: #EDFAFF;
  padding: 2px 4px 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.2;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 640px) {
  .top_hl_01 {
    color: #333333;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 40px;
    line-height: 55px;
    text-align: left;
    display: block;
    font-weight: 500;
  }
  .top_hl_01.low_ttl_01 {
    font-size: 35px;
    line-height: 48px;
  }
  .top_hl_01.center_01 {
    text-align: center;
  }
  .top_hl_01.sp_center_01 {
    text-align: center;
  }
  .top_hl_01 .bdr_01 {
    border: none;
    border-bottom: #26b9eb 4px solid;
    width: 100px;
    margin: 20px auto 0;
    height: 0;
  }
  .top_hl_sub_wrap {
    text-align: center;
  }
  .top_hl_sub {
    font-size: 16px;
    line-height: 1.2;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    text-align: center;
    margin: 5px auto 0;
    color: #26b9eb;
    display: inline-flex;
    align-items: center;
    width: auto;
    text-align: center;
  }
  .top_hl_02 {
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 0 0 0;
    line-height: 1.6;
    font-weight: 500;
  }
  .top_hl_mar_01 {
    margin: 70px 0 0;
  }
  .top_hl_mar_02 {
    margin: 95px 0 0;
  }
  .top_hl_mar_03 {
    margin: 30px 0 0;
  }
  .com_txt_mar_01 {
    margin: 40px 0 0;
  }
  .com_txt_mar_02 {
    margin: 20px 0 0;
  }
}
/* top_intro_blk */
.top_intro_blk {
  padding: 100px 0 0;
}
.top_intro_blk .hl_01 {
  font-size: 24px;
  line-height: 1.8;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
  color: #333333;
}
.top_intro_blk .txt_01 {
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
}
.top_intro_blk .blk_01 {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 55px auto 0;
}
.top_intro_blk .blk_01 .box_01 {
  width: 300px;
}

@media screen and (max-width: 640px) {
  .top_intro_blk {
    padding: 50px 0 0;
  }
  .top_intro_blk .hl_01 {
    font-size: 18px;
    line-height: 1.8;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    text-align: left;
    margin: 0 0 10px;
    color: #333333;
  }
  .top_intro_blk .txt_01 {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .top_intro_blk .blk_01 {
    width: auto;
    display: block;
    justify-content: space-between;
    margin: 30px auto 0;
  }
  .top_intro_blk .blk_01 .box_01 {
    width: 100%;
    margin: 10px 0 0;
  }
  .top_intro_blk .blk_01 .box_01:first-child {
    margin: 0;
  }
}
/* top_works_blk */
.top_works_blk {
  padding: 100px 0 100px;
  margin: 100px auto 0;
  background: #EDFAFF;
}
.top_works_blk .btn_01 {
  margin: 40px auto 0;
  width: 360px;
}

@media screen and (max-width: 640px) {
  .top_works_blk {
    padding: 50px 20px 50px;
    margin: 50px -20px 0;
    background: #EDFAFF;
  }
  .top_works_blk .btn_01 {
    margin: 30px auto 0;
    width: 100%;
  }
}
/* works_blk */
.works_blk {
  margin: 40px auto 0;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works_blk .blk_01 {
  width: 320px;
  display: block;
  cursor: pointer;
  margin-top: 50px;
  margin-right: 30px;
  /* .img_01 {
  	width: 300px ;
  	height: 200px;
  	object-fit: cover ;
  	img {
  		object-fit: cover ;
  		height: 200px ;
  		width: 100%;
  	}
  } */
}
.works_blk .blk_01:nth-child(-n+3) {
  margin-top: 0;
}
.works_blk .blk_01:nth-child(3n) {
  margin-right: 0;
}
.works_blk .blk_01 .info_01 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  align-items: center;
}
.works_blk .blk_01 .info_01 .date_01 {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}
.works_blk .blk_01 .txt_01 {
  margin: 10px 0 0;
  font-weight: 500;
}
.works_blk .photo_drag_01_area {
  width: 100%;
  overflow: hidden;
}
.works_blk .photo_drag_01_area li {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  border: none;
  background-color: #fff;
}
.works_blk .photo_drag_01_area li span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .works_blk {
    margin: 40px auto 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .works_blk .blk_01 {
    width: 47%;
    display: block;
    cursor: pointer;
    margin-top: 30px;
    margin-right: 0;
    /* .img_01 {
    	width: 300px ;
    	height: 200px;
    	object-fit: cover ;
    	img {
    		object-fit: cover ;
    		height: 200px ;
    		width: 100%;
    	}
    } */
  }
  .works_blk .blk_01:nth-child(-n+3) {
    margin-top: 0;
  }
  .works_blk .blk_01:nth-child(3) {
    margin-top: 30px;
  }
  .works_blk .blk_01:nth-child(3n) {
    margin-right: 0;
  }
  .works_blk .blk_01 .info_01 {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    align-items: center;
  }
  .works_blk .blk_01 .info_01 .date_01 {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
  }
  .works_blk .blk_01 .txt_01 {
    margin: 10px 0 0;
    font-weight: 500;
  }
  .works_blk .photo_drag_01_area {
    width: 100%;
    overflow: hidden;
  }
  .works_blk .photo_drag_01_area li {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    border: none;
    background-color: #fff;
  }
  .works_blk .photo_drag_01_area li span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
}
/* top service */
.top_service_blk_01 .ttl_01 {
  margin: 0 0 50px;
}
.top_service_blk_01 .blk_01 {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 420px;
  margin: 40px 0 0;
}
.top_service_blk_01 .blk_01 .box_01 {
  width: calc(50% - 40px);
}
.top_service_blk_01 .blk_01 .box_01.bg_01 {
  background: url(../img/top_img_recruit.jpg) center center no-repeat;
  background-size: cover;
}
.top_service_blk_01 .blk_01 .box_01.bg_02 {
  background: url(../img/top_img_09.png) center center no-repeat;
  background-size: cover;
}
.top_service_blk_01 .blk_01 .box_01.bg_03 {
  background: url(../img/top_img_onestop.jpg) center center no-repeat;
  background-size: cover;
}
.top_service_blk_01 .blk_01 .box_01.bg_04 {
  background: url(../img/top_img_02.png) center center no-repeat;
  background-size: cover;
}
.top_service_blk_01 .blk_01 .box_01.bg_05 {
  background: url(../img/top_img_price.jpg) center center no-repeat;
  background-size: cover;
}
.top_service_blk_01 .blk_01 .box_01.bg_06 {
  background: url(../img/top_img_04.png) center center no-repeat;
  background-size: cover;
}
.top_service_blk_01 .blk_01 .box_02 {
  width: calc(50% + 40px);
  position: relative;
  z-index: 2;
}
.top_service_blk_01 .blk_01 .box_02 .clm_01 {
  width: 530px;
  margin: 40px 0 0 60px;
}
.top_service_blk_01 .blk_01 .box_02 .clm_01 .txt_01 {
  margin: 25px 0 0;
}
.top_service_blk_01 .blk_01 .box_02 .clm_01 .btn_01 {
  margin: 25px 0 0;
}
.top_service_blk_01 .blk_02 {
  display: block;
  width: auto;
  margin: 40px auto 0;
  width: 1100px;
}

@media screen and (max-width: 640px) {
  .top_service_blk_01 .ttl_01 {
    margin: 0 0 42px;
  }
  .top_service_blk_01 .blk_01 {
    display: block;
    justify-content: space-between;
    width: auto;
    height: auto;
    margin: 60px 0 0;
  }
  .top_service_blk_01 .blk_01:first-child {
    margin: 0;
  }
  .top_service_blk_01 .blk_01 .box_01 {
    width: auto;
    height: 240px;
    margin: 0 -20px;
  }
  .top_service_blk_01 .blk_01 .box_01.bg_01 {
    background: url(../img/top_img_recruit.jpg) center center no-repeat;
    background-size: cover;
  }
  .top_service_blk_01 .blk_01 .box_01.bg_02 {
    background: url(../img/top_img_09.png) center center no-repeat;
    background-size: cover;
  }
  .top_service_blk_01 .blk_01 .box_01.bg_03 {
    background: url(../img/top_img_onestop.jpg) center center no-repeat;
    background-size: cover;
  }
  .top_service_blk_01 .blk_01 .box_01.bg_04 {
    background: url(../img/top_img_02.png) center center no-repeat;
    background-size: cover;
  }
  .top_service_blk_01 .blk_01 .box_01.bg_05 {
    background: url(../img/top_img_price.jpg) center center no-repeat;
    background-size: cover;
  }
  .top_service_blk_01 .blk_01 .box_01.bg_06 {
    background: url(../img/top_img_04.png) center center no-repeat;
    background-size: cover;
  }
  .top_service_blk_01 .blk_01 .box_02 {
    width: auto;
  }
  .top_service_blk_01 .blk_01 .box_02 .clm_01 {
    width: auto;
    margin: 30px 30px 0 30px;
  }
  .top_service_blk_01 .blk_01 .box_02 .clm_01 .txt_01 {
    margin: 25px 0 0;
  }
  .top_service_blk_01 .blk_01 .box_02 .clm_01 .btn_01 {
    margin: 25px 0 0;
  }
  .top_service_blk_01 .blk_02 {
    display: block;
    width: auto;
    margin: 60px auto 0;
    width: auto;
  }
}
/* top messe */
.top_messe_blk {
  background: linear-gradient(90deg, #F5F3F2 0%, #F5F3F2 calc(50% + 100px), #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 0 0;
  margin: 50px 0 95px;
  position: relative;
}
.top_messe_blk .inner_01 {
  width: 1280px;
  margin: 0 auto;
  display: flex;
}
.top_messe_blk .inner_01 .blk_01 {
  width: 690px;
  padding: 100px 90px 100px 90px;
}
.top_messe_blk .inner_01 .blk_01 .txt_01 {
  color: #333333;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.top_messe_blk .inner_01 .blk_01 .txt_02 {
  margin: 25px 0 0;
}
.top_messe_blk .inner_01 .blk_01 .txt_03 {
  color: #333333;
  font-size: 16px;
  margin: 25px 0 0;
}
.top_messe_blk .inner_01 .blk_01 .txt_04 {
  color: #333333;
  font-size: 16px;
  margin: 25px 0 0;
  text-align: right;
  font-weight: 700;
}
.top_messe_blk .inner_01 .blk_02 {
  width: 590px;
  position: relative;
}
.top_messe_blk .inner_01 .blk_02 .img_01 {
  right: 0;
  bottom: -95px;
  position: absolute;
}
.top_messe_blk .inner_01 .blk_02_02 {
  width: 550px;
  position: relative;
}
.top_messe_blk .inner_01 .blk_02_02 .img_01 {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 640px) {
  .top_messe_blk {
    background: #F5F3F2;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 0 0;
    position: relative;
    margin: 0 -20px;
  }
  .top_messe_blk .inner_01 {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .top_messe_blk .inner_01 .blk_01 {
    width: auto;
    padding: 50px 20px 50px;
  }
  .top_messe_blk .inner_01 .blk_01 .txt_01 {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .top_messe_blk .inner_01 .blk_01 .txt_02 {
    margin: 25px 0 0;
  }
  .top_messe_blk .inner_01 .blk_01 .txt_03 {
    color: #333333;
    font-size: 14px;
    line-height: 2.28;
    margin: 30px 0 0;
  }
  .top_messe_blk .inner_01 .blk_01 .txt_04 {
    color: #333333;
    font-size: 14px;
    line-height: 2.28;
    margin: 40px 0 0;
  }
  .top_messe_blk .inner_01 .blk_02 {
    width: auto;
    position: relative;
  }
  .top_messe_blk .inner_01 .blk_02 .img_01 {
    right: auto;
    bottom: auto;
    position: relative;
  }
  .top_messe_blk .inner_01 .blk_02_02 {
    width: auto;
    position: relative;
    background: #fff;
  }
  .top_messe_blk .inner_01 .blk_02_02 .img_01 {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 20px 0;
  }
}
/* ------------------------------------------
low contents
------------------------------------------ */
/* low_ttl */
.low_ttl_01 {
  width: auto;
  height: 150px;
  margin: 0 auto;
  position: relative;
  background: url(../img/low_ttl_bg_01.jpg) center no-repeat;
  background-size: cover;
}
.low_ttl_01 .ttl_01 {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  max-width: 1100px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 640px) {
  .low_ttl_01 {
    width: auto;
    height: 150px;
    margin: 0 auto;
    position: relative;
    background: url(../img/low_ttl_bg_01.jpg) center no-repeat;
    background-size: cover;
  }
  .low_ttl_01 .ttl_01 {
    font-size: 28px;
    font-weight: 500;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    max-width: 600px;
    min-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
/* bread */
.bread_blk_01 {
  padding: 10px 0;
}
.bread_blk_01 .inner_01 {
  width: 1100px;
  margin: 0 auto;
}

body #breadcrumb ul {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

body #breadcrumb ul li {
  font-size: 10px;
}

body #breadcrumb > li > * {
  position: relative;
  display: block;
  line-height: 1.5em;
  margin-bottom: 5px;
  margin-left: 25px;
  margin-right: 8px;
  color: #333333;
}

body #breadcrumb > li > *:after {
  content: " > ";
  position: absolute;
  left: -20px;
  top: 0;
  transform: translate(0, 0);
  width: 0;
  height: 0;
  display: block;
}

body #breadcrumb > li:first-child > * {
  margin-left: 0;
}

body #breadcrumb > li:first-child > *:after {
  display: none;
}

@media screen and (max-width: 640px) {
  /* bread */
  .bread_blk_01 {
    display: none;
  }
}
/* ------------------------------------------
page
------------------------------------------ */
/* txt com */
.com_hl_01 {
  color: #333333;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  display: block;
  font-weight: 500;
  position: relative;
  margin: 60px 0 35px;
}
.com_hl_01:after {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  background: #26b9eb;
  margin: 15px 0 0;
}
.com_hl_01:first-child {
  margin-top: 0;
}

.com_hl_02 {
  font-size: 22px;
  text-align: left;
  padding: 0;
  margin: 50px 0 0;
  line-height: 1.6;
  font-weight: 500;
}
.com_hl_02:first-child {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .com_hl_01 {
    color: #333333;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
    display: block;
    font-weight: 500;
  }
  .com_hl_02 {
    font-size: 18px;
    text-align: left;
    padding: 0;
    margin: 50px 0 0;
    line-height: 1.6;
    font-weight: 500;
  }
}
body .content p {
  margin: 25px 0 0;
}

body .content .com_catch_01 {
  color: #333333;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  display: block;
  font-weight: 500;
  position: relative;
  margin: 60px 0 35px;
}

@media screen and (max-width: 640px) {
  body .content .com_catch_01 {
    color: #333333;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    display: block;
    font-weight: 500;
  }
}
/* 前バージョンから引き継ぎ 修正 */
body .content .feature_clm_01 {
  margin: 25px 0 0;
  padding: 25px;
  background: #fff;
  border: #26b9eb 1px solid;
  border-radius: 5px;
}
body .content .feature_clm_01 .txt_01 {
  margin: 0 !important;
  font-size: 20px;
}
body .content .feature_clm_01 .txt_01 strong {
  font-weight: 500;
}

body .content .hiyou_clm_01 {
  padding: 0;
  background: #fff;
  border: #26b9eb 1px solid;
  margin: 20px 40px;
  border-radius: 5px;
}

body .content .hiyou_clm_01 .inner_01 {
  padding: 5px 25px 25px;
}

body .content .hiyou_clm_01 .txt_01 {
  padding: 25px 25px 0;
  margin: 0;
  color: #26b9eb;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-align: left;
}

body .content .hiyou_clm_01 ol {
  margin: 0px 0px 20px 1em;
}

body .content .hiyou_clm_01 ol li {
  list-style: decimal;
  padding: 0px;
  font-size: 16px;
  margin: 10px 0 0;
}

body .content .column_clm_01 {
  padding: 25px;
  background: #F5F3F2;
  border: #ddd;
  border-radius: 5px;
  margin: 25px 0;
}

body .content .column_clm_01 p {
  margin: 10px 0 0;
}

body .content .column_clm_01 .txt_01 {
  margin: 0 0 10px;
  padding: 0 0;
  font-weight: bold;
}

body .content .column_clm_01 p:last-child {
  margin-bottom: 0;
}

body .content .com_pad_01 {
  padding: 0 40px;
}

body .content .com_img_01 {
  padding: 0;
  margin: 25px 0 25px;
  text-align: center;
}

body .content .com_img_01 img {
  width: 100%;
  height: auto;
}

body .content .com_img_01_auto {
  padding: 0;
  margin: 25px 0 25px;
  text-align: center;
}

body .content .com_img_01_auto img {
  max-width: 100%;
  height: auto;
}

body .content .com_img_02 {
  padding: 0;
  margin: 25px auto 25px;
  text-align: center;
  width: 75%;
}

body .content .com_img_02 img {
  width: 100%;
  height: auto;
}

body .content .com_img_01_tate_01 {
  padding: 0;
  margin: 25px auto;
  text-align: center;
  width: 50%;
}

body .content .com_img_01_tate_01 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  body .content .com_img_01_tate_01 {
    padding: 0;
    margin: 25px auto;
    text-align: center;
    width: 70%;
  }
}
body .content .com_img_01 .txt_01,
body .content .com_img_01_auto .txt_01,
body .content .com_img_01_tate_01 .txt_01,
body .content ul.clm2_blk_01 .txt_01,
body .content ul.clm3_blk_01 .txt_01 {
  text-align: center;
  margin: 5px 0 0;
  font-size: 11px;
}

/* 前バージョンから引き継ぎ２段組 スマホ時も２段 */
body .content ul.clm2_blk_01 {
  width: auto;
  margin: 25px 0 25px;
  padding: 0;
}

body .content ul.clm2_blk_01 li {
  width: 48%;
  margin: 10px 4% 0 0;
  float: left;
  list-style: none;
}

body .content ul.clm2_blk_01 li:first-child {
  margin: 0 4% 0 0;
}

body .content ul.clm2_blk_01 li:nth-child(2) {
  margin: 0 0 0 0;
}

body .content ul.clm2_blk_01 li img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body .content ul.clm2_blk_01 li:nth-child(2n) {
  margin-right: 0;
}

body .content ul.clm2_blk_01 li:nth-child(2n+1) {
  clear: both;
}

body .content .clm2_blk_01_vert {
  width: auto;
  margin: 20px 0;
  padding: 0;
}

body .content .clm2_blk_01_vert .box_01 {
  width: 48%;
  margin: 10px 4% 0 0;
  float: left;
  list-style: none;
}

body .content .clm2_blk_01_vert .box_01:first-child {
  margin: 0 4% 0 0;
}

body .content .clm2_blk_01_vert .box_01:nth-child(2) {
  margin: 0 0 0 0;
}

body .content .clm2_blk_01_vert .box_01 img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body .content .clm2_blk_01_vert .box_01:nth-child(2n) {
  margin-right: 0;
}

body .content .clm2_blk_01_vert .box_01:nth-child(2n+1) {
  clear: both;
}

body .content ul.clm3_blk_01 {
  width: auto;
  margin: 20px 0;
  padding: 0;
}

body .content ul.clm3_blk_01 li {
  width: 32%;
  margin: 10px 2% 0 0;
  float: left;
  list-style: none;
}

body .content ul.clm3_blk_01 li:first-child {
  margin: 0 2% 0 0;
}

body .content ul.clm3_blk_01 li:nth-child(2) {
  margin: 0 2% 0 0;
}

body .content ul.clm3_blk_01 li:nth-child(3) {
  margin: 0 0 0 0;
}

body .content ul.clm3_blk_01 li img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body .content ul.clm3_blk_01 li:nth-child(3n) {
  margin-right: 0;
}

body .content ul.clm3_blk_01 li:nth-child(3n+1) {
  clear: both;
}

/* 画像2段組み */
/* wrap 現状不使用 */
.wrap_01 {
  width: auto;
  /*margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);*/
  padding: 130px 0 0;
}

.wrap_02 {
  width: auto;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 80px 0;
  background: #f6f6f6;
}
@media screen and (max-width: 1020px) {
  .wrap_02 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .wrap_01 {
    width: auto;
    padding: 100px 0 0;
  }
  .wrap_02 {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 0;
    background: #f6f6f6;
  }
  .wrap_02 .wrap_inner_01 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* ------------------------------------------
childPageBox 小ページリンク
------------------------------------------ */
.childPageBox {
  margin: 50px 0 0;
  border-top: #ddd 1px solid;
  padding: 50px 0 0;
}
.childPageBox h4 {
  font-size: 20px;
  font-weight: 400;
  font-weight: 700;
}
.childPageBox ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.childPageBox ul li {
  font-size: 16px;
  margin: 10px 20px 0 0;
  background: url(../img/arw_01.png) left center no-repeat;
  background-size: 5px auto;
  padding: 0 0 0 0.7em;
  list-style: none;
}
.childPageBox ul li a {
  text-decoration: none;
  background-image: linear-gradient(90deg, #26b9eb, #26b9eb);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: background-size 0.6s;
}
.childPageBox ul li a:hover {
  background-size: 100% 2px;
}
.childPageBox ul li.current_page_item a {
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .childPageBox {
    display: none;
  }
}
/* ------------------------------------------
childPageBoxIndex 小ページリンクindex
------------------------------------------ */
.childPageBoxIndex {
  margin: 50px 0 0;
  border-top: #ddd 1px solid;
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.childPageBoxIndex a {
  display: block;
  width: 30%;
  margin: 30px 5% 0 0;
  text-decoration: none;
  background-image: linear-gradient(90deg, #26b9eb, #26b9eb);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: background-size 0.6s;
}
.childPageBoxIndex a:hover {
  background-size: 100% 2px;
}
.childPageBoxIndex a:nth-child(3n) {
  margin-right: 0;
}
.childPageBoxIndex a:nth-child(-n+3) {
  margin-top: 0;
}
.childPageBoxIndex a .box_01 img {
  width: 100%;
  height: 187px;
  object-fit: cover;
}
.childPageBoxIndex a .box_02 h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
  color: #333333;
}
.childPageBoxIndex a .box_02 p {
  margin: 5px 0 0;
  font-size: 12px;
  color: #333333;
}

@media screen and (max-width: 640px) {
  .childPageBoxIndex {
    margin: 50px 0 0;
    border-top: #ddd 1px solid;
    padding: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .childPageBoxIndex a {
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
  }
  .childPageBoxIndex a:nth-child(3n) {
    margin-right: 0;
  }
  .childPageBoxIndex a:nth-child(-n+3) {
    margin-top: 30px;
  }
  .childPageBoxIndex a:first-child {
    margin-top: 0;
  }
  .childPageBoxIndex a .box_01 img {
    width: 100%;
    height: calc((100vw - 40px) * 0.75);
    object-fit: cover;
  }
  .childPageBoxIndex a .box_02 h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0;
    color: #333333;
  }
  .childPageBoxIndex a .box_02 p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #333333;
  }
}
/* ------------------------------------------
footer
------------------------------------------ */
/* footer_00 */
.footer_00 {
  background: #26b9eb;
  color: #fff;
  text-align: center;
}
.footer_00 .inner_01 {
  width: 1100px;
  padding: 120px 0 120px;
  margin: 0 auto;
}
.footer_00 .inner_01 .hl_01 {
  text-align: center;
}
.footer_00 .inner_01 .hl_01 .small_01 {
  font-size: 12px;
}
.footer_00 .inner_01 .txt_01 {
  font-size: 16px;
  line-height: 2;
  margin: 50px 0 0;
  text-align: center;
}
.footer_00 .inner_01 .txt_02 {
  font-size: 30px;
  line-height: 1;
  margin: 16px 0 0;
  text-align: center;
}
.footer_00 .inner_01 .txt_02 a {
  color: #fff;
}
.footer_00 .inner_01 .txt_03 {
  font-size: 12px;
  line-height: 2;
  margin: 0px 0 0;
  text-align: center;
}
.footer_00 .inner_01 .blk_01 {
  margin: 35px auto 0;
  width: 400px;
}

@media screen and (max-width: 640px) {
  .footer_00 {
    background: #26b9eb;
    color: #fff;
    text-align: center;
  }
  .footer_00 .inner_01 {
    width: auto;
    padding: 90px 20px 100px;
    margin: 0 auto;
  }
  .footer_00 .inner_01 .txt_01 {
    font-size: 16px;
    line-height: 2;
    margin: 50px 0 0;
    text-align: center;
  }
  .footer_00 .inner_01 .txt_02 {
    font-size: 24px;
    line-height: 1;
    margin: 15px 0 0;
    text-align: center;
  }
  .footer_00 .inner_01 .txt_02 a {
    color: #fff;
  }
  .footer_00 .inner_01 .txt_03 {
    font-size: 12px;
    line-height: 2;
    margin: 10px 0 0;
    text-align: center;
  }
  .footer_00 .inner_01 .blk_01 {
    margin: 50px auto 0;
    width: auto;
    max-width: 400px;
  }
}
/* footer_01 */
.footer_01 {
  background: #333333;
  color: #fff;
}
.footer_01 .inner_01 {
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0 60px;
  display: flex;
}
.footer_01 .inner_01 .blk_01 {
  width: 320px;
  position: relative;
  min-height: 150px;
}
.footer_01 .inner_01 .blk_01 .logo {
  width: 230px;
}
.footer_01 .inner_01 .blk_01 .txt_01 {
  font-size: 11px;
  color: #fff;
  margin: 15px 0 0;
}
.footer_01 .inner_01 .blk_01 ul.sns_blk_01 {
  width: 106px;
  display: flex;
  margin: 25px 0 0;
}
.footer_01 .inner_01 .blk_01 ul.sns_blk_01 li {
  width: 24px;
  margin: 0 17px 0 0;
}
.footer_01 .inner_01 .blk_01 ul.sns_blk_01 li:nth-child(3n) {
  margin: 0;
}
.footer_01 .inner_01 .blk_02 {
  width: 780px;
}
.footer_01 .inner_01 .menu_blk_01 .hl_01 {
  font-size: 15px;
  color: #fff;
}
.footer_01 .inner_01 .menu_blk_01 .hl_01.oth_01 {
  margin: 50px 0 0;
}
.footer_01 .inner_01 .menu_blk_01 ul.menu_01 {
  margin: 10px 0 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.footer_01 .inner_01 .menu_blk_01 ul.menu_01 li {
  font-size: 15px;
  color: #999;
  margin: 10px 20px 0 0;
}
.footer_01 .inner_01 .menu_blk_01 ul.menu_01 li a {
  color: #999;
}
.footer_01 .inner_01 .menu_blk_01 ul.menu_01 li:last-child {
  margin-right: 0;
}
.footer_01 .inner_01 .menu_blk_01 .txt_01 {
  font-size: 15px;
  color: #fff;
  margin: 15px 0 0 0;
}
.footer_01 .inner_01 .menu_blk_01 .txt_01 a {
  color: #999;
}
.footer_01 .copyright {
  font-size: 12px;
  color: #333333;
  text-align: center;
  margin: 0 0 0;
  padding: 10px;
  display: block;
  background: #F5F3F2;
}
.footer_01 .copyright a {
  color: #333333;
}

@media screen and (max-width: 640px) {
  .footer_01 {
    background: #333333;
    color: #fff;
  }
  .footer_01 .inner_01 {
    width: auto;
    margin: 0 auto;
    padding: 100px 0 60px;
    display: block;
  }
  .footer_01 .inner_01 .blk_01 {
    width: auto;
    min-height: auto;
    position: relative;
  }
  .footer_01 .inner_01 .blk_01 .logo {
    width: 80%;
    max-width: 226px;
    margin: 0 auto;
  }
  .footer_01 .inner_01 .blk_01 .txt_01 {
    font-size: 11px;
    color: #fff;
    margin: 10px 0 0;
    text-align: center;
  }
  .footer_01 .inner_01 .blk_01 ul.sns_blk_01 {
    width: 65px;
    display: flex;
    margin: 25px auto 0;
    justify-content: space-between;
  }
  .footer_01 .inner_01 .blk_01 ul.sns_blk_01 li {
    width: 24px;
    margin: 0 0 0 0;
  }
  .footer_01 .inner_01 .blk_01 ul.sns_blk_01 li:nth-child(3n) {
    margin: 0;
  }
  .footer_01 .inner_01 .blk_02 {
    width: auto;
  }
  .footer_01 .inner_01 .copyright_sp {
    font-size: 9px;
    color: #999;
    display: none;
    text-align: center;
    margin: 60px 0 0;
    display: block;
  }
  .footer_01 .inner_01 .menu_blk_01 .hl_01 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: none;
  }
  .footer_01 .inner_01 .menu_blk_01 ul.menu_01 {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    text-align: center;
  }
  .footer_01 .inner_01 .menu_blk_01 ul.menu_01 li {
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    margin: 25px 0 0;
    text-align: center;
  }
  .footer_01 .inner_01 .menu_blk_01 ul.menu_01 li a {
    color: #999;
  }
  .footer_01 .inner_01 .menu_blk_01 .txt_01 {
    font-size: 15px;
    color: #fff;
    margin: 20px 20px 0;
  }
  .footer_01 .inner_01 .menu_blk_01 .txt_01 a {
    color: #999;
  }
  .footer_01 .copyright {
    font-size: 9px;
    color: #999;
    display: none;
    text-align: center;
    margin: 0 0 50px;
    display: block;
  }
}
/* footer_sp_01 */
.footer_sp_01 {
  display: none;
}

@media screen and (max-width: 640px) {
  .footer_sp_01 {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .footer_sp_01 .inner_01 {
    height: 50px;
    width: 100%;
  }
  .footer_sp_01 .inner_01 ul.menu_01 {
    height: 100%;
    width: calc(100% - 50px);
    display: flex;
  }
  .footer_sp_01 .inner_01 ul.menu_01 li {
    width: 50%;
    height: 100%;
    background: #F5F3F2;
    border-right: 1px #999999 solid;
  }
  .footer_sp_01 .inner_01 ul.menu_01 li:last-child {
    border: none;
  }
  .footer_sp_01 .inner_01 ul.menu_01 li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
  }
  .footer_sp_01 .inner_01 ul.menu_01 li a:hover {
    color: #333333;
  }
  .footer_sp_01 .inner_01 ul.menu_01 li a .icon_tel {
    background: url(../img/foot_sp_icon_tel_01.png) 0 center no-repeat;
    background-size: 17px auto;
    padding: 0 0 0 25px;
  }
  .footer_sp_01 .inner_01 ul.menu_01 li a .icon_web {
    background: url(../img/icon_mail_01.png) 0 center no-repeat;
    background-size: 17px auto;
    padding: 0 0 0 25px;
  }
}
/* ------------------------------------------
pagetop
------------------------------------------ */
.pagetop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pagetop.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .pagetop {
    display: block !important;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    /*opacity: .9 ;*/
  }
  .pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/pagetop.png) 0 0 no-repeat;
    background-size: contain;
  }
}
/* ------------------------------------------
tab
------------------------------------------ */
@media screen and (min-width: 641px) {
  .tab-wrap-01 .tab-contents {
    display: block !important;
  }
  .tab-wrap-01 .tab-contents.active {
    display: block !important;
  }
  .tab-wrap-01 .common-tabs {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .tab-wrap-01 .tab-contents {
    display: none;
  }
  .tab-wrap-01 .tab-contents.active {
    display: block;
  }
  .tab-wrap-01 .common-tabs {
    display: flex;
    margin: 20px 20px 0;
    justify-content: space-between;
  }
  .tab-wrap-01 .common-tabs li {
    width: 31.3%;
    text-align: center;
    font-size: 14px;
  }
  .tab-wrap-01 .common-tabs li a {
    display: block;
    border: #26b9eb 1px solid;
    background: #fff;
    color: #26b9eb;
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .tab-wrap-01 .common-tabs li a.active {
    background: #26b9eb;
    color: #fff;
  }
}
/* ------------------------------------------
rsp
------------------------------------------ */
@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
}

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

.sp_only_inline {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp_only_inline {
    display: inline !important;
  }
}

.sp_only_table {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp_only_table {
    display: table !important;
  }
}

/* ------------------------------------------
wp
------------------------------------------ */
/* pagenavi */
/* page navi wppaginavi用 */
.page_navi {
  margin: 40px 0 0;
}
.page_navi .wp-pagenavi {
  text-align: center;
  margin: 0 auto 0;
}
.page_navi .wp-pagenavi span.pages {
  display: none;
}
.page_navi .wp-pagenavi a {
  display: inline-block;
  margin: 5px 5px 0;
  width: 36px;
  height: 36px;
  background: #fff;
  color: #26b9eb;
  font-size: 18px;
  line-height: 36px;
  border: #26b9eb 1px solid;
}
.page_navi .wp-pagenavi a.current {
  background: #26b9eb;
  color: #fff;
}
.page_navi .wp-pagenavi a:hover {
  background: #26b9eb;
  color: #fff;
  opacity: 1;
}
.page_navi .wp-pagenavi a.previouspostslink {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0 0 0 0;
  background-size: 16px auto;
  text-align: center;
}
.page_navi .wp-pagenavi a.previouspostslink:hover {
  color: #fff;
  background: #26b9eb;
}
.page_navi .wp-pagenavi a.nextpostslink {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0 0 0 0;
  background-size: 16px auto;
}
.page_navi .wp-pagenavi a.nextpostslink:hover {
  color: #fff;
  background: #26b9eb;
}
.page_navi .wp-pagenavi a.last {
  display: inline-block;
  width: 72px;
  height: 36px;
  padding: 0 0 0 0;
  background-size: 16px auto;
}
.page_navi .wp-pagenavi a.last:hover {
  color: #fff;
  background: #26b9eb;
}
.page_navi .wp-pagenavi a.first {
  display: inline-block;
  width: 72px;
  height: 36px;
  padding: 0 0 0 0;
  background-size: 16px auto;
}
.page_navi .wp-pagenavi a.first:hover {
  color: #fff;
  background: #26b9eb;
}
.page_navi .wp-pagenavi span.current {
  display: inline-block;
  margin: 5px 5px 0;
  width: 36px;
  height: 36px;
  background: #26b9eb;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  border: #26b9eb 1px solid;
}

@media screen and (max-width: 640px) {
  .page_navi {
    margin: 30px 0 0;
  }
  .page_navi ul {
    text-align: center;
    margin: 40px auto 0;
  }
}
/* ------------------------------------------
common
------------------------------------------ */
/* btn */
.btn_com_blk_01_mid {
  margin: 50px auto 0;
  width: 360px;
}

.btn_line_01 {
  display: flex;
  border: 1px solid #26b9eb;
  color: #26b9eb !important;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.btn_line_01.max {
  width: 100%;
  height: 70px;
  padding: 22px 55px;
  font-weight: 500;
  border-radius: 35px;
}
.btn_line_01.mid {
  width: 360px;
  height: 70px;
  padding: 22px 55px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  border-radius: 35px;
}
.btn_line_01.foot {
  width: 100%;
  height: 70px;
  border: 2px solid #F5F3F2;
  color: #26b9eb !important;
  background: #fff;
  border-radius: 35px;
}

.btn_line_01::before {
  width: 30px;
  height: 1px;
  background: #26b9eb;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
}

.btn_line_01.contact::before {
  width: 32px;
  height: 26px;
  background: #fff url(../img/icon_mail_01.png) no-repeat;
  background-size: 32px auto;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
}

.btn_line_01::before {
  transition: all 0.3s;
}

.btn_line_01:hover::before {
  transform: translate(10px, -50%);
}

@media screen and (max-width: 640px) {
  .btn_com_blk_01_mid {
    margin: 50px auto 0;
    width: 100%;
  }
  .btn_line_01 {
    font-size: 16px;
  }
  .btn_line_01.max {
    width: 100%;
    height: 60px;
    padding: 19px 40px;
    font-weight: 500;
  }
  .btn_line_01.mid {
    width: 100%;
    height: 60px;
    padding: 19px 40px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_line_01::before {
    width: 26px;
  }
}
.btn_n_01 {
  display: flex;
  border: 1px solid #26b9eb;
  color: #26b9eb !important;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.btn_n_01.max {
  width: 100%;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
}
.btn_n_01.mid {
  width: 410px;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

.btn_pop_01 {
  display: flex;
  border: 1px solid #26b9eb;
  color: #26b9eb !important;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: url(../img/icon_pop.png) right 15px center no-repeat;
  background-size: 15px auto;
}
.btn_pop_01.max {
  width: 100%;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
}
.btn_pop_01.mid {
  width: 410px;
  height: 52px;
  padding: 13px 55px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}

/* link */
.link_anime {
  text-decoration: none;
  background-image: linear-gradient(90deg, #26b9eb, #26b9eb);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: background-size 0.6s;
}
.link_anime:hover {
  background-size: 100% 2px;
}

/* clm2 */
.clm2_blk_01 {
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clm2_blk_01.oth_01 {
  margin: 30px 0 0;
}
.clm2_blk_01.oth_02 {
  margin: 0 0 0;
}
.clm2_blk_01 .box_01 {
  width: 48%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01.bg_01 {
  padding: 20px;
  background: #d7f0ec;
}
.clm2_blk_01 .box_01_30 {
  width: 28%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_30:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_30:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_70 {
  width: 68%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_70:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_70:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_20 {
  width: 18%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_20:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_20:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_80 {
  width: 78%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_80:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_80:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_40 {
  width: 38%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_40:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_40:nth-child(2) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_60 {
  width: 58%;
  margin: 24px 0 0;
}
.clm2_blk_01 .box_01_60:nth-child(1) {
  margin-top: 0;
}
.clm2_blk_01 .box_01_60:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .clm2_blk_01 {
    width: auto;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .clm2_blk_01.oth_01 {
    margin: 20px 0 0;
  }
  .clm2_blk_01.oth_02 {
    margin: 0 0 0;
  }
  .clm2_blk_01 .box_01 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_30 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_30:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_30:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_70 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_70:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_70:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_20 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_20:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_20:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_80 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_80:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_80:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_40 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_40:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_40:nth-child(2) {
    margin-top: 25px;
  }
  .clm2_blk_01 .box_01_60 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm2_blk_01 .box_01_60:nth-child(1) {
    margin-top: 0;
  }
  .clm2_blk_01 .box_01_60:nth-child(2) {
    margin-top: 25px;
  }
}
/* clm3 */
.clm3_blk_01 {
  width: 100%;
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clm3_blk_01.oth_01 {
  margin: 30px 0 0;
}
.clm3_blk_01.oth_02 {
  margin: 0 0 0;
}
.clm3_blk_01 .box_01 {
  width: 30%;
  margin: 24px 0 0;
}
.clm3_blk_01 .box_01:nth-child(1) {
  margin-top: 0;
}
.clm3_blk_01 .box_01:nth-child(2) {
  margin-top: 0;
}
.clm3_blk_01 .box_01:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .clm3_blk_01 {
    width: auto;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .clm3_blk_01.oth_01 {
    margin: 20px 0 0;
  }
  .clm3_blk_01.oth_02 {
    margin: 0 0 0;
  }
  .clm3_blk_01 .box_01 {
    width: 100%;
    margin: 30px 0 0;
  }
  .clm3_blk_01 .box_01:nth-child(1) {
    margin-top: 0;
  }
  .clm3_blk_01 .box_01:nth-child(2) {
    margin-top: 30px;
  }
  .clm3_blk_01 .box_01:nth-child(3) {
    margin-top: 30px;
  }
}
/* com_table */
.com_table_01 {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}
.com_table_01.price td {
  text-align: right;
}
.com_table_01 th {
  text-align: left;
  border-right: #fff 1px solid;
  padding: 15px 20px;
  box-sizing: border-box;
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.com_table_01 th:last-child {
  border-right: none;
}
.com_table_01 td {
  border: #ccc 1px solid;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.com_table_01 td.oth_01 {
  background: #eee;
  text-align: left;
}
.com_table_01 .tw_50 {
  width: 50%;
}
.com_table_01 .tw_33 {
  width: 33.3%;
}
.com_table_01 .tw_25 {
  width: 25%;
}
.com_table_01.table_mar_01 {
  margin: 50px auto 0;
}
.com_table_01.table_mar_02 {
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  .com_table_01 {
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
  }
  .com_table_01 th {
    font-size: 16px;
  }
  .com_table_01 td {
    font-size: 13px;
  }
  .com_table_01 .tw_50 {
    width: auto;
  }
  .com_table_01 .tw_33 {
    width: auto;
  }
  .com_table_01 .tw_25 {
    width: auto;
  }
  .com_table_01.table_mar_01 {
    margin: 35px auto 0;
  }
  .com_table_01.table_mar_02 {
    margin: 15px auto 0;
  }
}
/* table scroll */
@media screen and (max-width: 640px) {
  .scroll_table {
    overflow: auto;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/* txt */
.com_list_01 li {
  margin: 5px 0 0 1.2em;
  /*	color: #df5d0f;*/
  list-style-type: disc;
  font-size: 14px;
}

.com_list_mar_01 {
  margin: 20px 0 0;
}

/*.list_01.float li {
	float: left;
	margin-right: 15px;
}

.list_01 li span {
	color: #333;
}*/
/* img */
.fld_img_blk_01 {
  width: 100%;
  display: block;
}

.fld_img_blk_01 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.fld_img_01 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.img_r_01 {
  float: right;
  padding: 0 0 12px 12px;
}

.img_l_01 {
  float: left;
  padding: 0 12px 12px 0;
}

.img_l_01.w200,
.img_r_01.w200 {
  width: 200px;
  text-align: center;
}

.img_box_01 {
  width: 200px;
  display: block;
}

.img_box_01 img {
  width: 100%;
  height: auto;
}

body .no_bg {
  background: none !important;
}

.relative {
  position: relative;
}

@media screen and (max-width: 640px) {
  .img_sp_80 {
    margin: 0 auto;
    width: 80%;
    display: block;
  }
  .img_sp_60 {
    margin: 0 auto;
    width: 60%;
    display: block;
  }
}
/* float */
.fl_l {
  float: left;
}

/* font */
.fs_l {
  font-size: 18px;
}

.fs_l_02 {
  font-size: 24px;
}

.fs_ma {
  font-size: 13px;
}

.fs_s {
  font-size: 12px;
}

.bold {
  font-weight: bold;
}

.color_dark {
  color: #444444;
}

.color_point {
  color: #c00;
}

.need {
  color: #c00;
}

sup {
  font-size: 70%;
}

/* link */
.link_txt_01 {
  padding-left: 15px;
  background: url(../img/icon_arw_01.png) left 0px center no-repeat;
  background-size: 9px auto;
  text-decoration: none;
}

.link_txt_01_down {
  padding-right: 17px;
  background: url(../img/icon_arw_01_down.png) right 2px center no-repeat;
  background-size: 9px auto;
  text-decoration: none;
}

.link_txt_pdf_01 {
  font-size: 24px;
  padding-right: 30px;
  background: url(../img/icon_pdf.png) right 5px center no-repeat;
  background-size: 24px auto;
  text-decoration: none;
}

.link_pop_01 {
  padding-left: 24px;
  background: url(../img/icon_pop_01.png) left 0px center no-repeat;
  background-size: 14px auto;
  text-decoration: none;
}

a.tag-cloud-link {
  text-decoration: none;
  background-image: linear-gradient(90deg, #26b9eb, #26b9eb);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: background-size 0.6s;
}
a.tag-cloud-link:hover {
  background-size: 100% 2px;
}

.link_line_blk a {
  text-decoration: none;
  background-image: linear-gradient(90deg, #26b9eb, #26b9eb);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 2px;
  transition: background-size 0.6s;
}
.link_line_blk a:hover {
  background-size: 100% 2px;
}

/* caption */
.caption_01 {
  margin: 3px 0 0 0;
  font-size: 12px;
}

.caption_02 {
  margin: 3px 0 0 0;
}

/* align */
.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.txt_c {
  text-align: center !important;
}

.txt_c_pc {
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .txt_c_pc {
    text-align: left !important;
  }
}
html body .col_01 {
  color: #df5d0f !important;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
  display: block;
}

.clearfix {
  height: 1%;
}

.clear {
  clear: both;
}

.clear_pc {
  clear: both;
}
@media screen and (max-width: 640px) {
  .clear_pc {
    clear: none;
  }
}

@media screen and (max-width: 640px) {
  .clear_sp {
    clear: both;
  }
}

.clear_dw {
  clear: both;
}

/* js */
/* other */
.dis_blk {
  display: block;
}

.dis_blk_none {
  display: none;
}

/* bottom pad mar settings */
.mar_b_0 {
  margin-bottom: 0 !important;
}

.mar_b_2 {
  margin-bottom: 2px !important;
}

.mar_b_3 {
  margin-bottom: 3px !important;
}

.mar_b_5 {
  margin-bottom: 5px !important;
}

.mar_b_10 {
  margin-bottom: 10px !important;
}

.mar_b_12 {
  margin-bottom: 12px !important;
}

.mar_b_15 {
  margin-bottom: 15px !important;
}

.mar_b_20 {
  margin-bottom: 20px !important;
}

.mar_b_25 {
  margin-bottom: 25px !important;
}

.mar_b_30 {
  margin-bottom: 30px !important;
}

.mar_b_35 {
  margin-bottom: 35px !important;
}

.mar_b_40 {
  margin-bottom: 40px !important;
}

.mar_b_45 {
  margin-bottom: 45px !important;
}

.mar_b_50 {
  margin-bottom: 50px !important;
}

.mar_t_0 {
  margin-top: 0 !important;
}

.mar_t_5 {
  margin-top: 5px !important;
}

.mar_t_10 {
  margin-top: 10px !important;
}

.mar_t_12 {
  margin-top: 12px !important;
}

.mar_t_15 {
  margin-top: 15px !important;
}

.mar_t_20 {
  margin-top: 20px !important;
}

.mar_t_25 {
  margin-top: 25px !important;
}

.mar_t_30 {
  margin-top: 30px !important;
}

.mar_t_35 {
  margin-top: 35px !important;
}

.mar_t_40 {
  margin-top: 40px !important;
}

.mar_t_45 {
  margin-top: 45px !important;
}

.mar_t_50 {
  margin-top: 50px !important;
}

.mar_t_55 {
  margin-top: 55px !important;
}

.mar_t_60 {
  margin-top: 60px !important;
}

.mar_t_100 {
  margin-top: 60px !important;
}

.mar_l_0 {
  margin-left: 0 !important;
}

.mar_l_5 {
  margin-left: 5px !important;
}

.mar_l_10 {
  margin-left: 10px !important;
}

.mar_l_15 {
  margin-left: 15px !important;
}

.mar_l_20 {
  margin-left: 20px !important;
}

.mar_l_25 {
  margin-left: 25px !important;
}

.mar_l_30 {
  margin-left: 30px !important;
}

.mar_l_35 {
  margin-left: 35px !important;
}

.mar_l_40 {
  margin-left: 40px !important;
}

.mar_l_45 {
  margin-left: 45px !important;
}

.mar_l_50 {
  margin-left: 50px !important;
}

.mar_r_0 {
  margin-right: 0 !important;
}

.mar_r_5 {
  margin-right: 5px !important;
}

.mar_r_10 {
  margin-right: 10px !important;
}

.mar_r_15 {
  margin-right: 15px !important;
}

.mar_r_20 {
  margin-right: 20px !important;
}

.mar_r_25 {
  margin-right: 25px !important;
}

.mar_r_30 {
  margin-right: 30px !important;
}

.mar_r_35 {
  margin-right: 35px !important;
}

.mar_r_40 {
  margin-right: 40px !important;
}

.pad_b_0 {
  padding-bottom: 0 !important;
}

.pad_b_1 {
  padding-bottom: 1px !important;
}

.pad_b_2 {
  padding-bottom: 2px !important;
}

.pad_b_3 {
  padding-bottom: 3px !important;
}

.pad_b_5 {
  padding-bottom: 5px !important;
}

.pad_b_10 {
  padding-bottom: 10px !important;
}

.pad_b_12 {
  padding-bottom: 12px !important;
}

.pad_b_15 {
  padding-bottom: 15px !important;
}

.pad_b_20 {
  padding-bottom: 20px !important;
}

.pad_b_25 {
  padding-bottom: 25px !important;
}

.pad_b_30 {
  padding-bottom: 30px !important;
}

.pad_b_35 {
  padding-bottom: 35px !important;
}

.pad_b_40 {
  padding-bottom: 40px !important;
}

.pad_b_45 {
  padding-bottom: 45px !important;
}

.pad_b_50 {
  padding-bottom: 50px !important;
}

.pad_t_0 {
  padding-top: 0 !important;
}

.pad_t_5 {
  padding-top: 5px !important;
}

.pad_t_10 {
  padding-top: 10px !important;
}

.pad_t_15 {
  padding-top: 15px !important;
}

.pad_t_20 {
  padding-top: 20px !important;
}

.pad_t_25 {
  padding-top: 25px !important;
}

.pad_t_30 {
  padding-top: 30px !important;
}

.pad_t_35 {
  padding-top: 35px !important;
}

.pad_t_40 {
  padding-top: 40px !important;
}

.pad_l_0 {
  padding-left: 0 !important;
}

.pad_l_5 {
  padding-left: 5px !important;
}

.pad_l_10 {
  padding-left: 10px !important;
}

.pad_l_15 {
  padding-left: 15px !important;
}

.pad_l_20 {
  padding-left: 20px !important;
}

.pad_l_25 {
  padding-left: 25px !important;
}

.pad_l_30 {
  padding-left: 30px !important;
}

.pad_l_35 {
  padding-left: 35px !important;
}

.pad_l_40 {
  padding-left: 40px !important;
}

.pad_r_0 {
  padding-right: 0 !important;
}

.pad_r_5 {
  padding-right: 5px !important;
}

.pad_r_10 {
  padding-right: 10px !important;
}

.pad_r_15 {
  padding-right: 15px !important;
}

.pad_r_20 {
  padding-right: 20px !important;
}

.pad_r_25 {
  padding-right: 25px !important;
}

.pad_r_30 {
  padding-right: 30px !important;
}

.pad_r_35 {
  padding-right: 35px !important;
}

.pad_r_40 {
  padding-right: 40px !important;
}

.inline {
  display: inline !important;
}
/*# sourceMappingURL=style.css.map */