@charset "UTF-8";
/* @import "_vars.scss"; */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400,700&display=swap");
/* font */
/* width */
/* color */
/* mixin */
/* @include circle; */
/* @include absPosition(5px, 20px, 10px, 15px); */
/*
a{
     @include linkColor(#3cf);
}
*/
/* @include bg-gradient; */
/* header */
.slicknav_menu {
  display: none;
  /*PC時は非表示*/ }
  @media screen and (max-width: 1024px) {
    .slicknav_menu {
      display: block;
      /*モバイル時は表示*/ } }

@media screen and (max-width: 1024px) {
  #menu {
    display: none;
    /*モバイル時は非表示*/ } }

header {
  border-bottom: 5px solid #005bac;
  position: relative;
  z-index: 3;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    header {
      height: 80px;
      border-top: 4px solid #005bac;
      border-bottom: 0; } }
  @media screen and (max-width: 480px) {
    header {
      height: 61px; } }

.header_area {
  margin: 0 auto;
  max-width: 1000px;
  position: relative; }
  .header_area .logo {
    padding: 15px 0 20px;
    margin-bottom: 0; }
    @media screen and (max-width: 1024px) {
      .header_area .logo {
        left: 10px;
        margin: 5px;
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .header_area .logo {
        left: 20px; } }
    @media screen and (max-width: 480px) {
      .header_area .logo {
        width: 220px; } }
  .header_area .tel_top {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header_area .tel_top .map_area {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0px 10px;
      color: #fff;
      background: #003360; }
      .header_area .tel_top .map_area:hover {
        background: #eee;
        color: #333; }
        .header_area .tel_top .map_area:hover a {
          display: block;
          color: #333; }
      .header_area .tel_top .map_area:before {
        content: "\f0e0";
        font-size: 1.6em;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: block;
        text-align: center; }
      .header_area .tel_top .map_area a {
        color: #fff; }
    .header_area .tel_top .tel_area {
      background: #005bac;
      text-align: center;
      padding: 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #fff; }
    .header_area .tel_top .ttl {
      font-weight: 700;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.4; }
    .header_area .tel_top .tel {
      position: relative;
      line-height: 1;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .header_area .tel_top .tel .note {
        position: absolute;
        background: none;
        padding: 0;
        left: 48px;
        top: -1px;
        font-size: 0.8em;
        letter-spacing: initial;
        font-weight: 700;
        border: none; }
      .header_area .tel_top .tel ._nmb {
        font-size: 24px;
        font-weight: 700;
        font-style: italic;
        position: relative;
        color: #fff; }
        .header_area .tel_top .tel ._nmb:before {
          content: "\f095";
          font-size: 0.8em;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          margin-right: 5px; }
    @media screen and (max-width: 1024px) {
      .header_area .tel_top {
        display: none; } }

.nav_area {
  width: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gnav {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0px 0 10px; }
  .gnav * {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .gnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .gnav > li {
    float: left;
    width: 16.66%;
    border-left: 1px solid #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*ドロップダウンメニュー*/
    /*ドロップダウンメニュー*/ }
    .gnav > li:last-child {
      border-right: 1px solid #555; }
    .gnav > li > a {
      display: block;
      text-align: center;
      width: 100%;
      line-height: 1.2;
      padding: 5px 0;
      position: relative;
      font-weight: 700; }
      .gnav > li > a img {
        display: block;
        width: 40px;
        margin: 0 auto 5px; }
      .gnav > li > a:link, .gnav > li > a:visited {
        text-decoration: none;
        color: #005bac; }
      .gnav > li > a:hover {
        color: #fff;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
    .gnav > li span {
      display: block;
      font-family: 'Old Standard TT', serif;
      font-size: 18px;
      color: #02afcd; }
    .gnav > li ul {
      position: absolute;
      display: none;
      width: 100%;
      text-align: center;
      z-index: 3; }
      .gnav > li ul li {
        background: rgba(0, 0, 0, 0.5);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 5px; }
        .gnav > li ul li a {
          color: #fff; }

.tlbtn {
  margin-top: 25px;
  width: 220px;
  font-size: 1.5rem;
  font-weight: normal;
  float: left;
  margin-left: 10px;
  text-align: center;
  float: left; }
  @media screen and (max-width: 1024px) {
    .tlbtn {
      margin-top: 16px; } }
  .tlbtn a {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    display: block;
    padding: 3px 0px;
    font-weight: normal;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
    border: 1px solid #005bac; }
    .tlbtn a:link {
      color: #005bac;
      text-decoration: none; }
    .tlbtn a:visited {
      color: #005bac; }
    .tlbtn a:hover {
      text-decoration: none;
      opacity: 0.3; }
    .tlbtn a:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f098";
      margin-right: 5px; }

.mlbtn {
  margin-top: 25px;
  width: 220px;
  font-size: 1.5rem;
  font-weight: normal;
  float: left;
  margin-left: 10px;
  text-align: center;
  float: left;
  margin-left: 10px; }
  @media screen and (max-width: 1024px) {
    .mlbtn {
      margin-top: 16px; } }
  .mlbtn a {
    text-align: center;
    width: 100%;
    display: block;
    padding: 3px 0px;
    font-weight: normal;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #005bac;
    border: 1px solid #005bac; }
    .mlbtn a:first-child {
      margin-bottom: 5px; }
    .mlbtn a:link {
      color: #fff;
      text-decoration: none; }
    .mlbtn a:visited {
      color: #fff; }
    .mlbtn a:hover {
      text-decoration: none;
      opacity: 0.3;
      color: #fff; }

/* //header */
/* slider */
.slide_box {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #005bac), to(#002f59));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #005bac 50%, #002f59 100%);
  background: -o-linear-gradient(left, #ffffff 0%, #ffffff 50%, #005bac 50%, #002f59 100%);
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #005bac 50%, #002f59 100%); }

.slick-slider.main_v {
  max-width: 80%;
  margin: 0 auto;
  height: calc(100%);
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 480px) {
    .slick-slider.main_v {
      max-width: 100%; } }
  .slick-slider.main_v .slide1 {
    background: url(../img/slide/001.jpg); }
  .slick-slider.main_v .slide2 {
    background: url(../img/slide/002.jpg); }
  .slick-slider.main_v .slide3 {
    background: url(../img/slide/003.jpg); }
  .slick-slider.main_v .slide1, .slick-slider.main_v .slide2, .slick-slider.main_v .slide3 {
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      .slick-slider.main_v .slide1, .slick-slider.main_v .slide2, .slick-slider.main_v .slide3 {
        background-size: 80vh; } }

.slick-slider .slide_box {
  position: relative; }

.slick-slider .slide_txt {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 30px;
  z-index: 1;
  top: 50%;
  left: 50%;
  max-width: 960px;
  width: 85rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* //slider */
/* title */
.ttl.ptn_01 {
  font-family: "M PLUS 1p", sans-serif;
  color: #005bac;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 40px !important;
  letter-spacing: .1em; }
  @media screen and (max-width: 480px) {
    .ttl.ptn_01 {
      font-size: 20px;
      margin-bottom: 30px; } }
  .ttl.ptn_01 span {
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    letter-spacing: initial;
    margin-top: 5px; }
  .ttl.ptn_01:after {
    background: #003360;
    position: absolute;
    content: '';
    height: 4px;
    width: 30px;
    right: calc(50% - 15px);
    bottom: -15px; }
    @media screen and (max-width: 480px) {
      .ttl.ptn_01:after {
        bottom: -10px; } }

.ttl.ptn_02 {
  font-family: "M PLUS 1p", sans-serif;
  color: #005bac;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.5;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .ttl.ptn_02 {
      font-size: 20px;
      letter-spacing: initial; } }
  .ttl.ptn_02 .large {
    font-size: 2em;
    margin-left: 10px; }
  .ttl.ptn_02:after {
    background: #003360;
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 4px; }
    @media screen and (max-width: 480px) {
      .ttl.ptn_02:after {
        bottom: -10px; } }

.title_02 {
  color: #fff;
  border-left: 4px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background: #005bac;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6em;
  padding: 3px 0 2px 12px; }
  @media screen and (max-width: 480px) {
    .title_02 {
      font-size: 19px; } }

.title_03 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  position: relative;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-left: 20px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .title_03 {
      font-size: 26px; } }
  @media screen and (max-width: 480px) {
    .title_03 {
      font-size: 19px;
      margin-bottom: 10px; } }
  .title_03 .large {
    font-size: 1.3em;
    margin-left: 10px; }
  .title_03 .small {
    display: block;
    color: #555; }
  .title_03:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 15px;
    background: #003360;
    top: 13px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .title_03:before {
        top: 18px; } }
    @media screen and (max-width: 480px) {
      .title_03:before {
        top: 12px; } }

.title_04 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #ccc; }
  .title_04:before {
    line-height: 1.7;
    content: "\f0da";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px; }

.title_05 {
  color: #005bac;
  position: relative;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  font-size: 2.3rem;
  letter-spacing: 0.02rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .title_05 {
      font-size: 2.1rem; } }
  .title_05:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #0076df; }
  .title_05 span {
    margin-left: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal !important;
    margin-bottom: .2em;
    color: #333;
    font-size: .6em;
    font-size: 1.5rem;
    text-transform: uppercase; }

.title_06 {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-bottom: dotted 1px #cccccc; }
  .title_06:before {
    margin-right: 5px;
    position: absolute;
    content: '';
    height: 5px;
    width: 15px;
    background: #003360;
    top: 13px;
    left: 0; }

.title_07 {
  background: #ee490a;
  border-bottom: 5px solid #005bac;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .title_07 {
      text-align: justify; } }
  @media screen and (max-width: 480px) {
    .title_07 {
      padding: 15px 10px;
      font-size: 20px;
      letter-spacing: initial; } }
  .title_07 .in {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto; }
    .title_07 .in .ttl {
      font-size: 28px;
      font-weight: 700;
      letter-spacing: .1em;
      position: relative;
      line-height: 1.5;
      margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        .title_07 .in .ttl {
          font-size: 17px;
          line-height: 1.3; } }

.title_08 {
  background: #005bac;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff; }
  .title_08 span {
    color: #005bac;
    background: #fff;
    margin-right: 10px;
    font-size: 0.9em;
    border-radius: 2px;
    padding: 0.1em 0.6em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.7); }

.title_09 {
  font-family: "M PLUS 1p", sans-serif;
  color: #005bac;
  text-align: center;
  margin-bottom: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 34px;
  font-weight: 700;
  padding: 10px;
  letter-spacing: .1em; }
  @media screen and (max-width: 480px) {
    .title_09 {
      margin-bottom: 20px;
      font-size: 24px;
      padding: 5px; } }

.title_10 {
  font-family: "M PLUS 1p", sans-serif;
  color: #005bac;
  text-align: center;
  margin-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
  letter-spacing: .1em; }
  @media screen and (max-width: 480px) {
    .title_10 {
      font-size: 18px; } }

.ttl_check {
  line-height: 1.5;
  padding: 0.5em 0;
  font-weight: 700;
  color: #555; }
  .ttl_check:before {
    color: #005bac;
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: 900;
    margin-right: 5px; }

.sec_title {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .1em;
  position: relative;
  line-height: 1em;
  padding: 20px 0;
  display: table;
  margin: 0 auto 20px;
  color: #f53131; }
  @media screen and (max-width: 480px) {
    .sec_title {
      font-size: 21px;
      margin: 0 auto; } }
  .sec_title:after, .sec_title:before {
    content: "";
    width: 2px;
    height: 1.7em;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .sec_title:before {
    -webkit-transform: skewX(-150deg);
    -ms-transform: skewX(-150deg);
    transform: skewX(-150deg);
    left: -40px; }
    @media screen and (max-width: 480px) {
      .sec_title:before {
        left: -20px; } }
  .sec_title:after {
    -webkit-transform: skewX(150deg);
    -ms-transform: skewX(150deg);
    transform: skewX(150deg);
    right: -40px; }
    @media screen and (max-width: 480px) {
      .sec_title:after {
        right: -20px; } }

.balloon2 {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 0 1em;
  padding: 0px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #005bac;
  border: solid 2px #005bac;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px; }
  @media screen and (max-width: 480px) {
    .balloon2 {
      padding: 0px 10px;
      display: block; } }
  .balloon2:before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -16px;
    border: 13px solid transparent;
    border-top: 13px solid #005bac;
    z-index: 2; }
  .balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #005bac;
    z-index: 1; }
  .balloon2 span {
    margin: 0;
    padding: 0; }

.balloon2-top {
  background: #005bac;
  position: relative;
  text-align: center;
  margin: 0 0 0.3em;
  padding: 30px 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0; }
  @media screen and (max-width: 480px) {
    .balloon2-top {
      font-size: 22px;
      padding: 10px; } }
  .balloon2-top:before {
    content: "";
    border: 32px solid transparent;
    border-top: 32px solid #005bac;
    position: absolute;
    bottom: -64px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2; }
    @media screen and (max-width: 480px) {
      .balloon2-top:before {
        border: 20px solid transparent;
        border-top: 20px solid #005bac;
        bottom: -40px; } }
  .balloon2-top.purple {
    background: #003360; }
    .balloon2-top.purple:before {
      border-top: 32px solid #003360; }
      @media screen and (max-width: 480px) {
        .balloon2-top.purple:before {
          border: 20px solid transparent;
          border-top: 20px solid #003360;
          bottom: -40px; } }

/* //title */
/* form */
.fm-text {
  text-align: center;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px; }

.table_style03 {
  width: 100%;
  margin: 0 auto 30px;
  border-width: 0;
  width: 100%;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  /*background: #fff;*/ }
  .table_style03 td,
  .table_style03 th {
    border: 1px solid #b3b3b3;
    border-width: 1px 0;
    font-size: 1.4rem;
    background-color: transparent;
    word-break: break-all;
    vertical-align: top;
    padding-right: 0; }
  .table_style03 th {
    width: 23.5%;
    padding: 1em;
    padding-left: 1em;
    text-align: left;
    white-space: nowrap;
    font-weight: 600;
    letter-spacing: .2em;
    position: relative; }
  .table_style03 td {
    padding: 1rem;
    padding-left: 4rem;
    text-align: left; }
  @media screen and (max-width: 480px) {
    .table_style03 tr,
    .table_style03 th {
      width: 100%;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .table_style03 td {
      border: none;
      padding: 10px 0; }
    .table_style03 th {
      width: 100%;
      border-bottom: none;
      padding: 0.8em 0.5em 0; }
    .table_style03 th:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f0d7";
      color: #a28d5a;
      margin-right: 0.5em; } }

form table th span {
  font-size: 10px;
  background-color: #ff6c6c;
  padding: 1px 2px 3px 5px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  margin-right: 5px; }

input[type="text"],
textarea {
  width: 100% !important;
  border: 1px solid #ccc;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 1.2em; }

textarea {
  min-height: 200px; }

input[type="date"] {
  max-width: 150px !important;
  border: 1px solid #5d5a59;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }

input[type="password"] {
  border: 1px solid #5d5a59;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="submit"] {
  background-color: #fff;
  border: 1px solid;
  color: #000;
  line-height: 1.7;
  font-weight: 700;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0.08em;
  font-size: 16px;
  font-style: italic;
  border-radius: 60px;
  font-family: 'Lora', '游明朝', 'Yu Mincho', '游明朝体', serif; }

input[type="submit"]:hover {
  background: #fff;
  color: #2a46d2; }

select.form_select {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1em;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

select.form_select::-ms-expand {
  display: none; }

.form_select.cp_sl01 {
  position: relative;
  border: 1px solid #ccc;
  background: #ffffff;
  padding: 5px;
  color: #333; }

.form_select.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

/* //form */
.content_box {
  max-width: 1080px;
  width: 95%;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .content_box {
      margin: 20px auto 20px; } }

.white_box {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px 20px;
  overflow: hidden;
  color: #000; }
  @media screen and (max-width: 480px) {
    .white_box {
      padding: 20px 10px 20px; } }

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex_box.ptn_02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse; }
    @media screen and (max-width: 480px) {
      .flex_box.ptn_02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
    .flex_box.ptn_02.col_2 > li {
      margin-right: 0;
      margin-left: 4%; }
      @media screen and (max-width: 480px) {
        .flex_box.ptn_02.col_2 > li {
          margin-left: 0; } }
      .flex_box.ptn_02.col_2 > li:nth-child(2n) {
        margin-left: 0; }
    .flex_box.ptn_02.col_2 > div {
      margin-right: 0;
      margin-left: 4%; }
      @media screen and (max-width: 480px) {
        .flex_box.ptn_02.col_2 > div {
          margin-left: 0; } }
      .flex_box.ptn_02.col_2 > div:nth-child(2n) {
        margin-left: 0; }

.col_2 > li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .col_2 > li {
      width: 100%;
      margin-right: 0; } }
  .col_2 > li:nth-child(2n) {
    margin-right: 0; }

.col_2 > div {
  width: 49%;
  margin-right: 2%; }
  @media screen and (max-width: 480px) {
    .col_2 > div {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }
  .col_2 > div:nth-child(2n) {
    margin-right: 0; }

.col_3 > li {
  width: 31.333%;
  margin-right: 3%;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .col_3 > li {
      width: 100%;
      margin: 0 auto 20px; }
      .col_3 > li img {
        display: block;
        margin: 0 auto; } }
  .col_3 > li:nth-child(3n) {
    margin-right: 0; }

.col_3 > div {
  width: 31.333%;
  margin-right: 3%;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .col_3 > div {
      width: 100%;
      margin: 0 auto 20px; }
      .col_3 > div img {
        display: block;
        margin: 0 auto; } }
  .col_3 > div:last-child {
    margin-right: 0; }

.col_4 > li {
  width: 22.333%;
  margin-right: 3%;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .col_4 > li {
      width: 46%;
      margin: 0 auto 20px; }
      .col_4 > li img {
        display: block;
        margin: 0 auto; } }
  .col_4 > li:nth-child(4n) {
    margin-right: 0; }

.bg_01 {
  background: #fffde9; }

.bg_02 {
  position: relative; }
  .bg_02:before {
    background-image: url(../img/bg_04.jpg);
    /* background-attachment: fixed; */
    background-position: center;
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

.bg_03 {
  position: relative; }
  .bg_03:before {
    background-image: url(../img/bg_02.jpg);
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }

.bg_05 {
  background-image: url(../img/bg_05.png);
  background-size: cover; }

.bg_half {
  background: -webkit-gradient(linear, left top, right top, from(#7a7a7a), color-stop(50%, #7a7a7a), color-stop(50%, #b2b2b2), to(#b2b2b2));
  background: -webkit-linear-gradient(left, #7a7a7a 0%, #7a7a7a 50%, #b2b2b2 50%, #b2b2b2 100%);
  background: -o-linear-gradient(left, #7a7a7a 0%, #7a7a7a 50%, #b2b2b2 50%, #b2b2b2 100%);
  background: linear-gradient(90deg, #7a7a7a 0%, #7a7a7a 50%, #b2b2b2 50%, #b2b2b2 100%); }

.intro {
  height: 28vw; }
  @media screen and (max-width: 768px) {
    .intro {
      height: initial; } }
  .intro > div {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .intro > div {
        width: 100%; } }
  .intro .ttl_area {
    background: url(../img/intro_bg.jpg) no-repeat;
    background-size: cover;
    display: table;
    height: 100%; }
    .intro .ttl_area .in {
      text-align: center;
      font-size: 2.6rem;
      font-weight: 700;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .intro .ttl_area .in {
          padding: 20px; } }
      @media screen and (max-width: 480px) {
        .intro .ttl_area .in {
          padding: 10px;
          font-size: 1.9rem; } }
  .intro .txt_area {
    background: #fff;
    display: table;
    height: 100%; }
    .intro .txt_area .in {
      display: table-cell;
      vertical-align: middle;
      padding: 4em; }
      @media screen and (max-width: 768px) {
        .intro .txt_area .in {
          padding: 20px; } }
  .intro .ttl_box {
    float: right; }
  .intro .ttl_box, .intro .txt_box {
    max-width: 540px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .intro .ttl_box, .intro .txt_box {
        max-width: initial; } }

#ptn_01 .column_box {
  position: relative; }
  #ptn_01 .column_box .img img {
    height: 480px;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  #ptn_01 .column_box .img.R {
    text-align: right; }
  #ptn_01 .column_box .txt_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 480px;
    position: absolute;
    top: 0;
    right: 0; }
    #ptn_01 .column_box .txt_block.L {
      left: 0;
      right: initial; }
    #ptn_01 .column_box .txt_block .in {
      max-width: 450px;
      width: 90%; }

#ptn_02 .column_box {
  position: relative; }
  #ptn_02 .column_box .img img {
    height: 300px;
    width: 60%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  #ptn_02 .column_box .img.R {
    text-align: right; }
  #ptn_02 .column_box .txt_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0; }
    #ptn_02 .column_box .txt_block.L {
      left: 0;
      right: initial; }
    #ptn_02 .column_box .txt_block .in {
      max-width: 400px;
      width: 90%; }

#ptn_03 .column_box {
  position: relative; }
  #ptn_03 .column_box .ttl_area {
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: url(../img/title_bg01.png) no-repeat #fffcd5;
    background-size: contain;
    text-align: center;
    margin: 0 auto; }
    #ptn_03 .column_box .ttl_area .ttl {
      color: #005bac;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      line-height: 1.4;
      font-size: 1.3em;
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-weight: normal;
      line-height: 2.3em; }
      #ptn_03 .column_box .ttl_area .ttl .large {
        font-size: 2.3em;
        letter-spacing: .1em; }
  #ptn_03 .column_box .txt_block {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 280px; }
    @media screen and (max-width: 480px) {
      #ptn_03 .column_box .txt_block {
        width: 100%; } }
    #ptn_03 .column_box .txt_block .in {
      max-width: 450px;
      width: 90%; }
  #ptn_03 .column_box .ttl.ptn_02 {
    font-size: 26px;
    color: #005bac;
    font-weight: 700;
    letter-spacing: .1em;
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      #ptn_03 .column_box .ttl.ptn_02 {
        font-size: 22px; } }
    @media screen and (max-width: 480px) {
      #ptn_03 .column_box .ttl.ptn_02 {
        font-size: 19px; } }
    #ptn_03 .column_box .ttl.ptn_02 .large {
      font-size: 2em;
      margin-right: 10px;
      color: #8bd6e3;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        #ptn_03 .column_box .ttl.ptn_02 .large {
          font-size: 1.8em; } }
    #ptn_03 .column_box .ttl.ptn_02:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      background: #005bac;
      width: 55px;
      height: 4px; }
      @media screen and (max-width: 768px) {
        #ptn_03 .column_box .ttl.ptn_02:after {
          width: 40px; } }

.ptn_04 .column_box {
  position: relative; }
  .ptn_04 .column_box .txt_block {
    float: left;
    width: calc(96%/3);
    margin-bottom: 40px;
    margin-right: 2%; }
    @media screen and (max-width: 768px) {
      .ptn_04 .column_box .txt_block {
        float: none;
        width: 100%; } }
    .ptn_04 .column_box .txt_block:last-child {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .ptn_04 .column_box .txt_block:last-child {
          margin-right: 0; } }
    .ptn_04 .column_box .txt_block .in {
      border: 3px solid #005bac;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff; }
  .ptn_04 .column_box .ttl.ptn_01 {
    background: #005bac;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: .1em;
    color: #fff;
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .ptn_04 .column_box .ttl.ptn_01 {
        font-size: 20px; } }
    .ptn_04 .column_box .ttl.ptn_01 span {
      display: block;
      font-size: 16px;
      text-align: center;
      font-weight: normal;
      letter-spacing: initial;
      margin-top: 5px; }
    .ptn_04 .column_box .ttl.ptn_01:after {
      content: initial; }
  .ptn_04 .column_box .txt_area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px; }
  .ptn_04 .column_box .txt_wrap {
    display: table;
    height: 120px; }
  .ptn_04 .column_box .txt {
    display: table-cell;
    vertical-align: middle; }

.about_cont .img {
  margin-bottom: 10px; }

.btnl_s a {
  position: relative;
  z-index: 2;
  background-color: #005bac;
  border: 2px solid #005bac;
  font-size: 16px;
  display: block;
  width: 265px;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btnl_s a:link, .btnl_s a:visited {
    color: #fff;
    text-decoration: none; }
  .btnl_s a:hover {
    color: #fff;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border-color: #005bac;
    color: #005bac !important; }
  .btnl_s a::before, .btnl_s a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #005bac; }
  .btnl_s a::before {
    right: 0; }
  .btnl_s a::after {
    left: 0; }
  .btnl_s a:hover::before, .btnl_s a:hover::after {
    width: 0;
    background-color: #005bac; }
  .btnl_s a::before, .btnl_s a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .btnl_s a::before, .btnl_s a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }

.ptn_05 .column_box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .ptn_05 .column_box {
      padding: 20px; } }
  @media screen and (max-width: 480px) {
    .ptn_05 .column_box {
      margin-bottom: 20px;
      padding: 0; } }
  .ptn_05 .column_box .img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  .ptn_05 .column_box .img.R {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .ptn_05 .column_box .img.R {
        text-align: initial; } }
  .ptn_05 .column_box .txt_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 280px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .ptn_05 .column_box .txt_block {
        position: initial;
        width: 100%;
        height: initial;
        margin-top: 0;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: justify; } }
    .ptn_05 .column_box .txt_block.L {
      left: 0;
      right: initial; }
    .ptn_05 .column_box .txt_block .in {
      max-width: 450px;
      width: 90%; }
      @media screen and (max-width: 768px) {
        .ptn_05 .column_box .txt_block .in {
          width: 100%;
          background: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0; } }
  .ptn_05 .column_box .read {
    font-size: 1.3em;
    font-weight: 700;
    margin-bottom: 0;
    color: #555; }
  .ptn_05 .column_box .txt {
    margin-bottom: 20px;
    color: #333; }
    @media screen and (max-width: 768px) {
      .ptn_05 .column_box .txt {
        margin-bottom: 0; } }
    @media screen and (max-width: 480px) {
      .ptn_05 .column_box .txt {
        line-height: 1.5; } }

.note_block {
  position: relative; }
  @media screen and (max-width: 480px) {
    .note_block {
      padding: 20px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 5px; } }
  .note_block:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 3px; }
  .note_block > .ttl {
    color: #555;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    float: left;
    background: url(../img/staff_img01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
    overflow: hidden;
    font-size: 1.2em;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 480px) {
      .note_block > .ttl {
        height: 250px;
        width: 250px;
        position: initial;
        float: none;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: 0 auto 20px; } }
    .note_block > .ttl span {
      background: #fffde9;
      position: absolute;
      font-weight: 700;
      padding: 1px 10px;
      bottom: 25px;
      left: 50%;
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .note_block .txt_block {
    height: 300px;
    overflow: hidden;
    text-align: justify;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
    @media screen and (max-width: 480px) {
      .note_block .txt_block {
        height: initial;
        overflow: hidden;
        text-align: justify;
        display: table;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 0; } }
    .note_block .txt_block .in {
      display: table-cell;
      vertical-align: middle;
      padding: 0 30px 0 30px;
      width: 100%;
      border-radius: 7px;
      background: rgba(255, 255, 255, 0.9); }
      @media screen and (max-width: 480px) {
        .note_block .txt_block .in {
          padding: 0 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-radius: 3px;
          background: none; } }

.contact_area {
  text-align: center; }
  .contact_area .contact_tbl th {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    width: 50%;
    padding: 20px 10px; }
  .contact_area .contact_tbl td {
    padding: 20px 10px;
    width: 50%;
    vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .contact_area .contact_tbl th,
    .contact_area .contact_tbl td {
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .contact_area .contact_box {
    max-width: 1200px;
    width: 90%;
    margin: 4em auto;
    padding: 2em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid; }
    .contact_area .contact_box ._ttl {
      margin-bottom: 10px;
      font-size: 32px;
      padding: 15px 0 0;
      font-weight: 400;
      position: relative;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 0.1em;
      color: #3b7db1; }
  .contact_area .add_area {
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .contact_area .add_area ._txt {
      font-size: 1em;
      line-height: 1.6;
      margin: 10px auto 0;
      text-align: left;
      border: 1px solid #a09771;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px; }
    .contact_area .add_area ul {
      border-radius: 7px; }
      .contact_area .add_area ul li {
        font-size: 1.2em; }
        .contact_area .add_area ul li:first-child {
          color: #003360;
          font-size: 2.5em;
          font-weight: 700; }
          @media screen and (max-width: 480px) {
            .contact_area .add_area ul li:first-child {
              font-size: 2em; } }
        .contact_area .add_area ul li a {
          color: #003360; }
        .contact_area .add_area ul li a:hover {
          opacity: 0.6; }
  .contact_area .data dt {
    color: #005bac;
    margin-bottom: 5px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 1.2em; }
    .contact_area .data dt span {
      position: relative;
      padding: 0 30px; }
      .contact_area .data dt span:before {
        position: absolute;
        top: 10px;
        left: 0;
        content: '';
        height: 1px;
        width: 20px;
        background: #005bac; }
      .contact_area .data dt span:after {
        position: absolute;
        top: 10px;
        right: 0;
        content: '';
        height: 1px;
        width: 20px;
        background: #005bac; }
  .contact_area .data dd {
    margin-bottom: 10px;
    font-weight: 700; }

.map_bottom {
  background: #005bac; }
  .map_bottom .access_area {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 10px;
    color: #fff; }
  .map_bottom .data dt {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    width: 90px;
    text-align: center;
    margin-right: 15px; }
  .map_bottom .data dd {
    padding: 4px;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px; }

.dr_bnr {
  margin: 0 auto;
  border: 3px solid #ccc;
  background: #fff; }
  .dr_bnr th {
    width: 120px;
    padding: 10px; }
  .dr_bnr td {
    vertical-align: middle;
    padding: 10px;
    font-weight: 700;
    font-size: 1.2em;
    color: #555; }

.sp_contact {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_contact {
      display: block;
      height: 50px;
      display: block;
      width: 100%;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
      box-shadow: rgba(0, 0, 0, 0.2) 0 0px 3px;
      background: rgba(255, 255, 255, 0.8);
      z-index: 99999;
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 0; }
      .sp_contact li {
        width: 100%;
        height: 100%;
        float: left;
        padding: 0;
        margin: 0;
        display: inline;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
        line-height: 1;
        font-size: 18px; }
        .sp_contact li a {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          height: 100%;
          display: block;
          padding: 18px 0;
          font-weight: 700;
          color: #fff; }
        .sp_contact li:first-child a {
          padding: 15px 0;
          background: #005bac; } }

.tel_dec {
  font-size: 31px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  padding-left: 50px;
  line-height: 1.3; }
  .tel_dec:before {
    content: '';
    background: url(../img/free1.gif) no-repeat left bottom;
    background-size: 50px;
    width: 51px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px; }
  .tel_dec.ptn_02 {
    padding-left: 30px; }
    .tel_dec.ptn_02:before {
      content: "\f3cd";
      font-size: 1.1em;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      background: none;
      top: -2px;
      left: 0px;
      width: initial;
      height: initial; }
  .tel_dec.ptn_03 {
    padding-left: 40px; }
    .tel_dec.ptn_03:before {
      content: "\f1ac";
      font-size: 1.1em;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      background: none;
      top: -9px;
      left: 0px;
      width: initial;
      height: initial; }
  .tel_dec.ptn_04 {
    padding-left: 35px; }
    .tel_dec.ptn_04:before {
      content: "\f095";
      font-size: 0.9em;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      background: none;
      top: 1px;
      left: 0px;
      width: initial;
      height: initial; }

.about_box li {
  width: calc(96%/3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2%;
  background: #d5f6fc;
  border-radius: 3px;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .about_box li {
      width: 100%;
      margin: 0 auto 20px; } }
  .about_box li:last-child {
    margin-right: 0; }

.about_box img {
  width: 150px;
  margin: 0 auto 10px;
  display: block; }

.about_box .ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.2em; }

.faq_box {
  padding-left: 5em;
  background: #eee;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 5px; }
  .faq_box .q_txt {
    color: #003360;
    display: table;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0; }
    @media screen and (max-width: 480px) {
      .faq_box .q_txt {
        font-size: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .faq_box .q_txt dt {
      float: left; }
      .faq_box .q_txt dt span {
        background: #005bac;
        display: inline-block;
        padding: 7px;
        width: 25px;
        height: 25px;
        line-height: 1;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        margin-right: 6px;
        font-size: 14px; }
    .faq_box .q_txt dd {
      line-height: 1.3;
      display: table-cell;
      vertical-align: middle;
      font-weight: 500;
      font-size: 15px;
      font-family: "Noto Serif JP", serif;
      color: #005bac; }
  .faq_box .txt {
    text-align: justify; }

.bg_item {
  background: url(../img/bg_item01.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .bg_item .in {
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 20px; }

.charge_tbl {
  width: 100%;
  border: 1px solid;
  text-align: center;
  vertical-align: middle; }
  .charge_tbl th,
  .charge_tbl td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 10px 10px;
    text-align: center; }
  .charge_tbl th {
    background-color: #005bac;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    border-top: 1px solid #005bac;
    border-left: 1px solid #005bac; }
    .charge_tbl th.em {
      background: #d88733;
      border-top: #d88733 1px solid;
      border-right: #d88733 1px solid !important; }
    .charge_tbl th:first-child {
      border-left: 1px solid #005bac; }
    .charge_tbl th:last-child {
      border-right: 1px solid #005bac; }
  .charge_tbl td {
    text-align: left;
    background: #fff; }
  .charge_tbl .em2 {
    font-weight: 700;
    background: #ffe7e7; }
  .charge_tbl .em3 {
    background: #f6f6f6; }

@media screen and (max-width: 768px) {
  .table_scroll {
    overflow: auto; }
    .table_scroll .charge_tbl {
      min-width: 600px; } }

.price_ttl {
  font-size: 1.2em;
  font-weight: 700; }
  .price_ttl span {
    float: right;
    font-size: 0.8em;
    line-height: 2.3;
    font-weight: normal; }

.reason {
  background: #fff7f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 1em; }
  .reason .ttl {
    font-weight: 700;
    font-size: 1.5em;
    color: #f098b6; }
  .reason .list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px; }
    @media screen and (max-width: 768px) {
      .reason .list {
        padding: 0; } }
  .reason li {
    font-size: 1.2em;
    line-height: 1.6; }
  .reason .nam {
    font-size: 2em;
    margin-right: .4em;
    font-style: italic;
    color: #66c3c8; }
  .reason .blue {
    font-weight: 700; }

.news-lb {
  margin: 15px 0;
  line-height: 1.8; }
  .news-lb dt {
    border-right: #003360 3px solid;
    float: left;
    width: 8em;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .news-lb dt {
        float: none;
        width: 100%;
        border-right: none;
        padding: 5px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        font-weight: bold;
        background: #005bac;
        color: #fff; } }
  .news-lb dd {
    padding-left: 11em;
    padding-top: 7px;
    padding-bottom: 15px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 480px) {
      .news-lb dd {
        padding-left: 0;
        margin: 0;
        border: none;
        padding-bottom: 10px; } }
    .news-lb dd:last-child {
      border-bottom: 0px; }

.tel_contact {
  background: #f0fcfc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }

.news_box {
  overflow: auto;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: white; }
  .news_box a {
    color: #333; }
  .news_box dt {
    float: left;
    margin-right: 10px;
    font-style: normal;
    color: #fff;
    font-weight: 700;
    background: #005bac;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
    @media screen and (max-width: 480px) {
      .news_box dt {
        width: 100%;
        float: none;
        margin-bottom: 5px; } }
  .news_box dd {
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-left: 120px;
    padding-bottom: 5px;
    color: #000; }
    @media screen and (max-width: 480px) {
      .news_box dd {
        padding-left: 0; } }

/*
アニメーションボタン*/
.snip1445 {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 100%;
  height: 300px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #111; }
  @media screen and (max-width: 480px) {
    .snip1445 {
      height: 160px; }
      .snip1445 figcaption {
        bottom: 10px;
        right: 10px; } }
  .snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease; }
    .snip1445 *:before, .snip1445 *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 0.55s ease;
      -o-transition: all 0.55s ease;
      transition: all 0.55s ease; }
  .snip1445:hover img,
  .snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .6;
    opacity: .6; }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after,
  .snip1445:hover figcaption div:before,
  .snip1445.hover figcaption div:before,
  .snip1445:hover figcaption div:after,
  .snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .snip1445:hover figcaption:before,
  .snip1445.hover figcaption:before,
  .snip1445:hover figcaption:after,
  .snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .snip1445 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: .9; }
  .snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px; }
    @media screen and (max-width: 480px) {
      .snip1445 figcaption {
        bottom: 10px;
        right: 10px; } }
    .snip1445 figcaption:before, .snip1445 figcaption:after {
      height: 1px;
      width: 100%;
      position: absolute;
      content: '';
      background-color: #FFFFFF; }
    .snip1445 figcaption:before {
      top: 0;
      left: 0;
      -webkit-transform: translateX(200%);
      -ms-transform: translateX(200%);
      transform: translateX(200%); }
    .snip1445 figcaption:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
      transform: translateX(-300%); }
    .snip1445 figcaption div:before, .snip1445 figcaption div:after {
      width: 1px;
      height: 300px;
      position: absolute;
      content: '';
      background-color: #ffffff; }
    .snip1445 figcaption div:before {
      top: 0;
      left: 0;
      -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
      transform: translateY(200%); }
    .snip1445 figcaption div:after {
      bottom: 0;
      right: 0;
      -webkit-transform: translateY(-300%);
      -ms-transform: translateY(-300%);
      transform: translateY(-300%); }
  .snip1445 h2,
  .snip1445 h4 {
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #005bac; }
  .snip1445 h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0; }
  .snip1445 .click {
    display: block;
    font-weight: 500;
    width: 200px;
    margin-left: auto;
    background-color: #005bac;
    padding: 3px 10px;
    color: #fff;
    text-shadow: #fff 0 0 0; }
  .snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

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

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    background: #fff; }
  to {
    background: none; } }

@keyframes fadeOut {
  from {
    background: #fff; }
  to {
    background: none; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.bg_contact {
  position: relative;
  background: #EDF4F8;
  border-top: solid 3px #005bac; }
  .bg_contact .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .bg_contact .inner {
    font-weight: 700;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .bg_contact .inner {
        padding: 20px 0;
        width: 100%; } }
  .bg_contact .border {
    border-right: 1px solid; }
    @media screen and (max-width: 768px) {
      .bg_contact .border {
        border-right: none;
        border-bottom: 1px solid; } }

.contact_bnr {
  text-align: center; }
  .contact_bnr li {
    display: inline-block;
    margin: 0 15px;
    width: 90%;
    margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .contact_bnr li {
        display: block;
        margin: 0 15px 10px; } }
    .contact_bnr li a {
      display: block;
      padding: 6px 30px;
      font-size: 2rem;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        .contact_bnr li a {
          padding: 6px 20px;
          font-size: 1.5rem; } }
    .contact_bnr li .bnr_tel {
      border: 1px solid #005bac;
      color: #005bac; }
      .contact_bnr li .bnr_tel:before {
        content: "\f095";
        font-size: 0.9em;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px; }
    .contact_bnr li .bnr_mail {
      border: 1px solid #005bac;
      background: #005bac;
      color: #fff; }
      .contact_bnr li .bnr_mail:before {
        content: "\f0e0";
        font-size: 0.9em;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px; }
      .contact_bnr li .bnr_mail:hover {
        background: #0069c6; }
    .contact_bnr li.bnr_fax {
      border: 1px solid #005bac;
      color: #005bac;
      padding: 6px 30px;
      font-size: 2rem;
      font-weight: bold;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 480px) {
        .contact_bnr li.bnr_fax {
          padding: 6px 20px;
          font-size: 1.5rem; } }
      .contact_bnr li.bnr_fax:before {
        content: "FAX";
        font-size: 0.9em;
        margin-right: 10px; }

.facility_list {
  text-align: center;
  line-height: 1.5;
  font-weight: 700; }

.trainer {
  margin-bottom: 30px; }
  .trainer img {
    float: left;
    width: 200px;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .trainer img {
        float: none;
        margin: 0 auto 10px;
        display: block; } }
  .trainer .data {
    overflow: hidden; }

.diet_menu li {
  background: #f83;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 6px; }

.concept-wrap {
  position: relative;
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .concept-wrap {
      padding: 0; } }
  .concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .concept-wrap .bg-back {
        margin: 0 auto !important; } }
  .concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px; }
    @media screen and (max-width: 768px) {
      .concept-wrap .concept-inner {
        width: 100%; } }
  .concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 74%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .concept-wrap .figure {
        width: 100%;
        position: initial;
        display: block;
        height: 0;
        padding-top: 60%; } }
  .concept-wrap .fig01 {
    background-image: url(../img/bg_01.jpg);
    background-position: center; }
  .concept-wrap .fig02 {
    background-image: url(../img/bg_02.jpg); }
  .concept-wrap .fig03 {
    background-image: url(../img/bg_04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 500px;
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      .concept-wrap .in-wrap {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0; } }
    .concept-wrap .in-wrap .concept-box {
      background-color: rgba(255, 255, 255, 0.9);
      padding: 30px; }
      @media screen and (max-width: 768px) {
        .concept-wrap .in-wrap .concept-box {
          width: 100%;
          padding: 5%;
          margin: auto;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
  .concept-wrap .read {
    font-weight: 700;
    font-size: 1.4em; }
    @media screen and (max-width: 768px) {
      .concept-wrap .read {
        font-size: 1em; } }
  .concept-wrap.ptn_02 .bg-back {
    left: initial;
    right: 0; }
    @media screen and (max-width: 768px) {
      .concept-wrap.ptn_02 .bg-back {
        margin: 0 auto !important; } }
  .concept-wrap.ptn_02 .figure {
    right: initial;
    left: 0; }
    @media screen and (max-width: 768px) {
      .concept-wrap.ptn_02 .figure {
        width: 100%;
        position: initial;
        display: block;
        height: 0;
        padding-top: 60%; } }
  .concept-wrap.ptn_02 .in-wrap {
    float: right; }
    @media screen and (max-width: 768px) {
      .concept-wrap.ptn_02 .in-wrap {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 0; } }

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal; }

.flow_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .flow_box li {
    width: calc(94%/6);
    border: 2px solid #060e6d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0.5%;
    border-radius: 7px;
    min-width: 169px; }
    @media screen and (max-width: 480px) {
      .flow_box li {
        width: calc(96%/2);
        margin: 1%;
        min-width: initial; } }
  .flow_box img {
    display: block;
    width: 90px;
    margin: 10px auto 10px; }
  .flow_box .sub {
    color: #f05615;
    border-bottom: 1px dotted;
    margin-bottom: 4px;
    font-weight: 700; }

.stepList {
  text-align: left;
  list-style: none; }
  .stepList > li {
    position: relative;
    width: 100%;
    /* height: 170px; */
    overflow: hidden;
    padding: 25px;
    background: #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .stepList > li {
        padding: 15px; } }
    .stepList > li:nth-child(odd) {
      background: #EDF4F8; }
    .stepList > li > .container {
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .stepList > li .num {
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 156px;
      line-height: 170px;
      font-weight: 700;
      font-family: "Rubik", sans-serif;
      font-size: 62px;
      text-align: center;
      color: #003360; }
      @media screen and (max-width: 768px) {
        .stepList > li .num {
          display: none; } }
    .stepList > li .txt_box {
      display: inline-block;
      width: auto; }
      .stepList > li .txt_box h3 {
        font-size: 26px;
        letter-spacing: 1.87px;
        color: #005bac; }
        @media screen and (max-width: 768px) {
          .stepList > li .txt_box h3 {
            display: inline;
            font-size: 20px;
            letter-spacing: 1.44px;
            vertical-align: 2px; } }
        .stepList > li .txt_box h3 span {
          font-size: 16px;
          letter-spacing: 2.29px; }
          .stepList > li .txt_box h3 span.num {
            display: none; }
            @media screen and (max-width: 768px) {
              .stepList > li .txt_box h3 span.num {
                display: inline;
                padding-left: 0;
                width: auto;
                line-height: 1;
                font-weight: bold;
                font-family: "Rubik", sans-serif;
                font-size: 30px;
                text-align: center;
                letter-spacing: 1.46px;
                margin-right: 10px;
                vertical-align: bottom; } }
      .stepList > li .txt_box .txt {
        float: left;
        width: 68%; }
        @media screen and (max-width: 768px) {
          .stepList > li .txt_box .txt {
            float: none;
            width: 100%;
            margin-bottom: 20px; } }
      .stepList > li .txt_box .img {
        width: 30%;
        float: right; }
        @media screen and (max-width: 768px) {
          .stepList > li .txt_box .img {
            float: none;
            width: 100%; } }

.recruit_box {
  background: #f8f9ff;
  border-top: 5px solid #005bac;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .recruit_box img {
    width: 360px; }
  .recruit_box .txt {
    padding: 15px;
    overflow: hidden; }

.note {
  padding: 10px;
  background: #fffbe9;
  border: 1px solid #eee; }

.top_about img,
.business_about img {
  margin-bottom: 20px !important; }

.top_about .ttl,
.business_about .ttl {
  color: #005bac;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 20px;
  line-height: 1.5; }
  @media screen and (max-width: 480px) {
    .top_about .ttl,
    .business_about .ttl {
      margin-bottom: 10px; } }

.top_about .txt,
.business_about .txt {
  text-align: justify; }
  @media screen and (max-width: 480px) {
    .top_about .txt,
    .business_about .txt {
      padding: 0 10px; } }

.staff_box li {
  border-top: 4px solid #005bac;
  text-align: center;
  width: calc(96%/4);
  margin-right: 1%;
  background: #e8f9f1;
  margin-bottom: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 3px; }
  @media screen and (max-width: 480px) {
    .staff_box li {
      width: 100%;
      margin: 0 auto 20px; } }

.staff_box img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px; }

.staff_box .name {
  color: #005bac;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: 1px dotted;
  margin-bottom: 2px; }

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px; }
  .item_list li {
    width: calc(95%/3);
    margin-right: 1%; }
    @media screen and (max-width: 480px) {
      .item_list li {
        width: 100%;
        margin-right: 0; } }

.flow_list {
  margin-bottom: 20px; }
  .flow_list img {
    width: 300px; }

.flow_check span {
  border-bottom: 1px solid #999; }

.top_recruit {
  position: relative; }
  .top_recruit .txt {
    position: absolute;
    bottom: 0;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .top_recruit .txt {
        position: initial;
        font-weight: normal; } }

.recruit_data {
  margin-bottom: 30px; }
  .recruit_data dt {
    float: left;
    background: #bc1628;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 10px;
    font-weight: 700; }
  .recruit_data dd {
    padding-left: 65px;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
    padding-bottom: 5px; }

/*
ブログページのメイン　*/
.info > .main {
  float: left;
  width: calc(100% - 280px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .info > .main {
      float: none;
      width: 100%;
      padding-right: 0; } }

.blog_mttl {
  font-size: 20px;
  background: #005bac;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 1.4;
  color: #fff; }

.blog_box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px; }

.blog_time:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f017";
  margin-right: 5px;
  font-weight: normal; }

.page_links {
  padding: 0 30px;
  margin-bottom: 30px; }
  .page_links .pages {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    display: table;
    width: 100%; }
    .page_links .pages .page_prev a,
    .page_links .pages .page_next a {
      border: 1px solid #005bac;
      border-radius: 5px;
      padding: .5em .8em;
      background: #005bac;
      color: #fff; }
      .page_links .pages .page_prev a:hover,
      .page_links .pages .page_next a:hover {
        background: #003360;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
    .page_links .pages .page_prev {
      float: right; }
    .page_links .pages .page_next {
      float: left; }

/*
ブログページのサイド　*/
.info > .side {
  float: right;
  width: 280px; }
  @media screen and (max-width: 768px) {
    .info > .side {
      float: none;
      width: 100%; } }
  .info > .side .blog_archive {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9); }

.blog_side_list {
  position: relative;
  width: 100%;
  height: auto;
  height: 390px;
  overflow: auto;
  margin-bottom: 20px; }
  .blog_side_list .blog_bx {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    /*width: calc(100% - 0px) !important;*/
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 10px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    color: #005bac; }
    .blog_side_list .blog_bx a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .blog_side_list .blog_bx * {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .blog_side_list .blog_bx .blog_bx_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .blog_side_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 110px); }
    .blog_side_list .blog_bx figcaption {
      display: block;
      text-align: center;
      width: 100px;
      height: 100px;
      overflow: hidden;
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      float: left; }
    .blog_side_list .blog_bx img {
      vertical-align: middle;
      height: 100px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .blog_side_list .blog_bx .ttl {
      font-weight: bold;
      font-size: 12px;
      color: #fff;
      float: left;
      background: #C80261;
      padding: 0 15px;
      margin-bottom: 5px; }
    .blog_side_list .blog_bx p {
      line-height: 1.6em;
      font-size: 13px; }
    .blog_side_list .blog_bx .ttm {
      /*float: right;*/
      margin-bottom: 0px;
      font-size: 13px;
      font-weight: normal; }
      .blog_side_list .blog_bx .ttm span {
        background: #005bac;
        padding: .3em .8em;
        color: #fff; }
        .blog_side_list .blog_bx .ttm span:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f017";
          margin-right: 5px;
          font-weight: normal; }
    .blog_side_list .blog_bx .blog_ttl {
      clear: both;
      font-weight: normal;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: block; }

/*
TOPページのブログ一覧　*/
.blog_side_list._ptn02 {
  height: inherit; }
  .blog_side_list._ptn02.slick-slider {
    overflow: inherit; }
  .blog_side_list._ptn02 .slick-track {
    margin-left: inherit;
    margin-right: inherit; }
  .blog_side_list._ptn02 .blog_bx {
    margin: 0 20px;
    padding: 0;
    border: none;
    background: none;
    color: #333; }
  .blog_side_list._ptn02 .blog_bx figcaption {
    display: block;
    width: 100%;
    height: inherit;
    float: none;
    margin-bottom: 10px; }
  .blog_side_list._ptn02 .blog_bx img {
    height: 160px;
    width: 100%; }
  .blog_side_list._ptn02 .blog_bx .blog_bx_flex div {
    width: 100%; }

.blog_side_list .blog_bx.slick-slide {
  height: auto; }

.recruit_intro {
  margin-bottom: 40px; }
  .recruit_intro .ttl {
    text-align: center;
    font-size: 30px; }
  .recruit_intro .txt {
    text-align: center; }

.page_top_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 300px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .page_top_box .img {
      height: 180px; } }

.page_top_box .txt {
  font-weight: 700;
  text-align: center;
  font-size: 19px; }
  @media screen and (max-width: 768px) {
    .page_top_box .txt {
      text-align: justify;
      font-size: inherit; } }

.top_type_box .img_area {
  position: relative; }

.top_type_box .btn {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #9c88e9;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.cam_box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 6px #95ccff;
  border-radius: 3px;
  background: white; }
  @media screen and (max-width: 480px) {
    .cam_box {
      padding: 0; } }
  .cam_box .ttl {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold; }
  .cam_box .txt_area {
    font-weight: 700;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 10px 20px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .cam_box .txt_area {
        font-size: 16px;
        padding: 40px 10px 20px; } }
    .cam_box .txt_area .read {
      position: relative;
      display: inline-block; }
    .cam_box .txt_area .ico {
      position: absolute;
      top: -28px;
      right: 17px; }
      @media screen and (max-width: 480px) {
        .cam_box .txt_area .ico {
          top: -40px;
          right: -27px; } }
      .cam_box .txt_area .ico > span {
        position: relative;
        display: inline-block;
        padding: 16px 5px;
        width: 75px;
        height: 75px;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        background: #003360;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 17px;
        line-height: 1.3; }
        @media screen and (max-width: 480px) {
          .cam_box .txt_area .ico > span {
            padding: 13px 5px;
            width: 65px;
            height: 65px;
            font-size: 15px; } }
        .cam_box .txt_area .ico > span:before {
          content: "";
          position: absolute;
          bottom: -8px;
          left: -8px;
          margin-top: 0px;
          border: 10px solid transparent;
          border-right: 15px solid #003360;
          z-index: 0;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .cam_box .txt_area .cam_txt {
      line-height: 1.5;
      font-size: 1.8em;
      margin-bottom: 20px;
      color: #ff0080; }
      @media screen and (max-width: 480px) {
        .cam_box .txt_area .cam_txt {
          font-size: 1.4em; } }
    .cam_box .txt_area .large {
      display: block; }

.free_btn {
  color: #a58eff !important;
  font-weight: 700;
  padding: 30px 27px 30px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0.08em;
  border-radius: 50px;
  position: relative;
  font-size: 24px;
  background: url(../img/free_ico.png) no-repeat 32px center #fff;
  background-size: 20px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 480px) {
    .free_btn {
      font-size: 17px; } }
  .free_btn:after {
    /* position: absolute; */
    line-height: 1.7;
    margin-left: 10px;
    content: ">";
    font-size: 1.1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 400; }

.option_box .ttl {
  background: #ff9bce;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
  text-align: center; }

.option_box .txt_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background: #fff; }

.option_box .txt {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  border: 1px dashed #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 10px;
  border-radius: 2px;
  font-style: italic; }

.effect_list li {
  background: #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 7px;
  margin-bottom: 10px;
  font-style: italic;
  display: inline-block; }

.sns_area {
  background: #005bac; }
  .sns_area .snslink {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center; }
    .sns_area .snslink li {
      text-align: center;
      padding: 10px 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block; }
    .sns_area .snslink img {
      width: 35px; }
    .sns_area .snslink a:hover {
      opacity: 0.5; }

.tbl_02 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .tbl_02 tr {
    border-bottom: solid 1px #eee;
    cursor: pointer; }
  .tbl_02 th {
    background: #eee; }
  .tbl_02 th,
  .tbl_02 td {
    text-align: center;
    width: 25%;
    padding: 15px 0; }

.data_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #005bac; }
  .data_box > .ttl {
    text-align: center;
    background: #005bac;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 10px 5px;
    font-weight: 700;
    font-size: 1.3em; }
  .data_box .txt {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px; }
    .data_box .txt .benefit_list {
      font-size: 1.1em; }
      .data_box .txt .benefit_list li {
        margin-bottom: 10px; }
        .data_box .txt .benefit_list li .ttl {
          font-family: "Noto Serif JP", serif;
          background: #003360;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 2px 10px 4px;
          margin-right: 10px;
          color: #fff;
          border-radius: 2px;
          font-weight: 500; }

.personal, .personal_02 {
  overflow: hidden;
  position: relative;
  padding: 20% 0 10px;
  background-color: #f5f5f5; }
  @media screen and (max-width: 480px) {
    .personal, .personal_02 {
      padding: 225px 0 30px; } }
  .personal:before, .personal_02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    max-width: 1080px;
    width: 100%;
    height: 70%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 480px) {
      .personal:before, .personal_02:before {
        height: 300px; } }
  .personal .in, .personal_02 .in {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 10px;
    background-color: #fff;
    text-align: center;
    z-index: 10; }
    @media screen and (max-width: 480px) {
      .personal .in, .personal_02 .in {
        padding: 30px 10px 30px; } }

.personal:before {
  background: url(../img/shimada_img01.jpg) no-repeat center/cover; }

.personal_02:before {
  background: url(../img/koushin_img01.jpg) no-repeat center/cover; }

.flow_anc_btn {
  text-align: center; }
  .flow_anc_btn li {
    display: inline-block;
    padding: 15px; }

.course .ttl {
  font-family: "Noto Serif JP", serif;
  color: #005bac;
  position: relative;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  font-size: 2.3rem;
  letter-spacing: 0.02rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .course .ttl {
      font-size: 2.1rem; } }
  .course .ttl:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #0076df; }
  .course .ttl .price {
    float: right;
    font-size: .8em;
    text-transform: uppercase;
    line-height: 2; }

.order_list {
  border: 1px solid #005bac;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px; }
  .order_list li {
    font-weight: 700;
    color: #005bac;
    font-family: "Noto Serif JP", serif; }
    .order_list li .memo {
      padding-left: 1em;
      color: #707070;
      line-height: 1.4;
      margin-bottom: 5px;
      font-size: 0.9em; }

.order_time {
  font-family: "Noto Serif JP", serif;
  font-size: 1.1em;
  color: #005bac;
  border: 1px solid #005bac;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-weight: 700;
  text-align: center; }
  .order_time span {
    font-size: 0.8em;
    font-weight: normal;
    display: block; }

.sales_box {
  margin-bottom: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 4px; }
  .sales_box img {
    width: 210px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #e6e6e6; }
  .sales_box .ttl {
    font-weight: 700;
    margin-bottom: 10px;
    color: #005bac;
    font-family: "Noto Serif JP", serif; }
  .sales_box span {
    display: block; }
  @media screen and (max-width: 480px) {
    .sales_box .txt {
      text-align: justify; } }

.sales_read {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #5b5b5b;
  letter-spacing: .08em;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .sales_read {
      font-size: 1.2em;
      text-align: justify; } }

.sales_txt {
  text-align: center;
  font-size: 1.5em; }
  @media screen and (max-width: 480px) {
    .sales_txt {
      text-align: justify;
      font-size: inherit; } }

.takeout_price {
  font-family: "Noto Serif JP", serif !important;
  font-size: 1.7em;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 20px;
  color: #32593c; }
  .takeout_price span {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500; }

.intro_ttl {
  font-family: "M PLUS 1p", sans-serif;
  color: #005bac;
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  letter-spacing: .1em; }
  @media screen and (max-width: 480px) {
    .intro_ttl {
      font-size: 22px;
      margin-bottom: 0; } }

.slide_ttl {
  font-family: "M PLUS 1p", sans-serif;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 40px;
  line-height: 1.6;
  font-weight: 700;
  text-align: left;
  position: relative;
  margin-bottom: 0;
  letter-spacing: .1em; }
  @media screen and (max-width: 480px) {
    .slide_ttl {
      font-size: 19px;
      letter-spacing: inherit; } }

.merit {
  position: relative; }
  .merit:before {
    background-image: url(../img/bg_01.jpg);
    background-size: cover;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .merit .merit_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .merit .merit_box li {
      background: #fff;
      border-bottom: 2px solid;
      -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
      .merit .merit_box li .in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .merit .merit_box li img {
        width: 50%; }
    .merit .merit_box .txt_area {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px; }
    .merit .merit_box .ttl {
      text-align: center;
      font-weight: 700;
      font-size: 1.2em;
      line-height: 1.4;
      margin-bottom: 5px;
      color: #005bac; }
    .merit .merit_box .txt {
      text-align: justify;
      color: #333; }
      @media screen and (max-width: 480px) {
        .merit .merit_box .txt {
          font-size: 0.9em;
          line-height: 1.4; } }

.anc_btn {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .anc_btn li {
    vertical-align: top;
    min-width: 272px;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #005bac;
    margin-bottom: 10px; }
    .anc_btn li:last-child {
      border: none; }
    .anc_btn li a {
      font-family: 'Roboto Condensed', sans-serif;
      color: #fff;
      font-weight: 700;
      display: block;
      text-align: center;
      font-size: inherit;
      letter-spacing: .06em;
      padding: 10px 0 20px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      line-height: 1em; }
      .anc_btn li a:after {
        content: '\f107';
        position: absolute;
        font-family: "Font Awesome 5 Free";
        bottom: 5px;
        left: 50%;
        margin-left: -6px; }
      .anc_btn li a span {
        display: block;
        font-size: 0.7em;
        font-weight: normal;
        color: #fff; }

.top_work li {
  position: relative; }

.top_work img {
  border-radius: 50%;
  margin-bottom: 10px; }

.top_work p {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  color: #005bac;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  position: absolute;
  font-size: 17px;
  width: 92%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 480px) {
    .top_work p {
      padding: 1px 5px; } }
  .top_work p span {
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
    color: #444;
    font-weight: 500; }

.works_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .works_tbl th {
    font-weight: 700;
    text-align: left; }
  .works_tbl td {
    text-align: right; }
  .works_tbl th, .works_tbl td {
    padding: 10px 20px;
    width: 50%; }
  .works_tbl tr:nth-child(odd) {
    background-color: #EDF4F8; }
  @media screen and (max-width: 480px) {
    .works_tbl th, .works_tbl td {
      padding: 0;
      display: block;
      width: 100%; }
    .works_tbl tr {
      padding: 10px;
      display: block; } }

.plan_box {
  display: table;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .plan_box {
      display: block; } }
  .plan_box .ttl_area {
    text-align: center;
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    background: #005bac;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2em; }
    @media screen and (max-width: 768px) {
      .plan_box .ttl_area {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .plan_box .ttl_area {
        width: 100%;
        display: block;
        padding: 15px; } }
    .plan_box .ttl_area img {
      width: 75px;
      margin-bottom: 10px; }
    .plan_box .ttl_area .ttl {
      font-size: 1.2em;
      font-weight: 700; }
  .plan_box .txt_area {
    width: 80%;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px; }
    @media screen and (max-width: 480px) {
      .plan_box .txt_area {
        width: 100%;
        display: block;
        padding: 15px; } }

.item .item_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .item .item_box li {
    background: #fff;
    border-bottom: 2px solid;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 480px) {
      .item .item_box li {
        width: 100%; } }
  .item .item_box .txt_area {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px; }
  .item .item_box .ttl {
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 5px; }
  .item .item_box .sub_ttl {
    text-align: center;
    background: #005bac;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-bottom: 10px; }
  .item .item_box .txt {
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.4em; }

.jas_box dt {
  position: relative;
  font-size: 20px;
  color: #005bac;
  font-weight: 700;
  border-bottom: 2px solid #bfbfbf; }
  .jas_box dt:before {
    content: "\f06c";
    font-family: "Font Awesome 5 Free";
    color: #005bac;
    font-weight: 700;
    margin-right: 10px; }
  .jas_box dt:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #005bac; }

.jas_box dd {
  padding-top: 7px;
  padding-bottom: 15px;
  margin: 0px 0 15px; }

.jas_box img {
  float: right;
  margin-left: 10px;
  width: 400px; }

#shimada .ttl.ptn_01 {
  color: #ec0808; }

@media screen and (max-width: 480px) {
  #shimada .news-lb dt {
    background: #ec0808; } }

#koushin .ttl.ptn_01 {
  color: #00552E; }

@media screen and (max-width: 480px) {
  #koushin .news-lb dt {
    background: #00552E; } }

.recruit_area {
  color: #fff;
  text-align: center; }
  .recruit_area ._bg {
    background: url(../img/top_recruit01.jpg) no-repeat;
    background-size: cover;
    background-position: 0 83%; }
  .recruit_area ._bg2 {
    background: url(../img/top_area.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
  .recruit_area img {
    width: 100px;
    display: block;
    margin: 0 auto; }
  .recruit_area ._read {
    font-weight: 700;
    font-size: 2em; }
    @media screen and (max-width: 480px) {
      .recruit_area ._read {
        font-size: 1.3em;
        line-height: 1.3em;
        margin-bottom: 10px; } }
  .recruit_area ._txt {
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .recruit_area ._txt {
        line-height: 1.3em; } }
  .recruit_area .btn_01 {
    margin-top: 30px; }

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .menu_list li {
    width: 31.333%;
    line-height: 1.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .menu_list li {
        width: 100%;
        margin-bottom: 15px; } }
    .menu_list li:nth-child(3n) {
      margin-right: 0; }
  .menu_list .in {
    height: 100%;
    overflow: hidden; }
  .menu_list a {
    display: block;
    height: 100%; }
  .menu_list .ttl_bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .menu_list .ttl_bg.bg1 {
      background-image: url(../img/menu_ttl01.jpg); }
    .menu_list .ttl_bg.bg2 {
      background-image: url(../img/menu_ttl02.jpg); }
    .menu_list .ttl_bg.bg3 {
      background-image: url(../img/menu_ttl03.jpg); }
  .menu_list .ttl {
    padding: 4rem 2.2rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.6em;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .menu_list .ttl {
        font-size: 1.2em; } }
    .menu_list .ttl:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f138";
      margin-left: 5px; }
  .menu_list .txt_area {
    background: #fff;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 2.2rem;
    height: 100%; }

.price_box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .price_box li {
    max-width: 50%;
    width: 300px;
    height: 200px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    display: table;
    border: 3px solid;
    background: #eee; }
    @media screen and (max-width: 480px) {
      .price_box li {
        max-width: 100%;
        height: 180px; } }
    .price_box li:first-child {
      margin-right: 20px; }
      @media screen and (max-width: 480px) {
        .price_box li:first-child {
          margin-right: 0;
          margin-bottom: 20px; } }
    .price_box li.bg1 {
      color: #ee490a; }
    .price_box li.bg2 {
      color: #005bac; }
  .price_box .in {
    display: table-cell;
    vertical-align: middle; }
  .price_box .ttl {
    font-size: 2em;
    font-weight: 700; }
    .price_box .ttl span {
      font-size: 15px;
      margin-left: 5px; }
  .price_box .price {
    font-size: 1.5em;
    font-weight: 700; }
    .price_box .price span {
      font-size: 12px; }

.circle {
  width: 100%;
  display: block;
  border-radius: 50%; }

.roof_merit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/bg_03.jpg);
  padding: 20px 20px;
  border-radius: 5px;
  margin: 0 auto;
  background-size: 22px;
  border: 2px solid #ccc; }

.intro_border {
  text-align: center; }
  .intro_border .in {
    display: inline-block;
    padding: 15px;
    border: 3px solid #005bac;
    background: #fff; }

.link_bnr {
  text-align: center;
  margin-top: 40px; }
  @media screen and (max-width: 480px) {
    .link_bnr {
      margin-top: 10px; } }
  .link_bnr a {
    display: inline-block;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 2px solid;
    font-size: 20px;
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .link_bnr a {
        display: block;
        text-align: center; } }
    .link_bnr a:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f138";
      margin-left: 5px; }
  .link_bnr img {
    width: 150px;
    margin: 0 5px 4px 0; }
    @media screen and (max-width: 480px) {
      .link_bnr img {
        margin: 0 auto 8px;
        display: block; } }

.data_list dt {
  float: left;
  background: #005bac;
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 10px;
  width: 100px;
  text-align: center; }

.data_list dd {
  padding: 3px 10px 10px 110px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #555; }
