@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/*茶*/
/*サーモンピンク*/
/*濃いサーモンピンク*/
/*薄い青色*/
/*薄い青色*/
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import url(https://use.typekit.net/jat0san.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swaps);
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 49px; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
    display: block; }
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0; }
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px; }
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #276490; }
  .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #276490; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #555;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 0.875rem;
  /*
  @media screen and (min-width:835px){
  background: url(../images/common/bg01.png) no-repeat right top;
  background-size: cover;
  background-attachment: fixed;
  }
  */ }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 0.9375rem;
      line-height: 1.8em;
      letter-spacing: normal; } }

.contents-inner {
  /*
  	background:rgba(#fff,0.6);
  	padding:2%;
  	*/ }

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/*
.inner2 {
	margin: 0 auto;
	max-width: 1000px;
}
*/
#contents_wrap {
  width: 100%;
  min-width: 100% !important; }

#contents {
  background: none !important;
  font-size: 100%;
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

/*
#side {
	width: 18.75000%;
}
*/
.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

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

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  min-width: auto !important; }

#header {
  width: 100%; }

#header_inner_wrap {
  background: #fff;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  @media only screen and (max-width: 834px) {
    #header_inner_wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 20px; } }
  @media only screen and (max-width: 640px) {
    #header_inner_wrap {
      padding: 12px 10px; } }
  #header_inner_wrap #header_inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0; }
    @media screen and (min-width: 1001px) and (max-width: 1200px) {
      #header_inner_wrap #header_inner {
        padding: 12px 10px; } }
    @media screen and (min-width: 835px) and (max-width: 1000px) {
      #header_inner_wrap #header_inner {
        padding: 12px 10px; } }
    @media only screen and (max-width: 834px) {
      #header_inner_wrap #header_inner {
        margin: 0;
        width: 100%;
        flex: 1;
        padding: 0; } }
    #header_inner_wrap #header_inner #siteID {
      min-width: 330px;
      text-align: left; }
      @media only screen and (max-width: 834px) {
        #header_inner_wrap #header_inner #siteID {
          min-width: auto; } }
      #header_inner_wrap #header_inner #siteID p {
        font-size: 0.8125rem; }
        @media screen and (max-width: 1200px) {
          #header_inner_wrap #header_inner #siteID p {
            display: none; } }
      #header_inner_wrap #header_inner #siteID .header-logo {
        display: flex;
        flex-direction: column; }
        #header_inner_wrap #header_inner #siteID .header-logo a {
          color: #3f2b01;
          font-size: 2.25rem;
          font-family: dnp-shuei-mgothic-std, sans-serif;
          padding: 5px 0; }
          @media (max-width: 1200px) {
            #header_inner_wrap #header_inner #siteID .header-logo a {
              font-size: calc(1.35rem + 1.2vw) ; } }
          #header_inner_wrap #header_inner #siteID .header-logo a span {
            font-size: 1.5rem; }
            @media (max-width: 1200px) {
              #header_inner_wrap #header_inner #siteID .header-logo a span {
                font-size: calc(1.275rem + 0.3vw) ; } }
      #header_inner_wrap #header_inner #siteID .logo-sub {
        display: inline-block;
        background: #a1c4e5;
        color: #fff;
        font-size: 0.75rem;
        font-family: a-otf-ud-shin-go-pr6n, sans-serif;
        padding: 0 5px; }
      @media only screen and (max-width: 640px) {
        #header_inner_wrap #header_inner #siteID {
          width: 80%; } }
      @media screen and (max-width: 450px) {
        #header_inner_wrap #header_inner #siteID {
          width: 100%; }
          #header_inner_wrap #header_inner #siteID .header-logo a {
            font-size: 1.75rem; } }
    @media screen and (max-width: 450px) and (max-width: 1200px) {
      #header_inner_wrap #header_inner #siteID .header-logo a {
        font-size: calc(1.3rem + 0.6vw) ; } }
      @media screen and (max-width: 450px) {
            #header_inner_wrap #header_inner #siteID .header-logo a span {
              font-size: 1rem; }
          #header_inner_wrap #header_inner #siteID .logo-sub {
            display: none; } }
  #header_inner_wrap .h_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 510px;
    width: 100%; }
    @media only screen and (max-width: 834px) {
      #header_inner_wrap .h_contact {
        width: auto;
        flex-direction: column; } }
    #header_inner_wrap .h_contact .header-tel a, #header_inner_wrap .h_contact .header-tel-nav a {
      margin-right: 10px;
      opacity: 1 !important;
      color: #3f2b01;
      font-family: a-otf-ud-shin-go-pr6n, sans-serif;
      letter-spacing: 0.1px;
      font-size: 1.875rem;
      font-weight: 600; }
      @media (max-width: 1200px) {
        #header_inner_wrap .h_contact .header-tel a, #header_inner_wrap .h_contact .header-tel-nav a {
          font-size: calc(1.3125rem + 0.75vw) ; } }
      #header_inner_wrap .h_contact .header-tel a span, #header_inner_wrap .h_contact .header-tel-nav a span {
        font-size: 1.25rem; }
    #header_inner_wrap .h_contact .header-tel .header-time span, #header_inner_wrap .h_contact .header-tel-nav .header-time span {
      background: rgba(235, 132, 109, 0.5);
      color: #fff;
      font-size: 0.8125rem;
      padding: 0 5px;
      border-radius: 3px;
      margin-right: 5px; }
    @media only screen and (max-width: 834px) {
      #header_inner_wrap .h_contact .header-tel, #header_inner_wrap .h_contact .header-tel-nav {
        display: none; } }
    @media only screen and (max-width: 834px) {
      #header_inner_wrap .h_contact .header-tel-nav {
        display: block;
        margin-bottom: 15px; } }
    #header_inner_wrap .h_contact .header-cont a, #header_inner_wrap .h_contact .header-cont-nav a {
      display: block;
      background: #eb846d;
      border-radius: 10px;
      padding: 10px 20px;
      color: #fff;
      font-size: 1.125rem;
      font-family: dnp-shuei-mgothic-std, sans-serif; }
      #header_inner_wrap .h_contact .header-cont a i, #header_inner_wrap .h_contact .header-cont-nav a i {
        margin-right: 5px; }
      #header_inner_wrap .h_contact .header-cont a:hover, #header_inner_wrap .h_contact .header-cont-nav a:hover {
        opacity: 1 !important;
        background: #eb6e52;
        transition: 0.5s; }
      @media screen and (min-width: 835px) and (max-width: 1000px) {
        #header_inner_wrap .h_contact .header-cont a, #header_inner_wrap .h_contact .header-cont-nav a {
          padding: 10px 15px; } }
      @media only screen and (max-width: 834px) {
        #header_inner_wrap .h_contact .header-cont a, #header_inner_wrap .h_contact .header-cont-nav a {
          display: none; } }
    @media only screen and (max-width: 834px) {
      #header_inner_wrap .h_contact .header-cont-nav a {
        display: block; } }
    #header_inner_wrap .h_contact .smicon {
      display: flex; }
      @media screen and (min-width: 834px) {
        #header_inner_wrap .h_contact .smicon {
          display: none; } }
      #header_inner_wrap .h_contact .smicon .sm-tel a {
        display: block;
        background: #eb846d;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 1.125rem;
        margin-right: 5px;
        opacity: 1; }
      @media screen and (max-width: 350px) {
        #header_inner_wrap .h_contact .smicon .sm-tel {
          display: none; } }
      #header_inner_wrap .h_contact .smicon .sm-cont a {
        display: block;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 1.125rem; }
      @media screen and (max-width: 450px) {
        #header_inner_wrap .h_contact .smicon .sm-cont {
          display: none; } }

#nav_global {
  width: 100%;
  background: #a1c4e5;
  position: relative; }
  @media only screen and (max-width: 834px) {
    #nav_global {
      width: auto;
      background: none;
      margin-left: 10px; } }
  @media only screen and (max-width: 640px) {
    #nav_global {
      margin-left: 5px; } }
  #nav_global > ul {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    margin: auto; }
    @media only screen and (max-width: 834px) {
      #nav_global > ul {
        display: none; } }
    #nav_global > ul > li {
      flex-grow: 1;
      border-left: 1px solid #fff; }
      #nav_global > ul > li:last-child {
        border-right: 1px solid #fff; }
      #nav_global > ul > li > div {
        position: absolute;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #a1c4e5; }
      #nav_global > ul > li ul {
        max-width: 1200px;
        margin: auto;
        display: flex; }
        #nav_global > ul > li ul li {
          flex-grow: 1; }
          #nav_global > ul > li ul li a {
            font-size: 0.875rem; }
      #nav_global > ul > li a {
        color: #fff;
        font-size: 1rem;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        display: block;
        transition: 0.5s;
        padding: 14px 0;
        transition: .5s; }
        #nav_global > ul > li a:hover {
          background: #73ace5; }

#mainArea {
  width: 100% !important;
  position: relative;
  padding: 17% 0;
  background: url(../images/common/main_bg.png) no-repeat center;
  background-size: cover; }
  #mainArea .main-txt {
    position: absolute;
    width: 100%;
    top: 10%;
    right: auto;
    left: auto; }
    #mainArea .main-txt img {
      width: 45%;
      max-width: 800px;
      margin: 0 auto; }
      @media screen and (min-width: 641px) and (max-width: 834px) {
        #mainArea .main-txt img {
          width: 60%; } }
      @media only screen and (max-width: 640px) {
        #mainArea .main-txt img {
          width: 85%; } }
  #mainArea .main-img {
    width: 100%;
    position: absolute;
    bottom: -27%;
    right: auto;
    left: auto; }
    #mainArea .main-img img {
      width: 40%;
      max-width: 800px;
      margin: 0 auto; }
      @media screen and (min-width: 641px) and (max-width: 834px) {
        #mainArea .main-img img {
          width: 80%; } }
      @media only screen and (max-width: 640px) {
        #mainArea .main-img img {
          width: 80%; } }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    #mainArea {
      padding: 18% 0; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    #mainArea {
      padding: 20% 0; }
      #mainArea .main-img img {
        width: 50%; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #mainArea {
      padding: 20% 0; }
      #mainArea .main-img img {
        width: 50%; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #mainArea {
      padding: 20% 0; }
      #mainArea .main-img img {
        width: 50%; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #mainArea {
      padding: 25% 0; }
      #mainArea .main-img img {
        width: 60%; } }
  @media only screen and (max-width: 640px) {
    #mainArea {
      padding: 35% 0; } }

#sp {
  display: none; }
  @media only screen and (max-width: 834px) {
    #sp {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 45px;
      height: 45px;
      border-radius: 5px;
      background: #a1c4e5;
      position: relative;
      z-index: 300; } }

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210; }

.spBtn {
  display: none; }
  @media only screen and (max-width: 834px) {
    .spBtn {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 40px;
      z-index: 500;
      font-size: 1.875rem; } }
  @media only screen and (max-width: 834px) and (max-width: 1200px) {
    .spBtn {
      font-size: calc(1.3125rem + 0.75vw) ; } }

  @media screen and (max-width: 400px) {
    .spBtn {
      top: 10px; } }

.nav_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%; }
  .nav_wrap .h_contact {
    margin-top: 20px; }
    @media only screen and (max-width: 834px) {
      .nav_wrap .h_contact .telwrap {
        display: block !important; } }
  .nav_wrap > ul {
    width: 100%;
    padding: 0 20px; }
    .nav_wrap > ul > li {
      border-bottom: 1px solid #a1c4e5;
      position: relative; }
      @media only screen and (max-width: 834px) {
        .nav_wrap > ul > li {
          padding: 16px 0; } }
      @media screen and (max-width: 400px) {
        .nav_wrap > ul > li {
          padding: 10px 0; } }
      .nav_wrap > ul > li ul li {
        border: none;
        background: #eee;
        padding: 5px;
        margin-bottom: 5px; }
      .nav_wrap > ul > li a {
        color: #3f2b01;
        font-family: dnp-shuei-mgothic-std, sans-serif;
        display: block;
        position: relative;
        z-index: 400; }
        @media only screen and (max-width: 834px) {
          .nav_wrap > ul > li a {
            font-size: 1.3rem; } }
        @media only screen and (max-width: 640px) {
          .nav_wrap > ul > li a {
            font-size: 1.1rem; } }

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none; }
  @media only screen and (max-width: 834px) {
    .sp_menu {
      display: block; } }
  .sp_menu div {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #fff; }
    .sp_menu div:nth-of-type(1) {
      top: 0; }
    .sp_menu div:nth-of-type(2) {
      top: 8px;
      opacity: 1; }
    .sp_menu div:nth-of-type(3) {
      bottom: 0; }
  .sp_menu.off div:nth-of-type(1) {
    -webkit-animation: menu-bar01 0.75s forwards;
    animation: menu-bar01 0.75s forwards; }
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg); }
  50% {
    transform: translateY(8px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
  .sp_menu.off div:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    -webkit-transition: all 0.25s 0.25s; }
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg); }
  50% {
    transform: translateY(-8px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
  .sp_menu.off div:nth-of-type(3) {
    -webkit-animation: menu-bar02 0.75s forwards;
    animation: menu-bar02 0.75s forwards; }
  .sp_menu.on div:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.75s forwards;
    animation: active-menu-bar01 0.75s forwards; }
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(8px) rotate(0); }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg); } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(8px) rotate(0); }
  100% {
    transform: translateY(8px) rotate(45deg); } }
  .sp_menu.on div:nth-of-type(2) {
    opacity: 0; }
  .sp_menu.on div:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 0.75s forwards;
    animation: active-menu-bar03 0.75s forwards; }
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg); } }
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-8px) rotate(0); }
  100% {
    transform: translateY(-8px) rotate(-45deg); } }
.anchor {
  display: block;
  transform: translateY(-180px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-100px); } }

.anchor2 {
  display: block;
  transform: translateY(-100px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor2 {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor2 {
      transform: translateY(-100px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
footer#global_footer {
  background: none;
  min-width: auto !important;
  margin-top: 80px; }
  @media only screen and (max-width: 834px) {
    footer#global_footer {
      margin-top: 30px; } }

.TCT-wrap {
  position: relative;
  padding: 3% 15px !important; }
  @media only screen and (max-width: 834px) {
    .TCT-wrap {
      padding: 10% 15px !important; } }

.TCT-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/TCT_bg.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }

.TCT {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px; }
  .TCT .TCT-ttl {
    border-bottom: 2px solid #907e59; }
    .TCT .TCT-ttl h2 {
      font-weight: bold;
      font-size: 1.5rem;
      font-family: dnp-shuei-mgothic-std, sans-serif;
      line-height: 2em;
      position: relative; }
      @media (max-width: 1200px) {
        .TCT .TCT-ttl h2 {
          font-size: calc(1.275rem + 0.3vw) ; } }
      .TCT .TCT-ttl h2:before {
        position: absolute;
        background: url(../images/common/TCT_deco1.png) no-repeat;
        background-size: contain;
        content: '';
        width: 52px;
        height: 103px;
        position: absolute;
        /*絶対位置*/
        left: 0px;
        /*アイコンの位置*/
        bottom: 5px;
        /*アイコンの位置*/ }
      .TCT .TCT-ttl h2:after {
        position: absolute;
        background: url(../images/common/TCT_deco2.png) no-repeat;
        background-size: contain;
        content: '';
        width: 52px;
        height: 103px;
        position: absolute;
        /*絶対位置*/
        right: 0px;
        /*アイコンの位置*/
        bottom: 5px;
        /*アイコンの位置*/ }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .TCT .TCT-ttl h2 {
      font-size: 1.25rem;
      padding: 15px; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TCT {
      padding: 20px; }
      .TCT .TCT-ttl h2 {
        font-size: 1.25rem;
        padding: 10px 20px; }
        .TCT .TCT-ttl h2 br {
          display: none; } }
  @media only screen and (max-width: 640px) {
    .TCT {
      width: 100%;
      padding: 20px 15px; }
      .TCT .TCT-ttl h2 {
        font-size: 1.125rem;
        line-height: 1.5;
        text-align: left; }
        .TCT .TCT-ttl h2 br {
          display: none; }
        .TCT .TCT-ttl h2:before {
          background: none; }
        .TCT .TCT-ttl h2:after {
          background: none; } }

.TCT-info {
  max-width: 900px;
  margin: 10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .TCT-info .header-tel, .TCT-info #header_inner_wrap .h_contact .header-tel-nav, #header_inner_wrap .h_contact .TCT-info .header-tel-nav {
    width: 48%;
    margin: 1%;
    text-align: center; }
    .TCT-info .header-tel a, .TCT-info #header_inner_wrap .h_contact .header-tel-nav a, #header_inner_wrap .h_contact .TCT-info .header-tel-nav a {
      opacity: 1 !important;
      color: #3f2b01;
      font-family: a-otf-ud-shin-go-pr6n, sans-serif;
      letter-spacing: 0.1px;
      font-size: 2.5rem;
      font-weight: 600; }
      @media (max-width: 1200px) {
        .TCT-info .header-tel a, .TCT-info #header_inner_wrap .h_contact .header-tel-nav a, #header_inner_wrap .h_contact .TCT-info .header-tel-nav a {
          font-size: calc(1.375rem + 1.5vw) ; } }
      .TCT-info .header-tel a span, .TCT-info #header_inner_wrap .h_contact .header-tel-nav a span, #header_inner_wrap .h_contact .TCT-info .header-tel-nav a span {
        font-size: 1.5rem; }
        @media (max-width: 1200px) {
          .TCT-info .header-tel a span, .TCT-info #header_inner_wrap .h_contact .header-tel-nav a span, #header_inner_wrap .h_contact .TCT-info .header-tel-nav a span {
            font-size: calc(1.275rem + 0.3vw) ; } }
    .TCT-info .header-tel .header-time, .TCT-info #header_inner_wrap .h_contact .header-tel-nav .header-time, #header_inner_wrap .h_contact .TCT-info .header-tel-nav .header-time {
      font-size: 1.125rem; }
      .TCT-info .header-tel .header-time span, .TCT-info #header_inner_wrap .h_contact .header-tel-nav .header-time span, #header_inner_wrap .h_contact .TCT-info .header-tel-nav .header-time span {
        background: rgba(235, 132, 109, 0.5);
        color: #fff;
        font-size: 0.9375rem;
        padding: 0 5px;
        border-radius: 3px;
        margin-right: 5px; }
      @media only screen and (max-width: 640px) {
        .TCT-info .header-tel .header-time, .TCT-info #header_inner_wrap .h_contact .header-tel-nav .header-time, #header_inner_wrap .h_contact .TCT-info .header-tel-nav .header-time {
          font-size: 1rem; }
          .TCT-info .header-tel .header-time span, .TCT-info #header_inner_wrap .h_contact .header-tel-nav .header-time span, #header_inner_wrap .h_contact .TCT-info .header-tel-nav .header-time span {
            font-size: 0.75rem; } }
    @media only screen and (max-width: 834px) {
      .TCT-info .header-tel, .TCT-info #header_inner_wrap .h_contact .header-tel-nav, #header_inner_wrap .h_contact .TCT-info .header-tel-nav {
        width: 100%; } }
  .TCT-info .header-cont, .TCT-info #header_inner_wrap .h_contact .header-cont-nav, #header_inner_wrap .h_contact .TCT-info .header-cont-nav {
    width: 48%;
    margin: 1%; }
    .TCT-info .header-cont a, .TCT-info #header_inner_wrap .h_contact .header-cont-nav a, #header_inner_wrap .h_contact .TCT-info .header-cont-nav a {
      margin: 0 auto;
      text-align: center;
      width: 90%;
      display: block;
      background: #eb846d;
      border-radius: 10px;
      padding: 20px;
      color: #fff;
      font-size: 1.125rem;
      font-family: dnp-shuei-mgothic-std, sans-serif; }
      .TCT-info .header-cont a i, .TCT-info #header_inner_wrap .h_contact .header-cont-nav a i, #header_inner_wrap .h_contact .TCT-info .header-cont-nav a i {
        margin-right: 5px; }
      .TCT-info .header-cont a:hover, .TCT-info #header_inner_wrap .h_contact .header-cont-nav a:hover, #header_inner_wrap .h_contact .TCT-info .header-cont-nav a:hover {
        opacity: 1 !important;
        background: #eb6e52;
        transition: 0.5s; }
      @media screen and (min-width: 835px) and (max-width: 1000px) {
        .TCT-info .header-cont a, .TCT-info #header_inner_wrap .h_contact .header-cont-nav a, #header_inner_wrap .h_contact .TCT-info .header-cont-nav a {
          padding: 10px 15px; } }
    @media only screen and (max-width: 834px) {
      .TCT-info .header-cont, .TCT-info #header_inner_wrap .h_contact .header-cont-nav, #header_inner_wrap .h_contact .TCT-info .header-cont-nav {
        width: 100%; } }
  @media only screen and (max-width: 834px) {
    .TCT-info {
      flex-direction: column; } }

.gyoumu-cont .TCT-info {
  margin: 0 auto 0 0; }

.footer-wrap {
  background: rgba(161, 196, 229, 0.3);
  padding: 20px 15px; }

.footer {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  color: #3f2b01;
  text-align: left;
  letter-spacing: normal; }
  .footer a {
    color: #3f2b01; }
  .footer .footer-info .footer-logo a {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 1.5rem; }
    @media (max-width: 1200px) {
      .footer .footer-info .footer-logo a {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .footer .footer-info .footer-tel a {
    opacity: 1; }
  @media only screen and (max-width: 834px) {
    .footer .footer-info {
      text-align: center;
      margin: 0 auto; } }
  .footer .footer-nav {
    display: flex; }
    .footer .footer-nav ul {
      margin: 15px 25px; }
      .footer .footer-nav ul .pick {
        margin-left: -15px;
        font-size: 0.9375rem; }
      @media screen and (max-width: 640px) {
        .footer .footer-nav ul {
          margin: 0 15px; } }
    @media only screen and (max-width: 834px) {
      .footer .footer-nav {
        display: none; } }

.f-map iframe {
  vertical-align: bottom; }

#copyright {
  text-align: center;
  background: #73ace5;
  color: #fff !important; }
  #copyright a {
    color: #fff !important; }

.mean-container .mean-push {
  display: none !important; }

.top-title h1, .top-title2 h1 {
  font-weight: bold;
  font-size: 1.875rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  letter-spacing: 0.1em;
  color: #73ace5; }
  @media (max-width: 1200px) {
    .top-title h1, .top-title2 h1 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
.top-title h2, .top-title2 h2, .top-title h3, .top-title2 h3 {
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  color: #3f2b01;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  position: relative; }
  @media (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title h3, .top-title2 h3 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .top-title h2:before, .top-title2 h2:before, .top-title h3:before, .top-title2 h3:before {
    position: absolute;
    display: block;
    content: '';
    background: #a1c4e5;
    width: 80px;
    height: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px; }
  @media only screen and (max-width: 834px) {
    .top-title h2:before, .top-title2 h2:before, .top-title h3:before, .top-title2 h3:before {
      top: -25px; } }
.top-title h3, .top-title2 h3 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .top-title h3, .top-title2 h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.top-title2 h2 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .top-title2 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.con1-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-between; }
  .con1-wrap .con1-img1 {
    width: 50%; }
    @media only screen and (max-width: 834px) {
      .con1-wrap .con1-img1 {
        display: flex;
        justify-content: center;
        align-items: center; } }
  .con1-wrap .con1-img2 {
    width: 50%;
    padding: 10px; }
    .con1-wrap .con1-img2 .con1-img2-txt div {
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -webkit-writing-mode: vertical-rl; }
      .con1-wrap .con1-img2 .con1-img2-txt div .con1-ttl-sub {
        font-family: dnp-shuei-mgothic-std, sans-serif;
        font-size: 1.25rem;
        color: #eb6e52; }
      .con1-wrap .con1-img2 .con1-img2-txt div .con1-ttl {
        font-family: a-otf-ud-shin-go-pr6n, sans-serif;
        color: #73ace5;
        font-size: 1.875rem; }
        @media (max-width: 1200px) {
          .con1-wrap .con1-img2 .con1-img2-txt div .con1-ttl {
            font-size: calc(1.3125rem + 0.75vw) ; } }
        .con1-wrap .con1-img2 .con1-img2-txt div .con1-ttl span {
          font-size: 1.125rem;
          color: #555;
          margin-bottom: 10px;
          padding-top: 100px; }
      @media only screen and (max-width: 640px) {
        .con1-wrap .con1-img2 .con1-img2-txt div {
          display: none; } }
    .con1-wrap .con1-img2 .con1-img2-img {
      padding: 10px 0 !important; }
    @media screen and (min-width: 640px) {
      .con1-wrap .con1-img2 .sm-txt {
        display: none; } }
  @media only screen and (max-width: 640px) {
    .con1-wrap {
      flex-direction: column; }
      .con1-wrap .con1-img1, .con1-wrap .con1-img2 {
        width: 100%; } }
  .con1-wrap .con1-ttl-sm {
    text-align: center; }
    .con1-wrap .con1-ttl-sm .con1-ttl-sub {
      font-family: dnp-shuei-mgothic-std, sans-serif;
      font-size: 1.125rem;
      color: #eb6e52; }
    .con1-wrap .con1-ttl-sm .con1-ttl {
      font-family: a-otf-ud-shin-go-pr6n, sans-serif;
      color: #73ace5;
      font-size: 1.5rem; }
      @media (max-width: 1200px) {
        .con1-wrap .con1-ttl-sm .con1-ttl {
          font-size: calc(1.275rem + 0.3vw) ; } }
      .con1-wrap .con1-ttl-sm .con1-ttl span {
        font-size: 1rem;
        color: #555;
        margin-bottom: 10px;
        padding-top: 100px; }

.con1 {
  position: relative;
  margin-top: 170px; }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    .con1 {
      margin-top: 150px; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    .con1 {
      margin-top: 130px; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .con1 {
      margin-top: 100px; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .con1 {
      margin-top: 90px; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .con1 {
      margin-top: 70px; } }
  @media only screen and (max-width: 640px) {
    .con1 {
      margin-top: 70px; } }

.con1-txt {
  font-size: 1rem;
  line-height: 2.3em; }
  @media only screen and (max-width: 640px) {
    .con1-txt {
      line-height: 2em; } }

.con2-wrap, .con2-wrap2 {
  position: relative;
  padding: 5% 0 !important;
  margin-top: -50px; }
  @media only screen and (max-width: 834px) {
    .con2-wrap, .con2-wrap2 {
      padding: 10% 0 !important; } }

.con2-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/pt1.png) repeat center top;
  z-index: -1; }

.con2-wrap2 {
  margin-top: 0; }

.con2 {
  color: #3f2b01;
  font-size: 1rem;
  line-height: 2em;
  padding-top: 20px;
  position: relative; }
  .con2:before {
    display: block;
    position: absolute;
    content: '';
    background: #eb846d;
    width: 80px;
    height: 5px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }

.TFLX1 {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .TFLX1 .box {
    width: 18%;
    margin: 1%;
    overflow: visible !important;
    align-self: baseline; }
    .TFLX1 .box article {
      position: relative; }
      .TFLX1 .box article > h3 {
        display: none; }
      .TFLX1 .box article img {
        display: block;
        width: 100%; }
      .TFLX1 .box article > div {
        position: relative;
        margin: -30px auto auto auto;
        width: 90%; }
        .TFLX1 .box article > div a {
          display: block;
          background: #e3eefa;
          border-radius: 5px;
          padding: 10px;
          border-top: 5px solid #eb846d;
          color: #555;
          text-align: left;
          height: 100%; }
          .TFLX1 .box article > div a h3 {
            font-family: dnp-shuei-mgothic-std, sans-serif;
            color: #73ace5;
            font-size: 1.125rem;
            text-align: center; }
          .TFLX1 .box article > div a:hover {
            opacity: 1;
            background: #eb846d;
            color: #fff;
            transition: 0.5s; }
            .TFLX1 .box article > div a:hover h3 {
              color: #fff;
              transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    .TFLX1 .box {
      width: 23%; }
      .TFLX1 .box .box-txt {
        line-height: 1.5; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX1 .box {
      width: 31.333%; } }
  @media only screen and (max-width: 640px) {
    .TFLX1 .box {
      width: 48%;
      margin-bottom: 15px; } }
  @media screen and (max-width: 350px) {
    .TFLX1 {
      flex-direction: column; }
      .TFLX1 .box {
        width: 100%;
        margin: 0 auto 15px auto; } }

.TFLX2-wrap {
  position: relative;
  padding: 5% 0 2% 0 !important; }
  @media screen and (max-width: 1500px) {
    .TFLX2-wrap {
      padding: 8% 0 2% 0 !important; } }
  @media screen and (max-width: 1200px) {
    .TFLX2-wrap {
      padding: 10% 0 2% 0 !important; } }
  @media only screen and (max-width: 834px) {
    .TFLX2-wrap {
      padding: 12% 0 3% 0 !important; } }

.TFLX2-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/pt2.png) repeat center top;
  z-index: -1; }

.TFLX2 {
  max-width: 1000px;
  margin: 0 auto 15px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .TFLX2 .box {
    width: 29.333%;
    margin: 2%; }
    .TFLX2 .box article > h3 {
      display: none; }
    .TFLX2 .box article img {
      display: block;
      margin: 0 auto; }
    .TFLX2 .box article div {
      font-family: dnp-shuei-mgothic-std, sans-serif;
      text-align: center; }
      .TFLX2 .box article div h3 {
        display: inline-block;
        text-align: center;
        color: #3f2b01;
        font-size: 1.25rem;
        background: linear-gradient(transparent 30%, rgba(235, 132, 109, 0.35) 30%);
        font-weight: bold;
        border-radius: 6px;
        padding: 0 10px;
        margin: 10px auto; }
      .TFLX2 .box article div .box-txt {
        color: #3f2b01;
        text-align: left; }
  @media only screen and (max-width: 640px) {
    .TFLX2 .box {
      width: 48%;
      margin: 1%; } }
  @media screen and (max-width: 350px) {
    .TFLX2 .box {
      width: 100%;
      margin: 0 auto 15px auto; } }

.TFLX3 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .TFLX3 .box {
    width: 48%;
    margin: 1%;
    background: url(../images/common/ptn3.png) repeat right bottom;
    padding: 20px; }
    .TFLX3 .box > a {
      display: block;
      width: 100%;
      margin: 0 auto;
      overflow: hidden; }
      .TFLX3 .box > a:hover {
        opacity: 1 !important; }
        .TFLX3 .box > a:hover img {
          transform: scale(1.2, 1.2);
          transition: 1s all; }
      .TFLX3 .box > a img {
        display: block;
        margin: 0 auto;
        width: 100% !important;
        transition: 1s all; }
    .TFLX3 .box div .btn1 a {
      margin-top: 20px;
      display: block;
      background: #fff;
      border-radius: 25px;
      padding: 10px;
      color: #eb6e52;
      font-size: 1.25rem;
      text-align: center;
      position: relative; }
      .TFLX3 .box div .btn1 a:hover {
        opacity: 1;
        background: #eb846d;
        color: #fff;
        transition: 0.5s; }
      .TFLX3 .box div .btn1 a:before {
        content: '●';
        font-size: 0.8125rem;
        position: absolute;
        top: 20%;
        left: 20px; }
      .TFLX3 .box div .btn1 a:after {
        content: '●';
        font-size: 0.8125rem;
        position: absolute;
        top: 20%;
        right: 20px; }
    @media only screen and (max-width: 834px) {
      .TFLX3 .box {
        padding: 15px; }
        .TFLX3 .box div .btn1 a {
          margin-top: 15px; } }
  @media only screen and (max-width: 640px) {
    .TFLX3 {
      flex-direction: column; }
      .TFLX3 .box {
        width: 100%;
        margin: 0 auto 15px auto; } }

.TFLX4 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 640px) {
    .TFLX4 {
      flex-direction: column; }
      .TFLX4 .news-wrap, .TFLX4 .fb-wrap {
        width: 100%;
        margin-bottom: 20px; } }

.news-wrap {
  width: 48%;
  margin: 1%;
  height: 400px;
  max-width: 500px; }

.fb-wrap {
  width: 48%;
  margin: 1%;
  height: 400px;
  max-width: 500px;
  margin: 0 auto; }

.timeline-Footer {
  display: none; }

.news {
  height: 100%;
  overflow-y: auto; }
  .news dl {
    border: none !important;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc !important;
    display: block !important; }
    .news dl dt {
      color: #3f2b01 !important;
      background: #ccc !important;
      display: inline !important;
      padding: 5px 10px !important; }
    .news dl dt, .news dl dd {
      border: none !important;
      width: 100% !important; }
    .news dl dd {
      background: none !important; }

.TFLX4-bg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3%;
  background-image: url(../images/common/news_bg1.png), url(../images/common/news_bg2.png);
  background-repeat: no-repeat;
  background-position: top 0 left 0 ,bottom 0 right 0; }
  @media screen and (max-width: 1200px) {
    .TFLX4-bg {
      padding: 30px 15px; } }

.link-button01 {
  max-width: 1200px;
  width: auto  !important;
  margin: 0 auto; }
  .link-button01 div {
    margin: 0 auto 0 0;
    position: relative; }
    .link-button01 div a {
      width: 250px;
      position: absolute;
      bottom: -50px; }
      @media screen and (max-width: 1200px) {
        .link-button01 div a {
          left: 15px; } }

.top-blog .blog_list {
  border: none; }
  .top-blog .blog_list .blog_photo {
    display: none; }
  .top-blog .blog_list .blog_text {
    width: 100%; }
    .top-blog .blog_list .blog_text .blog_date {
      color: #a1c4e5;
      font-family: a-otf-ud-shin-go-pr6n, sans-serif;
      font-size: 0.875rem; }
    .top-blog .blog_list .blog_text h3 a {
      color: #555 !important;
      text-decoration: underline; }
    .top-blog .blog_list .blog_text .detail {
      display: none; }

.button a, .button2b a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #a1c4e5;
  transition: all .3s;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  min-width: 220px;
  padding: 10px;
  color: #555;
  font-size: 1rem; }
  .button a:before, .button2b a:before {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .button a:after, .button2b a:after {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .button a:hover, .button2b a:hover {
    opacity: 1 !important;
    background-color: #a1c4e5;
    border-color: #FFF;
    color: #FFF; }
    .button a:hover:after, .button2b a:hover:after, .button a:hover:before, .button2b a:hover:before {
      width: 0;
      background-color: #FFF; }

.button2b {
  max-width: 300px;
  width: 100%; }
  .button2b a {
    display: flex !important;
    border: 1px solid #eb846d;
    align-items: center;
    width: 100%;
    max-width: auto;
    padding: 15px; }
    .button2b a:before {
      background: #eb846d; }
    .button2b a:after {
      background: #eb846d; }
    .button2b a img {
      width: 27% !important;
      margin: 3%; }
    .button2b a div {
      width: 67%;
      margin: 3%;
      color: #fff;
      text-align: left !important;
      font-size: 1.25rem; }
      .button2b a div i {
        margin-left: 10px; }
      .button2b a div span {
        display: block;
        font-size: 0.9375rem; }

.company-TBL {
  max-width: 800px;
  margin: 0 auto; }
  .company-TBL .box-txt .box-name {
    font-size: 1.125rem;
    color: #73ace5;
    font-weight: bold; }
  .company-TBL .box-txt span {
    font-size: 0.9em;
    line-height: 1.2;
    display: block;
    margin: 10px 0; }

@media only screen and (max-width: 640px) {
  .gyoumu-TBL1 table {
    table-layout: auto !important; } }
.gyoumu-TBL1 table td {
  text-align: center !important; }
.gyoumu-TBL1 table .point {
  background: rgba(235, 132, 109, 0.3); }
  .gyoumu-TBL1 table .point div {
    font-size: 1rem;
    font-weight: 600;
    color: #3f2b01; }

.slick-prev:before, .slick-next:before {
  color: #a1c4e5 !important; }

.slid01 .slick-track img, .slid03 .slick-track img {
  width: 800px !important;
  height: auto !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
  margin: 0 auto; }
.slid01 .slick-track, .slid03 .slick-track {
  background: #f7f7f7;
  padding: 10px 0; }
.slid01 .slick-prev, .slid03 .slick-prev {
  left: 10px !important;
  z-index: 1; }
.slid01 .slick-next, .slid03 .slick-next {
  right: 10px !important;
  z-index: 1; }

.slid02 .slick-prev, .slid04 .slick-prev {
  left: 10px !important;
  z-index: 1; }
.slid02 .slick-next, .slid04 .slick-next {
  right: 10px !important;
  z-index: 1; }

.slidwrap {
  max-width: 95%;
  margin: 0 auto; }

.jisseki-FLX {
  display: flex;
  flex-wrap: wrap; }
  .jisseki-FLX .box {
    width: 48%;
    margin: 1%; }
  @media only screen and (max-width: 640px) {
    .jisseki-FLX {
      flex-direction: column; }
      .jisseki-FLX .box {
        width: 100%;
        margin: 0 auto 20px auto; } }

.jisseki-TBL table td {
  border: none !important; }

.jisseki-title {
  padding: 10px 0 !important; }

.jisseki-txt1 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 640px) {
    .jisseki-txt1 {
      padding-bottom: 20px !important; } }

.jisseki-txt2 {
  background: rgba(235, 132, 109, 0.2);
  padding: 20px 10px 10px 10px !important;
  position: relative; }
  .jisseki-txt2 div {
    font-weight: 500; }
  .jisseki-txt2:after {
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-weight: 700;
    font-style: normal;
    content: '\f0a1';
    left: 0px;
    top: -10px;
    font-size: 1.875rem;
    line-height: 1;
    color: #eb846d;
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg); }
    @media (max-width: 1200px) {
      .jisseki-txt2:after {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    @media only screen and (max-width: 640px) {
      .jisseki-txt2:after {
        top: -5px; } }

.main-btn a {
  background: #a1c4e5; }
  .main-btn a:hover {
    background: #73ace5;
    opacity: 1 !important;
    transition: 0.5s; }

.acc-btn a {
  background: #eb846d; }
  .acc-btn a:hover {
    background: #eb6e52;
    opacity: 1 !important;
    transition: 0.5s; }

.tel-s a, .tel-h a {
  color: #555; }
  .tel-s a:hover, .tel-h a:hover {
    opacity: 1.0 !important; }

a.tel-link {
  color: #555; }
  a.tel-link:hover {
    opacity: 1.0 !important; }

@media only screen and (max-width: 834px) {
  .brdnt {
    text-align: left !important; }
    .brdnt br {
      display: none; } }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; }
    .brdn div {
      text-align: left !important; } }

@media screen and (min-width: 834px) {
  .brdnpc br {
    display: none; } }

@media screen and (min-width: 640px) {
  .brsp br {
    display: none; } }

@media screen and (min-width: 834px) {
  .brtab br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .TLIR table tr {
    display: flex;
    flex-direction: column-reverse; } }

.ai-company dt {
  align-items: center !important;
  background: #ededed !important; }
@media only screen and (max-width: 640px) {
  .ai-company dl {
    display: block !important; }
    .ai-company dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .ai-company dl dd {
      width: 100% !important; } }

.ai-company2 {
  background: none !important; }
  .ai-company2 dl dt {
    align-items: center !important;
    background: none !important;
    border-bottom: 2px solid #a1c4e5 !important; }
  .ai-company2 dl dd {
    background: none !important;
    border-bottom: 2px solid #ccc !important; }
  .ai-company2 dl:last-of-type dt {
    border-bottom: 2px solid #a1c4e5 !important; }
  @media only screen and (max-width: 640px) {
    .ai-company2 dl {
      display: block !important; }
      .ai-company2 dl dt {
        width: 100% !important;
        border-right: 2px solid #a1c4e5 !important;
        border-left: 2px solid #a1c4e5 !important;
        background: rgba(161, 196, 229, 0.2) !important; }
      .ai-company2 dl dd {
        width: 100% !important;
        border-bottom: 2px solid #ccc !important;
        border-left: 2px solid #ccc !important;
        border-right: 2px solid #ccc !important; } }

.ai-company3 {
  max-width: 500px; }
  .ai-company3 dt {
    align-items: center !important;
    background: #73ace5 !important;
    color: #fff; }
  .ai-company3 dd {
    text-align: center; }
  @media only screen and (max-width: 640px) {
    .ai-company3 dl {
      display: block !important; }
      .ai-company3 dl dt {
        width: 100% !important;
        border-right: 1px solid #ccc !important; }
      .ai-company3 dl dd {
        width: 100% !important; } }

.ai-company4 dt {
  align-items: center !important;
  background: #73ace5 !important;
  color: #fff; }
@media only screen and (max-width: 640px) {
  .ai-company4 dl {
    display: block !important; }
    .ai-company4 dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .ai-company4 dl dd {
      width: 100% !important; } }

.form_wrap dl dd > div {
  display: block !important; }

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  text-align: right;
  margin-top: 20px; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.imgL {
  max-width: 100% !important; }

.error2 h2 {
  font-size: 40px;
  font-weight: bold; }
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block; }

.pick01 {
  background: url(../images/common/pt2.png) repeat center top;
  padding: 2% 30px; }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 5%; } }
  @media only screen and (max-width: 834px) {
    .pick01 ul li {
      float: none !important;
      width: 100% !important; } }

.pick02 {
  background: rgba(204, 204, 204, 0.5);
  padding: 2%; }
  .pick02 h2 {
    font-size: 1.25rem; }
  @media only screen and (max-width: 834px) {
    .pick02 {
      padding: 5%; } }

.pick03 {
  padding: 2%;
  background: rgba(235, 132, 109, 0.1); }
  .pick03 h3 {
    font-size: 1.125rem; }
  @media only screen and (max-width: 834px) {
    .pick03 {
      padding: 5%; } }

.gallery-3 {
  display: flex;
  flex-wrap: wrap; }
  .gallery-3 .box {
    width: 31.333%;
    margin: 1%; }
    @media only screen and (max-width: 834px) {
      .gallery-3 .box {
        width: 48%;
        margin-bottom: 15px; } }
    @media screen and (max-width: 350px) {
      .gallery-3 .box {
        width: 100%; } }

.contact_contents #contents_wrap {
  margin-top: 500px; }
  @media only screen and (max-width: 834px) {
    .contact_contents #contents_wrap {
      margin-top: 150px; } }

.img100 img {
  display: block !important;
  width: 100% !important; }

.gallery-FLX {
  display: flex;
  flex-wrap: flex-wrap; }
  .gallery-FLX .box {
    width: 31.333%;
    margin: 1%; }
    .gallery-FLX .box img {
      display: block; }
    .gallery-FLX .box h3 {
      display: none; }
    .gallery-FLX .box div a {
      background: #eb846d;
      color: #fff;
      padding: 5px;
      display: block;
      width: 200px;
      margin: 0 auto;
      text-align: center; }
    .gallery-FLX .box article {
      height: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .gallery-FLX {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .gallery-FLX .box {
        width: 90%;
        margin-bottom: 15px; } }

.mail {
  display: none; }

.page-title-wrap {
  position: relative;
  padding: 10% 0  !important;
  margin-top: 180px; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    .page-title-wrap {
      margin-top: 150px; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .page-title-wrap {
      margin-top: 150px; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .page-title-wrap {
      margin-top: 100px;
      padding: 15% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .page-title-wrap {
      margin-top: 100px;
      padding: 15% 0 !important; } }

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/main_bg.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }
  @media screen and (max-width: 1600px) {
    .page-title-inner {
      background-position: center bottom;
      opacity: 0.8; } }

.page-title h1, .page-title2 h1 {
  color: #73ace5;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  text-align: center; }
  @media (max-width: 1200px) {
    .page-title h1, .page-title2 h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

.page-title2 h1 {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  text-align: center; }
  @media (max-width: 1200px) {
    .page-title2 h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }
  @media screen and (max-width: 400px) {
    .page-title2 h1 {
      font-size: 2.1875rem; } }
  @media screen and (max-width: 400px) and (max-width: 1200px) {
    .page-title2 h1 {
      font-size: calc(1.34375rem + 1.125vw) ; } }

  @media screen and (max-width: 350px) {
    .page-title2 h1 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 350px) and (max-width: 1200px) {
    .page-title2 h1 {
      font-size: calc(1.3rem + 0.6vw) ; } }

.title h2, .title3 h2, .title h3, .title3 h3 {
  color: #3f2b01;
  font-size: 1.5rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(63, 43, 1, 0.1);
  /*背景色*/
  border-left: solid 5px #73ace5;
  /*左線*/
  border-bottom: solid 3px #ccc;
  /*下線*/ }
  @media (max-width: 1200px) {
    .title h2, .title3 h2, .title h3, .title3 h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }

.title2 h3, .title2 h4 {
  font-size: 1.25rem;
  color: #3f2b01;
  padding-left: 7px;
  border-left: 4px solid #eb6e52;
  border-bottom: 1px dashed #ccc; }

.title-center01 h2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0; }
  .title-center01 h2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title h2 {
  font-size: 1.5rem;
  position: relative;
  border-top: solid 2px rgba(161, 196, 229, 0.3);
  border-bottom: solid 2px rgba(161, 196, 229, 0.3);
  background: rgba(161, 196, 229, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", lato, sans-serif;
    content: '\f0a6\ STEP';
    font-size: 0.9375rem;
    background: #a1c4e5;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    line-height: 1;
    letter-spacing: 0.05em; }
.step-title h3 {
  font-size: 1.125rem;
  color: #a1c4e5;
  position: relative;
  border-top: solid 2px #eb846d;
  border-bottom: solid 2px #eb846d;
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-style: oblique;
    content: '\f5ad\ point';
    background: #a1c4e5;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0.05em; }

.step-title2 h4 {
  font-size: 1.125rem;
  color: #555;
  border-bottom: 1px dotted rgba(85, 85, 85, 0.5); }
  .step-title2 h4 div {
    background: rgba(63, 43, 1, 0.5);
    color: #fff;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    display: inline-block;
    width: 10%;
    min-width: 90px;
    margin-right: 10px;
    text-align: center !important; }
  .step-title2 h4:not(:first-child) {
    margin-top: 20px; }
    @media only screen and (max-width: 640px) {
      .step-title2 h4:not(:first-child) {
        margin-top: 15px; } }

.staff-title h3 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  border-top: solid 2px rgba(138, 116, 29, 0.3);
  border-bottom: solid 2px rgba(138, 116, 29, 0.3);
  background: rgba(161, 196, 229, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .staff-title h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f7f3\ STAFF';
    background: #8a741d;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.05em; }

.land-title h2 {
  font-size: 1.5rem;
  color: #3f2b01;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  @media (max-width: 1200px) {
    .land-title h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .land-title h2:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #eb6e52;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h2:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
.land-title h3 {
  font-size: 1.125rem;
  color: #3f2b01;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .land-title h3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #eb6e52;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h3:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.rs-tel {
  font-size: 1.5rem;
  color: #3f2b01 !important;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif; }
  @media (max-width: 1200px) {
    .rs-tel {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .rs-tel a {
    color: #3f2b01; }
  .rs-tel:before {
   /*
 font-family: "Font Awesome 5 Free";
 content: "\f0c4";
 font-weight: 600;
*/
    content: '';
    background: url(../images/common/header_tel_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    padding-right: 5px; }

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #555; }
  .list01 dl dt, .list02 dl dt {
    border: none !important;
    background: none !important; }
  .list01 dl dd, .list02 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important;
    min-width: 107px;
    color: #8a4609;
    font-weight: bold; }

.list02 dl dd {
  min-width: 300px; }
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important; }
    .list02 dl dd, .list02 dl dt {
      width: 100% !important; } }

.list03 dl {
  border-bottom: 1px dashed #555; }
  .list03 dl dt {
    border: none !important;
    background: none !important;
    color: #8a4609;
    font-weight: bold;
    min-width: 280px; }
  .list03 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important; }
  @media only screen and (max-width: 640px) {
    .list03 dl {
      display: block !important; }
      .list03 dl dd, .list03 dl dt {
        width: 100% !important;
        text-align: left !important; } }

.faq table td {
  border: none; }

.faq-q span, .faq-a span {
  width: 40px;
  height: 40px;
  display: block;
  background: #a1c4e5;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .faq-q span, .faq-a span {
      font-size: calc(1.275rem + 0.3vw) ; } }
@media only screen and (max-width: 640px) {
  .faq-q, .faq-a {
    background: #a1c4e5;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #eb846d; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #eb846d; } }

.faq-q-txt {
  font-weight: bold;
  color: #3f2b01; }
  @media screen and (min-width: 640px) {
    .faq-q-txt {
      border-bottom: 1px dashed #ccc !important; } }

.blog {
  max-width: 1200px;
  margin: 80px auto 0; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .blog {
      margin: 50px auto 0; } }
  @media only screen and (max-width: 640px) {
    .blog {
      margin: 30px auto 0; } }
  .blog .wrap {
    display: flex; }
    .blog .wrap aside {
      width: 28%;
      margin: 1%; }
      .blog .wrap aside nav {
        line-height: 2.0em; }
        .blog .wrap aside nav h3 {
          background: #eb6e52 !important; }
        .blog .wrap aside nav ul li {
          border-bottom: 1px dashed #ccc; }
          .blog .wrap aside nav ul li .blogside {
            color: #555; }
            .blog .wrap aside nav ul li .blogside span {
              color: #a1c4e5;
              margin-left: 5px;
              display: block; }
        .blog .wrap aside nav > a {
          background: #eb846d !important; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      min-width: auto; }
      .blog .wrap #contents article .date {
        color: #a1c4e5 !important; }
      .blog .wrap #contents article div img {
        width: 48%;
        margin: 1%; }
      .blog .wrap #contents article .date {
        color: #a1c4e5 !important; }
      .blog .wrap #contents article h2 {
        background: #a1c4e5;
        color: #fff !important;
        font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media only screen and (max-width: 834px) {
      .blog .wrap {
        flex-direction: column; }
        .blog .wrap aside, .blog .wrap #contents {
          width: 100%;
          margin: 10px auto; }
        .blog .wrap aside {
          text-align: center !important; } }
    @media only screen and (max-width: 640px) {
      .blog .wrap #contents article div {
        flex-direction: column; }
        .blog .wrap #contents article div img {
          width: 100%; } }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

.hoverBgContents {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hoverBgContents > .hoverBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.8s;
    background-position: center; }
  .hoverBgContents:hover > .hoverBg {
    transform: scale(1.2); }

@media only screen and (max-width: 834px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms; }

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms; }

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms; }

.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.works-FLX {
  display: flex;
  flex-wrap: wrap;
  align-items: top; }
  .works-FLX a:hover {
    opacity: 1 !important; }
  .works-FLX .boxL {
    width: 43%;
    margin: 1%; }
    .works-FLX .boxL ul li article div {
      display: none; }
  .works-FLX .boxR {
    width: 53%;
    margin: 1%; }
    .works-FLX .boxR ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .works-FLX .boxR ul li {
        width: 24%;
        margin: 0 0.5% 1% 0.5%; }
        .works-FLX .boxR ul li article {
          position: relative; }
          .works-FLX .boxR ul li article:before {
            content: '';
            display: block;
            padding-top: 100%; }
          .works-FLX .boxR ul li article img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100% !important;
            width: 100% !important;
            object-fit: cover;
            font-family: 'object-fit: cover;';
            display: block; }
          .works-FLX .boxR ul li article div {
            display: none; }
  @media only screen and (max-width: 834px) {
    .works-FLX {
      flex-direction: column;
      align-items: center; }
      .works-FLX .boxL {
        width: 90%; }
      .works-FLX .boxR {
        width: 95%; } }
  @media only screen and (max-width: 640px) {
    .works-FLX .boxR ul li {
      width: 48%; } }

.modaal-close {
  position: absolute !important;
  right: 6px !important;
  top: 6px !important;
  background: #e1e1e1 !important;
  width: 50px !important;
  height: 50px !important; }
  .modaal-close:hover {
    opacity: 0.7 !important; }
  .modaal-close:before, .modaal-close:after {
    background: #000 !important; }

.modaal-content-container table td {
  padding: 10px; }

.modaal-container {
  background: none !important;
  color: #fff !important; }

@media only screen and (max-width: 640px) {
  .modaal-wrapper table td {
    display: block !important;
    border: none !important; } }

.modaalBox {
  display: none; }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

/*# sourceMappingURL=common_style.css.map */
