@charset "UTF-8";

/*===============================================
 reset.css
===============================================*/

/* Box sizing rules */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

*, *::before, *::after{
  box-sizing: border-box;
}

/* Remove default padding */

ul, ol{
  padding: 0;
}

/* Remove default margin */

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd{
  margin: 0;
}

/* Set core body defaults */

body{
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul[class], ol[class]{
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]){
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img, picture{
  display: block;
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + *{
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input, button, textarea, select{
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

/*===============================================
 base
===============================================*/

html{
  font-size: 62.5%;
}

body{
  background-color: #f6f6f3;
  color: #333;
  font-family: Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-size: 1.6rem;
}

p{
  line-height: 1.7;
}

a{
  color: #2d73aa;
}

/* box layout
-----------------------------------------------*/

/* inner */

.boxsize--s{
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
}

.boxsize--m{
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.boxsize--l{
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
}

.box--padding{
  padding: 40px 20px;
}

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

html{
  display: flex;
  flex-direction: column;
}

body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main{
  flex: 1 1 auto;
  margin-top: 130px;
}

/*===============================================
 moduls
===============================================*/

/* ヘッダー
-----------------------------------------------*/

/* PC ヘッダー */

.pc_header{
  align-items: center;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  display: flex;
  height: 130px;
  justify-content: space-between;
  padding: 0 25px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.pc_header::before{
  background: linear-gradient(to right, #2d73aa 50%, #5da376 50%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pc_header .logo{
  flex-shrink: 0;
  width: 320px;
}

.pc_header .nav{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.pc_header .nav li:not(:first-child){
  border-left: 1px solid rgba(0, 0, 0, .15);
}

.pc_header .nav li a{
  align-items: center;
  color: #333;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  text-decoration: none;
  transition: all .3s;
}

.pc_header .nav li a:hover{
  opacity: .7;
}

.pc_header .nav li a img{
  width: 48px;
}

.pc_header .nav li a .en{
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .06em;
  margin-bottom: 2px;
}

.pc_header .nav li a .ja{
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}

/* SP ヘッダー */

.sp_header{
  align-items: center;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  display: flex;
  height: 65px;
  justify-content: space-between;
  padding: 0 15px;
  position: fixed;
  width: 100%;
  z-index: 200;
}

.sp_header::before{
  background: linear-gradient(to right, #2d73aa 50%, #5da376 50%);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sp_header .logo{
  width: 220px;
}

/* フッター
-----------------------------------------------*/

footer{
  box-shadow: 0 0 6px rgba(0, 0, 0, .3);
  position: relative;
}

footer::before{
  background: linear-gradient(to right, #2d73aa 50%, #5da376 50%);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.footer__nav{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px 15px;
  width: 100%;
}

.footer__nav li{
  line-height: 1.1;
  margin: 0 5px;
}

.footer__nav li a{
  color: #666;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}

.footer__bottom{
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .15);
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  position: relative;
}

.footer__bottom__logo{
  margin-bottom: 10px;
  width: 300px;
}

.footer__bottom__address{
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer__bottom__address span{
  margin: 0 5px;
}

.footer__bottom__copyright{
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.footer__bottom__sns{
  font-size: 2.4rem;
  position: absolute;
  right: 20px;
  top: 30px;
}

.footer__bottom__sns__item{
  margin: 0 3px;
}

.footer__bottom__sns__item.twitter{
  color: #55acee;
}

.footer__bottom__sns__item.facebook{
  color: #1877f2;
}

/* ドロワー
-----------------------------------------------*/

/* toggl */

#nav-toggle{
  cursor: pointer;
  height: 26px;
}

#nav-toggle > div{
  position: relative;
  width: 30px;
}

#nav-toggle span{
  background: #5da376;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform .4s ease-in-out, top .3s ease;
  width: 100%;
}

#nav-toggle span:nth-child(1){
  top: 0;
}

#nav-toggle span:nth-child(2){
  top: 12px;
}

#nav-toggle span:nth-child(3){
  top: 24px;
}

/* toggl open */

.open #nav-toggle span:nth-child(1){
  top: 12px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2){
  left: 50%;
  top: 12px;
  width: 0;
}

.open #nav-toggle span:nth-child(3){
  top: 12px;
  transform: rotate(-45deg);
}

/* nav */

#gloval-nav{
  align-items: center;
  background: #fff;
  bottom: 0;
  color: #333;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  justify-content: center;
  left: 0;
  margin-top: 65px;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  z-index: 100;
}

#gloval-nav ul{
  list-style: none;
}

#gloval-nav ul li{
  opacity: 0;
  transform: translateY(40px);
  transition: transform .6s ease, opacity .2s ease;
}

#gloval-nav ul li a{
  align-items: center;
  color: #333;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  transition: color .3s ease;
}

#gloval-nav ul li a:hover{
  color: rgba(51, 51, 51, .7);
}

#gloval-nav ul li a img{
  flex-shrink: 0;
  margin-right: 8px;
  width: 44px;
}

#gloval-nav ul li a p{
  line-height: 1.5;
}

#gloval-nav ul li a p span{
  color: #2d73aa;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: .05em;
}

/* nav open */

.open{
  overflow: hidden;
}

.open #gloval-nav{
  opacity: 1;
  visibility: visible;
}

.open #gloval-nav li{
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

.open .sp_header{
  background-color: #fff;
  box-shadow: none;
}

/* トップへ戻るボタン
-----------------------------------------------*/

.back_to_top_btn{
  bottom: 30px;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 60;
}

.back_to_top_btn a{
  align-items: center;
  background-color: rgba(93, 163, 118, .8);
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  height: 60px;
  justify-content: center;
  text-decoration: none;
  transition: background-color .3s;
  width: 60px;
}

.back_to_top_btn a:hover{
  background-color: rgba(93, 163, 118, .9);
}

/* ノーマルボタン
-----------------------------------------------*/

.btn{
  align-items: center;
  background-color: #5da376;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  min-width: 200px;
  padding: 16px 28px;
  text-decoration: none;
  transition: opacity .3s;
  z-index: 50;
}

.btn i{
  margin-left: 5px;
}

.btn:hover{
  opacity: .8;
}

/* 見出し
-----------------------------------------------*/

/* コンテンツ見出し */

.home_contents_ttl{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}

.home_contents_ttl h3{
  border-bottom: 1px solid #5da376;
  color: #5da376;
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 5px;
}

.home_contents_ttl h3:first-letter{
  color: #2d73aa;
}

.home_contents_ttl p{
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

/* 記事リスト タイトル */

.headline_section{
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding: 5px 0 5px 18px;
  position: relative;
}

.headline_section::before{
  background: linear-gradient(to bottom, #2d73aa 30%, #5da376 30%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

/* 記事リストスタイル
-----------------------------------------------*/

.list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.list__item{
  color: #333;
  margin: 0 10px 30px;
  position: relative;
  text-decoration: none;
  transition: opacity .2s;
}

.list__item:hover{
  opacity: .8;
}

.list__item__thumb{
  background: no-repeat center / cover;
  margin-bottom: 10px;
  position: relative;
}

.list__item__thumb::before{
  content: "";
  display: block;
  padding-top: 66%;
}

.list__item__txt h3{
  font-size: 1.6rem;
}

.list__item__txt time{
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.list__item__txt .cat{
  background-color: rgba(93, 163, 118, .8);
  color: #fff;
  font-size: 1.1rem;
  left: -8px;
  padding: 5px 10px;
  position: absolute;
  top: -8px;
}

.list.list--2 .list__item{
  width: calc((100% - 10px*4)/2);
}

.list.list--3 .list__item{
  width: calc((100% - 10px*6)/3);
}

.list.list--4 .list__item{
  width: calc((100% - 10px*8)/4);
}
.list.list--4{
  width: 100%;
}

/* ページヘッダー
-----------------------------------------------*/

.page_header{
  align-items: center;
  background: linear-gradient(to bottom, #3e8ecc, #2d73aa);
  background-color: #2d73aa;
  color: #fff;
  display: flex;
  height: 140px;
  justify-content: center;
  position: relative;
}

.page_header:after{
  border: 16px solid transparent;
  border-bottom-width: 0;
  border-top-color: #2d73aa;
  bottom: -16px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}

.page_header__ttl{
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page_header__ttl p{
  border-bottom: 1px solid #fff;
  color: rgba(255, 255, 255, .8);
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0 20px 8px;
}

.page_header__ttl p:first-letter{
  color: #fff;
}

.page_header__ttl h2{
  font-size: 1.5rem;
  letter-spacing: .05em;
}

.page_header__ttl::before{
  background: url("../img/common//ornament/title_left.svg") no-repeat left/contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
}

.page_header__ttl::after{
  background: url("../img/common//ornament/title_right.svg") no-repeat right/contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
}

/* page_header下margin */

#business .page_header, #topics .page_header, #works .page_header, #company .page_header, #gallery .page_header, #contact .page_header, #notfound .page_header{
  margin-bottom: 40px;
}

/* ページャー
-----------------------------------------------*/

.pager{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
  text-align: center;
}

.pager a{
  align-items: center;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 3px;
  color: #888;
  display: flex;
  font-size: 1.3rem;
  height: 30px;
  justify-content: center;
  margin: 3px;
  text-decoration: none;
  transition: all .3s;
  width: 30px;
}

.pager a:hover{
  background-color: rgba(0, 0, 0, .08);
}

.pager a.active{
  background-color: #2d73aa;
  color: #fff;
}

.pager a.active:hover{
  background-color: #225882;
}

.column_layout__side__set{
  margin-bottom: 30px;
}

.column_layout__side__set h4{
  background-color: #5da376;
  border-left: 6px solid rgba(255, 255, 255, .6);
  color: #fff;
  line-height: 1;
  margin-bottom: 16px;
  padding: 12px 16px;
}

.column_layout__side__set ul{
  line-height: 1.5;
  list-style: none;
  padding-left: 10px;
}

.column_layout__side__set ul li{
  margin-bottom: 5px;
}

.column_layout__side__set ul li a{
  color: #333;
  text-decoration: none;
}

.table_list{
  border-collapse: collapse;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  width: 100%;
}

.table_list tr{
  border-top: 1px solid rgba(0, 0, 0, .15);
}

.table_list tr th, .table_list tr td{
  padding: 10px;
  vertical-align: top;
}

.table_list tr th{
  min-width: 110px;
  text-align: left;
  width: 25%;
}

.table_list tr th br{
  display: none;
}

.table_list tr td img{
  display: block;
  margin-bottom: 10px;
  width: 180px;
}

.tag{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}

.tag a{
  background-color: rgba(93, 163, 118, .05);
  border: 1px solid rgba(93, 163, 118, .4);
  border-radius: 100px;
  color: #5da376;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 3px;
  padding: 4px 10px;
  text-decoration: none;
  transition: background-color .2s;
}

.tag a:hover{
  background-color: rgba(93, 163, 118, .15);
}

.topic_path{
  align-items: center;
  background: #2d73aa;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 6px 20px;
}

.topic_path li{
  align-items: center;
  display: flex;
  margin: 3px 0;
}

.topic_path li:not(:last-child)::after{
  color: rgba(255, 255, 255, .6);
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  margin: 0 6px;
}

.topic_path li a{
  color: #fff;
  text-decoration: none;
}

/* js control
-----------------------------------------------*/

/* pc_header animation */

.js-header{
  transition: .5s;
}

.js-header.hide{
  transform: translateY(-100%);
}

/* home タイトル */

.js-title_fade{
  opacity: 0;
  transition: opacity 2s;
}

.js-title_fade.done{
  opacity: 1;
}

/* home オーナメント */

.js-pict_fade{
  opacity: 0;
  transform: scale(1.05, 1.05);
  transition: transform 10s, opacity 2s;
}

.js-pict_fade.done{
  opacity: 1;
  transform: scale(1, 1);
}

/* home ボタン */

.js-btn_fade{
  opacity: 0;
  transition: opacity 2s ,background-color .3s,border .3s !important;
}

.js-btn_fade.done{
  opacity: 1;
}

/* fadein effect */

.js-load-fade{
  opacity: 0;
  transition: opacity 2s;
}

.js-load-up{
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s, opacity 1s;
}

.js-load-up.done, .js-load-fade.done{
  opacity: 1;
  transform: translate(0, 0);
}

.js-scroll-fade{
  opacity: 0;
  transition: opacity 1s;
}

.js-scroll-up{
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s, opacity 1s;
}

.js-scroll-up.done, .js-scroll-fade.done{
  opacity: 1;
  transform: translate(0, 0);
}

/*===============================================
 pages
===============================================*/

/* ページ共通 カラムレイアウト
-----------------------------------------------*/

.column_layout{
  display: flex;
  justify-content: space-between;
}

.column_layout__main{
  width: calc(100% - 240px - 60px);
}

.column_layout__side{
  flex-shrink: 0;
  width: 240px;
}

/* トップページ index.php
-----------------------------------------------*/

/* メインビジュアル */

.home_hero{
  overflow: hidden;
  position: relative;
}

.home_hero::before{
  content: "";
  display: block;
  padding-top: 50%;
}

.home_hero__title{
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 40;
}

.home_hero__title h1{
  max-width: 500px;
  width: 38vw;
}

.home_hero__title a{
  border: 2px solid #fff;
  border-radius: 100px;
  bottom: 50px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  padding: 16px 40px;
  position: absolute;
  text-decoration: none;
  transition: background-color .3s,border .3s;
}

.home_hero__title a:hover{
  background-color: #5da376;
  border: 2px solid #5da376;
}

.home_hero__ornament{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 30;
}

.home_hero__ornament::before, .home_hero__ornament::after{
  content: "";
  height: 100%;
  opacity: .7;
  position: absolute;
  width: 100%;
}

.home_hero__ornament::before{
  background: url("../img/common/ornament/top_left.svg") no-repeat left top/contain;
  left: 0;
  top: 0;
}

.home_hero__ornament::after{
  background: url("../img/common/ornament/top_right.svg") no-repeat right top/contain;
  right: 0;
  top: 0;
}

.home_hero__overlay{
  background: url("../img/top//overlays/pattern-02.png") repeat;
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.home_hero video{
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 10;
}

/* SP時 イメージ */

.home_hero__sp{
  background: no-repeat center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* メッセージ 動画リンク */

.home_message{
  display: flex;
}

.home_message .left_column{
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  width: 50%;
}

.home_message .right_column{
  background-color: #5da376;
  display: flex;
  padding: 20px;
  width: 50%;
}

.home_message__txt{
  align-items: center;
  display: flex;
  font-weight: bold;
  max-width: 540px;
  width: 100%;
}

.home_message__txt__main{
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 1.8rem;
  justify-content: center;
  line-height: 1;
}

.home_message__txt__main span{
  color: #5da376;
  font-family: "Roboto", sans-serif;
  font-size: 5.5em;
  font-weight: 500;
  letter-spacing: -.03em;
  margin-bottom: -3px;
}

.home_message__txt__cross{
  margin: 0 15px;
  width: 24px;
}

.home_message__txt__sub{
  font-size: 1.8rem;
  line-height: 1.6;
}

.home_message__movie{
  align-items: flex-start;
  color: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  text-decoration: none;
  width: 100%;
}

.home_message__movie__txt{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 20px;
}

.home_message__movie__txt .title_en{
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 8px;
  opacity: .8;
}

.home_message__movie__txt h3{
  margin-bottom: 3px;
}

.home_message__movie__txt p:not([class]){
  font-size: 1.4rem;
}

.home_message__movie__thumb{
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .8);
  flex-shrink: 0;
  margin-top: -40px;
  position: relative;
  width: 50%;
}

.home_message__movie__thumb::before{
  align-items: center;
  background: url("../img/top/play.svg") no-repeat center/44px;
  content: "";
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  transition: all .2s;
  width: 100%;
}

.home_message__movie:hover .home_message__movie__thumb::before{
  background: url("../img/top/play.svg") no-repeat center/55px;
}

/* 最新トピックス */

.home_topics{
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* 事業紹介 コンセプト */

.home_page_contents{
  color: #fff;
  display: flex;
  height: 550px;
  width: 100%;
}

.home_page_contents__item{
  position: relative;
  width: 50%;
}

.home_page_contents__item__inner{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding: 40px 60px;
  position: relative;
  width: 100%;
}

.home_page_contents__item:first-child{
  background: linear-gradient(to bottom, #3e8ecc 50%, #2d73aa);
  display: flex;
  justify-content: flex-end;
}

.home_page_contents__item:first-child .home_page_contents__item__inner:before{
  background: url("../img/common/ornament/contents_bottom.svg") no-repeat center bottom/contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
}

.home_page_contents__item:last-child{
  background: linear-gradient(to bottom, #7eb592 50%, #5da376);
  display: flex;
  justify-content: flex-start;
}

.home_page_contents__item:last-child .home_page_contents__item__inner{
  justify-content: flex-end;
}

.home_page_contents__item:last-child .home_page_contents__item__inner:before{
  background: url("../img/common/ornament/contents_top.svg") no-repeat center top/contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
}

.home_page_contents__item__inner .home_contents_ttl{
  align-items: flex-start;
}

.home_page_contents__item__inner .home_contents_ttl h3{
  border-color: #fff;
  color: rgba(255, 255, 255, .8);
}

.home_page_contents__item__inner .home_contents_ttl h3:first-letter{
  color: #fff;
}

.home_page_contents__item__inner h4{
  font-size: 2.2rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.home_page_contents__item__inner p{
  line-height: 1.8;
}

.home_page_contents__item__inner .btn{
  margin-top: 25px;
}

.home_page_contents__item:first-child .btn{
  background-color: #fff;
  color: #2d73aa;
}

.home_page_contents__item:last-child .btn{
  background-color: #fff;
  color: #5da376;
}

.home_page_contents__item:last-child .ceo img{
  height: 450px;
  position: absolute;
  right: 10px;
  top: -80px;
  z-index: 2;
}

.home_page_contents__item:last-child .ceo p{
  align-items: center;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 100px;
  color: #5da376;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  height: 140px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 130px;
  text-align: center;
  top: 100px;
  width: 140px;
  z-index: 1;
}

.home_page_contents__item:last-child .ceo p span{
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 6px;
}

/* 仕事紹介 */

.home_works{
  align-items: center;
  display: flex;
  flex-direction: column;
}

.home_works__img{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.home_works__img__item{
  background: no-repeat center / cover;
  width: calc((100% - 20px)/3);
}

.home_works__img__item:before{
  content: "";
  display: block;
  padding-top: 66.6%;
}

.home_works .btn{
  margin-top: 30px;
}

/* 会社概要 */

.home_campany{
  background-color: #fff;
  display: flex;
}

.home_campany__img{
  background: no-repeat center / cover;
  width: 50%;
}

.home_campany__txt{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  padding: 60px;
  width: 50%;
}

.home_campany__txt .home_contents_ttl{
  align-items: flex-start;
}

.home_campany__txt .btn{
  margin-top: 30px;
}

/* バナー */

.home_bana{
  padding-left: 40px;
  padding-right: 40px;
}

.home_bana a{
  margin: 0 5px;
}

.home_bana a img{
  width: 100%;
}

/* コンセプト concept.php
-----------------------------------------------*/

/* メインイメージ */

.concept_main_img{
  background: no-repeat center / cover;
  margin-bottom: 20px;
}

.concept_main_img::after{
  content: "";
  display: block;
  padding-top: 45%;
}

/* リード */

.concept_contents{
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.concept_contents img{
  margin-bottom: 20px;
  width: 180px;
}

.concept_contents h3{
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.concept_contents p{
  line-height: 1.8;
  margin-bottom: 1.5em;
}

/* ごあいさつ */

.concept_greeting{
  display: flex;
}

.concept_greeting__img{
  background: no-repeat top center / cover;
  width: 50%;
}

.concept_greeting__txt{
  align-items: flex-start;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 60px;
  width: 50%;
}

.concept_greeting__txt p:first-child{
  background-color: #5da376;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.concept_greeting__txt h4{
  font-size: 2.4rem;
  margin-bottom: 30px;
}

/* 事業内容 business.php
-----------------------------------------------*/

/* 事業内容 */

#business{
  counter-reset: number 0;
}

.business{
  margin-top: 40px;
}

.business_desc{
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  display: flex;
  margin-bottom: 30px;
  min-height: 250px;
  position: relative;
}

.business_desc__txt{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
  padding: 40px 40px;
  width: 60%;
}

.business_desc__txt h4{
  color: #5da376;
  font-size: 2rem;
  margin-bottom: 12px;
}

.business_desc__img{
  background: no-repeat center / cover;
  order: 2;
  width: 40%;
}

.business_desc::after{
  align-items: center;
  background-color: #5da376;
  color: #fff;
  content: counter(number) " ";
  counter-increment: number 1;
  display: block;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  position: absolute;
  width: 30px;
}

.business_desc:nth-child(odd)::before{
  background-color: #5da376;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.business_desc:nth-child(even){
  flex-direction: row-reverse;
}

.business_desc:nth-child(even)::before{
  background-color: #5da376;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
}

/* 取り扱い品目 他 */

.business_bottom{
  background-color: #fff;
}

.business_item{
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.business_item p{
  background-color: #5da376;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.business_item__item{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.business_item__item li{
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
  margin: 5px;
  text-align: center;
  width: 85px;
}

.business_item__item li img{
  margin-bottom: 5px;
  width: 50px;
}

/* 組合・取引先 */

.business_link{
  display: flex;
  justify-content: center;
}

.business_link_item p{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.business_link_item ul{
  font-size: 1.4rem;
  list-style-type: none;
}

.business_link_item ul li{
  margin-bottom: 5px;
}

.business_link_item:last-child{
  border-left: 1px solid rgba(0, 0, 0, .15);
  margin-left: 40px;
  padding-left: 40px;
}

/* 記事詳細 article.php
-----------------------------------------------*/

.page_article{
  margin-top: 20px;
}

/* 記事ヘッダー */

.article_header{
  margin-bottom: 30px;
}

.article_header .cat{
  background-color: #5da376;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 20px;
  padding: 8px 12px;
}

.article_header h1{
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.article_header time{
  color: #999;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.article_header .tag{
  margin-top: 10px;
}

.article_body{
  margin-bottom: 30px;
}

.article_body p{
  line-height: 2;
  margin-bottom: 2em;
}

.article_body p a{
  font-weight: bold;
}

.article_body .article_img{
  margin-bottom: 40px;
}

.article_body .article_img img{
  width: 100%;
}


/* イメージフロート
-----------------------------------------------*/

/* 基本設定 */
.article_body img.img_center,
.article_body div.img_center   { max-width:100%; margin:4% auto; display:block; text-align:center; }
.article_body img.img_center_s,
.article_body div.img_center_s { max-width: 50%; margin:4% auto; display:block; text-align:center; }
.article_body img.img_left,
.article_body div.img_left     { max-width: 48%; margin:8px 4% 4% 0; display:block; clear:both; float:left; }
.article_body img.img_right,
.article_body div.img_right    { max-width: 48%; margin:8px 0 4% 4%; display:block; clear:both; float:right; }
.article_body .img_center p,
.article_body .img_right p,
.article_body .img_left p      { font-size:85% !important; color:#888 !important; margin-top:10px !important; }
.article_body .img_center img,
.article_body .img_left img,
.article_body .img_right img   { width:100%; }
.article_body p.caption        { font-size:78% !important; color:#888 !important; margin:-18px 0 2.2em 0 !important; }

/* 仕事内容 works.php
-----------------------------------------------*/

/* 仕事内容 */

.works_detail{
  background-color: #fff;
  border-top: 4px solid #2d73aa;
  padding: 30px;
}

.works_detail h3{
  background-color: #2d73aa;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 1em;
  padding: 10px 15px;
}

.works_detail h4{
  color: #2d73aa;
  font-size: 1.8rem;
  margin-bottom: .3em;
}

.works_detail p{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

/* 先輩社員の紹介 */

.works_staff__prof{
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.works_staff__prof img{
  margin-bottom: 30px;
  width: 100%;
}

.works_staff__prof h3{
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  font-size: 2.2rem;
  margin-bottom: 10px;
  padding: 10px;
}

.works_staff__prof p{
  font-size: 1.7rem;
}

.works_staff__qanda__block{
  margin-bottom: 30px;
}

.works_staff__qanda__block h4{
  align-items: center;
  border-bottom: 1px solid #2d73aa;
  color: #2d73aa;
  display: flex;
  font-size: 2rem;
  margin-bottom: 15px;
  padding: 10px 0;
}

.works_staff__qanda__block h4::before{
  align-items: center;
  background-color: #2d73aa;
  color: #fff;
  content: "Q";
  display: flex;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: normal;
  height: 40px;
  justify-content: center;
  margin-right: 10px;
  width: 40px;
}

.works_staff__qanda__block__content{
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.works_staff__qanda__block__content p{
  margin-bottom: 1.5em;
  width: 100%;
}

.works_staff__qanda__block__content img{
  flex-shrink: 0;
  width: 300px;
}

.works_staff__qanda__block__content.img_left{
  flex-direction: row-reverse;
}

.works_staff__qanda__block__content.img_left img{
  margin-right: 30px;
}

.works_staff__qanda__block__content.img_right img{
  margin-left: 30px;
}

.works_staff__qanda__block__content.img_center{
  display: block;
}

.works_staff__qanda__block__content.img_center img{
  width: 100%;
}

/* 採用情報 */

.works_recruit{
  background-color: #fff;
  border-top: 4px solid #2d73aa;
  padding: 30px;
}

.works_recruit__detail{
  border-collapse: collapse;
  font-size: 1.5rem;
  width: 100%;
}

.works_recruit__detail tr:not(:last-child){
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.works_recruit__detail tr th{
  padding: 10px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.works_recruit__detail tr td{
  padding: 10px;
}

.works_recruit__detail tr td .annotation{
  font-size: 1.4rem;
  margin-top: .5em;
  padding-left: 1em;
}

.works_recruit__detail tr td .annotation li{
  text-indent: -1em;
}

.works_recruit__detail tr td .annotation li::before{
  content: "※";
}

/* 会社概要 company.php
-----------------------------------------------*/

/* 施設紹介 */

.facility__item{
  display: flex;
  margin-bottom: 40px;
  min-height: 200px;
}

.facility__item__txt{
  width: 40%;
}

.facility__item__txt h4{
  background-color: #5da376;
  border-left: 6px solid rgba(255, 255, 255, .6);
  color: #fff;
  margin-bottom: 20px;
  padding: 12px 16px;
}

.facility__item__txt p{
  margin: 0 20px 0 10px;
}

.facility__item__img{
  border-top: 14px solid #5da376;
  display: flex;
  width: 60%;
}

.facility__item__img a{
  background: no-repeat center / cover;
  transition: opacity .2s;
  width: 50%;
}

.facility__item__img a:hover{
  opacity: .8;
}

.facility .btn_wrap{
  display: flex;
  justify-content: center;
}

/* アクセス */

.access iframe{
  height: 500px;
  margin-top: 30px;
  width: 100%;
}

/* お問い合わせ contact.php
-----------------------------------------------*/

.contact_form table{
  border-collapse: collapse;
  width: 100%;
}

.contact_form table tr:not(:last-child){
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.contact_form table tr th{
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: normal;
  justify-content: flex-start;
  padding: 16px 16px 16px 0;
  white-space: nowrap;
}

.contact_form table tr th span{
  align-items: center;
  background-color: #ea5b5b;
  border-radius: 3px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  height: 18px;
  justify-content: center;
  margin-left: .5em;
  width: 30px;
}

.contact_form table tr td{
  font-size: 1.8rem;
  padding: 16px 0 16px 16px;
}

.contact_form table tr td input, .contact_form table tr td textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid rgba(45, 115, 170, .15);
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.8;
  outline: none;
  padding: 8px 12px;
  transition: all .2s;
  width: 100%;
}

.contact_form table tr td input:focus, .contact_form table tr td textarea:focus{
  border: 1px solid #2d73aa;
}

.contact_form .btn_wrap{
  display: flex;
  justify-content: center;
}

/* 写真ギャラリー gallery.php
-----------------------------------------------*/

.gallery{
  display: flex;
  flex-wrap: wrap;
}

.gallery a{
  background: no-repeat center / cover;
  margin: 3px;
  transition: opacity .3s;
  width: calc((100% /5) - 3px * 2);
}

.gallery a:after{
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery a:hover{
  opacity: .8;
}

.page_notfound{
  align-items: center;
  display: flex;
  flex-direction: column;
}

.page_notfound h3{
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.page_notfound p{
  margin-bottom: 2em;
}

/*===============================================
 responsive layout
===============================================*/

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

@media (max-width: 900px){
  .pc_header .logo{
    width: 280px;
  }
}

@media (max-width: 768px){
  .box--padding{
    padding: 20px 10px 30px;
  }

  main{
    margin-top: 65px;
  }

  .sp_none{
    display: none;
  }

  .footer__nav{
    padding: 12px 10px;
  }

  .footer__nav li a{
    font-size: 1rem;
  }

  .footer__bottom{
    align-items: flex-start;
  }

  .footer__bottom__logo{
    width: 200px;
  }

  .footer__bottom__address span{
    display: block;
    font-size: 1.3rem;
    margin: 0;
  }

  .btn{
    font-size: 1.4rem;
    min-width: 160px;
    padding: 16px 22px;
  }

  .home_contents_ttl h3{
    font-size: 3rem;
  }

  .home_contents_ttl p{
    font-size: 1.3rem;
  }

  .headline_section{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .list{
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
  }

  .list__item{
    display: flex;
    margin-bottom: 0;
    width: auto !important;
  }

  .list__item:not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .list__item__thumb{
    flex-shrink: 0;
    margin: 0 10px 0 0;
    width: 80px;
  }

  .list__item__thumb::before{
    padding-top: 100%;
  }

  .list__item__txt{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .list__item__txt h3{
    font-size: 1.5rem;
    margin-bottom: .2em;
  }

  .list__item__txt .cat{
    background-color: transparent;
    color: #5da376;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0;
    position: static;
  }

  .page_header{
    height: 90px;
  }

  .page_header__ttl p{
    font-size: 1.8rem;
    margin-bottom: 6px;
    padding: 0 15px 6px;
  }

  .page_header__ttl h2{
    font-size: 1.2rem;
  }

  .table_list{
    font-size: 1.4rem;
  }

  .table_list tr th{
    font-size: 1.3rem;
  }

  .table_list tr th br{
    display: block;
  }

  .tag a{
    font-size: 1.2rem;
  }

  .column_layout{
    flex-direction: column;
  }

  .column_layout__main{
    width: auto;
  }

  .column_layout__side{
    width: 100%;
  }

  .home_hero::before{
    padding-top: 100%;
  }

  .home_hero__title h1{
    width: 70vw;
  }

  .home_hero__title a{
    font-size: 1.4rem;
    padding: 12px 24px;
  }

  .home_hero__title a:hover{
    background-color: transparent;
    border: 2px solid #fff;
  }

  .home_hero__ornament::before{
    left: -80px;
    opacity: .5;
  }

  .home_hero__ornament::after{
    opacity: .5;
    right: -80px;
  }

  .home_message{
    flex-direction: column;
  }

  .home_message .left_column{
    justify-content: center;
    order: 2;
    padding: 15px;
    width: 100%;
  }

  .home_message .right_column{
    justify-content: center;
    order: 1;
    padding: 15px;
    width: 100%;
  }

  .home_message__txt{
    flex-direction: column;
  }

  .home_message__txt__main{
    font-size: 1.4rem;
  }

  .home_message__txt__cross{
    margin: 15px 0;
    width: 20px;
  }

  .home_message__txt__sub{
    font-size: 1.5rem;
    text-align: center;
  }

  .home_message__movie{
    justify-content: center;
  }

  .home_message__movie__txt{
    padding: 0 15px 0 0;
  }

  .home_message__movie__txt .title_en{
    margin-bottom: 5px;
  }

  .home_message__movie__txt h3{
    font-size: 1.5rem;
  }

  .home_message__movie__thumb{
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .8);
    margin-top: 0;
    width: 120px;
  }

  .home_message__movie__thumb::before{
    background-size: 26px;
  }

  .home_message__movie:hover .home_message__movie__thumb::before{
    background-size: 30px;
  }

  .home_page_contents{
    flex-direction: column;
    height: auto;
  }

  .home_page_contents__item{
    height: auto;
    width: 100%;
  }

  .home_page_contents__item__inner{
    align-items: center;
    max-width: 100%;
    padding: 30px 15px;
  }

  .home_page_contents__item__inner .home_contents_ttl{
    align-items: center;
  }

  .home_page_contents__item__inner h4{
    font-size: 1.8rem;
    text-align: center;
  }

  .home_page_contents__item:last-child .ceo{
    display: none;
  }

  .home_campany{
    flex-direction: column;
  }

  .home_campany__img{
    width: 100%;
  }

  .home_campany__img::before{
    content: "";
    display: block;
    padding-top: 50%;
  }

  .home_campany__txt{
    align-items: center;
    min-height: auto;
    padding: 20px 15px;
    width: 100%;
  }

  .home_campany__txt .home_contents_ttl{
    align-items: center;
  }

  .home_bana{
    padding-left: 40px;
    padding-right: 40px;
  }

  .concept_contents h3{
    font-size: 1.8rem;
  }

  .concept_greeting{
    flex-direction: column;
  }

  .concept_greeting__img{
    width: 100%;
  }

  .concept_greeting__img::after{
    content: "";
    display: block;
    padding-top: 100%;
  }

  .concept_greeting__txt{
    padding: 30px 20px;
    width: 100%;
  }

  .business_desc{
    flex-direction: column;
  }

  .business_desc__txt{
    padding: 40px 30px 30px;
    width: 100%;
  }

  .business_desc__txt h4{
    font-size: 1.8rem;
  }

  .business_desc__img{
    width: 100%;
  }

  .business_desc__img::after{
    content: "";
    display: block;
    padding-top: 50%;
  }

  .business_desc:nth-child(even){
    flex-direction: column;
  }

  .business_desc:nth-child(even)::before{
    left: 0;
  }

  .business_link{
    align-items: center;
    flex-direction: column;
  }

  .business_link_item{
    margin-bottom: 30px;
    text-align: center;
  }

  .business_link_item:last-child{
    border: none;
    margin-left: 0;
    padding-left: 0;
  }

  .article_header h1{
    font-size: 2rem;
  }

  .works_detail{
    padding: 20px;
  }

  .works_detail h4{
    font-size: 1.6rem;
  }

  .works_staff__prof h3{
    font-size: 1.8rem;
  }

  .works_staff__prof p{
    font-size: 1.4rem;
  }

  .works_staff__qanda__block h4{
    font-size: 1.7rem;
  }

  .works_staff__qanda__block h4::before{
    font-size: 1.6rem;
    height: 30px;
    width: 30px;
  }

  .works_staff__qanda__block__content.img_left{
    display: block;
  }

  .works_staff__qanda__block__content.img_left img{
    margin: 0;
    width: 100%;
  }

  .works_staff__qanda__block__content.img_right{
    display: block;
  }

  .works_staff__qanda__block__content.img_right img{
    margin: 0;
    width: 100%;
  }

  .works_recruit{
    padding: 20px;
  }

  .facility__item{
    display: block;
  }

  .facility__item__txt{
    width: 100%;
  }

  .facility__item__txt p{
    margin: -10px 0 15px 0;
  }

  .facility__item__img{
    border-top: none;
    width: 100%;
  }

  .facility__item__img:after{
    content: "";
    display: block;
    padding-top: 36%;
  }

  .contact_form table tr:not(:last-child){
    border-bottom: none;
  }

  .contact_form table tr th{
    margin-bottom: 16px;
    padding: 0;
  }

  .contact_form table tr td{
    display: block;
    margin-bottom: 28px;
    padding: 0;
  }

  .gallery a{
    width: calc((100% /3) - 3px * 2);
  }
}

@media (prefers-reduced-motion: reduce){
  *{
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
