@charset "UTF-8";
/* Theme Name: tenku */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

body {
  font-size: 14px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------- 固定 ---------------------------------------*/

/*------------- header -------------*/

.header {
  z-index: 1111;
  height: 80px;
  position: fixed;
  width: 100%;
  padding: 15px 30px;
  top: 0;
  background: #fff;
}

.header_heading {
  position: relative;
  z-index: 1111;
  float: left;
}

.header_heading a {
  text-align: left;
  display: block;
}

.header_heading a h1 {
  margin-bottom: 0;
}

img.header_heading_logo {
  max-width: 190px;
  float: left;
  margin-right: 10px;
}

.header_navi {
  margin: 0;
  float: right;
}

ul.header_navi_list {
  font-size: 13px;
  margin-top: 13px;
  margin-right: 15px;
}

li.header_navi_list_item {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.header_navi_list a:hover {
  color: #235435;
}

a.header_rsrv:hover {
  background: #666;
}

/* 下層header */

.header .lower-navi {
  text-align: right;
  margin: 0;
}

ul.lower-navi_list {
  margin: 15px;
}

.header .lower-navi_list {
  font-size: 1.4rem;
}

.header .lower-navi_list_item {
  display: inline-block;
}

.header .lower-navi_list_item:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  color: #000;
}

.header .lower-navi_list_item:last-child:after {
  display: none;
}

.header .lower-navi_list_item a {
  color: #fff;
}

@media screen and (max-width: 979px) {
  .header {
    height: 60px;
    padding: 5px;
    position: fixed;
  }
  .header_heading, .header_navi-top {
     display: none;
  }
  .header_navi {
    display: none !important;
  }
  .header .header_navi_list_item:after {
    margin: 0 5px;
  }
  .header .lower-navi {
    display: none;
  }
  .header .lower-navi_list_item:after {
    margin: 0 5px;
  }
  img.header_heading_logo {
    max-width: 150px;
    margin: 5px 5px 5px 10px;
  }
  .top .main-visual {
    margin-top: 60px;
  }
}

/* 言語切り替え */

.gtranslate_wrapper {
  width: 105px;
  float: right;
  margin-top: 10px;
}

a.gt_switcher-popup span {
  font-size: 13px;
}

a.glink span {
  font-size: 13px!important;
}

@media screen and (max-width: 979px) {
  .gtranslate_wrapper {
    margin-right: 50px;
  }
}

/* トグルメニュー */

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

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 979px) {
  .drawer-hamburger {
    display: block;
    width: 30px;
    border-radius: 30px;
    padding: 18px 10px 25px 15px;
    margin: 5px 8px;
  }
  .drawer_logo a h1 {
    margin: 0;
  }
  .drawer_logo a h1 p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
  }
  .drawer_logo a h1 p span {
    font-size: 8px;
  }
  .drawer_logo a p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0px;
    float: left;
    font-weight: 600;
  }
  .drawer_logo a p span {
    font-size: 8px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    height: 1.5px;
  }
}

.drawer-hamburger-icon {
  margin-top: 7px!important;
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #235435;
}

.drawer-nav {
  width: 18rem;
}

.drawer--right .drawer-nav {
  right: -18rem;
  font-size: 1.4rem;
  padding: 15px 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 18rem;
}

.drawer-menu-item {
  color: #000;
  font-size: 13px;
}

ul.drawer-menu {
  margin: 10px;
}

ul.drawer-menu li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
}

ul.drawer-menu li::before {
  content: '\203A';
  position: relative;
  color: #ccc;
  float: left;
  padding-right: 5px;
  font-weight: 600;
}

ul.drawer-menu li::last-child {
  border: none;
}

/*------------- footer -------------*/

.footer {
  background: #235435;
  color: #fff;
}

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px;
}

.footer_container::after {
  clear: both;
  content: "";
  display: block;
}

img.footer_heading_logo {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 30px;
  display: block;
}

.footer_container p {
  text-align: center;
  margin-bottom: 13px;
}

a.footer-insta {
  color: #fff;
  font-size: 36px;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}

.footer_navi_list1, .footer_navi_list2 {
  width: 50%;
  float: left;
}

.footer_navi_list_item {
  margin-bottom: 5px;
}

.footer_navi_list_item::before {
  content: '－';
  color: #fff;
  padding-right: 8px;
}

.footer_navi_list_item a {
  font-size: 13px;
  color: #fff;
}

.footer_navi_list_item a:hover {
  color: #ccc;
}

.footer_navi_list1 ul, .footer_navi_list2 ul {
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 60px 15px 45px;
  }
  img.footer_heading_logo {
    max-width: 200px;
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    float: none;
  }
  .footer_navi_list1, .footer_navi_list2 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .footer_navi_list1 {
    margin-top: 30px;
  }
}

.copy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #fff;
  color: #235435;
  font-size: 16px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 979px) {
  .copy {
    padding-top: 30px;
    padding-bottom: 35px;
  }
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

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

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

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

.btn-ptn-01 {
  line-height: 1.4;
}

.btn-ptn-01 a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px 10px;
  max-width: 200px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 979px) {
  .home .btn-ptn-01 {
    margin-top: 30px !important;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 979px) {
  .btn-ptn-01 a {
    font-size: 12px;
    max-width: 180px;
  }
}

.heading-ptn-01 {
  position: relative;
  padding: 0 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01 {
    margin-bottom: 15px;
  }
}

.heading-ptn-01:before, .heading-ptn-01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.heading-ptn-01:before {
  left: 0;
}

.heading-ptn-01:after {
  right: 0;
}

.heading-ptn-01_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 60px;
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01_txt {
    padding: 0 15px;
    font-size: 1em;
    background: #fff;
    padding-bottom: 2px;
  }
}

.heading-ptn-02 {
  font-size: 24px;
  border-left: 10px solid #235435;
  padding: 5px 0 5px 15px;
  margin-bottom: 2em;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.home .heading-ptn-02 {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .heading-ptn-02, .lower-container p.heading-ptn-02 {
    border-left: 7px solid #235435;
    font-size: 20px;
    padding: 5px 0 5px 10px;
  }
  .h2_bg .heading-ptn-02 {
    border-left: 0;
  }
}

.heading-ptn-03 {
  color: #235435;
  font-size: 20px;
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #EFEFEF;
}

@media screen and (max-width: 979px) {
  .heading-ptn-03 {
    margin-top: 1em;
    padding: 10px 10px;
    font-size: 20px;
  }
}

/*--------------------------------------- トップページ ---------------------------------------*/

.top_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 5px 120px;
}

.top_container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top_container {
    padding: 80px 15px 60px;
  }
}

/*------------- トップ部分 -------------*/

/*
@font-face {
  font-family: "slick";
  src:
    url("./assets/fonts/slick.woff") format("slick"),
}
*/

.top .main-visual {
  height: 600px;
  background-image: url('./assets/img/top_img.jpg');
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  margin-top: 80px;
}

.main-visual-words {
  top: 120px;
  position: relative;
  width: 100%;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  padding-right: 200px;
  padding-left: 200px;
}

p.main-visual-words1 {
  font-size: 36px;
  line-height: 1.4;
  padding-left: 45px;
  font-weight: 600;
}

p.main-visual-words2 {
  font-size: 18px;
}

@media screen and (max-width: 979px) {
  .top .main-visual {
    height: 500px;
    background-position: center;
    background-attachment: inherit;
    margin-top: 60px;
  }
  .main-visual-words {
    top: 80px;
    padding-right: 50px;
    padding-left: 50px;
  }
  p.main-visual-words1 {
    font-size: 32px;
    padding-left: 30px;
  }
  p.main-visual-words2 {
    font-size: 16px;
  }
}

/*------------- CONCEPT -------------*/

.top-concept-img {
  width: 50%;
  float: right;
}

img.top-concept-img1 {
  width: 100%;
  max-width: 350px;
  left: 30px;
  position: relative;
}

img.top-concept-img2 {
  width: 100%;
  max-width: 250px;
  float: right;
  margin-top: 70px;
}

.top-concept-txt {
  width: 50%;
  float: left;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-right: 80px;
  margin-top: 80px;
}

.top-concept-txt p {
  text-align: start;
  line-height: 2;
  font-size: 16px;
}

p.top-conpept-h {
  font-size: 28px;
  font-weight: 600;
  padding-left: 30px;
}

.top-concept::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-concept-img, .top-concept-txt {
    width: 100%;
    float: none;
    text-align: center;
  }
  img.top-concept-img1 {
    max-width: 250px;
    position: relative;
    display: block;
    left: 30px;
  }
  img.top-concept-img2 {
    max-width: 180px;
    margin-top: 40px;
    right: 30px;
    position: relative;
  }
  .top-concept-txt {
    padding-right: 0px;
    padding-top: 50px;
    float: none;
    text-align: center;
    font-feature-settings: initial;
  }
  .top-concept-txt p.top-conpept-h {
    font-size: 24px;
    padding-left: 20px;
  }
  .top-concept-txt p {
    line-height: 1.8;
    font-size: 15px;
  }
}

/*------------- LINKS1-2 -------------*/

.top-links .top_container {
  padding-top: 0;
}

.top-link1, .top-link3 {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.top-link2, .top-link4 {
  width: 50%;
  float: right;
  padding-left: 15px;
}

.top-links h2.top_heading, .top-links2 h2.top_heading {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 45px;
  font-weight: 600;
  text-align: left;
}

.top-links::after, .top-links2::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-links h2.top_heading, .top-links2 h2.top_heading {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 550px) {
  .top-link1, .top-link2, .top-link3, .top-link4 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .top-link1 ,.top-link3 {
    padding-bottom: 30px;
  }
}

/*------------- TIE -------------*/

.top-tie {
  height: 450px;
  background-image: url('./assets/img/tie.jpg');
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 979px) {
  .top-tie {
    height: 220px;
    background-attachment: inherit;
  }
}

/*------------- INFO -------------*/

.top-info {
  background-image: url('./assets/img/bg.jpg');
  background-size: cover;
  background-position: bottom;
}

.top-info .top_container h2.top_heading {
  float: left;
  width: 20%;
  writing-mode: vertical-lr;
  font-size: 28px;
  font-weight: 600;
}

.top_info-box {
  float: right;
  width: 80%;
  text-align: left;
}

/* 投稿表示 */

.post-archive_item {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.post-archive_item_info {
  float: left;
  margin-right: 30px;
}

.post-archive_item::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-info .top_container h2.top_heading {
    width: 15%;
  }
  .top_info-box {
    width: 85%;
  }
  .top-info .top_container h2.top_heading {
    font-size: 24px;
  }
}

/* アーカイブ */

.category .post-archive_item {
  border-bottom: 3px dotted #9993;
  margin-bottom: 30px;
  padding-bottom: 15px;
}


/* 投稿内 */

.single-post .post-archive_item_info_time {
  margin-bottom: 3em;
  display: inline-block;
}

@media screen and (max-width: 979px) {
}

/*------------- BOTTOM -------------*/

.bottom-message {
  background-image: url('./assets/img/bottom.jpg');
  background-size: cover;
  background-position: bottom;
}

.bottom-message p {
  writing-mode: vertical-lr;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 3;
}

.bottom-message::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .bottom-message {
    background-position: 80% 50%;
  }
  .bottom-message p {
    font-size: 16px;
    line-height: 2.5;
    margin-left: 30px;
  }
}

/*------------- xxx -------------*/

@media screen and (max-width: 979px) {
}

/*--------------------------------------- 下層ページ ---------------------------------------*/

.lower-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media screen and (min-width: 980px) {
  .lower-container {
    margin-top: 50px;
  }
}

.lower-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .lower-container {
    padding: 0 15px;
    margin-bottom: 60px;
    margin-top: -30px;
  }
}

#breadcrumb {
  padding: 0 0 20px;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 979px) {
  #breadcrumb {
    padding: 10px 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}

#breadcrumb a, #breadcrumb span {
  display: inline-block;
}

#breadcrumb a:after {
  content: "/";
  color: #adadad;
  margin: 0 10px;
}

@media screen and (max-width: 979px) {
  #breadcrumb a:after {
    margin: 0 5px;
  }
}

.h2_bg h1 {
  color: #fff;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 80px;
  font-size: 36px;
  border-left: none;
  background-image: url('./assets/img/tie.jpg');
  background-size: cover;
  background-position: center;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px;
}

@media screen and (max-width: 979px) {
  .h2_bg h1 {
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
  }
  table {
    font-size: 13px;
  }
}

a {
  word-break: break-all;
}

p.lower-heading {
  font-size: 26px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 45px;
  border-left: solid #235435 8px;
  padding-left: 20px;
}

@media screen and (max-width: 979px) {
  p.lower-heading {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.5;
  }
}

.lower .top-contact {
  margin-top: 100px;
}

@media screen and (max-width: 979px) {
  .lower .top-contact {
    margin-top: 80px;
  }
}

/*------------- 投稿 -------------*/

.archive .post-archive {
  margin-top: 3em;
}

ul.tag-list li.cat-item {
  display: inline-block;
}

ul.tag-list li.cat-item-1 a {
  display: none;
}

ul.tag-list li.current-cat ul.children li a, ul.tag-list li.cat-item-1 ul.children li a {
  display: inline;
  color: #fff;
  background: #235435;
  border-radius: 30px;
  padding: 5px 15px;
  margin-right: 5px;
  font-weight: 600;
  line-height: 2.5;
}

/* pagination */

.pagination {
  text-align: center;
  font-size: 20px;
  margin-top:30px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  color: #235435;
  font-weight: 600;
  font-size: 24px;
}

.pagination a {
  border-bottom: 2px solid #235435;
}

.pagination a:hover {
  color: #666;
}

/* ページ内 */

.single-post h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  margin-top: 30px;
}

.single-post h4 {
  margin-top: 30px;
}

.single_content p a {
  border-bottom: 3px dotted #235435;
}

.single-post .single_content a {
  border-bottom: 3px dotted #235435;
}

@media screen and (max-width: 979px) {

}

/* バナー */

.banner {
  margin-top: 120px;
}

/*------------- 天空ファームとは -------------*/

.lower-bg {
  background-image: url('./assets/img/concept/bg.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.lower-bg p.lower-ac {
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 24px;
}

.concept-img {
  display: flex;
}

.concept-img img {
  width: 33.333333333333333333333%;
  padding: 5px;
}

.page-template-page-concept p.heading-ptn-03 {
  color: #235435;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  border-bottom: dotted #9993 3px;
  background: transparent;
  padding: 0 0 5px 0;
}

@media screen and (max-width: 979px) {
  .lower-bg p.lower-ac {
    font-size: 20px;
  }
  .concept-img img {
    padding: 2.5px;
  }
  .page-template-page-concept p.heading-ptn-03 {
    font-size: 18px;
  }
}

/*------------- 会社紹介 -------------*/

table.company tr th {
  width: 200px;
  margin-bottom: 3px;
  font-weight: 600;
  text-align: left;
  background: #9993;
  padding: 5px 15px;
  border-top: 1px solid #a6a6a6;
  border-right: 1px solid #a6a6a6;
}

table.company tr td {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
}

table.company {
  border-right: 1px solid #ddd;
  border-left: 1px solid #a6a6a6;
}

table.company a {
  color: #235435;
}

.staff-img div {
  width: 33.333333333333333333333%;
  float: left;
  padding: 5px;
}

.staff-img div p {
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  table.company tr th {
    width: 100px;
    padding: 5px 10px;
  }
  table.company tr td {
    padding: 10px 10px;
  }
  .staff-img div {
    width: 50%;
    padding: 2.5px;
  }
}

/*------------- お問合せ -------------*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

dl.cf dd.name {
  float: left;
  width: auto;
}

dl.cf dd.know {
  margin-top: 0.5em;
}

dl.cf dd.know span.wpcf7-list-item {
  display: block;
}

dl.cf dt {
  font-size: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm, form.wpcf7-form input.wpcf7-back {
  background: #235435;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #ccc;
}

form.wpcf7-form .required {
  color: #fff;
  background: #c1272d;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #999!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #999!important;
}

.ui-widget {
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;}

.ui-widget-header {
  border: 0!important;
  background: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none!important;
}

.wpcf7-response-output {
  display: none;
}

.page-template-page-contact .company ul {
  margin-left: 0!important;
}

/* フォーム外 */

.tel-link a {
  background: #235435;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.tel-link {
  line-height: 3!important;
}

/*------------- サイトマップ -------------*/

ul.sitemap-1st {
  list-style: disc;
  margin-left: 15px;
}

ul.sitemap-1st li::marker {
  color: #235435;
}

.sitemap-1st li a:hover {
  color: #235435;
}

ul.sitemap-2nd {
  margin-left: 15px;
}

ul.sitemap-2nd li::before {
  content: '-';
  padding-right: 5px;
  color: #235435;
}

@media screen and (max-width: 979px) {

}
