@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}

body {
  background: #fff;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  letter-spacing: 0.096rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x : hidden;
  overflow-y : auto;
}

a {
  color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}

strong {
  font-weight: bold;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
}

.off {
  pointer-events: none !important;
  cursor: none;
}

.color01 {
  color: #0d6061;
}

.color02 {
  color: #bec93d;
}

.colorbg {
  background: #d1dede;
}

.p_ttl {
  font-size: 120%;
  font-weight: bold;
  color: #0d6061;
}

.p_ttl .subtext {
  font-size: 75%;
  display: block;
  color: #bec93d;
}

.name {
  font-size: 105%;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
}

.emp {
  color: #c22e3c;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media print, screen and (min-width: 768px) {
  .pc_tac {
    text-align: center !important;
  }
  .pc_tar {
    text-align: right !important;
  }
  .pc_tal {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_tac {
    text-align: center !important;
  }
  .sp_tar {
    text-align: right !important;
  }
  .sp_tal {
    text-align: left !important;
  }
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.aligncenter {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
    max-width: 34%;
  }
  .alignright {
    margin-left: 30px;
    max-width: 34%;
  }
}

@media only screen and (max-width: 767px) {
  .alignleft, .aligncenter, .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}

.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .columns.aic {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .columns.jcc {
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
  .columns .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(.col_6):not(:first-child) {
    margin-right: 2%;
  }
  .columns.reverse {
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .columns.reverse > :not(:first-child) {
    margin-right: 2%;
  }
  .columns.reverse > :first-child {
    margin-right: 0;
  }
  .columns.columns_2, .columns.columns_3, .columns.columns_4, .columns.columns_5, .columns.columns_6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.columns_2 > *,
  .columns .col_2 {
    width: 48%;
  }
  .columns.columns_3 > *,
  .columns .col_3 {
    width: 32%;
  }
  .columns.columns_4 > *,
  .columns .col_4 {
    width: 23.5%;
  }
  .columns.columns_5 > *,
  .columns .col_5 {
    width: 18.4%;
  }
  .columns.columns_6 > *,
  .columns .col_6 {
    width: 15%;
  }
  .columns.columns_2 > *, .columns.columns_3 > *, .columns.columns_4 > *, .columns.columns_5 > *, .columns.columns_6 > *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 2%;
    margin-right: 2%;
  }
  .columns.columns_2 > *:nth-child(2n), .columns.columns_3 > *:nth-child(3n), .columns.columns_4 > *:nth-child(4n), .columns.columns_5 > *:nth-child(5n), .columns.columns_6 > *:nth-child(6n),
  .columns .col_2:nth-child(2n), .columns .col_3:nth-child(3n), .columns .col_4:nth-child(4n), .columns .col_5:nth-child(5n), .columns .col_6:nth-child(6n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .columns.columns_2 > *, .columns.columns_3 > *, .columns.columns_4 > *, .columns.columns_5 > *, .columns.columns_6 > *,
  .columns .col_2, .columns .col_3, .columns .col_4, .columns .col_5, .columns .col_6 {
    margin-top: 2%;
	text-align: center;
  }
  .columns.sp_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_columns.columns_2 > *, .columns.sp_columns.columns_3 > *, .columns.sp_columns.columns_4 > *, .columns.sp_columns.columns_5 > *, .columns.sp_columns.columns_6 > *,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    width: 49%;
  }
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    width: 32%;
  }
  .columns.sp_columns.columns_2 > *, .columns.sp_columns.columns_3 > *, .columns.sp_columns.columns_4 > *, .columns.sp_columns.columns_5 > *, .columns.sp_columns.columns_6 > *,
  .columns.sp_columns .col_2, .columns.sp_columns .col_3, .columns.sp_columns .col_4, .columns.sp_columns .col_5, .columns.sp_columns .col_6,
  .columns.sp_columns.sp_columns_2 > *, .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_2, .columns.sp_columns .sp_col_3 {
    margin-right: 2%;
  }
  .columns.sp_columns:not(.sp_columns_3).columns_2 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_3 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_4 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_5 > *:nth-child(2n), .columns.sp_columns:not(.sp_columns_3).columns_6 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n), .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_columns.sp_columns_2 > *:nth-child(2n), .columns.sp_columns.sp_columns_3 > *:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n), .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }
  .columns_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sp-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .flex_1 {
    margin-right: 30px;
  }
  .flex_1:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .container,
  .gutters {
    max-width: 1000px;
  }
}

@media print, screen and (max-width: 1039px) {
  .container,
  .gutters {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (max-width: 1039px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive:not(.category-news) #contents > .inner,
  body.single #contents > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.archive:not(.category-news) #contents > .inner #main,
  body.single #contents > .inner #main {
    width: 72%;
  }
  body.archive:not(.category-news) #contents > .inner #aside,
  body.single #contents > .inner #aside {
    width: 24%;
  }
}

.header {
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
    width: 260px;
  }
  .header .site_info {
    margin-left: auto;
  }
  .header .header_info {
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .header .header_info .tel img {
    width: 209px;
  }
  .header .header_info .btn {
    margin-left: 1em;
  }
  .header .header_info .btn img {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .headerinner{
    padding-top:20px;
    width:90%;
    margin:auto;
    text-align: center;
  }
  .headerinner h1{
    margin-bottom:15px;
  }
  .headerinner p{
    width:80%;
    margin:0 auto 10px;
  }
}

.sp_nav {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}

.sp_nav.fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sp_nav .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp_nav .header_nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #eee;
}

.sp_nav .header_nav-item a {
  color: #333333;
  text-decoration: none;
}

.sp_nav .header_nav-item:first-child {
  border-left: none;
}

.sp_nav .header_nav-item span {
  -webkit-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  display: block;
  letter-spacing: 0;
}

.sp_nav .header_nav-item span.icon {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -ms-align-content: space-evenly;
  -ms-flex-line-pack: space-evenly;
      align-content: space-evenly;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.sp_nav .header_nav-item span.text {
  margin-top: auto;
}

.sp_nav .header_nav-item img {
  padding: 0 2%;
}

@media only screen and (max-width: 480px) {
  .sp_nav {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 370px) {
  .sp_nav {
    font-size: 1.2rem;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#nav {
  background: #11204d;
  margin-bottom: 0;
  color: #fff;
  padding: 3px 0;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

#nav .header_menu {
  position: relative;
}

#nav .header_menu a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  #nav .header_menu > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
    position: relative;
  }
  #nav .header_menu > li.menu-item-has-children > a > span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #0d6061;
  }
  #nav .header_menu > li.wide {
    position: static;
  }
  /* #nav .header_menu > li:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 64px;
    background: #fff;
  } */
  #nav .header_menu > li > a {
    font-size: 16px;
    padding: 7px 2px;
    color: #fff;
    position: relative;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  #nav .header_menu > li > a {
    font-size: 13px;
    letter-spacing:0;
  }
}

@media print, screen and (min-width: 768px) {
  #nav .header_menu > li > a span.sub {
    font-size: 77.77%;
    display: block;
    color: #fff;
  }
  #nav .header_menu > li > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 25px;
    background: #fff;
  }
  #nav .header_menu > li:first-child > a:before {
    display: none;
  }
  #nav .header_menu > li > a::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li:hover > a {
    color: #fff;
  }
  #nav .header_menu > li:hover > a::after {
    left: 0;
    width: 100%;
  }
  #nav .header_menu > li > .sub-menu,
  #nav .header_menu > li > .sub-menu_wrap {
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 95%;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }
  #nav .header_menu > li > .sub-menu a,
  #nav .header_menu > li > .sub-menu_wrap a {
    color: #0d6061;
    text-align: left;
  }
  #nav .header_menu > li > .sub-menu {
    width: 200px;
    min-width: 100%;
  }
  #nav .header_menu > li > .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  #nav .header_menu > li > .sub-menu a {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 15px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li > .sub-menu a:hover {
    text-decoration: underline;
  }
  #nav .header_menu > li:last-child > .sub-menu {
    left: auto;
    right: 0;
  }
  #nav .header_menu > li > .sub-menu_wrap {
    background: rgba(255, 255, 255, 0.95);
    padding: 0 20px;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle {
    font-weight: bold;
    font-size: 105%;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li.menutitle > a {
    pointer-events: none;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li:not(.menutitle) a {
    position: relative;
    padding-left: 1em;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li:not(.menutitle) a:before {
    content: '';
    position: absolute;
    top: 0.4em;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 6px solid #0d6061;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu li {
    width: 25%;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a {
    padding: 0 10px;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .header_menu > li > .sub-menu_wrap .sub-menu a:hover {
    text-decoration: underline;
  }
  #nav .header_menu > li.active > .sub-menu,
  #nav .header_menu > li.active > .sub-menu_wrap {
    height: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 2;
  }
  #nav .header_menu > li.active > .sub-menu_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #nav .header_menu > li.active > .sub-menu_wrap .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  #nav .header_menu > li.active > .sub-menu a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
#nav{
padding:0;
}
  #nav .header_menu {
    background: #fff;
    display: none;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
  }
  #nav .header_menu br {
    display: none;
  }
  #nav .header_menu a {
    font-size: 16px;
    color: #333333;
    padding: 15px;
    position: relative;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #nav .header_menu a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(-45deg);
  }
  #nav .header_menu a span.sub {
    font-size: 10px;
    margin-left: 1em;
  }
  #nav .header_menu a:hover {
    background: #11204d;
    color: #fff;
  }
  #nav .header_menu .menu-item {
    border-top: 1px solid #ccc;
  }
  #nav .header_menu .menu-item > .sub-menu_wrap,
  #nav .header_menu .menu-item > .sub-menu {
    display: none;
  }
  #nav .header_menu .menu-item-has-children-wrap > a::after,
  #nav .header_menu .menu-item-has-children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #ddd;
    border-right: solid 2px #ddd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav .header_menu .menu-item-has-children-wrap > a.onclick::after,
  #nav .header_menu .menu-item-has-children > a.onclick::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #nav .header_menu .sub-menu li {
    border-top: 1px solid #ccc;
    background: #f1f1f1;
  }
  #nav .header_menu .sub-menu li.menutitle {
    background: rgba(13, 96, 97, 0.2);
  }
  #nav .header_menu .sub-menu li a {
    padding: 15px 15px 15px 20px;
  }
  #nav .header_menu .sub-menu li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 768px) {
  #nav.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 10;
  }
}

.footer {
  padding: 135px 0 0;
  background: #f5f7fc;
  color: #11204d!important;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}

.footer h3 {
  color: #0d6061;
  font-size: 2.0rem;
  margin-bottom: 15px;
}

.footer .logo {
  margin-bottom: 1.5em;
}

.footer .ftr_text01 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing:0.12em;
  margin-bottom: 12px;
}

.footer .logo + p {
  margin-bottom: 4%;
  letter-spacing:0.12em;
  font-size: 16px;
}

.footer .tel {
  margin-bottom: 1.5em;
}

.footer .table_timetable {
  margin: 0 0 35px;
}

.footer .table_timetable + p {
  margin: 0 0 1.5em;
  line-height: 1.5;
}

.footer .access p {
  margin: 0;
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 47px;
  position: relative;
}

.footer .access p:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 37px;
  background: url("../img/f_icon.png")  no-repeat center / cover;
}

.footer a img {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer a:hover img {
  opacity: .7;
}

@media print, screen and (min-width: 768px) {
  .footer .col_l {
    width: 48%;
    margin-right: 4%;
  }
  .footer .col_r {
    width: 48%;
  }
  .footer .googlemap {
    margin-top: 135px;;
    padding-bottom: 25%;
  }
}

@media print, screen and (max-width: 1039px) {
  .footer .access p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .footer .col_l {
    margin-bottom: 4%;
  }
}

#copyright {
  padding: 1em 0;
  text-align: center;
  background: #fff;
  color: #171717!important;
}

@media only screen and (max-width: 767px) {
  #copyright {
    padding-bottom: 20%;
  }
}

#totop {
  /*   border: 1px solid #fff; */
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  /*   background: url("../img/top.png")  no-repeat center / cover;
  height: 72px;
  width: 72px; */
  z-index: 9999;
  }
#totop img {
/*   opacity: 0; */
}

#totop:hover {
  cursor: pointer;
  opacity: .8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    height: 50px;
    bottom: 17vw;
  }
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r li {
    border-top: 1px solid #fff;
  }
}

.side_bnr .side_bnr_block {
  position: fixed;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r {
    top: 440px;
    width: 70px;
  }
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r li {
    border: 1px solid #fff;
  }
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r li:first-child {
    margin-bottom: 10px;
  }
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r li:last-child a {
    transition: .2s;
  }
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r li:last-child a:hover {
    opacity: .7;
    transition: .2s;
  }
}
@media screen and  ( min-width : 936px ) {
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r {
    top: 145px;
    width: 70px;
  }
}
@media screen and  ( min-width : 1330px ) {
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r {
    top: 200px;
    width: 102px;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000px) {
  .side_bnr .side_bnr_block.side_l, .side_bnr .side_bnr_block.side_r {
    width: 75px;
  }
}

@media print, screen and (min-width: 768px) {
  .side_bnr .side_bnr_block.side_l {
    left: 0;
  }
  .side_bnr .side_bnr_block.side_r {
    right: 0;
  }
  .side_bnr .side_bnr_block.side_b {
    bottom: 0;
    right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block.side_b li + li {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .side_bnr .side_bnr_block {
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
  }
  .side_bnr .side_bnr_block a {
    transition: .2s;
  }
  .side_bnr .side_bnr_block a:hover {
    opacity: .7;
    transition: .2s;
  }
}

.mce-content-body p:not(:last-child), .mce-content-body ul:not(:last-child), .mce-content-body ol:not(:last-child), .mce-content-body dl:not(:last-child), .mce-content-body table:not(:last-child) {
  margin-bottom: 1em;
}

.mce-content-body img {
  border-radius: 0;
}

.mce-content-body a {
  color: #0d6061;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #0d6061;
  text-decoration: none;
}

.mce-content-body a img {
  -webkit-transition: .3s;
  transition: .3s;
}

.mce-content-body a:hover img {
  opacity: .7;
}

.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.mce-content-body sup {
  font-size: 1.04rem;
  vertical-align: super;
}

.mce-content-body sub {
  font-size: 1.04rem;
  vertical-align: sub;
}

.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 2.4rem;
  padding: 2.88rem;
  position: relative;
}

.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: 'format_quote';
  width: 3.2rem;
  height: 3.2rem;
  font-family: 'Material Icons';
  font-size: 3.2rem;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}

.mce-content-body blockquote::before {
  top: 1.6rem;
  left: 1.2rem;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.mce-content-body blockquote::after {
  right: 1.2rem;
  bottom: 1.6rem;
}

/* body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h2, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h3, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h4, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h5, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h6 {
  font-weight: bold;
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h2 {
  color: #333333;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin-top: 4.8rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h2 {
    font-size: 2.8rem;
    margin-top: 4rem;
  }
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h2 .subtext {
  color: #0d6061;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h3 {
  color: #0d6061;
  display: table;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-bottom: 0.8rem;
  position: relative;
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h3::before {
  position: absolute;
  content: "";
  background: #0d6061;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media only screen and (max-width: 767px) {
  body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h3 {
    font-size: 2.4rem;
  }
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h4 {
  color: #575757;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  position: relative;
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h4::before {
  background: #575757;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h5 {
  color: #575757;
  display: table;
  font-size: 1.84rem;
  line-height: 1.5;
  margin-top: 2.56rem;
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h6 {
  font-size: 1.76rem;
  font-weight: bold;
  margin-top: 2.56rem;
}

body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h2:first-child, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h3:first-child, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h4:first-child, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h5:first-child, body:not(.page-name-stomach_lp):not(.page-name-stomach_lp_2) .post-type-page h6:first-child {
  margin-top: 0 !important;
}

.post-type-post h2, .post-type-post h3, .post-type-post h4, .post-type-post h5, .post-type-post h6 {
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
}

.post-type-post h2 {
  border-bottom: 2px solid #333333;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}

.post-type-post h3 {
  background: #d1dede;
  border-radius: 3px;
  color: #333333;
  font-size: 2.2rem;
  margin-top: 4.8rem;
  padding: 2rem 2.4rem;
}

.post-type-post h4 {
  border-left: 5px solid #0d6061;
  font-size: 2.2rem;
  margin-top: 4rem;
  padding-left: 1.2rem;
}

.post-type-post h5 {
  background: #d1dede;
  border-radius: 2px;
  color: #0d6061;
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  margin-top: 3.6rem;
  padding: 1.2rem 1.6rem;
} */

.link_anchor li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin-top: 2.24rem;
}

.link_anchor li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.link_anchor a {
  background: #fff;
  color: #0d6061;
  border: 1px solid #0d6061;
  border-radius: 0;
  padding-bottom: 1.28rem;
  padding-left: 2.4rem;
  padding-right: 4.8rem;
  padding-top: 1.28rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.link_anchor a::after, .link_anchor a::before {
  content: "";
  position: absolute;
  top: 50%;
}

.link_anchor a::before {
  background: #0d6061;
  border-radius: 50%;
  height: 1.6rem;
  margin-top: -0.8rem;
  right: 1.6rem;
  width: 1.6rem;
}

.link_anchor a::after {
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: -2px;
  right: 2.24rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor a:hover {
  background: #0d6061;
  color: #fff;
}

.link_anchor a:hover::before {
  background: #fff;
}

.link_anchor a:hover::after {
  border-color: #0d6061;
}

.link_anchor2 {
  padding: 5%;
  border: 2px solid #daece2;
  border-radius: 5px;
}

.link_anchor2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  margin: 0.7em 0;
}

.link_anchor2 li a {
  display: table;
}

.link_anchor2 a {
  color: #333333;
  position: relative;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  padding-left: 36px;
}

.link_anchor2 a::after, .link_anchor2 a::before {
  content: "";
  position: absolute;
  top: -0.05em;
  left: 0;
  margin: auto;
}

.link_anchor2 a::before {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  border: 1px solid #0d6061;
}

.link_anchor2 a::after {
  top: 0.55em;
  left: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0d6061;
  border-right: 2px solid #0d6061;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_anchor2 a:hover {
  text-decoration: underline;
}

.ul_circle,
.ul_square,
.ul_dot,
.ul_ring,
.ul_check,
.ul_triangle,
.ul_arrow,
.ul_circlegt {
  margin-top: 2.4rem;
}

.ul_circle li,
.ul_square li,
.ul_dot li,
.ul_ring li,
.ul_check li,
.ul_triangle li,
.ul_arrow li,
.ul_circlegt li {
  line-height: 1.75;
  padding-left: 2rem;
  position: relative;
}

.ul_circle li:not(:last-child),
.ul_square li:not(:last-child),
.ul_dot li:not(:last-child),
.ul_ring li:not(:last-child),
.ul_check li:not(:last-child),
.ul_triangle li:not(:last-child),
.ul_arrow li:not(:last-child),
.ul_circlegt li:not(:last-child) {
  margin-bottom: 1.2rem;
}

.ul_circle li::before, .ul_circle li::after,
.ul_square li::before,
.ul_square li::after,
.ul_dot li::before,
.ul_dot li::after,
.ul_ring li::before,
.ul_ring li::after,
.ul_check li::before,
.ul_check li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_arrow li::before,
.ul_arrow li::after,
.ul_circlegt li::before,
.ul_circlegt li::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
}

.ul_circle + p,
.ul_square + p,
.ul_dot + p,
.ul_ring + p,
.ul_check + p,
.ul_triangle + p,
.ul_arrow + p,
.ul_circlegt + p {
  margin-top: 2.4rem;
}

@media print, screen and (min-width: 768px) {
  .ul_circle.link_col_2, .ul_circle.link_col_3,
  .ul_square.link_col_2,
  .ul_square.link_col_3,
  .ul_dot.link_col_2,
  .ul_dot.link_col_3,
  .ul_ring.link_col_2,
  .ul_ring.link_col_3,
  .ul_check.link_col_2,
  .ul_check.link_col_3,
  .ul_triangle.link_col_2,
  .ul_triangle.link_col_3,
  .ul_arrow.link_col_2,
  .ul_arrow.link_col_3,
  .ul_circlegt.link_col_2,
  .ul_circlegt.link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_circle.link_col_2 li, .ul_circle.link_col_3 li,
  .ul_square.link_col_2 li,
  .ul_square.link_col_3 li,
  .ul_dot.link_col_2 li,
  .ul_dot.link_col_3 li,
  .ul_ring.link_col_2 li,
  .ul_ring.link_col_3 li,
  .ul_check.link_col_2 li,
  .ul_check.link_col_3 li,
  .ul_triangle.link_col_2 li,
  .ul_triangle.link_col_3 li,
  .ul_arrow.link_col_2 li,
  .ul_arrow.link_col_3 li,
  .ul_circlegt.link_col_2 li,
  .ul_circlegt.link_col_3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ul_circle.link_col_2 li,
  .ul_square.link_col_2 li,
  .ul_dot.link_col_2 li,
  .ul_ring.link_col_2 li,
  .ul_check.link_col_2 li,
  .ul_triangle.link_col_2 li,
  .ul_arrow.link_col_2 li,
  .ul_circlegt.link_col_2 li {
    max-width: calc( 100% / 2 - (1.6rem * 0.7));
  }
  .ul_circle.link_col_2 li:not(:nth-child(2n)),
  .ul_square.link_col_2 li:not(:nth-child(2n)),
  .ul_dot.link_col_2 li:not(:nth-child(2n)),
  .ul_ring.link_col_2 li:not(:nth-child(2n)),
  .ul_check.link_col_2 li:not(:nth-child(2n)),
  .ul_triangle.link_col_2 li:not(:nth-child(2n)),
  .ul_arrow.link_col_2 li:not(:nth-child(2n)),
  .ul_circlegt.link_col_2 li:not(:nth-child(2n)) {
    margin-right: 2.24rem;
  }
  .ul_circle.link_col_3 li:not(:nth-child(3n)),
  .ul_square.link_col_3 li:not(:nth-child(3n)),
  .ul_dot.link_col_3 li:not(:nth-child(3n)),
  .ul_ring.link_col_3 li:not(:nth-child(3n)),
  .ul_check.link_col_3 li:not(:nth-child(3n)),
  .ul_triangle.link_col_3 li:not(:nth-child(3n)),
  .ul_arrow.link_col_3 li:not(:nth-child(3n)),
  .ul_circlegt.link_col_3 li:not(:nth-child(3n)) {
    margin-right: 2.24rem;
  }
  .ul_circle.link_inlign,
  .ul_square.link_inlign,
  .ul_dot.link_inlign,
  .ul_ring.link_inlign,
  .ul_check.link_inlign,
  .ul_triangle.link_inlign,
  .ul_arrow.link_inlign,
  .ul_circlegt.link_inlign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_circle.link_inlign li,
  .ul_square.link_inlign li,
  .ul_dot.link_inlign li,
  .ul_ring.link_inlign li,
  .ul_check.link_inlign li,
  .ul_triangle.link_inlign li,
  .ul_arrow.link_inlign li,
  .ul_circlegt.link_inlign li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ul_circle li::before {
  border-radius: 50%;
  background: #0d6061;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_square li::before {
  background: #0d6061;
  height: 0.8rem;
  left: 0;
  top: 1rem;
  width: 0.8rem;
}

.ul_dot li::before {
  border-radius: 50%;
  background: #0d6061;
  height: 0.4rem;
  left: 0.4rem;
  top: 1.2rem;
  width: 0.4rem;
}

.ul_ring li::before {
  border-radius: 50%;
  border: 2px solid #0d6061;
  height: 1rem;
  left: 0;
  top: 1rem;
  width: 1rem;
}

.ul_check li::before {
  border-right: 2px solid #cc0000;
  border-bottom: 2px solid #cc0000;
  height: 12px;
  left: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 1rem;
  width: 7px;
}

.ul_triangle li::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #0d6061;
  top: 1rem;
}

.ul_arrow li::before {
  background: #0d6061;
  height: 1px;
  left: 3px;
  margin-top: 3px;
  top: 1rem;
  width: 7px;
}

.ul_arrow li::after {
  border-top: 1px solid #0d6061;
  border-right: 1px solid #0d6061;
  height: 7px;
  left: 3px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
}

.ul_circlegt li::before {
  background: #0d6061;
  border-radius: 50%;
  height: 1.2rem;
  left: 0;
  top: 0.8rem;
  width: 1.2rem;
}

.ul_circlegt li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 4px;
  left: 0.32rem;
  margin-top: 2px;
  top: 1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 2.8rem;
  position: relative;
}

.ol_circle li::before, .ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #0d6061;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 1.312rem;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  letter-spacing: 0;
  text-align: center;
  top: 0.6rem;
  width: 2rem;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .list_col_2, .link_col_2,
  .list_col_3, .link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link_col_2 li, .list_col_2 li {
    width: 49%;
  }
  .link_col_2 li:not(:nth-child(2n+1)), .list_col_2 li:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .link_col_3 li, .list_col_3 li {
    width: 32%;
  }
  .link_col_3 li:not(:nth-child(3n+1)), .list_col_3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 767px) {
  .sp_list_col_2, .sp_link_col_2,
  .sp_list_col_3, .sp_link_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sp_list_col_2 li, .sp_link_col_2 li {
    width: 49%;
  }
  .sp_list_col_2 li:not(:nth-child(2n+1)), .sp_link_col_2 li:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .sp_list_col_3 li, .sp_link_col_3 li {
    width: 32%;
  }
  .sp_list_col_3 li:not(:nth-child(3n+1)), .sp_link_col_3 li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

.section {
  padding-top: 7.6rem;
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .section {
    padding-top: 5.1rem;
    padding-bottom: 7.5rem;
  }
}

.section h3:first-child {
  margin-top: 2.4rem;
}

.section hr {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 1000px;
}

.section.anchor + .section:not(.section_bg):not(.section_stripe) {
  padding-top: 0;
}

.section_bg {
  background: #d1dede;
}

.section_stripe {
  background: repeating-linear-gradient(90deg, #d1dede 1px, #d1dede 5px, #fff 5px, #fff 10px);
}

.box_bg,
.box_border,
.box_border-stripe {
  border-radius: 0;
  margin-top: 1.8rem;
  padding: 6.6rem;
  padding-top: 5.8rem;
}

@media only screen and (max-width: 767px) {
  .box_bg,
  .box_border,
  .box_border-stripe {
    padding: 3.2rem;
    padding-top: 2.4rem;
  }
}

.box_bg ul:first-child, .box_bg ol:first-child, .box_bg dl:first-child, .box_bg table:first-child, .box_bg p:first-child, .box_bg h3:first-child, .box_bg h4:first-child, .box_bg h5:first-child, .box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child,
.box_border-stripe ul:first-child,
.box_border-stripe ol:first-child,
.box_border-stripe dl:first-child,
.box_border-stripe table:first-child,
.box_border-stripe p:first-child,
.box_border-stripe h3:first-child,
.box_border-stripe h4:first-child,
.box_border-stripe h5:first-child,
.box_border-stripe h6:first-child {
  margin-top: 0;
}

.box_bg {
  background: #f7f7f7;
}

.box_border {
  border: 5px solid #deeef6;
}

.section_bg .box_bg,
.section_stripe .box_bg, .section_bg
.box_border,
.section_stripe
.box_border {
  background: #fff;
}

.section_bg .box_border .box_bg,
.section_stripe .box_border .box_bg {
  background: #f7f7f7;
}

.box_border-stripe {
  background-image: linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 4px 4px;
  position: relative;
}

.box_border-stripe > * {
  position: inherit;
  z-index: 1;
}

.box_border-stripe::before {
  background: #fff;
  border-radius: 0;
  content: "";
  height: calc(100% - 16px);
  left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 16px);
  z-index: 0;
}

.box_flow {
  background: #f7f7f7;
  border-radius: 0;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}

.box_flow:first-child {
  margin-top: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .box_flow {
    padding: 3.2rem;
  }
}

.box_flow::after {
  content: "";
  bottom: -6.4rem;
  border: 3.2rem solid transparent;
  border-top-color: #f7f7f7;
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow:last-child::after, .box_flow.last::after {
  display: none;
}

.section_bg .box_flow,
.section_stripe .box_flow {
  background: #fff;
}

.box_bg .box_flow .section_bg, .box_bg
.box_flow .section_stripe {
  background: #f7f7f7;
}

.box_bg .box_flow .section_bg::after, .box_bg
.box_flow .section_stripe::after {
  border-top-color: #f7f7f7;
}

@media print, screen and (min-width: 768px) {
  .box_flow.columns .title {
    margin-right: 3.2rem;
    width: 14.4rem;
  }
  .box_flow.columns .inner > p:first-child {
    margin-top: 0;
  }
  .box_flow.columns .inner_border {
    border-left: 1px solid #eee;
  }
}

.title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: left;
}

.title .num {
  color: #0d6061;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 3.2rem;
  font-style: italic;
  line-height: 1.1;
  margin-right: 0.5em;
}

.title .step {
  font-size: 75%;
  background: #0d6061;
  border-radius: 2px;
  color: #fff;
  margin-right: 0.8rem;
  padding: 0 0.45em;
  letter-spacing: 0;
  text-align: center;
}

.title_bg {
  background: #69e9eb;
  background: #0d6061;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 0;
  text-align: center;
}

h3.title,
h4.title {
  padding-left: 0 !important;
}

h3.title:after, h3.title:before,
h4.title:after,
h4.title:before {
  content: none !important;
}

.box_flow2 {
  background: #fff;
  border: 6px solid #deeef6;
  border-radius: 0;
  margin-top: 5rem;
  padding: 5rem;
  position: relative;
}

.box_flow2:not(:first-child) {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  .box_flow2 {
    padding: 3.2rem;
  }
}

.box_flow2::after {
  bottom: -8.8rem;
  border: 4rem solid transparent;
  border-top: 3.2rem solid #deeef6;
  content: "";
  left: 50%;
  margin-left: -3.2rem;
  position: absolute;
}

.box_flow2:last-child::after, .box_flow2.last::after {
  display: none;
}

.box_flow2 h4:first-child,
.box_flow2 h5:first-child {
  margin-top: 0;
}

.box_flow2:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

table.table_address th, table.table_address td {
  line-height: 1.6;
  padding: 1.6rem 3%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address th {
  width: 30%;
  text-align: left;
  color: #0d6061;
  border-bottom: 1px solid #deeef6;
  border-top: 1px solid #deeef6;
}

table.table_timetable th, table.table_timetable td {
  background: none;
  border-bottom: none;
  padding: 1rem .2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: none;
  color: #171717;
}

@media screen and  ( min-width : 768px ) {
  table.table_timetable thead th:first-child {
    width: 150px;
  }
}


table.table_timetable thead, table.table_timetable tbody {
  border-bottom: 1px solid #11204d;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable + p .consul,
table.table_timetable .consul {
  color: #11204d;
}

@media print, screen and (min-width: 768px) and (max-width: 1039px) {
  table.table_timetable {
    font-size: 82%;
  }
}

table.table_normal th, table.table_normal td, table.table_fee th, table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}

table.table_normal thead th, table.table_fee thead th {
  background: #0d6061;
  color: #fff;
  text-align: center;
}

table.table_normal tbody th, table.table_fee tbody th {
  background: #3ce3e5;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  table.stack.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.stack.table_address thead, table.stack.table_address tbody, table.stack.table_address tr, table.stack.table_address th, table.stack.table_address td {
    display: block;
  }
  table.stack.table_address th, table.stack.table_address td {
    border: none;
  }
  table.stack.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  table.stack.table_fee, table.stack.table_normal {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.stack.table_fee thead, table.stack.table_fee tbody, table.stack.table_fee tr, table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal thead, table.stack.table_normal tbody, table.stack.table_normal tr, table.stack.table_normal th, table.stack.table_normal td {
    display: block;
  }
  table.stack.table_fee th, table.stack.table_fee td, table.stack.table_normal th, table.stack.table_normal td {
    border: none;
  }
  table.stack.table_fee th, table.stack.table_normal th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .scroll {
    overflow: auto;
  }
  .scroll > table {
    width: 750px;
  }
  .scroll + p {
    text-align: center;
    font-size: 12px;
  }
}

#page_title {
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#page_title::before {
  background: inherit;
  bottom: -5px;
  content: '';
  -webkit-filter: blur(5px);
          filter: blur(5px);
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 0;
}

#page_title::after {
  background: rgba(247, 245, 243, 0.45);
  content: '';
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

#page_title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  #page_title .container {
    height: 120px;
  }
}

#page_title .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.6rem;
  }
}

#breadcrumb {
  background: transparent;
  color: #888;
  font-size: 1.408rem;
  padding: 1.2rem;
}

#breadcrumb .material-icons {
  font-size: 1.6rem;
}

#breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#breadcrumb a {
  color: #0d6061;
}

#breadcrumb a:hover {
  text-decoration: none;
}

#breadcrumb li:last-child a {
  text-decoration: none;
  pointer-events: none;
}

#breadcrumb .current a {
  color: #333333;
}

.btnstyle a {
  background: #0d6061;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  max-width: 280px;
  width: 100%;
  margin: 1em auto 0;
  padding: 1.36rem 1.6rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.btnstyle a:hover {
  color: #fff;
  opacity: .7;
}

.btnstyle a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .btnstyle a + a {
    margin-top: 1em;
  }
}

@media print, screen and (min-width: 768px) {
  .btnstyle.left a {
    margin-left: 0;
    margin-right: auto;
  }
  .btnstyle.right a {
    margin-left: auto;
    margin-right: 0;
  }
}

.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}

.slide_main .arrow-next {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}

.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: .8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0d6061;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide_thumb .item img {
  margin: 0;
}

.slide_wrap_horizontal {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0 0 22%;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: calc(95% / 6);
    max-width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical {
  margin-top: 1.5em;
}

.slide_wrap_vertical .slide_main {
  margin: 0 auto 1%;
  display: table;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: calc(95% / 6);
  max-width: calc(95% / 6);
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

.box_faq:first-child {
  margin-top: 2.8rem;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 0.6rem 0rem 0.6rem 6rem;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  font-family: century-gothic, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  width: 4rem;
  top: 0;
  text-align: center;
  left: 0;
}

.box_faq .question p:first-child,
.box_faq .answer p:first-child {
  margin-top: 0;
}

.box_faq .question {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
}

.box_faq .question::before {
  content: 'Q';
  font-family: 'Arial', sans-serif;
  color: #fff;
  background: #0d6061;
}

.box_faq .question p {
  padding-right: 2rem;
  position: relative;
}

.box_faq .question p::before, .box_faq .question p::after {
  position: absolute;
  content: '';
  top: 1.2rem;
  right: 0;
  background: #0d6061;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}

.box_faq .question p::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.box_faq .question p.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 30px;
}

.box_faq .answer::before {
  content: 'A';
  font-family: 'Arial', sans-serif;
  color: #bec93d;
  background: #eaeec1;
  top: 30px;
}

.box_form dt {
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .box_form dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .box_form dd .input_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .box_form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box_form dl dt {
    width: 12em;
  }
  .box_form dl dd {
    width: calc(100% - 12em);
  }
  .box_form dl dt, .box_form dl dd {
    border-bottom: 1px dashed #ccc;
    padding: 1em 0;
  }
}

.box_form input[type="text"],
.box_form input[type="email"],
.box_form input[type="tel"],
.box_form textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 2rem;
  }
}

.box_form .attention {
  color: #cc0000;
  font-size: 1.2rem;
}

.box_form .acceptance .attention {
  font-size: inherit;
}

.box_form .subtxt {
  color: #999;
  font-size: 1.2rem;
  display: block;
}

.box_form .birthday input {
  width: 2em;
}

.box_form .birthday .your-birthday-y input {
  width: 4em;
}

.box_form .zip .your-zip-1 input {
  width: 3em;
}

.box_form .zip .your-zip-2 input {
  width: 4em;
}

.box_form input[type="submit"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #0d6061;
  background: #0d6061;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}

.box_form input[type="submit"]:hover {
  background: #fff;
  color: #0d6061;
  cursor: pointer;
}

.box_form .btnstyle {
  text-align: center;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 2rem;
  }
}

.box_form .screen-reader-response {
  margin-bottom: 2rem;
  padding: 10px;
  background: #FFFBD2;
}

.box_form .screen-reader-response ul {
  display: none;
}

.box_form input.wpcf7-not-valid {
  background: #FFFBD2;
}

.box_form .wpcf7-not-valid-tip {
  color: #f88a1e;
}

.box_form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.notice_box .notice_title {
  background: #d1dede;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}

@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}

.notice_box .notice_title h4 {
  color: #0d6061;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #0d6061;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}

.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_text {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.sitemap_box {
  max-width: 800px;
  margin: 6.4rem auto 9.6rem;
}

@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin: 4.8rem auto 7.2rem;
  }
}

.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu ul {
  margin-top: 0;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}

.sitemap_box .menu a:hover {
  color: #0d6061;
  background: #d1dede;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0d6061;
  border-right: 1px solid #0d6061;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ba-block {
  margin-bottom: 10px;
  font-size: 92%;
}

.ba-block .before {
  float: left;
  width: 47%;
  position: relative;
}

.ba-block .before:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #0d6061;
}

.ba-block .after {
  float: right;
  width: 47%;
}

@media print, screen and (min-width: 768px) {
  .ba-block .after {
    margin-left: 6%;
  }
}

.ba-block img {
  display: block;
  margin: 0 auto 10px;
}

.ba-block .batitle {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .ba-block {
    background: none;
    margin-bottom: 10px;
    font-size: 92%;
  }
  .ba-block .before, .ba-block .after {
    float: none;
    width: 100%;
  }
  .ba-block .before {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .ba-block .before:after {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    bottom: auto;
    border: 20px solid transparent;
    border-top: 20px solid #0d6061;
  }
}

.iframe {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-top: 1em;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframe.youtube {
  padding-bottom: 30%;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

@media only screen and (max-width: 767px) {
  .iframe.calendar {
    min-height: 300px;
  }
}

.video_wrap {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  width: 600px;
  max-width: 100%;
  margin: 1em auto 0;
}

.video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* lp */
#page_title, #breadcrumb, #conversion {
  display: none;
}

/* ==== mainimage */
#main_slider img {
  width: 100%;
}

.mainimage img {
  width: 100%;
}

.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainimage .slick-dots {
  bottom: -40px;
}

.mainimage .slick-dots li {
  margin: 0 10px;
}

.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}

.mainimage .slick-dots li button:before {
  color: #55abe4;
  content: "●";
  font-family: sans-serif;
  font-size: 18px;
}

.tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 1.5em;
}

.tab_btn_wrap .tab_btn {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  background: #0d6061;
  color: #fff;
  width: 48%;
  cursor: pointer;
}

.tab_btn_wrap .tab_btn:not(:first-child) {
  margin-left: 4%;
}

.tab_btn_wrap .tab_btn:hover {
  opacity: 0.7;
}

.tab_btn_wrap .tab_btn:not(.active) {
  opacity: 0.5;
}

.tab_item:not(.active) {
  display: none;
}

.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  -webkit-transition: 200ms;
  transition: 200ms;
  z-index: 1;
}

.section_news .heading {
  position: relative;
}

.section_news dl dt {
  color: #0d6061;
  line-height: 1.3;
  padding: 1em 0 0;
}

@media print, screen and (min-width: 768px) {
  .section_news dl dt {
    float: left;
    padding: 1em 0;
  }
}

.section_news dl dd {
  line-height: 1.3;
  margin-bottom: 8px;
  padding: 0 0 1em;
}

@media print, screen and (min-width: 768px) {
  .section_news dl dd {
    padding: 1em 0 1em 8em;
  }
}

.section_news dl dd a {
  color: #333333;
  text-decoration: none;
}

.section_news dl dd a:hover {
  color: #0d6061;
}

.section_news .btnstyle {
  position: absolute;
  top: 10px;
  right: 0;
  margin-top: 0;
}

.section_news .btnstyle a {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 0.2em 1em;
  width: 100px;
}

.section_news .btnstyle a::after {
  right: 8px;
}
/*
h2.ttl {
  font-size: 36px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
  color: #0d6061;
}

h2.ttl .sub {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  color: #bec93d;
  display: block;
}

@media print, screen and (max-width: 1039px) {
  h2.ttl {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  h2.ttl {
    font-size: 21px;
  }
}

.conversion {
  padding: 4% 0;
  background: #e4efef;
}

.conversion h2 {
  font-size: 24px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 0 auto 2%;
  padding: 0 0.3em 0.3em;
  color: #0d6061;
  display: table;
  border-bottom: 2px dotted #0d6061;
}

.conversion h3 {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin: 4% auto 0;
  padding: 0 2em;
  color: #0d6061;
  display: table;
  position: relative;
}

.conversion h3:before, .conversion h3:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 50px;
  background: #0d6061;
}

.conversion h3:before {
  left: 0;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
}

.conversion h3:after {
  right: 0;
  -webkit-transform: skew(30deg);
          transform: skew(30deg);
}

@media only screen and (max-width: 767px) {
  .conversion h2 {
    font-size: 18px;
  }
  .conversion h3 {
    font-size: 15px;
    padding: 0 1em;
  }
  .conversion h3:before, .conversion h3:after {
    height: 30px;
  }
} */
/*
.sec01 {
  margin: 5% 0;
}

.sec01 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #eef2bf));
  background: linear-gradient(transparent 50%, #eef2bf 50%);
  padding: 0 0.2em;
}

.sec01 figure {
  margin-bottom: 5%;
}

.sec01 h3 {
  font-size: 36px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 5%;
  color: #0d6061;
}

.sec01 h3 .marker {
  font-size: 133.33%;
}

.sec01 .bg_wrap {
  padding: 5%;
  background: url(../img/sto_bg001.png);
  border: 1px solid #ccc;
}

.sec01 .bg_wrap h4 {
  font-size: 30px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
  color: #0d6061;
}

.sec01 .bg_wrap h4 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5f7e4));
  background: linear-gradient(transparent 50%, #f5f7e4 50%);
}

@media print, screen and (max-width: 1039px) {
  .sec01 h3 {
    font-size: 28px;
  }
  .sec01 .bg_wrap h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sec01 h3 {
    font-size: 20px;
  }
  .sec01 .bg_wrap h4 {
    font-size: 18px;
  }
}

.sec02 {
  padding: 5% 0;
  background: url(../img/sto_bg002.png);
}

.sec02 .con01 {
  padding: 5%;
  margin-bottom: 4%;
  background: #fff;
}

.sec02 .con01 h3 {
  font-size: 30px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  display: table;
  margin: 0 auto 4%;
  padding: 0 0.2em 0.3em;
  color: #0d6061;
  border-bottom: 1px solid #0d6061;
}

.sec02 .t01 {
  table-layout: fixed;
}

.sec02 .t01 th, .sec02 .t01 td {
  font-size: 18px;
  text-align: center;
  border: 1px solid #999;
  padding: 0.5em 0.1em;
}

.sec02 .t01 thead th {
  background: #bec93d;
}

.sec02 .t01 tbody .man th {
  background: #d8eaf3;
  color: #4f86a3;
}

.sec02 .t01 tbody .man td {
  background: #f2f8fb;
}

.sec02 .t01 tbody .woman th {
  background: #f2e2ea;
  color: #ac6f8f;
}

.sec02 .t01 tbody .woman td {
  background: #f9f1f5;
}

.sec02 .t02 th {
  font-size: 24px;
  text-align: center;
  padding: 0.4em 1em;
  color: #fff;
}

.sec02 .t02 td {
  padding: 7% 7% 10%;
}

.sec02 .t02 .ranking {
  display: table;
  margin: 0 auto 1.5em;
  counter-reset: num;
}

.sec02 .t02 .ranking li {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 0.2em;
  padding-left: 3em;
  text-indent: -3em;
  position: relative;
}

.sec02 .t02 .ranking li:before {
  counter-increment: num;
  content: counter(num) "位";
  margin-right: 1em;
}

.sec02 .t02 .ranking li .emp {
  font-size: 125%;
}

.sec02 .t02.man th {
  background: #4f86a3;
}

.sec02 .t02.man td {
  background: #d8eaf3;
}

.sec02 .t02.woman th {
  background: #ac6f8f;
}

.sec02 .t02.woman td {
  background: #f2e2ea;
}

.sec02 .con02 {
  padding: 5%;
  margin-bottom: 4%;
  background: url(../img/sto02_bg01.png) no-repeat left -30px bottom -30px, url(../img/sto02_bg02.png) no-repeat right -20px bottom -40px, #fff;
}

.sec02 .con02 h3 {
  font-size: 24px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 768px) {
  .sec02 .con02 p {
    padding-right: 25%;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec02 .con01 h3 {
    font-size: 24px;
  }
  .sec02 .con02 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec02 .con01 h3 {
    font-size: 17px;
  }
  .sec02 .t01 th, .sec02 .t01 td {
    font-size: 14px;
  }
  .sec02 .t02 .ranking li {
    font-size: 18px;
  }
  .sec02 .t02 th {
    font-size: 18px;
  }
  .sec02 .con02 {
    padding-bottom: 40%;
    background-size: 45%,45%;
  }
  .sec02 .con02 h3 {
    font-size: 18px;
  }
}

.sec03 {
  margin: 5% 0;
}

.sec03 .con {
  padding: 10% 0 4%;
  position: relative;
  overflow: hidden;
}

.sec03 .con:not(:first-of-type) {
  margin-top: 3%;
}

.sec03 .con:nth-child(even) {
  background: url(../img/sto03_bg01.jpg) no-repeat center right/cover;
}

.sec03 .con:nth-child(even) .bg_wrap {
  margin-left: auto;
}

.sec03 .con:nth-child(odd) {
  background: url(../img/sto03_bg02.jpg) no-repeat center left/cover;
}

.sec03 .bg_wrap {
  padding: 4%;
  background: #f5f7e4;
  max-width: 80%;
}

.sec03 h3 {
  font-size: 24px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0d6061;
  margin-bottom: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .sec03 .con figure {
    right: 55%;
  }
  .sec03 .con:nth-child(even) .bg_wrap {
    padding-left: 25%;
  }
  .sec03 .con:nth-child(odd) figure {
    left: 55%;
  }
  .sec03 .con:nth-child(odd) .bg_wrap {
    padding-right: 25%;
  }
  .sec03 figure {
    position: absolute;
    top: 0;
    margin: auto;
  }
  .sec03 figure img {
    max-width: none;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .sec03 figure img {
    max-width: 200%;
  }
  .sec03 .con:nth-child(even) figure {
    right: 57%;
  }
  .sec03 .con:nth-child(even) figure img {
    float: right;
  }
  .sec03 .con:nth-child(odd) figure {
    left: 57%;
  }
}

@media only screen and (max-width: 767px) {
  .sec03 .con:nth-child(odd) figure {
    margin: 0 0 0 auto;
  }
  .sec03 figure {
    max-width: 95%;
  }
  .sec03 .bg_wrap {
    margin-top: -10%;
    padding: 15% 5% 5%;
    max-width: 95%;
  }
  .sec03 h3 {
    font-size: 18px;
  }
}

.sec04 {
  margin: 5% 0;
}

.sec04 .con01 {
  padding: 4% 0;
  margin-bottom: 3%;
  background: #f5f7e4;
}

.sec04 .slider_btn .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: none !important;
          transform: none !important;
}

.sec04 .slider_btn li,
.sec04 .drop_btn {
  font-size: 20px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #0d6061;
  background: #fff;
  border: 1px solid #0d6061;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
}

.sec04 .slider_btn li p,
.sec04 .drop_btn p {
  margin: 0;
  line-height: 1.5;
}

.sec04 .slider_btn li p .s,
.sec04 .drop_btn p .s {
  font-size: 80%;
}

.sec04 .slider_btn li p:nth-child(2),
.sec04 .drop_btn p:nth-child(2) {
  padding-left: 0.5em;
}

.sec04 .slider_btn li .step,
.sec04 .drop_btn .step {
  font-size: 12px;
  width: 50px;
  text-align: center;
  color: #fff;
  background: #0d6061;
  padding: 1em 0.2em;
}

.sec04 .slider_btn li .step .num,
.sec04 .drop_btn .step .num {
  font-size: 200%;
  display: block;
  line-height: 1;
}

.sec04 .slider_btn li:not(.slick-current),
.sec04 .drop_btn:not(.slick-current) {
  border-color: #999;
  color: #999;
}

.sec04 .slider_btn li:not(.slick-current) .step,
.sec04 .drop_btn:not(.slick-current) .step {
  background: #999;
}

.sec04 .flow_slider {
  max-width: 860px;
  margin: 0 auto 5% !important;
}

.sec04 .flow_slider li {
  position: relative;
}

.sec04 .flow_slider .txt_wrap {
  padding: 5%;
  background: rgba(13, 96, 97, 0.6);
  color: #fff;
}

.sec04 .flow_slider .txt_wrap h3 {
  font-size: 30px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

.sec04 .flow_slider .txt_wrap h3 .step {
  font-size: 24px;
  margin-right: 0.7em;
}

.sec04 .flow_slider .txt_wrap h3 .step .num {
  font-size: 125%;
  margin-left: 0.3em;
}

.sec04 .flow_slider .txt_wrap h3 .s {
  font-size: 80%;
  margin-right: 0.5em;
}

.sec04 .covid {
  border: 1px solid #0d6061;
}

.sec04 .covid h3 {
  font-size: 30px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.5em 1em 0.6em;
  color: #fff;
  background: #0d6061;
}

.sec04 .covid .txt_wrap {
  padding: 5%;
}

.sec04 .covid h4 {
  font-size: 24px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #0d6061;
  display: table;
  margin: 1.2em auto 0.5em;
  padding: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5f7e4));
  background: linear-gradient(transparent 50%, #f5f7e4 50%);
}

.sec04 .covid h5 {
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  margin: 1em 0 0.5em;
}

@media print, screen and (min-width: 768px) {
  .sec04 .slider_btn li {
    margin-bottom: 2%;
    width: 184px !important;
  }
  .sec04 .slider_btn li:not(:last-child) {
    margin-right: 2%;
  }
  .sec04 .flow_slider .txt_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec04 .slider_btn li li,
  .sec04 .drop_btn li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sec04 .drop_btn {
    position: relative;
  }
  .sec04 .drop_btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .sec04 .drop_btn.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .sec04 .flow_slider li {
    margin-bottom: 5%;
  }
  .sec04 .flow_slider figure {
    display: none;
  }
  .sec04 .flow_slider .txt_wrap {
    margin: -20% auto 5%;
    max-width: 95%;
    position: relative;
  }
  .sec04 .flow_slider .txt_wrap h3 {
    font-size: 20px;
  }
  .sec04 .flow_slider .txt_wrap h3 .step {
    font-size: 16px;
  }
  .sec04 .covid h3 {
    font-size: 18px;
  }
  .sec04 .covid h4 {
    font-size: 18px;
  }
}

.sec05 {
  padding: 5% 0;
  background: url(../img/sto05_bg.jpg) no-repeat center/cover;
}

.sec05 .t01 {
  background: #fff;
  margin-bottom: 4% !important;
}

.sec05 .t01 thead th {
  font-size: 18px;
  background: #0d6061;
  color: #fff;
  padding: 0.7em 0.5em;
  text-align: center;
}

.sec05 .t01 tbody th, .sec05 .t01 tbody td {
  vertical-align: middle;
  padding: 1em 0.5em;
  border-bottom: 1px solid #eee;
}

.sec05 .t01 tbody th {
  padding: 1em 0.5em 1em 5%;
  text-align: left;
}

.sec05 .t01 tbody td {
  font-size: 18px;
  color: #c22e3c;
  text-align: center;
}

.sec05 .t01 tbody td .l {
  font-size: 200%;
  font-weight: bold;
}

.sec05 .t02 {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ccc;
}

.sec05 .t02 th {
  font-size: 18px;
  padding: 0.4em 1em 0.5em;
  text-align: center;
  background: #627070;
  color: #fff;
}

.sec05 .t02 td {
  padding: 2em 1em;
  text-align: center;
}

@media print, screen and (max-width: 1039px) {
  .sec05 .t01 tbody td .l {
    font-size: 150%;
  }
}

@media only screen and (max-width: 767px) {
  .sec05 .t03 {
    background: #fff;
    margin-bottom: 4% !important;
  }
  .sec05 .t03 th, .sec05 .t03 td {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0.2em;
    vertical-align: middle;
  }
  .sec05 .t03 thead th {
    background: #0d6061;
    color: #fff;
    padding: 0.7em 0.5em;
    text-align: center;
  }
  .sec05 .t03 tbody th {
    background: #0d6061;
    color: #fff;
    text-align: center;
  }
  .sec05 .t03 tbody td {
    color: #c22e3c;
    text-align: center;
  }
  .sec05 .t03 tbody td .l {
    font-size: 120%;
    font-weight: bold;
  }
  .sec05 .t02 th {
    font-size: 16px;
    line-height: 1.7;
  }
}

.sec06 {
  padding: 5% 0;
  background: url(../img/sto06_bg.jpg) no-repeat center/cover;
}

.sec06 figure figcaption {
  font-family: a-otf-ryumin-pr6n, serif !important;
  color: #fff;
  padding: 0.5em 5%;
  margin: 0 auto;
  background: #0d6061;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 90%;
}

.sec06 figure figcaption .name {
  font-size: 18px;
  margin-left: 1.5em;
}

.sec06 figure figcaption .name .l {
  font-size: 122.22%;
}

@media print, screen and (max-width: 1039px) {
  .sec06 figure figcaption {
    font-size: 1.6vw;
  }
  .sec06 figure figcaption .name {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec06 figure figcaption {
    font-size: 3.2vw;
  }
  .sec06 figure figcaption .name {
    font-size: 3.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .sec01, .sec03, .sec04 {
    margin: 2.5em 0;
  }
  .sec02, .sec05, .sec06 {
    padding: 2.5em 0;
  }
  .conversion {
    padding: 2em 0;
  }
} */

.entry_title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
  margin-top: 6.4rem;
}

.box_entry-item .entry_title {
  font-size: 2.2rem;
  margin-top: 4.8rem;
}

.entry_title a {
  color: #333333;
  text-decoration: none;
}

.entry_title a:hover {
  color: #0d6061;
}

.entry_ex {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
}

.box_entry-item .entry_ex {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .box_entry-item .entry_ex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

.entry_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.408rem;
}

.entry_date .material-icons {
  color: #0d6061;
  font-size: 1.6rem;
  margin-right: 8px;
}

.archive .box_entry-news .entry_date {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  color: #999;
  font-weight: normal;
  margin-top: 0.8rem;
}

.archive .box_entry-news .entry_date .material-icons {
  color: #999;
}

.box_entry-item .entry_date {
  margin-right: 1.6rem;
}

.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.408rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}

.post-categories .material-icons {
  color: #0d6061;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #0d6061;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #eee;
  font-size: 1.408rem;
  line-height: 1.5;
  margin-top: 6.4rem !important;
  padding-top: 4.8rem;
}

.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagenav_single a .material-icons {
  font-size: 1.408rem;
}

.pagenav_single a:hover {
  opacity: .7;
}

.box_entry-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 4.8rem;
}

.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.408rem;
  line-height: 2rem;
  margin-top: 6.4rem;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 2rem;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #0d6061;
  border: 1px solid #0d6061;
  color: #fff;
  cursor: pointer;
}

#post_aside {
  margin-top: 3.2rem;
}

#post_aside .aside_box {
  padding-top: 3.2rem;
}

#post_aside .aside_title {
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}

#post_aside .category_list {
  margin-top: 1.6rem;
}

#post_aside .category_list li {
  border-bottom: 1px solid #eee;
}

#post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #333333;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #0d6061;
}

#post_aside .category_list a .material-icons {
  font-size: 1.6rem;
}

#post_aside .latestpost_list {
  margin-top: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}

#post_aside .latestpost_list a {
  color: #333333;
  display: table;
  line-height: 1.5;
  padding: 0.4rem 0.8rem 0.4rem 2.4rem;
  position: relative;
  text-decoration: none;
}

#post_aside .latestpost_list a::before {
  content: "・";
  left: 0.8rem;
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
}

#post_aside .latestpost_list a:hover {
  color: #0d6061;
}

#post_aside .latestpost_list a:hover::before {
  color: #0d6061;
}
/*# sourceMappingURL=bond.css.map */


@media screen and (max-width: 767px) {
  .sec_box:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_box:first-of-type {
    margin-top: 0;
  }
  .sec_box .colbox_2:not(:first-of-type), .sec_box .colbox_3:not(:first-of-type), .sec_box .colbox_4:not(:first-of-type), .sec_box .colbox_5:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_box.sp_colbox_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_box.sp_colbox_2 .colbox_2, .sec_box.sp_colbox_2 .colbox_3, .sec_box.sp_colbox_2 .colbox_4, .sec_box.sp_colbox_2 .colbox_5 {
    width: 49%;
    margin-right: 2%;
  }
  .sec_box.sp_colbox_2 .colbox_2:not(:first-child), .sec_box.sp_colbox_2 .colbox_3:not(:first-child), .sec_box.sp_colbox_2 .colbox_4:not(:first-child), .sec_box.sp_colbox_2 .colbox_5:not(:first-child) {
    margin-top: 0;
  }
  .sec_box.sp_colbox_2 .colbox_2:nth-child(2n), .sec_box.sp_colbox_2 .colbox_3:nth-child(2n), .sec_box.sp_colbox_2 .colbox_4:nth-child(2n), .sec_box.sp_colbox_2 .colbox_5:nth-child(2n) {
    margin-right: 0;
  }
  .sec_box.sp_colbox_2 .colbox_2:nth-child(n+3), .sec_box.sp_colbox_2 .colbox_3:nth-child(n+3), .sec_box.sp_colbox_2 .colbox_4:nth-child(n+3), .sec_box.sp_colbox_2 .colbox_5:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_box .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .sec_box .colbox_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .sec_box .colbox_3 {
    width: 32%;
    margin-right: 2%;
  }
  .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec_box .colbox_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .sec_box .colbox_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .sec_box .colbox_4:nth-child(4n) {
    margin-right: 0;
  }
  .sec_box .colbox_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .sec_box .colbox_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .sec_box .colbox_5:nth-child(5n) {
    margin-right: 0;
  }
  .sec_box .colbox_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .sec_box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec_box.reverse .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec_box.reverse .colbox_2:first-child {
    margin-right: 0;
  }
}

.sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec06_2, .sec07, .sec08 {
  margin: 0;
}
.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec06_2 h2, .sec07 h2, .sec08 h2 {
  margin-top: 0 !important;
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #11204d;
  margin-bottom: 25px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
}
.sec01 h2 span, .sec02 h2 span, .sec03 h2 span, .sec04 h2 span, .sec05 h2 span, .sec06 h2 span, .sec06_2 h2 span, .sec07 h2 span, .sec08 h2 span {
  display: table;
  margin: auto;
  border-bottom: 1px solid #11204d;
}
.sec01 figure, .sec02 figure, .sec03 figure, .sec04 figure, .sec05 figure, .sec06 figure, .sec06_2 figure, .sec07 figure, .sec08 figure {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec06_2 h2, .sec07 h2, .sec08 h2 {
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 45px;
  }
}
@media screen and  ( min-width : 1000px ) {
  .sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2, .sec06 h2, .sec06_2 h2, .sec07 h2, .sec08 h2 {
    font-size: 36px;
  }
}



.sec01 {
  padding: 50px 0;
  background: url("../img/sec01_bg.jpg") no-repeat center/cover;
}
/* @media screen and  ( max-width : 767px ) {
  .sec01 h2 span {
    display: inline;
  }
} */
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 135px 0;
  }
}

.sec02 {
  padding: 50px 0;
  background: url("../img/sec02_bg.jpg") no-repeat center/cover;
}
.sec02 .sec02_box {
  border: 1px solid #11204d;
  padding: 5% 2%;
}
.sec02 ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: .9em;
  letter-spacing: 0.12em;
}
@media screen and  ( max-width : 767px ) {
  .sec02 ul li {
    font-size: 14px;
  }
}
.sec02 ul li:last-child {
  margin-bottom: 0;
}
.sec02 ul li:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background: url("../img/sec02_icon.png") no-repeat center/cover;
  width: 20px;
  height: 17px;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
@media screen and  ( max-width : 767px ) {
  .sec02 .sec02_box .sec_box .colbox_2:last-child {
    margin-top: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 135px 0;
  }
  .sec02 .sec02_box {
    padding: 45px 3%;
  }
  .sec02 ul li {
    font-size: 14px;
  }
}
@media screen and  ( min-width : 1100px ) {
  .sec02 .sec02_box {
    padding: 45px 10%;
  }
  .sec02 ul li {
    font-size: 18px;
  }
}

.sec03 {
  padding: 50px 0;
}
.sec03 h2 {
  margin-bottom: 10px;
  text-align: left;
}
.sec03 .sec_text {
  line-height: 32px;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 768px) {
  .sec03 {
    background-size: 145%;
    padding: 5% 0;
    background: url("../img/sec03_bg.jpg") no-repeat center/cover;
  }
  .sec03 h2 {
    margin-bottom: 25px;
  }
  .sec03 .colbox_2 {
    padding: 45px 0;
    padding-right: 0;
    padding-left: 15px;
    border-left: 1px solid #11204d;
  }
}
@media screen and (min-width: 1000px) {
  .sec03 .colbox_2 {
    padding-right: 26px;
  }
}
@media screen and  ( min-width : 1100px ) {
  .sec03 {
    background-size: auto;
    padding: 225px 0;
  }
}

.conversion {
  padding: 50px 0;
  background: url("../img/sp_sec_con.bg.jpg") no-repeat center/cover;
}
.conversion h3 {
  text-align: center;
  margin: auto;
  margin-top: 35px;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #fff;
  display: table;
  font-weight: bold;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.conversion h3 span {
  border-bottom: 1px solid #fff;
}
@media screen and  ( max-width : 767px ) {
  .conversion h3 span {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .conversion {
    background: url("../img/sec_con.bg.jpg") no-repeat center/cover;
    padding: 110px 0;
  }
  .conversion h3 {
    font-size: 28px;
  }
  .conversion .columns .column {
    margin-top: 0 !important;
  }
}


.sec04 {
  padding: 50px 0 0;
  background: url("../img/sec04_bg.jpg") no-repeat top;
}

.sec04 .emp {
  color: #df1c1c;
}

.sec04 .con01 {
  padding: 0;
  margin-bottom: 4%;
  background: none;
}

.sec04 .con01 h3 {
  font-size: 24px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing:0.12em;
  display: table;
  margin: 0 auto 4%;
  padding: 0;
  color: #11204d;
}

.sec04 .t01 {
  table-layout: fixed;
  margin-bottom: 80px!important;
}

.sec04 .t01 th, .sec04 .t01 td {
  font-size: 18px;
  text-align: center;
  border: 4px solid #fff;
  padding: 0.9em 0.1em;
  color: #171717;
  background: #e5e9f2;
}

.sec04 .t01 thead th {
  background: #11204d;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0.1em;
}

.sec04 .t01 thead th:first-child {
  background: #fff;
  width: 26%;
}

.sec04 .t01 tbody th {
  font-weight: bold;
}

.sec04 .t01 tbody .man th, .sec04 .t01 tbody .man td {
  background: #e7f1f7;
}

.sec04 .t01 tbody .woman th, .sec04 .t01 tbody .woman td {
  background: #fef3e5;
}


.sec04 .t02 th {
  padding: 50px 2em 0;
}

.sec04 .t02 th h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.sec04 .t02.man th h3 {
  color: #1479ad;
  border-bottom: 1px solid #1479ad;
}

.sec04 .t02.man td .ranking li .emp {
  color: #1479ad;
}

.sec04 .t02.woman th h3 {
  color: #f48500;
  border-bottom: 1px solid #f48500;
}

.sec04 .t02.woman td .ranking li .emp {
  color: #f48500;
}

.sec04 .t02.man {
  border: 1px solid #1479ad;
}

.sec04 .t02.woman {
  border: 1px solid #f48500;
}

.sec04 .t02 td {
  padding: 9% 7% 10%;
}

.sec04 .t02 .ranking {
  display: table;
  margin: 0 auto 1.5em;
  counter-reset: num;
}

.sec04 .t02 .ranking li {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
  padding-left: 3em;
  text-indent: -3em;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
}

.sec04 .t02 .ranking li:before {
  counter-increment: num;
  content: counter(num) "位";
  margin-right: 1em;
}

.sec04 .t02 .ranking li .emp {
  font-size: 30px;
}

.sec04 .con02 h3 {
  font-size: 36px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #11204d;
  margin-bottom: 50px;
}
.sec04 .con02 h3 span {
  border-bottom: 1px solid #11204d;
  padding-bottom: 5px;
}

.sec04 .con02 p {
  letter-spacing:0.12em;
  line-height: 32px;
  text-align: center;
}
@media screen and  ( max-width : 767px ) {
  .sec04 .con02 p {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .sec04 {
    padding: 160px 0 0;
  }
  .sec04 .columns .column {
    margin-top: 0!important;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec04 .con01 h3 {
    font-size: 24px;
  }
  .sec04 .con02 h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .sec04 .con01 h3 {
    font-size: 17px;
  }
  .sec04 .t01 th, .sec04 .t01 td {
    font-size: 14px;
  }
  .sec04 .t02 .ranking li {
    font-size: 18px;
  }
  .sec04 .t02 th {
    font-size: 18px;
  }
  .sec04 .con02 h3 {
    font-size: 18px;
  }
  .sec04 .t02 .ranking li {
    text-align: left;
  }
}



.sec04 .sec04_bg {
  background: url("../img/sec04_bg02.jpg") no-repeat top / cover;
  padding: 120px 0 50px;
  margin-top: 110px;
}
.sec04 .sec04_box {
  border: 7px solid #eceffb;
  background: #dfe5f9;
  padding: 5% 2%;
}
.sec04 .sec04_box ul li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: .9em;
  letter-spacing: 0.12em;
}
@media screen and  ( max-width : 1100px ) {
  .sec04 .sec04_box ul li {
    font-size: 14px;
    letter-spacing: 0em;
  }
}
@media screen and  ( max-width : 767px ) {
  .sec04 .sec04_box ul li {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.sec04 .sec04_box ul li:last-child {
  margin-bottom: 0;
}
.sec04 .sec04_box ul li:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  background: url("../img/sec02_icon.png") no-repeat center/cover;
  width: 20px;
  height: 17px;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.sec04 .sec04_box .sec04_box2 {
  padding: 6px;
  background: #ffffff;
  margin-top: 35px;
}
.sec04 .sec04_box .sec04_box2 .sec04_box2_bo {
  border: 1px solid #dfe5f9;
  padding: 20px;
}
.sec04 .sec04_box .sec_title {
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  color: #11204d;
  font-weight: bold;
}
@media screen and  ( max-width : 767px ) {
  .sec04 .sec04_box .sec_title {
    text-align: center;
  }
}
.sec04 .sec04_box .sec_text {
  letter-spacing: 0.12em;
  line-height: 32px;
}
.sec04 h4 {
  text-align: center;
  color: #11204d;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  padding: 0 0 90px;
  letter-spacing: 0.12em;
  margin: auto;
  display: table;
  margin-top: 50px;
}
.sec04 h4:after {
  position: absolute;
  content: '';
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  background: url("../img/sec04_box_icon.png") no-repeat center/cover;
  width: 109px;
  height: 86px;
}
@media screen and (max-width: 767px) {
  .sec04 .sec_box .colbox_2 {
    margin-top: 0.9em !important;
  }
  .sec04 .sec04_bg {
    margin-top: 60px;
    background: url("../img/sp_sec04_bg02.jpg") no-repeat top / cover;
  }
}
@media screen and (min-width: 768px) {
  .sec04 .sec04_table_box {
    padding: 0 15px;
  }
  .sec04 h4 {
    padding: 18px 0;
    padding-left: 120px;
    font-size: 26px;
  }
  .sec04 h4:after {
    position: absolute;
    content: '';
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    background: url("../img/sec04_box_icon.png") no-repeat center/cover;
    width: 109px;
    height: 86px;
  }
  .sec04 .sec04_bg {
    padding: 130px 0;
  }
  .sec04 .sec04_box {
    padding: 50px;
  }
  .sec04 .sec04_box .sec04_box2_bo {
    padding: 20px 60px !important;
  }
  .sec04 .sec04_box .sec04_box2_bo .sec04_img {
    float: left;
  }
  .sec04 .sec04_box .sec04_box2_bo div {
    padding: 10px 0;
    padding-left: 200px;
  }
}



.sec05 {
  margin: 50px 0;
}
@media screen and  ( min-width : 768px ) {
  .sec05 {
    margin: 130px 0;
  }
}

.sec05 .con {
  padding: 8% 0 0;
  position: relative;
  overflow: hidden;
}

@media screen and  ( min-width : 768px ) {
  .sec05 .con:not(:first-of-type) {
    margin-top: 60px;
  }
  .sec05 .con01{
    margin-top: 0!important;
  }
}

.sec05 .con:nth-child(even) .bg_wrap {
  background: url("../img/sec05_textbg001.jpg") no-repeat center/cover;
}

.sec05 .con:nth-child(odd) .bg_wrap {
  margin-left: auto;
  background: url("../img/sec05_textbg002.jpg") no-repeat center/cover;
}

.sec05 .bg_wrap {
  padding: 10% 0 4%;
  max-width: 85%;
  position: relative;
  z-index: 0;
}
@media screen and  ( min-width : 768px ) {
  .sec05 .bg_wrap {
    min-height: 520px;
  }
}
@media screen and  ( min-width : 768px ) {
  .sec05 .bg_wrap:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 1800px;
    margin: auto;
    left: -85%;
    right: auto;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

  .sec05 .con:nth-child(odd) .bg_wrap:after {
    left: auto;
    right: -85%;
  }
  .sec05 .con:nth-child(even) .bg_wrap:after {
    background: url("../img/sec05_textbg001.jpg") no-repeat center/cover;
  }
  .sec05 .con:nth-child(odd) .bg_wrap:after {
    margin-left: auto;
    background: url("../img/sec05_textbg002.jpg") no-repeat center/cover;
  }
}



.sec05 .bg_wrap p {
  color: #fff;
  line-height: 32px;
  letter-spacing:0.12em;
}

.sec05 .bg_wrap .sec05_no {
  font-size: 90px;
  color: #fdb652!important;
  letter-spacing:0em;
  margin-bottom: 40px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
@media screen and  ( max-width : 767px ) {
  .sec05 .bg_wrap .sec05_no {
    font-size: 60px;
  }
}

.sec05 h3 {
  font-weight: bold;
  font-size: 28px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .sec05 .con figure {
    right: 50%;
    z-index: 1;
  }
  .sec05 .con:nth-child(even) .bg_wrap {
    padding-right: 41%;
  }
  .sec05 .con:nth-child(even) figure {
    left: 50%;
  }
  .sec05 .con:nth-child(odd) .bg_wrap {
    padding-left: 41%;
  }
  .sec05 figure {
    position: absolute;
    top: 0;
    margin: auto;
  }
  .sec05 figure img {
    max-width: none;
    width: auto;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .sec05 {
    margin: 70px 0;
  }
  .sec05 figure img {
    max-width: 700px;
  }
  .sec05 .con:nth-child(even) figure {
    left: 50%;
  }
  .sec05 .con:nth-child(odd) figure img {
    float: right;
  }
  .sec05 .con:nth-child(odd) figure {
    right: 50%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 900px) {
  .sec05 figure {
    top: 50px;
  }
  .sec05 figure img {
    max-width: 383px;
  }
}

@media only screen and (max-width: 767px) {
  .sec05 .con:nth-child(even) figure {
    margin: 0 0 0 auto;
  }
  .sec05 figure {
    max-width: 95%;
    margin-bottom: 1em;
  }
  .sec05 .bg_wrap {
    margin-top: -10%;
    padding: 20% 5% 5%;
    max-width: 95%;
    z-index: -1;
  }
  .sec05 h3 {
    font-size: 18px;
  }
}



.sec06 {
  margin: 5% 0;
}

.sec06 .con01 {
  padding: 0;
  margin-bottom: 0;
  background: none;
}

.sec06 .slider_btn {
  margin-top: 75px;
}

.sec06 .sec_text {
  letter-spacing:0.2em;
  line-height: 32px;
  text-align: left;
}

.sec06 .text-center {
  text-align: center;
}

.sec06 .sec_img {
  text-align: center;
}

.sec06 .step_title {
  color: #fff;
  font-size: 16px;
  letter-spacing:0.2em;
  font-weight: bold;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  padding: 0 40px 0 40px;
  display: table;
  background: url("../img/sec06_text_bg01.png") no-repeat right/cover;
}

.sec06 .sec_box {
  border: 1px solid #f99405;
  padding: 5% 2%;
}
@media screen and  ( min-width : 768px ) {
  .sec06 .sec_box {
    padding: 75px 35px 35px;
    align-items: center;
    position: relative;
  }
  .sec06 .step_title {
    font-size: 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: auto;
    top: 20px;
    bottom: auto;
  }
}
@media screen and  ( max-width : 767px ) {
  .sec06 .step_title {
    text-align: left;
  }
}

.sec06 .slider_btn .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: none !important;
          transform: none !important;
}

.sec06 .slider_btn li,
.sec06 .drop_btn {
  font-size: 20px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #fff;
  background: #f99405;
  border: 1px solid #f99405;
  min-height: 100px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec06 .slider_btn li p,
.sec06 .drop_btn p {
  margin: 0;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.sec06 .slider_btn li p .s,
.sec06 .drop_btn p .s {
  font-size: 80%;
}

.sec06 .slider_btn li p:nth-child(2),
.sec06 .drop_btn p:nth-child(2) {
  padding-left: 0.5em;
}

.sec06 .slider_btn li .step,
.sec06 .drop_btn .step {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and  ( max-width : 767px ) {
  .sec06 .slider_btn li .step,
  .sec06 .drop_btn .step {
    font-size: 16px;
  }
}

.sec06 .slider_btn li .step .num,
.sec06 .drop_btn .step .num {
  font-size: 16px;
}

.sec06 .slider_btn li:not(.slick-current),
.sec06 .drop_btn:not(.slick-current) {
  border-color: #dfe5f9;
  color: #11204d!important;
  background: #dfe5f9;
}

.sec06 .slider_btn li:not(.slick-current) .step,
.sec06 .drop_btn:not(.slick-current) .step {
  color: #11204d!important;
}

.sec06 .flow_slider {
  max-width: 1000px;
  margin: 0 auto 5% !important;
}

.sec06 .flow_slider li {
  position: relative;
}

.sec06 .flow_slider .txt_wrap {
  padding: 5%;
  background: rgba(13, 96, 97, 0.6);
  color: #fff;
}

.sec06 .flow_slider .txt_wrap h3 {
  font-size: 30px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

.sec06 .flow_slider .txt_wrap h3 .step {
  font-size: 24px;
  margin-right: 0.7em;
}

.sec06 .flow_slider .txt_wrap h3 .step .num {
  font-size: 125%;
  margin-left: 0.3em;
}

.sec06 .flow_slider .txt_wrap h3 .s {
  font-size: 80%;
  margin-right: 0.5em;
}

.sec06 .covid {
  border: 1px solid #0d6061;
}

.sec06 .covid h3 {
  font-size: 30px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0.5em 1em 0.6em;
  color: #fff;
  background: #0d6061;
}

.sec06 .covid .txt_wrap {
  padding: 5%;
}

.sec06 .covid h4 {
  font-size: 24px;
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #0d6061;
  display: table;
  margin: 1.2em auto 0.5em;
  padding: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5f7e4));
  background: linear-gradient(transparent 50%, #f5f7e4 50%);
}

.sec06 .covid h5 {
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  margin: 1em 0 0.5em;
}

@media print, screen and (min-width: 768px) {
  .sec06 .slider_btn li {
    margin-bottom: 2%;
    width: 184px !important;
  }
  .sec06 .slider_btn li:not(:last-child) {
    margin-right: 2%;
  }
  .sec06 .flow_slider .txt_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media print, screen and (max-width: 1039px) {
  .sec06 .slider_btn li li,
  .sec06 .drop_btn li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sec06 .drop_btn {
    position: relative;
  }
  .sec06 .drop_btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5%;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .sec06 .drop_btn.open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .sec06 .flow_slider li {
    margin-bottom: 5%;
  }
  .sec06 .flow_slider figure {
    display: none;
  }
  .sec06 .flow_slider .txt_wrap {
    margin: -20% auto 5%;
    max-width: 95%;
    position: relative;
  }
  .sec06 .flow_slider .txt_wrap h3 {
    font-size: 20px;
  }
  .sec06 .flow_slider .txt_wrap h3 .step {
    font-size: 16px;
  }
  .sec06 .covid h3 {
    font-size: 18px;
  }
  .sec06 .covid h4 {
    font-size: 18px;
  }
}





.sec06_2 {
  background: #f5f7fc;
  padding: 50px 0;
}
.sec06_2 .sec06_2_box {
  border: 1px solid #11204d;
  padding: 5% 2%;
}
.sec06_2 .sec_text {
  line-height: 32px;
  letter-spacing: 0.2em;
}
.sec06_2 ul li {
  line-height: 32px;
  letter-spacing: 0.2em;
}
.sec06_2 h3 {
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #11204d;
  text-align: center;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 35px;
}
.sec06_2 h3:after {
  content: '';
  display: block;
  position: absolute;
  width: 67px;
  height: 2px;
  background: #11204d;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
}
.sec06_2 .sec_title {
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #11204d;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 40px;
  margin-top: 35px;
}
.sec06_2 .mb1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec06_2 {
    padding: 140px 0;
  }
  .sec06_2 h3 {
    font-size: 24px;
  }
  .sec06_2 .sec_title {
    font-size: 20px;
  }
  .sec06_2 .sec06_2_box {
    padding: 70px 45px 50px;
  }
  .sec06_2 .sec_box_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}





.sec07 {
  padding: 50px 0;
  background: url(../img/sto05_bg.jpg) no-repeat center/cover;
}

.sec07 .t01 {
  background: #fff;
  margin-bottom: 60px !important;
}

.sec07 .t01 thead th {
  font-size: 18px;
  background: #f99405;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 0.5em;
  text-align: center;
  border: 4px solid #fff;
  letter-spacing:0.2em;
}

.sec07 .t01 thead th:first-child {
  background: #fff;
}

.sec07 .t01 tbody th, .sec07 .t01 tbody td {
  vertical-align: middle;
  padding: 1em 0.5em;
  border: 4px solid #fff;
  background: #fef4e6;
  color: #171717!important;
  letter-spacing:0.2em;
}

.sec07 .t01 tbody th {
  padding: 1em 1em 1em 1em;
  text-align: left;
}

.sec07 .t01 tbody tr:last-child th, .sec07 .t01 tbody tr:last-child td {
  background: #fffaf2;
}

.sec07 .t01 tbody th:first-child {
  font-weight: bold;
  width: 310px;
}


.sec07 .t01 tbody td {
  font-size: 18px;
  color: #c22e3c;
  text-align: center;
}

.sec07 .t01 tbody td .l {
  font-size: 200%;
  font-weight: bold;
}

@media screen and  ( max-width : 767px ) {
  .sec07 .t01 thead th {
    font-size: 12px;
  }
  .sec07 .t01 tbody th:first-child {
    width: 95px;
    background: #f99405!important;
    color: #fff!important;
  }
  .sec07 .t01 tbody td, .sec07 .t01 tbody th {
    font-size: 12px;
  }
}

.sec07 .t02 {
  margin: 0 auto;
  background: #fff;
  border: 1px solid #f99405;
}

.sec07 .t02 th {
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing:0.25em;
  padding: 35px 0 0;
  text-align: center;
  background: #fff;
  color: #f99405;
}

.sec07 .t02 td {
  padding: 15px 0 45px;
  text-align: center;
}
@media screen and  ( min-width : 768px ) {
  .sec07 {
    padding: 140px 0;
  }
}
@media print, screen and (max-width: 1039px) {
  .sec07 .t01 tbody td .l {
    font-size: 150%;
  }
}

@media only screen and (max-width: 767px) {
  .sec07 .t03 {
    background: #fff;
    margin-bottom: 4% !important;
  }
  .sec07 .t03 th, .sec07 .t03 td {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 0.5em 0.2em;
    vertical-align: middle;
  }
  .sec07 .t03 thead th {
    background: #0d6061;
    color: #fff;
    padding: 0.7em 0.5em;
    text-align: center;
  }
  .sec07 .t03 tbody th {
    background: #0d6061;
    color: #fff;
    text-align: center;
  }
  .sec07 .t03 tbody td {
    color: #c22e3c;
    text-align: center;
  }
  .sec07 .t03 tbody td .l {
    font-size: 120%;
    font-weight: bold;
  }
  .sec07 .t02 td {
    padding: 15px 10px 45px;
    text-align: center;
  }
  .sec07 .t02 th {
    font-size: 16px;
    line-height: 1.7;
    padding: 35px 10px 0;
  }
}

.sec08 {
  background: url("../img/sec08_bg.jpg") no-repeat center/cover;
  padding: 50px 0;
}
.sec08 .sec_title {
  font-family: "游明朝","Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #11204d;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 30px;
}
.sec08 .sec_text {
  line-height: 32px;
  letter-spacing: 0.12em;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .sec08 {
    padding: 130px 0 160px;
  }
  .sec08 .sec_title {
    font-size: 28px;
  }
  .sec08 h2 {
    margin-bottom: 60px;
  }
  .sec08 .sec_box {
    position: relative;
  }
  .sec08 .sec_box .colbox_2:first-child {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: -11%;
  }
  .sec08 .sec_box .colbox_2:last-child {
    width: 60%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .sec08 {
    padding: 70px 0 70px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1250px) {
  .sec08 .sec_box .colbox_2:first-child {
    width: 38%;
    right: 0%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1500px) {
  .sec08 {
    background-size: 100%;
    background-position-y: 10%;
  }
}

@media screen and  ( min-width : 768px ) {
  .sp_blank {
    border: none!important;
    padding: 0;
    display: inline!important;
  }
}
@media screen and  ( max-width : 767px ) {
  .sp_blank {
    border: none!important;
    padding: 0;
    display: block!important;
  }
}
@media screen and  ( min-width : 768px ) {
  .pc_blank {
    display: block!important;
    border: none!important;
    padding: 0!important;
  }
}

.pc-text-center {
  text-align: left!important;
}
@media screen and  ( min-width : 768px ) {
  .pc-text-center {
    text-align: center!important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  /* .sec04 .sec04_box .sec_title .sp_blank {
    display: block!important;
  } */
  .sec04 .sec04_box .sec_text .pc_blank {
    display: inline!important;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .sec06_2 .sec_title .pc_blank {
    display: inline!important;
  }
}

/* 221202 DR.BRIDGE start */

.hd_reserve {
  text-align: center;
}

@media print, screen and (min-width: 768px)  {
.hd_reserve {
  margin-bottom: 35px;
}

.webinq_wrap {
  justify-content: center;
}

.footer .googlemap {
  margin-top: 0;
}
}

.jcsb {
  margin-bottom: 50px;
}

.jcsb .column {
  width: calc((100% - 40px)/2);
}

.footer .logo {
    margin-bottom: 20px;
    text-align: center;
}

.jcsb .column {
  width: 100%;
}

.footer .map img {
  margin-top: 1em;
}
}


@media print, screen and (min-width: 768px) {
.side_bnr .side_bnr_block.side_b {
    width: 680px!important;
}
}

/* 221202 DR.BRIDGE end */

/* 221216 DR.BRIDGE start */

@media screen and (min-width: 768px) {

.conv_wrap {
    max-width: 630px;
    margin: 0 auto;
}

.conv_wrap .columns .col_3 {
    width: 100%;
}

.hd_reserve {
    width: 100%;
    margin: 0 auto 15px;
}
}

/* 221216 DR.BRIDGE end */