@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  padding-top: 75px;
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2.125;
  color: #181818;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

/*.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/
.zen{
  font-family: "Zen Old Mincho", serif;
}


a{
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .pc:not(.md){
    display: none!important;
  }
  .tb:not(.md){
    display: none!important;
  }
  .sp:not(.md){
    display: none!important;
  }
}
@media (min-width:1200px){
  .pc:not(.md){
    display: block!important;
  }
  .md:not(.pc){
    display: none!important;
  }
  .tb:not(.pc){
    display: none!important;
  }
  .sp:not(.pc){
    display: none!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none!important;
  }
  .md:not(.tb){
    display: none!important;
  }
  .sp:not(.tb){
    display: none!important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none!important;
  }
  .md:not(.sp){
    display: none!important;
  }
  .tb:not(.sp){
    display: none!important;
  }
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}

.container{
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media(min-width:768px){
  .container{
    width: 680px;
  }

}
@media(min-width:1024px){
  .container{
    width: 960px;
  }

}
@media(min-width:1200px){
  .container{
    width: 1140px;
  }

}
element.style {
  background-image: url(（不明）);
  background-image: url(/img/main/top_back.png);
  height: 449px;
}

.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header {
  background-image: url(/img/main/top_back.png);
  background-position: bottom center;
  height: 363px;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
}
.pg_header .tt1 span {
  display: block;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 0;
  font-family: Zen Old Mincho;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.68;
  padding-top: 25px;
}
.tt1 span:before {
  content: "";
  width: 71px;
  height: 76px;
  background-image: url(/img/ftr_contact_ttl.svg);
  position: absolute;
  left: -28px;
  top: 32px;
  z-index: -1;
}

@media(max-width:768px){
  .pg_header {
    background-image: url(/img/main/top_back.png);
    background-position: bottom center;
    height: 260px;
  }
  .pg_header .container {
    height: 200px;
  }
}


/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 8px 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #edecec;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.hdr_contact{
  display: flex;
  align-items: center;
}
.hdr_logo img{
  display: block;
}
.main_title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main_title span {
  display: block;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 0;
  font-family: Zen Old Mincho;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.68;
  padding-top: 25px;
}
.main_title span:before {
  content: "";
  width: 71px;
  height: 76px;
  background-image: url(/img/ftr_contact_ttl.svg);
  position: absolute;
  left: -28px;
  top: 32px;
  z-index: -1;
}
.fixed_btn a {
  position: fixed;
  right: -15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
  font-family: Noto Sans JP;
  padding: 55px 30px 0px 20px;
  width: 64px;
  height: 210px;
  top: 149px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #3ca7d9;
  border: none;
  z-index: 1;
  transition: all .3s;
  border: 1px solid transparent;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.fixed_btn a {
  top: 31%;
  transform: translateY(-50%);
}

.fixed_btn a:before {
  display: block;
  content: "\f0e0";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 22%;
  right: 23px;
  transform: translateY(-50%);
}

.fixed_btn a:after {
  position: absolute;
  border: 1px dotted #fff;
  content: "";
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.no-js .fixed_btn a {
  position: fixed;
  right: -15px;
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
  font-family: Noto Sans JP;
  padding: 60px 23px 0px 20px;
  width: 64px;
  height: 190px;
  top: 210px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #3ca7d9;
  border: none;
  z-index: 1;
  transition: all .3s;
  border: 1px solid transparent;
  letter-spacing: 0.2em;
  font-weight: 500;
  writing-mode: vertical-rl;
}


@media(max-width:767px){
  .main_title span {
    font-size: 40px;
  }
  .hdr_logo img{
    width: 105px;
  }
  .hdr_tel{
    order: 1;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    background: #3ca7d9;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hdr_menu{
    order: 3;
  }
  .gtranslate_wrapper{
    margin: 0 10px -10px;
    order: 2;
  }
  .fixed_btn a {
    display: none;
  }
}
@media(min-width:768px){
  body{
    padding-top: 90px;
  }
  header{
    padding: 0 30px;
  }
  header .gt_float_switcher {
    width: 125px;
  }
  .hdr_contact{
    padding: 16px 0;
  }

  header .gtranslate_wrapper{
    margin-bottom: -10px;
    margin-left: 15px;
  }
  .hdr_tel {
    width: 200px;
    padding: 3px;
    border-radius: 21px;
    display: block;
    text-align: center;
    background: #3ca7d9;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.075em;
  }
  .hdr_tel:before{
    margin-right: 5px;
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
  }
  .hdr_tel:hover{
    box-shadow: 0 0 8px #616161;
    opacity: 1;
  }
}
@media(min-width:1024px){

}
@media(min-width:1200px){
  header {
    padding: 0 35px;
  }
  .hdr_tel {
    margin-left: 15px;
  }

}
@media(min-width:1400px){
  header {
    padding: 0 60px;
    padding-right: 55px;
  }
  .hdr_tel {
    margin-left: 22px;
  }

}


/* **********************************
 *  グローバルナビ
 * ********************************* */


.mv{
  position: relative;
  z-index: 0;
}
.mv:after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/top/mv_line.png) no-repeat center bottom / cover;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: -1;
}
.mv:after{
  height: 58vw;
}
.mv_slider .img_fit:before{
  padding-top: 58vw;
}
.mv_slider{
  mask-image: url(/img/top/mv_img_bg.png);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  position: relative;
}
.mv_txt{
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-shadow    :
    2px  2px 3px #ffffff,
    -2px  2px 3px #ffffff,
    2px -2px 3px #ffffff,
    -2px -2px 3px #ffffff,
    2px  0px 3px #ffffff,
    0px  2px 3px #ffffff,
    -2px  0px 3px #ffffff,
    0px -2px 3px #ffffff;
}
.mv_txt .txt1{
  font-size: 22px;
  line-height: 1.73;
  letter-spacing: 0.075em;
}
.mv_txt .txt2{
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.075em;
}
.slider_meta{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.slider_meta .slick-dots{
  bottom: 10px;
  position: inherit;
}
.slider_meta .slick-dots li{
  width: 23.5px;
  margin: 0;
}
.slider_meta .slick-dots li button{
  padding: 0;
}
.slider_meta .slick-dots li button:before{
  font-size: 12px;
  content: "●";
  color: #b7b7b7;
  opacity: 1;
  position: inherit;
}
.slider_meta .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ca7d9;
}
.slider_meta .slick-prev,
.slider_meta .slick-prev:before,
.slider_meta .slick-next,
.slider_meta .slick-next:before{
  position: inherit;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  transform: none;
}
.slider_meta .slick-arrow {
  margin-top: 6px;
  font-size: 11px;
  cursor: pointer;
  color: #181818;
}
.slider_arrow_prev{
  margin-right: 5px;
}
.slider_arrow_next{
  margin-left: 5px;
}
.slider_dots {
  margin-top: 2px;
}
.mv .slick-dotted.slick-slider{
  margin-bottom: 5px;
}

@media(max-width: 1199px){
  .gnav.tb {
    display: flex!important;
    position: fixed;
    left: 100%;
    z-index: 1000000000;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 1.8s;
    opacity: 0;
    background: #eaeaea;
    box-shadow: 0 0 4px 0px #666;
  }
  .gnav .gnav_box1{
    padding: 5px;
    text-align: center;
  }
  .gnav .gnav_box2{
    padding: 5px;
    text-align: center;
  }
  header .gnav_open,
  .gnav .gnav_box2 .gnav_open{
    font-size: 12px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-decoration: none;
  }
  header .gnav_open i,
  .gnav .gnav_box2 .gnav_open i{
    font-size: 28px;
    background: inherit;
    margin: 0;
  }
  header .gnav_open{
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .gnav .inner{

  }
  .gnav.tb.active{
    align-items: flex-start;
    left: 50%;
    right: inherit;
    top: 50%;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  .gnav ul > li {
    width: 33.33%;
    padding: 88px 10px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.075em;
    text-align: center;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    border-right: 1px solid #9f9f9f;
  }
  .gnav ul > li:hover{
    background: #cacaca;
    text-decoration: none;
  }
  .gnav ul > li a{
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }

  .gnav {
    align-items: center;
    font-size: 20px;
    width: calc(100% - 60px);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active,
  .gjs-dashed .gnav {
    top: 50%;
    left: 30px;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active .inner ul{
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    /*border: 1px solid #000;*/
    border-right: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    background: #eaeaea;
  }

  .gnav .gnav_box1{
    width: 65px;
    padding: 30px 0;
    /**/
  }
  .gnav_box1 .hdr_sns{
    margin: 0;
    display: block;
  }
  .gnav_box1 .hdr_sns + .hdr_sns{
    margin-top: 15px;
  }
  .gnav .gnav_box2{
    width: 65px;
    padding: 30px 0;
    /**/
  }
  .gnav .inner{
    width: calc(100% - 65px - 65px);
  }
  .gnav .gnav_box1 .hdr_sns img{
    /*width: 35px;*/
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open{
    font-size: 12px;
  }
  .gnav .gnav_item a{
    width: 100%;
    height: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  .gnav ul > li:nth-last-child(n+4) {
    border-bottom: 1px solid #9f9f9f;
  }
  .gnav ul > li:nth-child(3n){
    border-right: 0;
  }

  .gnav .gnav_item:hover {
  }
  .gnav .gnav_item:hover p{
  }
  .gnav li:after{
    display: none;
  }
}

@media(max-width:767px){

  /* スマホ用 */
  .gnav {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    top: 45%;
    left: calc(5% / 2);
    right: 0;
    padding: 0;
    z-index: 99999;
    border-radius: 10px;
    /* transition: all 0.2s; */
    transform: translateX(100%);
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0 0 4px 0px #666;*/
  }

  .gnav.active{
    width: 95%;
    height: 450px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active .inner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #efece8;
    color: #000000;
  }
  .gnav .gnav_box1,
  .gnav .gnav_box2{
    width: 100%;
    display: none;
  }
  .gnav .gnav_box1{

  }
  .gnav .gnav_box2{
    border-top: 1px solid #9f9f9f;
  }

  .gnav .gnav_item {
    font-size: 14px;
    padding: 0 15px;
    /* line-height: 2; */
    font-weight: 500;
    width: 50%;
    text-align: center;
    padding: 19px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    color: #181818;
  }
  .gnav .gnav_item:hover{
    background: #dcd8d3;
    opacity: 1;
  }
  .gnav .gnav_item:not(:last-child) {
    border-right: 1px solid #9f9f9f;
  }
  .gnav .gnav_item:nth-child(n+3) {
    border-top: 1px solid #9f9f9f;
  }
  .gnav .gnav_item:nth-child(2n){
    border-right: 0;
  }
  .gnav .gnav_item:nth-child(odd):last-child{
    width: 100%;
  }
  .gnav ul > li {
    width: 33.33%;
    padding: 20px 0;
  }
  .gnav ul > li a {
    font-size: 12px;
  }

  .gnav_bg{
    padding: 0;
    background: inherit;
  }

  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }

  header .gnav_open {
    margin-right: 0;
  }

}

@media(min-width:768px){
  .mv:after{
    height: 42.6vw;
    max-height: 817px;
    top: 8px;
    left: 10px;
  }
  .mv_slider .img_fit:before{
    padding-top: 42.6vw;
    max-height: 817px;
  }
  .mv_txt{
    left: 10%;
    padding-top: 6px;
  }
  .mv_txt .txt1{
    font-size: 32px;
  }
  .mv_txt .txt2{
    font-size: 24px;
    margin-top: 24px;
  }

}
@media(min-width:1024px){
  .mv_txt .txt1{
    font-size: 42px;
  }
  .mv_txt .txt2{
    font-size: 34px;
    margin-top: 20px;
  }
}
@media(min-width:1200px){
  .gnav ul{
    display: flex;
    flex-wrap: wrap;
  }
  .gnav ul li{
    font-size: 15px;
    letter-spacing: 0.1em;
    margin: 0 10px;
    font-weight: 500;
  }
  .gnav li a{
    padding: 29px 0;
    position: relative;
  }
  .gnav li.current-menu-item a:after{
    content: "";
    width: 100%;
    height: 3px;
    background: #3ca7d9;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  #menu-item-34,
  #menu-item-35{
    display: none;
  }
  .mv:after{
  }
  .mv_txt .txt1{
    font-size: 55px;
  }
  .mv_txt .txt2{
    font-size: 28px;
    margin-top: 20px;
  }
}
@media(min-width:1400px){
  .gnav ul li{
    margin: 0 16.5px;
  }

}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 100px;
}
footer .ftr1{
  padding: 50px 0;
  background: url(/img/ftr1_bg.png) no-repeat center top;
}
footer .home_ttl1_en:before{
  background-image: url(/img/ftr_contact_ttl.svg);
}
.ftr_contact .item a{
  max-width: 350px;
  width: 100%;
  font-size: 18px;
  padding: 15px;
  letter-spacing: 0.2em;
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  line-height: 1.66;
  border-radius: 45px;
}
.ftr_contact .item a:before{
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #3ca7d9;
  border-radius: 45px;
  position: absolute;
  left: 5px;
  top: 5px;
  pointer-events: none;
}
.ftr_contact .item a:after{
  font-size: 12px;
  content: "\f054";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ftr_contact .tel{
  font-size: 22px;
  letter-spacing: 0.2em;
}
.ftr_contact .min{
  font-size: 14px;
  padding-left: 10px;
  letter-spacing: 0.2em;
}



footer .ftr2{
  padding: 50px 0 10px;
  color: #fff;
  background: #3ca7d9;
}
.ftr_logo{
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.ftr_addr{
  margin: 23px 0 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2;
}
.ftr_sns a{
  display: inline-block;
}
.ftr_sns a + a{
  margin-left: 12px;
}

footer .copy{
  font-size: 14px;
  margin-top: 50px;
  text-align: center;
  letter-spacing: 0.075em;
  background: #fff;
  color: #181818;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #4072b3;
  color: #FFF;
  text-decoration: none;
}


@media(max-width:767px){
  .ftr_contact .item + .item{
    margin-top: 20px;
  }
  footer .ftr2 .box1,
  .ftr_sns{
    text-align: center;
  }
  footer .ftr2 .box2{
    display: none;
  }
  footer .copy{
    font-size: 12px;
  }
}
@media(min-width:768px){
  footer {
    margin-top: 150px;
  }
  .ftr_contact{
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_contact .item{
    width: 50%;
    padding: 0 8px;
  }
  .ftr_contact .item:first-child{
    width: 100%;
    margin-bottom: 15px;
  }
  .ftr_contact .item:first-child a{
    margin: 0 auto;
  }
  footer .ftr1{
    padding: 78px 0 60px;
  }

  footer .ftr2{
    padding: 80px 0 10px;
  }
  .ftr_logo{
    font-size: 30px;
  }
  footer .ftr2 .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  footer .ftr2 .box1{
    text-align: center;
  }
  footer .ftr2 .box2 {
    width: 70%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  footer .ftr2 .box2:hover li a{
    opacity: 0.5;
  }
  footer .ftr_links li + li{
    margin-top: 8px;
  }
  footer .ftr_links li a{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.075em;
  }
  footer .ftr_links li a:before{
    content: "ー";
    margin-right: 10px;
  }
  footer .ftr2 .box2:hover li a:hover{
    opacity: 1;
  }
  footer .copy{
    margin-top: 80px;
  }

}
@media(min-width:1024px){
  footer {
    margin-top: 190px;
  }
  footer .ftr1{
    padding: 118px 0 80px;
  }
  .ftr1 .home_ttl1 {
    margin-bottom: 55px;
  }
  .ftr_contact .item{
    width: 33.33%;
  }
  .ftr_contact .item:first-child{
    width: 33.33%;
    margin-bottom: 0;
  }

  footer .ftr2{
    padding-top: 82px;
  }
  footer .ftr2 .container{
    flex-direction: row;
    justify-content: space-between;
  }
  footer .ftr2 .box1{
    text-align: left;
  }
  footer .ftr2 .box2 {
    width: 51.4%;
    margin-top: 6px;
    padding-right: 56px;
  }
  footer .copy{
    margin-top: 115px;
  }
}
@media(min-width:1200px){
  .ftr_contact{
    margin: 0 -15px;
  }
  .ftr_contact .item{
    padding: 0 15px;
  }

}

/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  border-bottom: 1px dotted;
}
.post_items .item a{
  padding: 25px 0 21px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  line-height: 1.1;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 145px;
  text-align: left;
  padding-left: 10px;
  letter-spacing: 0.075em;
}
.post_items .item .category{
  width: 130px;
}
.post_items .item .category span{
  font-size: 15px;
  display: block;
  border: 1px solid #3ca7d9;
  border-radius: 13px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
.post_items .item .title{
  font-weight: 500;
  width: 100%;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
/*.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* お知らせ詳細 */
.post_items .item.single_item {
  display: flex;
  flex-wrap: wrap;
  border: none;
}

.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 80px;
}
.pagetop a{
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: right;
  color: #364060;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: relative;
}
.pagetop a:before{
  content: "";
  display: block;
  /*height: 214.28%;*/
  width: 8px;
  height: 151px;
  background-image: url(/img/yaji.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*position: absolute;*/
  right: 0;
  bottom: 0;
}
.pagetop a i{
  font-size: 40px;
}



.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: initial;
}
.breadcrumb li {
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 400;
  white-space: normal;
}
.breadcrumb li a{
  position: relative;
  padding-right: 12px;
}
.breadcrumb li a:after{
  content: "＞ ";
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  top: 57%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb li:first-child a{
  padding-left: 0px;
}
/* 
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/
ol.breadcrumb {
  font-family: Noto Sans JP;
  font-size: 12px;
  letter-spacing: 0.075em;
  font-weight: 400;
  padding-top: 0;
  height: 100%;
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
}

.pg_header .tt1 {
  font-size: 16px;
  /* font-weight: bold; */
  /* line-height: 1.4; */
  text-align: center;
  font-family: Zen Old Mincho;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}



/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}
.pg_home .section.sec1{
  padding: 50px 0 0;
}
.home_ttl1{
  margin-bottom: 30px;
  font-family: 'Zen Old Mincho', serif;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_ttl1_en{
  font-size: 42px;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 0;
}
.home_ttl1_en:before{
  content: "";
  width: 71px;
  height: 76px;
  background: url(/img/top/home_ttl1.svg) no-repeat center / contain;
  position: absolute;
  left: -28px;
  top: 2px;
  z-index: -1;
}
.home_ttl1_ja{
  font-size: 15px;
  letter-spacing: 0.075em;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.link_1{
  max-width: 320px;
  width: 100%;
  font-size: 15px;
  padding: 13px;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 29px;
  background: #3ca7d9;
  color: #fff;
  position: relative;
}
.link_1:before{
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #fff;
  border-radius: 29px;
}
.link_1:after{
  font-size: 12px;
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  z-index: 2;
}
.link_1:hover{
  background: #2f8ab5;
  opacity: 1;
}
.link_1:hover:after{
  right: 15px;
}

.pg_home .section.sec2{
  padding: 80px 0 0;
  position: relative;
}
.pg_home .section.sec2:before{
  content: "";
  width: 60vw;
  height: 60vw;
  background: url(/img/top/circle_bg.png) left top;
  position: absolute;
  right: -20vw;
  top: 20vw;
  z-index: -1;
  border-radius: 50%;
}
.home_video {
  padding-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.home_text1 {
  text-align: justify;
  letter-spacing: 0.075em;
}

.pg_home .section.sec3#sec3{
  padding: 80px 0 40px;
  position: relative;
}
.pg_home .section.sec3:before{
  content: "";
  width: 20vw;
  height: 20vw;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 20vw;
  z-index: -1;
  border-radius: 50%;
}
.pg_home .section.sec3:after{
  content: "";
  width: 60vw;
  height: 60vw;
  background: url(/img/top/circle_bg.png) left top;
  position: absolute;
  left: -20vw;
  bottom: 0;
  z-index: -2;
  border-radius: 50%;
}
.home_recruit_txt {
  max-width: 730px;
  width: 90%;
  margin: -15px auto 0;
  padding: 15px 15px 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.pg_home .section.sec4{
  padding-top: 60px;
  position: relative;
}
.pg_home .section.sec4:before{
  content: "";
  width: 60vw;
  height: 60vw;
  background: url(/img/top/circle_bg.png) left top;
  position: absolute;
  right: -20vw;
  bottom: -20vw;
  z-index: -2;
  border-radius: 50%;
}
.home_company_img {
  border-radius: 20px;
  overflow: hidden;
  width: fit-content;
  margin-left: auto;
}
.home_company_txt{
  width: 95%;
  max-width: 665px;
  padding: 15px 15px 0 0;
  background: #fff;
  border-radius: 0 10px 0 0;
  letter-spacing: 0.075em;
  text-align: justify;
}

.pg_home .section.sec5{
  padding-top: 80px;
}
.pg_home .section.sec5 .home_ttl1_en{
  position: relative;
}
.pg_home .section.sec5 .home_ttl1_en:after{
  content: "";
  width: 68px;
  height: 48px;
  background: url(/img/top/insta_illust.png) no-repeat center / contain;
  position: absolute;
  right: -30px;
  bottom: -40px;
}
.pg_home .section.sec5 .link_1{
  margin-top: 18px;
}
.home_center{
  font-size: 15px;
  margin-top: 12px;
  padding-left: 10px;
  text-align: center;
  letter-spacing: 0.075em;
}

.pg_home .section.sec6{
  padding: 70px 0;
}
.home_service_catch{
  font-size: 19px;
  line-height: 1.41;
  text-align: center;
  letter-spacing: 0.075em;
}
.home_service_items{
  margin: 30px 0;
}
.home_service_items .item:nth-child(n+2):before{
  content: "";
  width: 43px;
  height: 43px;
  background: url(/img/top/service_times.svg) no-repeat center / contain;
  margin: 15px auto;
  display: block;
}
.home_service_items .circle{
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border: 20px solid #f3f9ff;
  position: relative;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home_service_items .circle:before{
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px dashed #3ca7d9;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.home_service_items .circle .en{
  font-size: 18px;
  letter-spacing: 0.075em;
}
.home_service_items .circle .en:after{
  content: "";
  width: 65px;
  height: 1px;
  background: #3ca7d9;
  display: block;
  margin: 8px auto 10px;
}
.home_service_items .circle .ja{
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1.545;
}

@media(max-width:767px){
  .post_items .item .title{
    margin-top: 10px;
  }

  .home_links1 .link_1 + .link_1{
    margin-top: 20px;
  }

  .home_company_txt{
    padding: 10px 15px;
    margin: -15px auto 0;
    position: relative;
    z-index: 1;
    border-radius: 10px 10px 0 0;
  }
  .pg_home .section.sec6 {
    padding: 70px 0 0px 0;
  }
}
@media(min-width:768px){
  .pg_home .section.sec1{
    padding: 110px 0;
  }
  .home_ttl1{
    margin-bottom: 53px;
  }

  .home_ttl1_en {
    font-size: 50px;
    margin-bottom: 3px;
  }
  .home_ttl1_ja {
    font-size: 16px;
  }
  .post_items .item .date {
    width: 150px;
    padding-left: 15px;

  }
  .post_items .item .title {
    width: calc(100% - 130px - 150px);
    padding-left: 25px;
  }
  .link_1{
    margin-top: 80px;
  }

  .pg_home .section.sec2 {
    padding: 106px 0 0;
  }
  .pg_home .section.sec2:before{
    top: -10vw;
  }
  .home_text1 {
    margin: 0 -5px;
    text-align: center;
  }
  .home_links1{
    display: flex;
    justify-content: center;
  }
  .home_links1 .link_1{
    margin: 50px 15px;
  }

  .pg_home .section.sec3#sec3{
    padding-top: 120px;
    padding-bottom: 55px;
  }
  .home_recruit_img {
    padding-top: 5px;
  }
  .home_recruit_txt {
    margin-top: -25px;
    padding-left: 5px;
  }
  .pg_home .section.sec3 .link_1 {
    margin-top: 72px;
  }

  .pg_home .section.sec4{
    padding-top: 122px;
  }
  .home_company{
    padding-top: 4px;
    position: relative;
  }
  .home_company_txt{
    padding-right: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .link_1.left{
    margin-left: 0;
  }
  .pg_home .section.sec4 .link_1 {
    margin-top: 52px;
  }

  .pg_home .section.sec5{
    padding-top: 178px;
  }
  .pg_home .section.sec5 .home_ttl1 {
    margin-bottom: 42px;
  }
  .pg_home .section.sec5 .home_ttl1_en:after{
    right: -10px;
  }

  .home_text1{
    padding-left: 8px;
  }
  .home_service_catch {
    font-size: 22px;
  }
  .home_service_items{
    margin: 45px auto 49px;
    display: flex;
    justify-content: center;
  }
  .home_service_items .circle {
    width: 180px;
    height: 180px;
  }
  .home_service_items .circle .en {
    font-size: 12px;
  }
  .home_service_items .circle .ja {
    font-size: 16px;
  }
  .home_service_items .item:nth-child(n+2){
    display: flex;
    align-items: center;
  }
  .home_service_items .item:nth-child(n+2):before{
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  .pg_home .section.sec6 .link_1 {
    margin-top: 52px;
  }
  
   .pagetop{
    right: 20px;
    bottom: 300px;
  }
}
@media(min-width:1024px){
  .post_items .item .date {
    width: 195px;
    padding-left: 30px;
  }
  .post_items .item .title {
    width: calc(100% - 130px - 195px);
  }

  .home_service_catch {
    font-size: 24px;
    margin-top: -5px;
    padding-left: 12px;
  }
  .home_service_items .circle {
    width: 270px;
    height: 270px;
  }
  .home_service_items .circle .en {
    font-size: 18px;
  }
  .home_service_items .circle .ja {
    font-size: 22px;
  }
  
  .pagetop{
    right: 50px;
    bottom: 600px;
  }
}
@media(min-width:1200px){
  .pg_home .section.sec2:before{
    width: 830px;
    height: 830px;
    right: -170px;
    top: -10vw;
  }

  .pg_home .section.sec3:before{
    width: 195px;
    height: 195px;
    bottom: 212px;
    left: 94px;
  }
  .pg_home .section.sec3:after{
    width: 620px;
    height: 620px;
    left: -118px;
    bottom: 0;
  }

  .pg_home .section.sec4:before{
    width: 714px;
    height: 714px;
    right: -212px;
    bottom: -257px;
  }

  .home_service_items .circle {
    width: 320px;
    height: 320px;
    padding-bottom: 8px;
  }
  .home_service_items .item:nth-child(n+2):before {
    width: 43px;
    height: 43px;
    margin: 0 16px;
  }
  
  .pagetop{
    right: 50px;
    bottom: 480px;
  }
}
/* **********************************
 *  共通
 * ********************************* */
@media(max-width:425px){

  .pg_header {
    height: 200px;
  }
  .home_ttl1_en {
    font-size: 28px;
  }
  .pg_header .container {
    height: 150px;
  }
}

/* **********************************
 *  maintenance
 * ********************************* */

/* sec1 */
.pg_maintenance div#sec1 {
  padding-top: 122px;
}

.maintenance_img {
  text-align: center;
  padding-left: 16px;
}

.maintenance_text1 {
  padding-top: 49px;
  padding-left: 11px;
}
.maintenance_text1 {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-family: Noto Sans JP;
  text-align: center;
}
/* sec2 */
.pg_maintenance div#sec2 {
  padding-top: 170px;
}

div#sec2 .maintenance_text1 {
  margin-top: -10px;
  padding-top: 0;
}
.pg_maintenance .indent1 {
  padding-top: 2em;
}

/* sec3 */
.pg_maintenance div#sec3 {
  padding-top: 170px;
}
.common_blue_box {
  border-radius: 30px;
  background-color: #f3f9ff;
  width: 100%;
  padding: 78px 65px 62px 65px;
}
.common_blue_box {
  margin-top: 60px;
}
.common_white_box {
  background-color: #fff;
  width: 100%;
  position: relative;
  border-radius: 30px;
  margin: 0 auto;
  padding: 0 27px 40px;
  min-height: 200px;
}
.common_small_blue_box {
  width: 220px;
  text-align: center;
  background-color: #3ca7d9;
  border-radius: 30px;
  color: #fff;
  margin-top: -3px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  font-family: Zen Old Mincho;
  padding: 1px 0;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
}

.up_side {
  padding-top: 24px;
  font-family: 'Zen Old Mincho';
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 22px;
  line-height: 2.6;
  border-bottom: 1px solid #3ca7d9;
  padding-right: 8px;
}

.down_side {
  text-align: justify;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.075em;
  padding-top: 15px;
  margin-right: -1px;
}
.indent_text1 {
  text-align: justify;
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.075em;
}
.indent_text2 {
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.075em;
}
span.indent_box {
  padding-right: 0.5em;
}


.common_white_box:nth-child(n+2) {
  margin-top: 68px;
}
@media(max-width:320px){
  .pg_maintenance div#sec2 .home_ttl1_en:before {
    content: "";
    left: 5px;
  }
  .home_ttl1_en:before {
    content: "";
    width: 71px;
    height: 76px;
    background: url(/img/top/home_ttl1.svg) no-repeat center / contain;
    position: absolute;
    left: -45px;
  }

}

@media(max-width:375px){
  .pg_maintenance div#sec2 .home_ttl1_en:before {
    content: "";
    left: -4px;
  }
  .maintenance_text1 {
    padding-top: 25px;
  }
  .pg_maintenance .indent1 {
    padding-top: 1em;
  }
}
@media(max-width:425px){
  .pg_maintenance div#sec1 {
    padding-top: 50px;
  }
  .maintenance_img {
    display: none;
  }
  .maintenance_text1 {
    text-align: justify;
  }
  .pg_header .tt1 span {
    font-size: 30px;
  }
  .common_blue_box {
    padding: 36px 15px;
  }
  .up_side {
    line-height: 1.6;
    border-bottom: 1px solid #3ca7d9;
    padding-bottom: 10px;
  }
  footer {
    /*margin-top: 20px;*/
  }
  .common_blue_box {
    padding: 36px 15px 20px 15px;
  }
  .up_side {

    text-align: center;
  }
  .common_white_box:nth-child(n+2) {
    margin-top: 50px;
  }
  .maintenance_text1 {
    padding-top: 49px;
    padding-left: 0px;
  }
}
@media(min-width:426px){
  .maintenance_img2 {
    display: none;
  }
}
@media(max-width:767px){
  .pg_maintenance span.indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .pg_maintenance div#sec2 {
    padding-top: 100px;
  }
  .pg_maintenance div#sec3 {
    padding-top: 100px;
  }

}

@media(min-width:767px){
  .new_indent1 {
    margin-left: 26px;
  }
}




@media (min-width: 768px) and (max-width: 1023px) {
  .pg_maintenance div#sec2 .home_ttl1_en:before {
    content: "";
    left: 70px;
  }
  .pg_maintenance footer {
    margin-top: 250px;
  }
}
@media(min-width:768px){
  .up_side {
    text-align: center;
  }

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}

/* **********************************
 *  service
 * ********************************* */

/* sec1 */
.pg_service div#sec1 {
  padding-top: 73px;
}
.service_introduction {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}
.service_subject {
  text-align: center;
  font-size: 18px;
  font-family: Zen Old Mincho;
  font-weight: 400;
  letter-spacing: 0.075em;
  position: relative;
}
.service_jp {
  line-height: 1.5;
  font-size: 22px;
  padding-top: 22px;
}
.service_eg:after {
  content: '';
  width: 65px;
  height: 1px;
  display: inline-block;
  background-color: #3ca7d9;
  position: absolute;
  bottom: 161px;
  left: calc(64% - 76px);
}
.service_eg1:after {
  content: '';
  width: 65px;
  height: 1px;
  display: inline-block;
  background-color: #3ca7d9;
  position: absolute;
  bottom: 178px;
  left: calc(64% - 76px);
}
.service_subject {
  background: url(/img/service/service_back1.png) no-repeat center / contain;
  ;
  width: 320px;
  height: 320px;
  position: relative;
  background-size:cover;
}
.service_subject {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service_subject:nth-child(-n+2):after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(/img/service/service_back2.png) no-repeat center / contain;
  position: absolute;
  right: -59px;
  top: 42%;
  z-index: 1;
}
.service_text {
  text-align: center;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.075em;
}
.service_text1 {
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.075em;
}
.service_introduction {
  padding-bottom: 6px;
}

.space {
  padding-top: 2em;
}

/* sec2 */

.pg_service div#sec2 {
  padding-top: 168px;
}
.pg_service div#sec2 .home_ttl1 {
  margin-bottom: 46px;
}
span.capital {
  font-size: 25px;
}
.service_feature .home_ttl1_en {
  font-size: 50px;
  margin-bottom: -3px;
}
.pg_service .home_links1 .link_1 {
  margin: 15px 13px;
  max-width: 353px;
}

.service_feature .home_links1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 67px;
  margin: 0px -27px;
}

/* sec3 */
.pg_service div#sec3 {
  padding-top: 167px;
}
.works_contents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 -15px;
}
.pg_service.works_contents .item {
  width: 50%;
}

.pg_service.works_contents .inner {
  padding: 0 15px;
}
.works_contents .inner h3 {
  font-family: Zen Old Mincho;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #3ca7d9;
  padding-top: 14px;
  margin-bottom: 7px;
  margin-top: -8px;
}
.works_contents .txt {
  text-align: justify;
  letter-spacing: 0.075em;
  font-size: 16px;
  font-family: Noto Sans JP;
}
.works_contents .home_links1 {
  display: flex;
  justify-content: center;
}
.works_contents .inner {
  padding: 0 15px;
}
.service_works .home_links1 {
  display: flex;
  justify-content: center;
  padding-top: 42px;
}
.pg_service .service_works img {
  border-radius: 20px;
}
/* sec4 */

.pg_service div#sec4 {
  padding-top: 161px;
  padding-bottom: 2px;
}



@media(max-width:425px){
  .service_text {
    text-align: justify;
  }
  .service_introduction {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .works_contents .item:nth-child(n+2) {
    padding-top: 39px;
  }
  .service_text {
    margin-top: -15px;
  }
  .space {
    padding-top: 1em;
  }
  .pg_service div#sec2 .home_ttl1 {
    margin-bottom: 25px;
  }
  .common_blue_box {
    margin-top: 40px;
  }
  .up_side {
    text-align: center;
    font-size: 20px;
  }
  .company_introduction {
    padding-top: 35px;
  }
}

@media(max-width:767px){
  .pg_service.worka_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 15px;
    flex-direction: column;
  }
  .pg_service div#sec1 {
    padding-top: 0px;
  }
  .pg_service div#sec2 {
    padding-top: 60px;
  }
  .pg_service div#sec3 {
    padding-top: 60px;
  }
  .pg_service div#sec4 {
    padding-top: 60px;
  }
  .service_feature .home_links1 {
    padding-top: 30px;
  }
  .service_works .home_links1 {
    padding-top: 0px;
  }

  .worka_contents .item {
    width: 100%;
  }
  .works_contents {
    display: flex;
    flex-wrap: wrap;
  }
}
@media(min-width:768px){

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}




/* **********************************
 *  company
 * ********************************* */

.pg_company div#sec1 {
  padding-top: 119px;
}
.pg_company .home_ttl1 {
  margin-bottom: 53px;
}

.company_introduction {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.company_introduction img {
  border-radius: 10px;
}
.pg_company .home_pix.img_fit {
  max-width: 455px;
  width: 40%;
}
.company_introduction .txt {
  text-align: justify;
  letter-spacing: 0.075em;
  width: 51.6%;
}
span.name_campany {
  float: right;
  line-height: 6em;
}

.company_introduction .img {
  width: 48.4%;
}

/* sec2 */

.company_principle_box {
  background-color: #f3f9ff;
  border-radius: 20px;
  padding: 20px;
}
.company_principle_box_inner {
  background-color: #fff;
  border-radius: 10px;
  outline: 1px solid #3ca7d9;
  outline-offset: 10px;
}
.company_principle_box_inner {
  text-align: center;
  padding: 25px 40px;
  letter-spacing: 0.075em;
}
.pg_company div#sec2 {
  padding-top: 288px;
}
.pg_company div#sec2 .home_ttl1 {
  margin-bottom: 48px;
}
/* sec3 */
.pg_company div#sec3 {
  padding-top: 172px;
}
.pg_company .tbl tr {
  border: 1px solid #b2b2b2;
}
.pg_company .tbl th {
  width: 284px;
  font-family: Noto Sans JP;
  letter-spacing: 0.08em;
  text-align: left;
  font-weight: 400;
  padding: 11px 0px 11px 25px;
  background-color: #eeeeee;
}


.pg_company .tbl th {
  border-right: 1px solid #fff;
  vertical-align: top;
}
.pg_company .tbl td {
  padding-left: 33px;
  letter-spacing: 0.16em;
  line-height: 1.9;
  font-size: 15px;
}
.pg_company .tbl td a {
  color: #217cce;
  border-bottom: 1px solid #217cce;
}

/* sec4 */
.pg_company div#sec4 {
  padding-top: 179px;
}
.company_history {
  font-family: Noto Sans JP;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 2;
  margin-top: -25px;
}
.company_hsline {
  border-bottom: 1px solid #3ca7d9;
  padding: 12px 0;
}
.company_hsline {
  border-bottom: 1px solid #3ca7d9;
  padding: 23px 0;
}

span.conpany_enkaku:after {
  content: "｜";
  padding-right: 10px;
  padding-left: 10px;
}
.company_hsline:last-of-type {
  border-bottom: none;
}
.company_hsline {
  display: flex;
  flex-direction: row;
}

/* sec5 */
.pg_company div#sec5 {
  padding-top: 147px;
  padding-bottom: 46px;
}
.company_access {
  display: flex;
  justify-content: space-around;
  padding-top: 85px;
  gap: 30px;
  padding-bottom: 10px;
}
.company_access iframe {
  border-radius: 10px;
}
.common_white_box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.common_white_box1 {
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #3ca7d9;
  padding: 0 15px;
}
.white_box_text {
  padding: 27px 0 20px 0;
  text-align: center;
  letter-spacing: 0.075em;
}

iframe {
  border-radius: 10px;
  display: inline-block;
}
.map {
  padding-top: 50px;
}
.common_small_blue_box1 {
  width: 220px;
  text-align: center;
  background-color: #3ca7d9;
  border-radius: 30px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-49%, -50%);
  line-height: 1.8;
  font-size: 18px;
  font-family: Zen Old Mincho;
  letter-spacing: 0.075em;
}

@media(max-width:425px){
  .pg_company .tbl tr {
    display: flex;
    flex-direction: column;
  }
  .pg_company .tbl th, .tbl td {
    border: none;
    width: 100%;
  }
  .pg_company .tbl th {
    width: 100%;
  }
  .pg_company .tbl tr:nth-child(n+2) {
    border-top: none;
  }
  .pg_company .tbl th {
    padding-left: 15px;
  }
  .pg_company .tbl td {
    padding-left: 15px;
  }
  iframe {
    border-radius: 10px;
    display: inline-block;
    height: 300px;
  }
  .company_principle_box_inner {
    text-align: justify;
  }

}
@media(max-width:767px){
  .company_introduction {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .company_introduction .img {
    width: 100%;
  }
  .company_introduction .txt {
    text-align: justify;
    letter-spacing: 0.075em;
    width: 100%;
    padding-top: 25px;
  }
  .company_principle_box_inner {
    text-align: justify;
    padding: 15px;
  }
  .company_hsline {
    display: flex;
    flex-direction: column;
  }
  .company_access {
    display: flex;
    padding-top: 85px;
    gap: 40px;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
  }
  span.nowrap {
    white-space: nowrap;
  }
  .pg_company div#sec1 {
    padding-top: 0px;
  }
  .pg_company div#sec2 {
    padding-top: 80px;
  }
  .pg_company div#sec3 {
    padding-top: 100px;
  }
  .pg_company div#sec4 {
    padding-top: 100px;
  }
  .pg_company div#sec5 {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  iframe {
    padding-top: 0px;
  }

  .company_access {
    padding-top: 45px;
  }


}
@media(min-width:768px){
  .company_introduction .txt {
    padding-left: 20px;
  }
  .pg_company .tbl th {
    width: 150px;
  }
  span.conpany_enkaku {
    width: 145px;
  }

}

@media(max-width:1024px){

  .company_principle_box_inner {
    padding: 26px 20px;
    letter-spacing: 0.075em;
  }
  .pg_company div#sec2 {
    padding-top: 80px;
  }
}

@media(min-width:1024px){
  .company_introduction .txt {
    padding-left: 35px;
  }
  .pg_company .tbl th {
    width: 284px;
  }
  span.conpany_enkaku {
    width: 133px;
  }
  .pg_company div#sec2 {
    padding-top: 150px;
  }

}
@media(min-width:1200px){
  .company_introduction .txt {
    padding-left: 35px;
    margin-top: -6px;
  }
  .pg_company div#sec2 {
    padding-top: 288px;
  }
}

/* **********************************
 *  recruit
 * ********************************* */


.pg_recruit div#sec1 {
  padding-top: 149px;
}

.recruit_text1 {
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.075em;
}

.pg_recruit div#sec2 {
  padding-top: 170px;
}

.recruit_point_box {
  background-color: #f3f9ff;
  border-radius: 20px;
  padding: 20px;

}

.recruit_point_box_box_inner {
    background-color: #fff;
    border-radius: 10px;
    outline: 1px solid #3ca7d9;
    outline-offset: 10px;
    position: relative;
    text-align: center;
    padding: 14px 10px 27px 10px;
    font-size: 22px;
    font-family: Zen Old Mincho;
    font-weight: 400;
    letter-spacing: 0.075em;
}
.recruit_text3 {
  text-align: center;
  font-size: 16px;
  font-family: Noto Sans JP;
  font-weight: 400;
  line-height: 2.125;
  letter-spacing: 0.075em;
}
.recruit_text3.space3 {
  padding-top: 40px;
}
.recruit_point_box_box_inner {
  display: flex;
  flex-direction: column;
}
.recruit_point_text {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: left;
}
.recruit_point_text {
  padding-top: 14px;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.125;
}
span.recruit_indent_point:before {
  background-image: url(/img/recruit/ogp-img.jpg);
  content: "";
  padding-right: 22px;
  background-repeat: no-repeat;
}

/* sec2 */
div#sec2 .recruit_text1 {
  padding-top: 43px;
}
.recruit_text1.space {
  margin-top: -10px;
}

/* sec3 */
.pg_recruit div#sec3 {
  padding-top: 150px;
}

/* sec4 */
.pg_recruit div#sec4 {
  padding-top: 170px;
}
.recruit_select {
  display: flex;
}

.link_3 {
  max-width: 535px;
  width: 100%;
  font-size: 15px;
  padding: 15px;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 29px;
  background: #3ca7d9;
  color: #fff;
  position: relative;
}
.link_3:before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #fff;
  border-radius: 29px;
}

.link_3:after {
  font-size: 12px;
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.link_3:hover {
  background: #2f8ab5;
  opacity: 1;
}
.link_3:hover:after{
  right: 15px;
}
.link_4 {
  max-width: 535px;
  width: 100%;
  font-size: 15px;
  padding: 15px;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 29px;
  background: #fff;
  color: #000;
  position: relative;
  border: 1px solid #3ca7d9;
}
.link_4:before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #3ca7d9;
  border-radius: 29px;
}
.link_4:after {
  font-size: 12px;
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  color: #000;
}
.link_4:hover {
  background: #f3f9ff;
  opacity: 1;
}

.link_4:hover:after{
  right: 15px;
}

.pg_recruit div#sec4 .title1 {
  text-align: center;
  padding-top: 107px;
  padding-bottom: 52px;
}

.pg_recruit .space {
  padding-bottom: 1em;
}

.pg_recruit div#sec4 .home_ttl1 {
  margin-bottom: 29px;
}
.pg_recruit div#sec4 .title1 {
  text-align: center;
  padding-top: 98px;
  padding-bottom: 52px;
  font-family: Zen Old Mincho;
  font-size: 22px;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.pg_recruit .tbl tr {
  border: 1px solid #b2b2b2;
}

.pg_recruit .tbl th {
  width: 284px;
  font-family: Noto Sans JP;
  letter-spacing: 0.08em;
  text-align: left;
  font-weight: 400;
  padding: 11px 0px 11px 25px;
  background-color: #eeeeee;
}
.pg_recruit .tbl th {
  border-right: 1px solid #fff;
}
.pg_recruit div#sec4 .link_1 {
  max-width: 348px;
  width: 100%;
  font-size: 15px;
  padding: 15px;
  margin: 30px auto 0;
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 29px;
  background: #3ca7d9;
  color: #fff;
  position: relative;
}
.pg_recruit div#sec4 .home_links1 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 29px;
}
.pg_recruit .tbl td {
  padding-left: 33px;
  letter-spacing: 0.16em;
  line-height: 2;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 15px;
}
.pg_recruit .tbl th {
  vertical-align: top;
}
.pg_recruit .indent_text2 {
  line-height: 1.9em;
  padding-bottom: 4px;
}
.indent_text2.space {
  padding-top: 1.3em;
}

/* sec5 */
.pg_recruit div#sec5 {
  padding-top: 150px;
}
.pg_recruit .common_white_box {
  min-height: 170px;
}
@media(max-width:425px){
  .pg_recruit div#sec1 {
    padding-top: 35px;
  }
  .recruit_select {
    gap: 0px;
    flex-direction: column;
  }
  .pg_recruit .tbl tr {
    display: flex;
    flex-direction: column;
  }
  .pg_recruit .tbl th {
    width: 150px;
  }
  .pg_recruit .tbl th {
    border-right: none;
  }
  .pg_recruit .tbl th, .tbl td {
    border: none;
    width: 100%;
  }

  .pg_recruit .tbl tr:nth-child(n+2) {
    border-top: none;
  }

  .pg_recruit div#sec2 {
    padding-top: 80px;
  }

  .pg_recruit div#sec3 {
    padding-top: 80px;
  }
  .pg_recruit div#sec4 {
    padding-top: 80px;
  }
  .pg_recruit div#sec5 {
    padding-top: 80px;
  }
  .pg_recruit div#sec4 .home_links1 {
    padding-top: 10px;
  }
  .pg_recruit div#sec4 .title1 {
    padding-top: 60px;
  }
}
@media(max-width:767px){
  .recruit_text3 {
    text-align: justify;
  }

  .recruit_select{

  }
  .recruit_select a + a{
    margin-top: 0;
  }
  .pg_recruit div#sec4 .title1{
    padding-bottom: 30px;
  }
}

@media(min-width:768px){
  .pg_recruit .tbl th {
    width: 150px;
  }
}
@media(min-width:1024px){
  .pg_recruit .tbl th {
    width: 284px;
  }
}

@media(max-width:1200px){
  .recruit_select {
    display: flex;
    gap: 20px;
  }
}


@media(min-width:1200px){
  .pg_recruit div#sec4 .container {
    width: 1140px;
  }
}


/* **********************************
 *  
 * ********************************* */

@media(max-width:767px){

}
@media(min-width:768px){

}
@media(min-width:1024px){

}
@media(min-width:1200px){

}



