@charset "UTF-8";
/****************************************

リセットCSSここから

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333333;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*
Theme Name: ist2008
Description: 株式会社Ｉ・Ｓ・Ｔ
Theme URI: https://www.ist2008.co.jp
Version: 1.0
License: ist2008
License URI: https://www.ist2008.co.jp
*/
/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #303030;
  line-height: 1.7;
  background: #fff;
  letter-spacing: 0.06em;
  min-width: 1200px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}

/****************************************

フォント指定

*****************************************/
li, tt, tr, dt, dd, p {
  font-size: 1.6rem;
}

h1 {
  color: #303030;
  font-size: 3.4rem;
}

h2 {
  color: #303030;
  font-size: 2.6rem;
}

h3 {
  color: #73BB2B;
  font-size: 2.0rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  li, tt, tr, dt, dd, p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  h2 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

/****************************************

リンク指定

*****************************************/
a:link, a:visited {
  font-weight: normal;
  color: #303030;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover, a:active {
  font-weight: normal;
  color: #74bb2b;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  header {
    width: 100%;
    position: relative;
  }
  .header_top {
    max-width: 1870px;
    margin: auto;
  }
  .header_page {
    max-width: 1870px;
    margin: auto;
  }
  .header_toparea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    position: relative;
    padding: 0 10px;
  }
  .logo {
    width: 265px;
    height: 45px;
    margin-bottom: 10px;
  }
}

/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  header {
    display: block;
    width: 100%;
  }
  .logo a {
    display: block;
    width: 60%;
    margin: 10px auto;
  }
  .navi_box {
    display: none;
  }
  #toggle {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #74bb2b;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
    background: #f2344b;
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
    background: #f2344b;
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(116, 187, 43, 0.9);
    /*spナビ背景*/
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #F1F8E9 1px solid;
    /*spナビ下線*/
    cursor: pointer;
    color: #FFF;
    /*spナビ文字色*/
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #F1F8E9 1px solid;
    /*spナビ上線(1番上)*/
  }
  #sp_navi .menu-item a {
    display: block;
    padding: 15px 15px 14px;
    letter-spacing: 0.11em;
  }
  #sp_navi .menu-item span {
    display: inline-block;
    padding: 0px 17px;
    font-size: 1.0rem;
  }
  #sp_navi .menu-item a:active, #sp_navi .menu-item a:hover, #sp_navi .menu-item a:link, #sp_navi .menu-item a:visited {
    color: #FFF;
    /*spナビ文字色-カテゴリ*/
    font-weight: bold;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #F1F8E9 1px solid;
    /*オルガン上線(1番上)*/
  }
  #sp_navi .sub-menu li:first-child {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #FFF;
    background-color: rgba(242, 52, 75, 0.8);
    /*オルガン背景*/
  }
  #sp_navi .sub-menu li a:active, #sp_navi .sub-menu li a:hover, #sp_navi .sub-menu li a:link, #sp_navi .sub-menu li a:visited {
    color: #FFF;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #FFF;
    /*オルガン文字色(マウスオーバー)*/
    background: none;
    /*オルガン背景(マウスオーバー)*/
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: '';
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #CCC;
    /*カテゴリ矢印*/
    border-right: solid 3px #CCC;
    /*カテゴリ矢印*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
  #g_navi, .header_info {
    display: none;
  }
}

/****************************************

pc用 横ナビ

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi, #toggle {
    display: none;
  }
}

#g_navi {
  width: 100%;
  height: 55px;
  margin: 0px 20px 0px 10px;
}

#g_navi .menu {
  *zoom: 1;
  width: 100%;
  list-style-type: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu li {
  position: relative;
  width: 120px;
  text-align: center;
  line-height: 0;
}

#g_navi .menu li:nth-child(4) {
  width: 110px;
}

#g_navi .menu li:nth-child(5) {
  width: 150px;
}

#g_navi .menu li a {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 76px;
  left: 0%;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  margin: auto;
}

#g_navi .menu li:nth-child(4) ul a {
  width: 110px;
}

#g_navi .menu li:nth-child(5) ul a {
  width: 150px;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  width: 120px;
  padding: 13px 5px;
  border-top: 1px solid #FFF;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #74bb2b;
  color: #fff;
  font-weight: normal;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

#g_navi .menu li ul li a:hover {
  background: #f2344b;
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

ティーザー

*****************************************/
/* TOPスライダー共通 */
@media print, screen and (min-width: 768px) {
  #top_mv {
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
    margin: 0 auto;
  }
  .top_mv_img {
    position: absolute;
    width: 1920px !important;
    height: auto;
    top: 0;
    left: calc(50% - 960px);
  }
  .mv_txt {
    position: absolute;
    top: calc(50% - 92px);
    /*文字の高さ184/2=92px*/
    left: calc(50% - 443px);
    color: #FFF;
  }
  .mv_txt p {
    color: #FFF;
    font-size: 4.5rem;
    letter-spacing: 0.07em;
  }
  .mv_txt p span {
    font-size: 3.8rem;
  }
  .mv_txt p .mv_txt_r2 {
    display: block;
    font-size: 4.5rem;
    margin-left: 190px;
  }
  .teaser {
    width: 100%;
    height: 210px;
    text-align: center;
  }
  .teaser .teaser_bg {
    height: 210px;
    background: url(images/teaser_bg.jpg) top center no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .teaser .teaser_bg .teaser_txt {
    margin: 0 auto;
    text-align: center;
    width: 330px;
    padding: 23px 0 23px;
    background: rgba(0, 0, 0, 0.4);
  }
}

@media screen and (max-width: 767px) {
  #top_mv {
    width: 160%;
    margin: 0 0 0 -30%;
    overflow: hidden;
    position: relative;
  }
  #top_mv .mv_txt {
    position: absolute;
    top: calc(50% - 33px);
    left: calc(50% - 153px);
    color: #FFF;
  }
  #top_mv .mv_txt p {
    font-size: 2.0rem;
  }
  #top_mv .mv_txt p span {
    font-size: 1.6rem;
  }
  #top_mv .mv_txt p .mv_txt_r2 {
    display: block;
    font-size: 2.0rem;
    margin-left: 15px;
  }
  .teaser {
    width: 100%;
    height: 200px;
    text-align: center;
  }
  .teaser_bg {
    height: 200px;
    background: url(images/teaser_bg.jpg) center right 32% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .teaser_bg .teaser_txt {
    width: 75%;
    margin: 0 auto;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.4);
  }
  .teaser_bg .teaser_txt img {
    width: auto;
  }
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  margin: 0 auto 160px;
}

main#page_main {
  width: 1000px;
  margin: 0px auto 100px;
}

main#page_main_100pct {
  width: 100%;
  margin: 0 auto 100px;
}

main#page_main_voice {
  width: 1060px;
  margin: 0 auto 100px;
}

.breadcrumb_area {
  width: 100%;
  padding: 20px 0;
  text-align: right;
}

.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  padding: 0px 0;
}

.breadcrumb p {
  color: #303030;
  font-size: 1.6rem;
  line-height: 2.0;
}

.breadcrumb p a:link, .breadcrumb p a:visited {
  color: #303030;
  text-decoration: none;
}

.breadcrumb p a:hover, .breadcrumb p a:active {
  color: #f2344b;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  main#top_main {
    padding: 0 10px;
    margin: 0 auto 50px;
  }
  main#page_main {
    width: 100%;
    padding: 0 10px;
    margin: 0px auto 40px;
  }
  main#page_main_100pct {
    width: 100%;
    padding: 0 10px;
    margin: 0px auto 40px;
  }
  main#page_main_voice {
    width: 100%;
    padding: 0 10px;
    margin: 0px auto 40px;
  }
  .breadcrumb_area {
    padding: 0 10px;
    margin: 10px auto 10px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1.4rem;
  }
  .sp_none {
    display: none;
  }
}

/****************************************

contentトップ用

*****************************************/
/* 1カラム目 */
.top_box01 {
  width: 100%;
  height: auto;
  padding: 70px calc((100% - 1100px) / 2) 100px;
  margin: 0 auto;
  text-align: center;
}

.top_box01 .top_box01_tit {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 45px;
  position: relative;
}

.top_box01 .top_box01_tit span {
  color: #74bb2b;
}

.top_box01 .top_box01_tit:after {
  content: "GREETING";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  color: #f4f4f4;
  font-size: 14.0rem;
  font-weight: bold;
  width: 700px;
  height: 100px;
  z-index: -1;
}

.top_box02 {
  padding: 0px calc((100% - 1000px) / 2) 95px;
  text-align: center;
}

.top_box_tit {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.top_box_tit span {
  display: block;
  font-size: 1.4rem;
  color: #f2344b;
}

.top_box03 {
  height: auto;
  padding: 0px calc((100% - 1920px) / 2) 110px;
  margin: 0 auto;
}

.top_box03_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}

.top_box03_bnr a {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .top_box03_bnr a {
    width: 50%;
    height: 450px;
  }
}

.top_box03_bnr a figure {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .top_box03_bnr a figure {
    height: 450px;
  }
}

.top_box03_bnr a figure img {
  height: auto;
}

.top_box03_bnr a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.top_box03_bnr_inner {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 768px) {
  .top_box03_bnr_inner {
    margin: 0 50px;
    padding: 50px 80px;
  }
}

.top_box03_bnr_inner .top_box03_bnr_txt {
  border-top: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  padding: 70px 20px;
}

.top_box03_bnr_inner .top_box03_bnr_txt .top_box03_tit {
  font-size: 3.0rem;
  margin-bottom: 35px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}

.top_box03_bnr_inner .top_box03_bnr_txt .top_box03_tit span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.top_box03_bnr_inner .top_box03_bnr_txt p {
  font-size: 1.5rem;
}

.top_box04 {
  padding: 90px calc((100% - 1410px) / 2) 50px;
  background: linear-gradient(#e8e8e8 590px, #FFF 590px);
}

.top_box04_bnr {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .top_box04_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px;
  }
  .top_box04_bnr a {
    width: 32%;
    /* 450/1400 */
    height: auto;
    margin-right: 1.7%;
    /* 25/1400 */
  }
  .top_box04_bnr a:nth-child(3) {
    margin-right: 0;
  }
  .top_box04_bnr a img {
    width: 100%;
    height: auto;
  }
}

.top_box04_tit {
  font-size: 4.0rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.top_box04_tit:after {
  content: "I・S・T";
  position: absolute;
  top: 0px;
  right: 60px;
  color: #f0f0f0;
  font-size: 14.0rem;
  font-weight: bold;
  height: 110px;
  z-index: 0;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.top_box04_tit span {
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  color: #74bb2b;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.top_box05 {
  padding: 0px calc((100% - 1000px) / 2) 0px;
  text-align: center;
}

.top_box05 .top_box_tit {
  position: relative;
  padding-top: 40px;
  background: url(images/top_box05_tit.png) top center no-repeat;
  display: inline-block;
  margin-bottom: 40px;
}

.top_box05 .top_box_tit:before, .top_box05 .top_box_tit:after {
  content: "";
  position: absolute;
  top: 15px;
  width: 30px;
  border-top: #000 1px solid;
}

.top_box05 .top_box_tit:before {
  left: 60px;
}

.top_box05 .top_box_tit:after {
  right: 60px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 45px 0px 50px;
    text-align: left;
  }
  .top_box01 .top_box01_tit {
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  .top_box01 .top_box01_tit:after {
    bottom: -50px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    font-size: 6.0rem;
    width: 300px;
    height: 90px;
  }
  .top_box02 {
    padding: 0 0 40px;
  }
  .top_box02 iframe {
    height: 200px;
  }
  .top_box_tit {
    font-size: 2.0rem;
  }
  .top_box_tit span {
    font-size: 1.3rem;
  }
  .top_box03 {
    padding: 0px 0 50px;
  }
  .top_box03_bnr a figure img {
    height: 300px;
    width: auto;
  }
  .top_box03_bnr_inner {
    padding: 0 10px;
    margin: 0 10px;
  }
  .top_box03_bnr_inner .top_box03_bnr_txt {
    padding: 10px;
  }
  .top_box03_bnr_inner .top_box03_bnr_txt .top_box03_tit {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .top_box03_bnr_inner .top_box03_bnr_txt .top_box03_tit span {
    font-size: 1.6rem;
  }
  .top_box03_bnr_inner .top_box03_bnr_txt p {
    font-size: 1.3rem;
  }
  .top_box04 {
    padding: 40px 10px 40px;
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    background: #e8e8e8;
  }
  .top_box04_bnr img {
    margin-bottom: 10px;
  }
  .top_box04_tit {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .top_box04_tit:after {
    bottom: -50px;
    top: initial;
    right: 0;
    font-size: 6.0rem;
    height: 90px;
  }
  .top_box04_tit span {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .top_box05 {
    padding: 40px 0 0px;
  }
  .top_box05 .top_box_tit {
    margin-bottom: 30px;
  }
  .top_box05 .top_box_tit:before {
    left: 30px;
  }
  .top_box05 .top_box_tit:after {
    right: 30px;
  }
}

/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.txt560 {
  width: 520px;
}

.txt620 {
  width: 620px;
}

.txt1000 {
  width: 1000px;
}

.gray_bg {
  padding: 30px;
  background-color: #F2F1EC;
  text-align: center;
}

.green_bg {
  padding: 20px 30px;
  background-color: #F1F8E9;
}

.border_box {
  border: 12px solid #EEE;
}

@media screen and (max-width: 767px) {
  .flex, .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page_tit {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

.page_tit span {
  color: #72BA2B;
}

.page_txt {
  -webkit-box-shadow: 0px 0px 15px rgba(204, 204, 204, 0.5);
          box-shadow: 0px 0px 15px rgba(204, 204, 204, 0.5);
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

/* 02ご挨拶 */
@media print, screen and (min-width: 768px) {
  .greeting_box01 {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .greeting_box01 .greeting_box01_contents {
    height: 670px;
  }
  .greeting_box01 figure {
    width: 57.2%;
    position: absolute;
    left: calc(50% - 955px);
  }
  .greeting_box01 .page_txt {
    width: 48.9%;
    position: absolute;
    top: 10%;
    right: 0;
    padding: 40px 70px 20px 50px;
  }
  .greeting_box01 .page_txt .txt_right {
    margin-right: 25px;
  }
}

.greeting_box02 .greeting_box02_txt {
  background: url(images/greeting_img02.jpg) bottom right no-repeat;
  padding: 58px 40px;
  text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
  font-weight: 600;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.greeting_box02 .greeting_box02_txt li {
  font-size: 4.0rem;
}

.greeting_box02 .greeting_box02_txt li span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFCC33));
  background: linear-gradient(transparent 80%, #FFCC33 20%);
  padding-right: 5px;
  letter-spacing: 0.06em;
}

.greeting_box02 .greeting_box02_txt li .green {
  color: #72B927;
  letter-spacing: 0.01em;
}

.greeting_box02 .greeting_box02_txt p {
  font-size: 2.4rem;
}

/* 画面幅狭めた場合、画像と文章2段 */
@media screen and (max-width: 1760px) and (min-width: 768px) {
  .greeting_box01 .greeting_box01_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 1110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .greeting_box01 .greeting_box01_contents figure {
    position: initial;
    width: 1100px;
  }
  .greeting_box01 .greeting_box01_contents .page_txt {
    width: 1100px;
    top: initial;
    bottom: 0px;
  }
}

/* 03中子とは */
@media print, screen and (min-width: 768px) {
  .nakago_box01 {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .nakago_box01 .nakago_box01_contents .page_txt {
    width: 940px;
    position: absolute;
    top: 8%;
    right: 0;
    padding: 45px 70px 65px 50px;
  }
}

/* 07先輩の声 */
.voice_tit {
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #111;
}

/* 11.お問い合わせ */
#mail_form .green {
  color: #72B82C;
  font-size: 2.0rem;
}

/* フロー共通（矢印+bg枠）*/
.flow_box {
  padding: 30px 40px 30px 30px;
  background: #F6F6F6;
  line-height: 1.5;
  position: relative;
}

.flow_box:not(:last-of-type):before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #F6F6F6;
  z-index: 2;
}

.flow_box .subhead02 {
  padding: 10px 0 15px;
  margin-bottom: 15px;
}

.flow_box .subhead02 span {
  color: #FFF;
  background: #72BC2B;
  border-radius: 30px;
  font-size: 1.6rem;
  margin-right: 12px;
  padding: 2px 20px 4px;
  width: 100px;
  text-align: center;
}

/* 2列flex */
.two_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: auto;
}

.two_column_flex img, .two_column_flex p, .two_column_flex ul {
  width: 485px;
}

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

.two_column_flex img:nth-child(2n) {
  margin-right: 0;
}

.two_column_flex section:not(:nth-of-type(2n)) {
  margin-right: 30px;
}

.two_column_flex section:not(:last-child):not(:nth-last-child(2)) {
  margin-bottom: 40px;
}

.two_column_flex .subhead03 {
  margin-bottom: 10px;
}

/* 3列flex */
.three_column_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
  height: auto;
}

.three_column_flex img {
  width: 320px;
  margin-bottom: 10px;
}

.three_column_flex p, .three_column_flex ul {
  width: 320px;
  font-size: 1.4rem;
}

.three_column_flex h3 {
  margin-bottom: 10px;
}

.definition_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.definition_list dt {
  word-break: keep-all;
  background: #F1F8E9;
  width: 200px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 6px 20px;
}

@media screen and (min-width: 768px) {
  .gray_bg {
    width: 1000px;
    line-height: 2.0;
  }
  .gray_bg dt {
    font-size: 1.8rem;
  }
  .gray_bg dd {
    font-size: 1.5rem;
  }
  .page_1000 {
    width: 1000px;
    margin: 0 auto;
  }
  /*  */
  /* お問い合わせ共通 */
  #mail_form {
    text-align: center;
    padding: 0 calc((100% - 1000px) / 2);
  }
  /* 3列flex PC*/
  .three_column_flex div:not(:nth-of-type(3n)), .three_column_flex section:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
  .three_column_flex img:nth-child(3n) {
    margin-right: 0;
  }
  .three_column_flex div:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)), .three_column_flex section:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)) {
    margin-bottom: 20px;
  }
  /* 3列flex（テキスト）pc*/
  .three_column_flex_txt .three_column_flex img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .txt560, .txt620, .txt1000 {
    width: 100%;
  }
  .gray_bg {
    padding: 20px;
  }
  .gray_bg dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .gray_bg dd {
    font-size: 1.4rem;
    text-align: left;
  }
  .green_bg {
    padding: 20px;
  }
  .border_box {
    border: 8px solid #EEE;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  /* 幅100%共通（背景画像有用） */
  ._box01 {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding: 0px 10px;
  }
  /* 02ご挨拶 */
  .page_tit {
    font-size: 2.0rem;
  }
  .page_txt {
    padding: 20px 10px;
  }
  .greeting_box02 .greeting_box02_txt {
    padding: 20px 20px 130px;
  }
  .greeting_box02 .greeting_box02_txt li {
    font-size: 2.6rem;
  }
  .greeting_box02 .greeting_box02_txt p {
    font-size: 2.0rem;
    padding-top: 10px;
  }
  /* 07先輩の声 */
  .voice_tit {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  /*フロー共通sp*/
  .flow_box {
    padding: 20px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .flow_box .subhead02 {
    padding: 5px 0 10px;
  }
  .flow_box .subhead02 span {
    font-size: 1.4rem;
    margin-right: 10px;
  }
  /* リスト共通（画像付きマーカー）sp */
  .icon_list li {
    width: 100%;
    font-size: 1.5rem;
    /* padding: 10px 0px 10px 50px; */
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .icon_list li:nth-last-child(2) {
    margin-bottom: 5px;
  }
  /* .icon_list li::before {
      top: 0.8em;
  } */
  /* 定義リスト */
  .definition_list {
    margin-bottom: 20px;
    display: block;
  }
  .definition_list dt {
    width: auto;
    margin-right: 0px;
  }
  .definition_list dd {
    margin-left: 10px;
  }
  /* 2列flex sp*/
  .two_column_flex section {
    width: 48%;
  }
  .two_column_flex img, .two_column_flex p, .two_column_flex ul {
    width: 100%;
  }
  .two_column_flex img:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 2%;
  }
  .two_column_flex img:nth-child(2n) {
    margin-right: 0;
  }
  .two_column_flex section:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  .two_column_flex section:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 2%;
  }
  /* 2列flex 幅100%（テキスト）*/
  .two_column_flex_txt .two_column_flex section {
    width: 100%;
    margin-bottom: 20px;
  }
  .two_column_flex_txt .two_column_flex section:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 20px;
  }
  .two_column_flex_txt .two_column_flex section:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  /* 3列flex sp*/
  .three_column_flex div, .three_column_flex section {
    width: 49%;
  }
  .three_column_flex img, .three_column_flex p {
    width: 100%;
    font-size: 1.3rem;
  }
  .three_column_flex img:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_flex img:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 2%;
  }
  .three_column_flex img:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_flex div, .three_column_flex section {
    margin-right: 0%;
  }
  .three_column_flex div:not(:nth-of-type(2n)), .three_column_flex section:not(:nth-of-type(2n)) {
    margin-right: 2%;
  }
  .three_column_flex div:not(:last-child), .three_column_flex section:not(:last-child) {
    margin-bottom: 2%;
  }
  .three_column_flex div:last-child, .three_column_flex section:last-child {
    margin: 0 auto;
    /* 3列flex 最終行中央揃え（画像数が奇数の場合）*/
  }
  /* .three_column_flex div:not(:last-child):not(:nth-last-child(2)):not(:nth-last-child(3)){
      margin-bottom: 2%;
  } */
  /* 3列flex 幅100%（テキスト）*/
  .three_column_flex_txt .three_column_flex div, .three_column_flex_txt .three_column_flex section {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
  }
  .three_column_flex_txt .three_column_flex img {
    margin-bottom: 2%;
    width: auto;
    max-width: 100%;
  }
  .three_column_flex_txt .three_column_flex p {
    text-align: left;
    padding: 0 10px;
  }
  /* 2列投稿 sp*/
  .two_column_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .two_column_parts {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .two_column_post .two_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .two_column_img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #CCC;
    background-color: #FFF;
  }
  .two_column_parts figure {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .two_column_parts figure img {
    /* position: absolute; */
    /* width: auto; */
    width: 100%;
    height: 100%;
    /* top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); */
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  /* 3列投稿 sp*/
  .three_column_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .three_column_parts {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .three_column_post .three_column_parts:nth-child(2n) {
    margin-right: 0;
  }
  .three_column_img {
    width: 100%;
    height: 120px;
    margin-bottom: 10px;
  }
  .three_column_parts figure {
    /* position: relative; */
    width: 100%;
    height: 120px;
    overflow: hidden;
  }
  .three_column_parts figure img {
    /* position: absolute; */
    width: 100%;
    /* width: auto; */
    height: 100%;
    /* top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); */
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  /* 最終行中央揃え（画像数が奇数の場合）*/
  .three_column_post :last-child {
    margin: 0 auto;
  }
  .three_column_post .subhead01 {
    font-size: 1.6rem;
    /* margin-bottom: 20px; */
  }
  /* .three_column_post .subhead01:after{
      bottom: -8px;
  } */
}

/****************************************

sidebar/aside

*****************************************/
aside {
  margin: 0 auto;
}

.bottom_box {
  padding: 0px calc((100% - 1920px) / 2) 0px;
  background: url(images/bottom_box_bg.jpg) top center no-repeat;
  background-size: cover;
}

.bottom_box .bottom_box_txt {
  padding: 40px calc((100% - 550px) / 2) 60px;
}

.bottom_box .bottom_box_txt p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #FFF;
}

.bottom_box .bottom_box_txt .bottom_box_tit {
  position: relative;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.bottom_box .bottom_box_txt .bottom_box_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.bottom_box .bottom_box_txt .bottom_box_tel span {
  font-size: 2.3rem;
  font-weight: 500;
  margin-right: 10px;
}

@media print, screen and (min-width: 768px) {
  .bottom_box {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bottom_box {
    width: 100%;
    height: auto;
    background: url(images/bottom_box_bg.jpg) top center no-repeat;
  }
  .bottom_box .bottom_box_txt {
    padding: 20px 30px;
  }
  .bottom_box .bottom_box_txt .bottom_box_tit {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .bottom_box .bottom_box_txt .bottom_box_tel {
    font-size: 2.4rem;
  }
  .bottom_box .bottom_box_txt .bottom_box_tel span {
    font-size: 1.9rem;
  }
}

/****************************************

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb200 {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60, .mb70, .mb80, .mb90, .mb100, .mb110, .mb120, .mb130, .mb140, .mb200 {
    margin-bottom: 50px;
  }
}

/****************************************

テーブル

*****************************************/
/* 04設備紹介 */
.equipment_table {
  width: 100%;
  border-collapse: collapse;
}

.equipment_table th {
  width: 60%;
  line-height: 2.0;
  padding: 8px 20px 9px;
  font-size: 1.6rem;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: middle;
  background-color: #EEE;
  font-weight: normal;
  word-break: keep-all;
}

.equipment_table td {
  width: 40%;
  line-height: 2.0;
  padding: 8px 20px 9px;
  font-size: 1.6rem;
  border: 1px solid #CCC;
  background-color: #FFF;
}

/* 08募集要項 */
.essentials_table {
  width: 100%;
  border-collapse: collapse;
}

.essentials_table th {
  width: 32%;
  padding: 8px 20px 9px;
  color: #333;
  font-weight: normal;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: text-top;
  background-color: #EEE;
}

.essentials_table td {
  width: 68%;
  padding: 8px 20px 9px;
  color: #333;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: text-top;
  background-color: #FFF;
}

/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th {
  width: 32%;
  padding: 8px 20px 9px;
  color: #333;
  font-weight: normal;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: text-top;
  background-color: #EEE;
}

.overview_table td {
  width: 68%;
  padding: 8px 20px 9px;
  color: #333;
  border: 1px solid #CCC;
  text-align: left;
  vertical-align: text-top;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .equipment_table th {
    padding: 10px 13px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .equipment_table td {
    padding: 10px 13px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .essentials_table th, .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 13px;
    border-bottom: none;
  }
  .essentials_table td, .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 13px;
  }
  .essentials_table tr:not(:last-child) td, .overview_table tr:not(:last-child) td {
    margin-bottom: 15px;
  }
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #FF0000;
}

@media print, screen and (min-width: 768px) {
  .txt_center_pc {
    text-align: center;
  }
}

/****************************************

ボタン

*****************************************/
/* 赤ボタン1 */
.btn01 {
  position: relative;
  width: 300px;
  background: #f2344b;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 0px -5px #d2d2d2;
          box-shadow: 0px 10px 0px -5px #d2d2d2;
}

.btn01 a {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn01 a:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn01:hover {
  background: #74bb2b;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

@media print, screen and (min-width: 768px) {
  #top_main .btn01 a {
    font: size 1.9rem;
  }
}

/* 緑ボタン2 */
.btn02 {
  position: relative;
  width: 300px;
  background: #74bb2b;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 0px -5px #d2d2d2;
          box-shadow: 0px 10px 0px -5px #d2d2d2;
}

.btn02 a {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px 10px;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn02 a:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn02:hover {
  background: #f2344b;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* aside用 ボタン3 */
.btn03 {
  position: relative;
  width: 480px;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #FFF;
}

.btn03 a {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn03 a:after {
  position: absolute;
  content: '';
  right: 20px;
  top: 44%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.btn03:hover {
  background: rgba(116, 187, 43, 0.6);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/* トップページ　中央 */
.btn_center p {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .btn01, .btn02, .btn03 {
    width: 100%;
    margin-bottom: 10px;
  }
  .btn01 a, .btn02 a, .btn03 a {
    font-size: 1.5rem;
    padding: 13px 13px 11px;
    text-align: center;
  }
  .btn03 a:after {
    top: 62%;
  }
  .btn01 {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
  text-align: left;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.form_label {
  width: 300px;
  font-weight: bold;
}

.form_row_address_row .form_label {
  font-weight: normal;
}

.form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form input[type="radio"] {
  border-radius: 10px;
}

.wpcf7-list-item-label {
  vertical-align: text-top;
  /* ラジオボタン文字位置 */
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.4rem;
}

.form_row .last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.tc {
  text-align: center;
}

.form_row_post {
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.form_row_address_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #f2344b;
  background-color: #f2344b;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fcabb4;
  color: #FFF;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .ajax-loader {
    width: auto;
    height: auto;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_input {
    width: 100%;
  }
  .form_row_address_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_row_post {
    padding: 0 0 20px 0;
  }
}

/* End Hack */
/****************************************

追加用

*****************************************/
/****************************************

タイトル

*****************************************/
/* 下層ページ共通見出し */
/* 装飾文字付 */
.headline {
  color: #EDEDED;
  font-size: 8.4rem;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: bold;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.2;
}

.headline span {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.06em;
}

/* 下線(文字中央) */
.subhead01 {
  text-align: left;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: #73BB2B 2px solid;
}

/* 下線(文字中央) */
.subhead02 {
  text-align: left;
  color: #000;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: #73BB2B 2px solid;
}

.subhead02 .small {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 20px;
}

/* bg色 */
.subhead03 {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 10px;
  text-align: center;
  background: #76BB2C;
  padding: 7px;
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 4.0rem;
  }
  .headline span {
    bottom: 0px;
    font-size: 2.0rem;
  }
  .subhead01 {
    font-size: 2.0rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .subhead02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .subhead02 .small {
    font-size: 1.4rem;
    margin-left: 15px;
  }
  .subhead03 {
    font-size: 1.6rem;
    padding: 5px;
  }
}

/****************************************

news,blog トップ用

*****************************************/
/* 新着トップ */
#blog_top {
  width: 100%;
  height: auto;
  overflow-y: scroll;
  height: 190px;
  padding-right: 10px;
  margin-bottom: 50px;
}

#blog_top_parts {
  width: 100%;
  padding: 20px 0px 14px;
  border-bottom: 1px dashed #303030;
  font-size: 1.5rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#blog_top_parts:first-child {
  padding: 0px 0px 14px;
}

#blog_top_parts time {
  margin-right: 25px;
  font-weight: bold;
  color: #f2344b;
  margin-top: 5px;
}

#blog_top_parts .tag {
  margin-right: 25px;
  width: 120px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 3px;
  text-align: center;
  letter-spacing: 0.11em;
  max-height: 35px;
  text-transform: uppercase;
}

#blog_top_parts .news {
  background: #f9ec23;
}

#blog_top_parts .blog {
  background: #000;
  color: #fff;
}

#blog_top_parts a {
  text-decoration: none;
  font-size: 1.6rem;
}

#blog_top_parts .blog_list_tit {
  width: 710px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #blog_top {
    margin-bottom: 20px;
    height: 220px;
  }
  #blog_top_parts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.3rem;
  }
  #blog_top_parts time {
    margin-right: 20px;
  }
  #blog_top_parts .tag {
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 6px 3px;
  }
  #blog_top_parts a {
    font-size: 1.3rem;
  }
}

/****************************************

投稿 下層用

*****************************************/
/* デフォルト投稿 */
.position_relative {
  position: relative;
}

.post_banner p {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  /* デフォルト投稿 pc*/
  .blog_post_parts figure {
    width: 400px;
    height: 310px;
    overflow: hidden;
  }
  .blog_post_parts figure img {
    width: 400px;
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .blog_post_parts .subhead02 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  /* デフォルト投稿 sp */
  .position_relative {
    position: static;
  }
  .post_banner p {
    position: static;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
  }
  .blog_post_parts {
    padding: 20px;
    border: 1px solid #73BB2B;
    background-color: #EEE;
  }
  .blog_post_parts figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .blog_post_parts .subhead02 {
    margin-bottom: 15px;
  }
}

/****************************************

single.php

*****************************************/
#single_box {
  padding: 0 calc((100% - 1030px) / 2);
}

#single_box .headline {
  left: 0;
  font-size: 2.8rem;
}

#single_box .headline span {
  position: initial;
}

#single_box img {
  max-width: 1030px;
  padding: 10px 0;
  height: auto;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  font-size: 100%;
  text-align: center;
}

.nav-below p {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  #single_box .headline span {
    font-size: 2.0rem;
  }
  #single_box img {
    max-width: 100%;
    padding: 10px 0;
  }
}

/****************************************

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 0px 0 40px;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: 767px) {
  .pager {
    padding: 0px 0 30px;
  }
}

/****************************************

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: 25%;
    background: #74bb2b;
    border-top: 1px solid #FFF;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #FFF;
  }
  .sp_bana div:nth-child(3) img {
    height: 28px;
  }
  .sp_bana div img {
    width: auto;
    margin-bottom: 7px;
    height: 30px;
  }
  .sp_bana div p {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    word-break: keep-all;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .copyright {
    padding: 5px 0 65px;
    text-align: center;
    background: #74bb2b;
    color: #FFF;
    font-size: 0.9rem;
  }
  .sp_footer_content {
    padding: 10px 10px 20px;
    text-align: center;
  }
  .sp_footer_content .pagetop {
    position: fixed;
    z-index: 4;
    right: 5px;
    bottom: 90px;
    display: none;
  }
  .sp_footer_content .pagetop img {
    width: 30px;
    height: auto;
  }
  #sp_footer .logo a {
    width: 70%;
    margin: 0 auto;
  }
}

/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: fixed;
    z-index: 4;
    right: 10px;
    bottom: 40px;
    display: none;
  }
  .footer_box {
    padding: 40px calc((100% - 1000px) / 2);
    height: 220px;
  }
  .footer_box .footer_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_link dl {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_link dl:not(:last-child) {
    margin-right: 80px;
  }
  .footer_link dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }
  .footer_link dt:before {
    position: absolute;
    /*ページリンク前の装飾*/
    content: '';
    top: 40%;
    left: -22px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #f2344b;
    border-right: 2px solid #f2344b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer_link dt a {
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
  }
  .footer_link dd a {
    text-decoration: none;
    font-size: 1.4rem;
  }
  .copyright_area {
    text-align: center;
    background-color: #74bb2b;
    padding: 6px 0 7px;
  }
  .copyright_area p {
    color: #FFF;
    font-size: 1.0rem;
    font-weight: normal;
  }
}
/*# sourceMappingURL=style.css.map */