@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*$font-default: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
/*$font-default:  -apple-system, BlinkMacSystemFont, 'M PLUS Rounded 1c', sans-serif;*/
/* ******************************************************************************** */
/*
/* = Common Style
/*
/* ******************************************************************************** */
/*
------------------------------------------------------
 = pc_none/sp_none 表示/非表示
------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
}
/*
------------------------------------------------------
 = 
------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  /*font-size: 62.5%;*/
  font-size: 17px; /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
}

body {
  height: 100%;
  color: #1b1b1b;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, Meryo, "メイリオ", "ヒラギノ角ゴ ProN W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  /*font-size:1.6em;*/
  font-size: 17px; /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
}
@media print, screen and (max-width: 767px) {
  body {
    /*font-size:1.4em;*/
    font-size: 17px; /*依頼者指定「フォントサイズは16px」だが、デザイン案は17pxがベースになっている*/
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 767px) {
  body img {
    max-width: 100%;
    height: auto;
  }
}

table {
  border-style: none;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #2e2e2e;
  outline: none;
}

a,
a img {
  transition: 0.5s;
}

/*a:hover {
  text-decoration:underline;
}*/
a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.8;
}

a,
button,
input[type*=submit],
input[type*=reset] {
  transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
input,
select,
label {
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none outside;
}

p,
li,
dt,
dd {
  line-height: 1.2em; /*依頼者指定「サイズ行の高さ1.2em」*/
  margin: 0;
}

img {
  border-style: none;
  vertical-align: bottom;
}

/* clearfix */
.clear:after {
  content: " ";
  display: block;
  clear: both;
}

/* = align
*************************************************/
.left {
  text-align: left !important;
}

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

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

.vTop {
  vertical-align: top !important;
}

/* = color
*************************************************/
.colorBlue {
  color: #0085B2;
}

/* = text
*************************************************/
.indent {
  text-indent: -14px;
  margin-left: 14px;
}

/* = float
*************************************************/
.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

/* = img 
*************************************************/
img {
  /*width:100%;
  height:auto;*/
}

/* = flex-layout
*************************************************/
.flex-layout {
  display: flex;
}

@media print, screen and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
  .pc__flex-layout {
    display: flex;
  }
}
@media print, screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp__flex-layout {
    display: flex;
  }
}
/* ******************************************************************************** */
/*
/* = Layout Style
/*
/* ******************************************************************************** */
.wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}

.container {
  width: 1080px;
  margin: 0 auto;
}

section {
  /*margin-bottom:80px;*/
}

@media print, screen and (max-width: 767px) {
  .container {
    width: 96%;
    margin: 0 auto;
  }
  section {
    /*margin-bottom:60px;*/
  }
}
/************************************************
 = color
*************************************************/
/*
	@media screen and (max-width: 767px){
		width: auto;
		margin-right: 10px;
		margin-left: 10px;
	}

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

		overflow-x: hidden;
	}
	*/
/************************************************
 = font-family .min 明朝
*************************************************/
/*.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/
/************************************************
 = section
*************************************************/
@media print, screen and (max-width: 767px) {
  section {
    font-size: 0.7em;
  }
}
/************************************************
 = navigation
*************************************************/
header .g_nav {
  /*background-color: #0068b7;*/
  color: #fff;
  /*height: 120px;
  position: relative;
  top: 0;*/
  width: 100%;
}
header .g_nav nav {
  /*width: 1600px;
  margin: 0 auto;
  position: absolute;
  right: 0px;
  top: 20px;*/
}
header .g_nav nav .pc_nav dl dd a {
  font-weight: bold;
}
header .g_nav nav .pc_nav dl dd a:hover {
  opacity: 0.7;
}
header .g_nav nav .pc_nav dl dd.nav_arrow {
  position: relative;
}
header .g_nav nav .pc_nav dl dd.nav_arrow a span::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #0068b7;
  border-right: solid 2px #0068b7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 52%;
  margin-top: -4px;
  left: 3px;
}
header .g_nav nav ul {
  height: 80px;
}
header .g_nav nav ul li a {
  font-weight: bold;
}
header nav.global-nav ul {
  display: flex;
  justify-content: center;
  /*padding-left: 180px;*/
}
header nav.global-nav ul li {
  /*padding-right: 120px;*/
  padding: 0 45px;
  line-height: 5;
  /*&:last-child{
  	padding-right: 100px;
  }*/
}
header nav.global-nav ul li:hover {
  filter: alpha(opacity=70);
  opacity: 0.8;
}
header nav.global-nav ul li a {
  color: #fff;
}
header nav.global-nav ul li a span {
  /*letter-spacing: 0.1em;*/
  display: block;
  /*padding-top: 7px;*/
  /*&:hover {
    filter:alpha(opacity=70);
    opacity:0.8;
  }*/
}

@media screen and (min-width: 768px) {
  header nav.global-nav ul li a span.pc_none {
    display: none;
  }
  header .g_nav nav .pc_nav {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
  }
  header .g_nav nav .pc_nav dl {
    display: flex;
  }
  header .g_nav nav .pc_nav dl dd a {
    font-size: 15px;
    /*height: 50px;*/
    display: inline-block;
    /*line-height: 6.5;*/
    padding: 15px;
  }
  header .g_nav nav .pc_nav dl .nav_rightb a {
    background-color: #52c3f1;
    color: #fff;
    width: 220px;
  }
  header .g_nav nav .pc_nav dl .nav_darkb {
    margin-left: 2px;
  }
  header .g_nav nav .pc_nav dl .nav_darkb a {
    background-color: #004273;
    color: #fff;
    width: 220px;
  }
  header .g_nav nav ul {
    background-color: #0068b7;
  }
}
/******--------------sp--------------------******/
@media print, screen and (max-width: 767px) {
  header .g_nav {
    /*height: 100px;*/
    height: 80px;
    /*position: relative;*/
    position: fixed;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.5);
  }
  header .g_nav h1 {
    width: 75%;
    line-height: 1.5;
    padding-left: 15px;
  }
  header .g_nav nav .pc_nav h1 {
    /*position: absolute;
    right: 33%;
    left: 35%;
    bottom: 25px;
    font-size: 1.1em;*/
  }
  header .g_nav nav .pc_nav h1 a {
    display: block;
    width: 80%;
    padding-left: 20px;
  }
  header .g_nav nav ul {
    display: block;
  }
  header .g_nav nav ul li {
    line-height: 3;
  }
  header .g_nav nav ul li:last-child {
    padding-right: 45px;
  }
  /******ここからハンバーガーメニュー******/
  /*.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.16);
  }*/
  header nav.global-nav {
    position: fixed;
    right: -320px; /* これで隠れる */
    top: 0;
    width: 300px; /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: #ccc;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
  .global-nav__item a {
    display: block;
    /*padding: 8px 0;*/
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    /*left: 0px;*/
    width: 30px;
    height: 3px;
    background-color: #0068b7;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 20px;
  }
  .hamburger__line--2 {
    top: 34px;
  }
  .hamburger__line--3 {
    top: 48px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media print {
  header .g_nav {
    display: none;
  }
}
/************************************************
 = mainvisual
*************************************************/
@media screen and (min-width: 768px) {
  header .header_mainvisual {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    /*height: 600px;*/
  }
  header .header_mainvisual .fade-img {
    /*height: 0;
    width: 100%;
    padding-top: 32.2580645%;*/
  }
}
@media print, screen and (max-width: 767px) {
  header .header_mainvisual {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 80px;
    position: relative;
  }
  header .header_mainvisual .fade-img img {
    display: block;
  }
  header .header_mainvisual .fade-img {
    /*height: 0;
    width: 100%;
    padding-top: 106.66667%;*/
  }
}
/************************************************
 = mainvisual fadeinスライダー
*************************************************/
.fade-img {
  position: relative;
}

.fade-img img {
  position: absolute;
  left: 0;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .fade-img {
    width: 100%;
  }
}
/************************************************
 = スライダー

*************************************************/
.loopSlide {
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.loopSlide img {
  width: auto;
  height: 100%;
}
.loopSlide img:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide img:last-child {
  animation: slide2 60s linear infinite;
}

/*アニメーション*/
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 768px) {
  .thumb_slider {
    padding-top: 32.258%;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  /*.thumb_slider{
  	padding-top: 106.66667%;
  }*/
}
/************************************************
 = .top_news{
}
*************************************************/
@media screen and (min-width: 768px) {
  .top_news {
    /*padding-top: 32.258%;*/
  }
}
@media print, screen and (max-width: 767px) {
  .top_news {
    padding-top: 106.66667%;
  }
}
/************************************************
 = top_news　お知らせ
*************************************************/
.top_news a:hover {
  opacity: 0.7;
}
.top_news .top_news_box dl {
  /*background-color: #e7e7e7;*/
  background: linear-gradient(90deg, #50beeb 0%, #50beeb 10%, #1a0e61 0%, #1a0e61 100%);
}
.top_news .top_news_box dl dt {
  font-weight: bold;
  color: #fff;
}
.top_news .top_news_box dl dd {
  font-size: 15px;
  /*color: #999999;*/
  color: #fff;
}
.top_news .top_news_box ul li {
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.top_news .top_news_box ul li span {
  display: inline-block;
}
.top_news .top_news_box ul li span:first-child {
  display: block;
}
.top_news .top_news_box ul li span:last-child {
  color: red;
}
.top_news .top_news_box p a {
  /*background-color: #52c3f1;*/
  background: linear-gradient(90deg, #50beeb 0%, #50beeb 10%, #1a0e61 0%, #1a0e61 100%);
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .top_news {
    margin: 80px 0;
  }
  .top_news .top_news_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .top_news .top_news_box dl {
    width: 240px;
  }
  .top_news .top_news_box dl dt {
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 80px;
  }
  .top_news .top_news_box ul {
    width: 800px;
  }
  .top_news .top_news_box ul li {
    padding: 20px 0;
  }
  .top_news .top_news_box ul li span {
    font-size: 14px;
  }
  .top_news .top_news_box ul li span:first-child {
    padding-bottom: 10px;
    font-weight: bold;
  }
  .top_news .top_news_box p {
    padding-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .top_news .top_news_box {
    /*width: 100%;*/
    margin-top: 30px;
  }
  .top_news .top_news_box dl {
    padding: 10px 0;
  }
  .top_news .top_news_box dl dt {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .top_news .top_news_box dl dd {
    font-size: 12px;
  }
  .top_news .top_news_box ul {
    width: 96%;
    margin: 0 auto;
  }
  .top_news .top_news_box ul li {
    padding: 30px 0 20px 10px;
  }
  .top_news .top_news_box ul li span {
    font-size: 17px;
    line-height: 1.2;
  }
  .top_news .top_news_box ul li span:first-child {
    padding: 10px 0;
    font-weight: bold;
  }
  .top_news .top_news_box p {
    padding: 30px 0;
  }
}
/************************************************
 = direct
*************************************************/
.direct {
  background-color: #eeeeee;
}
.direct .direct_box ul {
  display: flex;
  flex-wrap: wrap;
}
.direct .direct_box ul li dl dt {
  width: 350px;
  margin: 0 auto;
  overflow: hidden;
}
.direct .direct_box ul li dl dt img {
  transition: 1s all;
}
.direct .direct_box ul li dl dt img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.direct .direct_box ul li dl dd {
  text-align: left;
}
.direct .direct_box ul li dl dd:nth-child(2) {
  padding: 20px 0 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .direct .direct_box ul {
    padding: 80px 0;
  }
  .direct .direct_box ul li {
    width: 350px;
    margin-right: 15px;
    margin-bottom: 50px;
  }
  .direct .direct_box ul li:nth-child(3n) {
    margin-right: 0;
  }
  .direct .direct_box ul li dl dd:nth-child(2) {
    font-size: 16px;
  }
  .direct .direct_box ul li dl dd:nth-child(3) {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .direct .direct_box ul {
    widows: 100%;
    padding: 30px 0;
  }
  .direct .direct_box ul li {
    width: 50%;
    margin-bottom: 20px;
    /*width: 350px;
    margin-right: 15px;
    margin-bottom: 50px;*/
  }
  .direct .direct_box ul li:nth-child(3) {
    /*margin-right: 0;*/
  }
  .direct .direct_box ul li dl {
    width: 94%;
    margin: 0 auto;
  }
  .direct .direct_box ul li dl dt {
    width: 100%;
  }
  .direct .direct_box ul li dl dd:nth-child(2) {
    font-size: 20px;
  }
  .direct .direct_box ul li dl dd:nth-child(3) {
    font-size: 17px;
  }
}
/************************************************
 =アニメーション設定
*************************************************/
/*1.フェードインアニメーションの指定*/
/*.scrollanime {opacity: 0;}*/ /*一瞬表示されるのを防ぐ*/
/*.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}*/
/*@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}*/
/*2.上下の動きを指定*/
/*.updown {transform: translateY(-100px);}*/
/*.downup {transform: translateY(100px);}*/
/*3.左右の動きを指定*/
/*.sect02{overflow: hidden;}*/ /*横スクロールバーを隠す*/
/*.slide-right {transform: translateX(200px);}*/
/*.slide-left {transform: translateX(-200px);}*/
/************************************************
 = footer
*************************************************/
footer {
  background-color: #0068b7;
  color: #fff;
}
footer a:hover {
  opacity: 0.7;
}
footer .footer_box {
  /*display: flex;
  justify-content: center;
  padding: 40px 0 20px;*/
}
footer .footer_box p {
  /*padding-right: 30px;*/
}
footer .footer_box ul {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
footer .footer_box ul li a {
  color: #fff;
}
footer .footer_box .footer_add {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
footer .footer_box .footer_add dl dd a {
  color: #fff;
}
footer .copy {
  padding-bottom: 15px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  footer .footer_box ul li {
    font-size: 16px;
  }
  footer .footer_box .footer_add dl dd {
    text-align: left;
    padding-left: 50px;
    font-size: 15px;
  }
  footer .footer_box .footer_add dl dd a {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  footer .footer_box ul {
    display: none;
  }
  footer .footer_box .footer_add {
    display: block;
    padding: 0;
  }
  footer .footer_box .footer_add p {
    padding: 20px;
  }
  footer .footer_box .footer_add dl {
    padding: 0 0 20px;
  }
  footer .footer_box .footer_add dl dd {
    font-size: 14px;
  }
  footer .footer_box .footer_add dl dd:first-child {
    padding-bottom: 5px;
  }
  footer .footer_box .footer_add dl dd a {
    display: inline-block;
    padding-right: 10px;
  }
  footer .copy {
    font-size: 12px;
  }
}
/************************************************
 = pageTop
*************************************************/
#pagetop {
  right: 20px;
  bottom: 50px !important;
  display: block;
  position: absolute;
}

#pagetop a {
  display: block;
  /*background-color: #52c3f1;*/
  color: #52c3f1;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding-top: 15px;
  text-decoration: none;
  border: double;
}

/********************************************************************************************
 = 下層　ｍENUページ　　　　　ここから
*********************************************************************************************/
/************************************************
 = lower_title  下層タイトル共通
*************************************************/
.lower_title h2 {
  font-size: 40px;
  font-weight: bold;
  border-bottom: 1px solid #0068b7;
  padding-bottom: 20px;
  margin-bottom: 70px;
}

@media print, screen and (max-width: 767px) {
  .lower_title h2 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
/************************************************
 = lower_subtitle  下層タイトル共通 
*************************************************/
h3.lower_subtitle {
  font-size: 25px;
  font-weight: bold;
  margin: 80px 0 40px;
}
h3.lower_subtitle span {
  border-bottom: 2px solid #0068b7;
  width: 120px;
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  h3.lower_subtitle {
    margin: 30px 0;
  }
}
/************************************************
 = under_subtitle  下層タイトル共通 
*************************************************/
.under_subtitle {
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
}
.under_subtitle span {
  padding: 0.1em 0.3em;
  border-left: 10px solid #52c3f1;
}

@media print, screen and (max-width: 767px) {
  .under_subtitle {
    padding-left: 1em;
    text-indent: -1em;
  }
}
/************************************************
 = article
*************************************************/
@media screen and (min-width: 768px) {
  article {
    margin: 0px 0 200px;
  }
}
@media print, screen and (max-width: 767px) {
  article {
    margin: 100px 0 60px;
    padding: 0 10px;
  }
}
/************************************************
 = bread パンくず
*************************************************/
.bread {
  margin-bottom: 50px;
}
.bread ul {
  display: flex;
  padding: 15px 0 0 10px;
}
.bread ul li {
  padding-left: 5px;
  font-size: 14px;
}
.bread ul li a:hover {
  text-decoration: underline;
  color: #52c3f1;
}
.bread ul li::after {
  content: ">";
  padding-left: 7px;
}
.bread ul li:last-child::after {
  display: none;
}

/************************************************
 = company 企業情報
*************************************************/
/*-----------------corporate_info 企業情報-------------------*/
.corporate_info {
  padding-bottom: 100px;
}
.corporate_info .message {
  text-align: left;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  .corporate_info {
    padding-bottom: 30px;
  }
  .corporate_info .president {
    display: block;
  }
  .corporate_info .president .message {
    padding-right: 0px;
  }
  .corporate_info .president .message h5 {
    text-align: center;
    font-size: 20px;
  }
  .corporate_info .president .message p {
    padding: 15px 0;
  }
}
/*------------------company_profile 会社概要----------------------*/
.company_profile .company_profile_box table {
  text-align: left;
  /*margin: 20px auto;*/
  width: 100%;
}
.company_profile .company_profile_box table tr th {
  background: #eeeeee;
  border: solid 1px #ccc;
  padding: 10px;
  width: 300px;
}
.company_profile .company_profile_box table tr td {
  border: solid 1px #ccc;
  padding: 24px 10px;
}

@media print, screen and (min-width: 1024px) {
  .company_profile .company_profile_box table {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .company_profile .company_profile_box table {
    width: 100%;
  }
  .company_profile .company_profile_box table tr th {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .company_profile .company_profile_box table tr td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .company_profile .company_profile_box table tr.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}
/*-----------------access アクセス-------------------*/
.access .access_box {
  display: flex;
}
.access .access_box .access_box_txt {
  padding-left: 40px;
}
.access .access_box .access_box_txt p {
  text-align: left;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  .access .access_box {
    display: block;
  }
  .access .access_box .access_box_map iframe {
    width: 100%;
  }
  .access .access_box .access_box_txt {
    padding-left: 0px;
    padding-top: 20px;
  }
}
/************************************************
 = sitemap　　サイトマップ
*************************************************/
.sitemap .sitemap_box dl {
  font-size: 20px;
  width: 100%;
  padding: 30px;
  display: flex;
}
.sitemap .sitemap_box dl dd {
  text-align: left;
  width: 33%;
}
.sitemap .sitemap_box dl dd a {
  position: relative;
}
.sitemap .sitemap_box dl dd a:hover {
  text-decoration: underline;
}
.sitemap .sitemap_box dl dd a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -12px;
  width: 0px;
  height: 0px;
  border-width: 6px 6px 6px 8px;
  border-style: solid;
  border-image: initial;
  border-color: transparent transparent transparent rgb(82, 195, 241);
}
@media print, screen and (max-width: 767px) {
  .sitemap .sitemap_box dl {
    display: block;
    padding: 0px;
    font-size: 18px;
  }
  .sitemap .sitemap_box dl dd {
    width: 100%;
    padding: 10px 0 10px 15px;
  }
  .sitemap .sitemap_box dl dd a::before {
    top: 5px;
  }
}
/************************************************
 =   policy プライバシーポリシー
*************************************************/
.policy dl.policy_box {
  text-align: left;
}
.policy dl.policy_box dt {
  font-size: 26px;
  padding: 50px 0 10px;
  color: #004273;
  font-weight: bold;
}
.policy dl.policy_box dd {
  font-size: 17px;
  line-height: 1.5;
}
.policy dl.policy_box dd span {
  display: block;
}
.policy dl.policy_box dd span:first-child {
  padding-top: 10px;
}

@media print, screen and (max-width: 767px) {
  .policy dl.policy_box dt {
    font-size: 20px;
  }
  .policy dl.policy_box dd {
    font-size: 16px;
  }
}
.mail a::after {
  content: "@ootake-ind.jp";
}

/************************************************
 = news お知らせ
*************************************************/
.news {
  text-align: left;
  font-size: 18px;
}
.news .news-list ul li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news .news-list ul li .news-list--date {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.news .news-list ul li .news-list--title {
  display: block;
}
.news .news-list ul li .news-list--mark {
  display: inline-block;
  color: #ca0808;
  margin-left: 1em;
}
.news .pager {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
}
.news .pager a {
  display: block;
  padding: 5px;
  margin: 5px;
}
.news .pager a.current {
  background-color: rgba(82, 195, 241, 0.8);
  color: #ffffff;
}
.news .pager a:hover {
  color: #52c3f1;
}
.news .news-dtl {
  text-align: left;
  margin-top: 30px;
}
.news .news-dtl .news-dtl--date {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.news .news-dtl--btn {
  margin-top: 30px;
  text-align: center;
}
.news .news-dtl--btn a {
  display: inline-block;
  width: 60%;
  max-width: 300px;
  padding: 15px;
  background-color: #0068b7;
  color: #ffffff;
}

/************************************************
 = aim  オオタケ産業が目指すもの
*************************************************/
.aim .aim_box .aim_box_inner ul {
  counter-reset: number 0;
  color: #fff;
}
.aim .aim_box .aim_box_inner ul li {
  position: relative;
  background-color: #1a0e61;
  border-radius: 30px;
  text-align: center;
  font-size: 1.3em;
}
.aim .aim_box .aim_box_inner ul li::before {
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
  /*right: 0;*/
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  counter-increment: number 1;
  content: counter(number) "";
  background-color: #50beeb;
  border-radius: 50%;
  color: #1a0e61;
  font-weight: bold;
  font-size: 1.7em;
  border: solid;
}

@media screen and (min-width: 768px) {
  .aim .aim_box {
    padding: 30px;
  }
  .aim .aim_box p {
    padding: 50px 0px 100px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5;
  }
  .aim .aim_box .aim_box_inner ul {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    flex-direction: row;
  }
  .aim .aim_box .aim_box_inner ul li {
    width: 300px;
    margin-right: 50px;
    margin-bottom: 70px;
    line-height: 8em;
    height: 170px;
  }
  .aim .aim_box .aim_box_inner ul li:nth-of-type(3) {
    margin-right: 0px;
  }
}
@media print, screen and (max-width: 767px) {
  .aim .aim_box p {
    font-size: 1.3em;
    padding: 20px 0 50px;
    text-align: left;
    line-height: 1.4;
  }
  .aim .aim_box .aim_box_inner ul li {
    margin: 50px 30px;
    line-height: 6em;
    height: 100px;
    font-size: 1.5em;
  }
}
/************************************************
 = aim  オオタケ産業が目指すもの old
*************************************************/
/*.aim{

	.aim_box{
		padding: 100px 0 120px;
		position: relative;

		&::before{
			position: absolute;
			display: block;
			content: '';
			top: 0;
			width: 0;
			height: 100%;
			background: #F0F7FC;
			z-index: -1;

			width: 70%;
		}
		.aim_box_inner{

			p{
				text-align: right;
			}

			ul{
				font-size: 18px;
				text-align: left;
				margin: 0 auto;

				padding: 100px 0 0 135px;
				li{
					line-height: 1.8;
					padding-bottom: 20px;
				}
			}
		}
	}
}*/
/************************************************
 = contact　お問い合わせ　お問い合わせフォーム
*************************************************/
.contact .contact_box .contact_box_tel dl {
  text-align: center;
  background-color: #f0f7fc;
  margin: 0 auto;
}
.contact .contact_box .contact_box_tel dl dt {
  font-weight: bold;
  border-bottom: 2px solid rgb(0, 104, 183);
  display: inline-block;
  line-height: 1.4;
}
.contact .contact_box .contact_box_tel dl dd a span {
  font-weight: bold;
  display: block;
}
.contact .contact_box .contact_box_area {
  background-color: #f0f7fc;
}
.contact .contact_box .contact_box_area h3.lower_subtitle {
  text-align: center;
}
.contact .contact_box .contact_box_area h3.lower_subtitle span {
  width: auto;
}

@media screen and (min-width: 768px) {
  .contact .contact_box .contact_box_tel {
    margin-bottom: 100px;
  }
  .contact .contact_box .contact_box_tel dl {
    padding: 50px 0;
    width: 700px;
  }
  .contact .contact_box .contact_box_tel dl dt {
    font-size: 24px;
  }
  .contact .contact_box .contact_box_tel dl dd a span {
    font-size: 24px;
    padding: 30px 0;
  }
  .contact .contact_box .contact_box_area {
    padding: 50px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .contact .contact_box h4 {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .contact .contact_box .contact_box_tel {
    margin-bottom: 20px;
    width: 100%;
  }
  .contact .contact_box .contact_box_tel dl {
    padding: 30px 0;
  }
  .contact .contact_box .contact_box_tel dl dt {
    font-size: 18px;
  }
  .contact .contact_box .contact_box_tel dl dd a span {
    font-size: 18px;
    padding: 20px 0;
  }
  .contact .contact_box .contact_box_area {
    padding: 20px 0;
  }
  .contact .contact_box .contact_box_area h3.lower_subtitle {
    margin-top: 0;
    font-size: 18px;
  }
}
/************************************************
 = mailformContens
*************************************************/
.mailformContens {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .mailformContens .recruit_inner {
    font-size: 15px;
  }
}
.mailformContens .recruit_inner + .recruit_inner {
  margin-top: 50px;
}
.mailformContens .recruit_inner .under_subtitle {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .mailformContens .recruit_inner .under_subtitle {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.mailformContens .recruit_inner ul li {
  line-height: 1.5;
  font-size: 20px;
}
.mailformContens .recruit_text {
  text-align: center;
  font-size: 20px;
  margin-top: 100px;
}
@media print, screen and (max-width: 767px) {
  .mailformContens .recruit_text {
    font-size: 16px;
    margin-top: 40px;
  }
}
.mailformContens form .req {
  color: red;
}
.mailformContens form .mm-input,
.mailformContens form .mm-confirm {
  margin: 20px;
  text-align: center;
}
.mailformContens form .mm-input p,
.mailformContens form .mm-confirm p {
  font-size: 14px;
  line-height: 1.7em;
  padding-left: 20px;
}
.mailformContens form .mm-confirm {
  display: none;
}

@media screen and (min-width: 768px) {
  .mailformContens h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 100px;
    line-height: 1.7em;
  }
  .mailformContens form dl {
    display: flex;
    width: 100%;
    /*display: table;
    border-radius: 5px;
    box-sizing: border-box;
    border-collapse: collapse;*/
  }
  .mailformContens form dl dt {
    font-size: 18px;
    width: 30%;
    padding-left: 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    line-height: 5;
    /*vertical-align: middle;
    padding: 20px;
    display: table-cell;
    text-align: right;
    border: 1px solid #dddddd;
    border-bottom: none;
    padding: 20px 10px;*/
  }
  .mailformContens form dl dt label {
    font-size: 15px;
  }
  .mailformContens form dl dd {
    width: 70%;
    background-color: #e4eef7;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    line-height: 5;
    /*border: 1px solid #dddddd;
    border-bottom: none;
    padding: 20px;
    padding: 8px 15px;*/
  }
  .mailformContens form dl dd .size-m {
    width: 300px;
    height: 40px;
  }
  .mailformContens form dl dd .size-ss {
    height: 40px;
  }
  .mailformContens form dl dd .size-l {
    height: 40px;
    width: 400px;
  }
  .mailformContens form dl dd .size-ll {
    height: 130px;
    width: 600px;
    margin: 20px 0 0;
  }
  .mailformContens form dl dd p {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 767px) {
  .mailformContens form .mm-input p {
    padding-left: 0px;
    text-align: left;
  }
  .mailformContens form dl {
    border: 1px solid #dedede;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 2%;
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .mailformContens form dl dt {
    margin-bottom: 5px;
    background: #dedede;
    border-radius: 6px;
    padding: 8px 15px;
    border: 1px solid #dddddd;
    border-bottom: none;
  }
  .mailformContens form dl dd {
    border: none;
    padding: 8px 10px;
  }
  .mailformContens form dl dd .size-m {
    width: 90%;
  }
  .mailformContens form dl dd p {
    font-size: 14px;
    padding-top: 4px;
  }
  .mailformContens form dl dd .size-l {
    width: 100%;
    box-sizing: border-box;
  }
  .mailformContens form dl dd .size-ss {
    width: 36%;
  }
  .mailformContens form dl dd input {
    height: 30px;
  }
}
/************************************************
 = complete  送信完了
*************************************************/
.complete .complete_box .completethanks h6 {
  background-color: #52c3f1;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}
.complete .complete_box .completethanks p {
  text-align: left;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .complete .complete_box {
    text-align: center;
  }
  .complete .complete_box p {
    font-size: 22px;
  }
  .complete .complete_box .completethanks h6 {
    font-size: 24px;
    padding: 50px 100px;
    margin: 50px 0;
  }
  .complete .complete_box .completethanks p {
    font-size: 18px;
    padding: 0 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .complete .complete_box {
    text-align: center;
  }
  .complete .complete_box p {
    font-size: 16px;
    line-height: 1.8;
  }
  .complete .complete_box .completethanks h6 {
    font-size: 18px;
    padding: 20px;
    margin: 40px 0;
  }
  .complete .complete_box .completethanks p {
    font-size: 14px;
  }
}
/************************************************
 = complete  送信完了
*************************************************/
/************************************************
 = フォーム　確認画面　枠なしにしたスタイル
*************************************************/
form.confirm input[type=text],
form.confirm input[type=tel],
form.confirm input[type=checkbox],
form.confirm input[type=radio],
form.confirm input[type=password],
form.confirm textarea,
form.confirm select {
  display: none;
}

/************************************************
 = business 事業内容 background-color: #F0F7FC;#52c3f1#004273
*************************************************/
.business .business_box {
  text-align: left;
}
.business .business_box + .business_box {
  margin-top: 80px;
}
.business .business_box .product + .product {
  margin-top: 60px;
}
.business .business_box h5 {
  background-color: #004273;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .business .business_box h5 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .business .business_box h5 {
    font-size: 18px;
  }
}
.business .business_box h6 {
  border-left: 2px solid #0068b7;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
.business .business_box .product-row {
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .business .business_box .product-row {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .business .business_box .product-row {
    flex-direction: column;
  }
}
.business .business_box .product-row + .product-row {
  margin-top: 30px;
}
@media print, screen and (min-width: 1024px) {
  .business .business_box .product-row .product-row--txt {
    width: calc(100% - 470px);
    padding-left: 10px;
  }
}
@media print, screen and (max-width: 767px) {
  .business .business_box .product-row .product-row--txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .business .business_box .product-row .product-row--txt p {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .business .business_box .product-row .product-row--fig {
    width: 430px;
  }
}
@media print, screen and (max-width: 767px) {
  .business .business_box .product-row .product-row--fig {
    width: 100%;
  }
}
.business .business_box .product-row .product-row--fig img {
  width: 100%;
  max-width: 430px;
}
.business .business_box .product-desc {
  margin-bottom: 20px;
}
.business .business_box .product-desc p {
  line-height: 1.5;
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .business .business_box .product-desc p {
    font-size: 14px;
  }
}
.business .business_box .product-fig {
  margin-bottom: 40px;
}
.business .business_box .product-fig img {
  width: 100%;
}
.business .business_box .product-fig + .product-fig {
  margin-top: 30px;
}
.business .business_box .product-col {
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .business .business_box .product-col {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .business .business_box .product-col {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 767px) {
  .business .business_box .product-col.multi {
    flex-direction: row;
    gap: 6px;
  }
}
.business .business_box .product-col .product-col-item {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1024px) {
  .business .business_box .product-col .product-col-item.w01 {
    width: calc((100% - 60px) / 3);
  }
  .business .business_box .product-col .product-col-item.w02 {
    width: calc((100% - 60px) / 3 * 2 + 30px);
  }
  .business .business_box .product-col .product-col-item.w03 {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .business .business_box .product-col .product-col-item {
    width: 100%;
  }
}
.business .business_box .product-col .product-col-item .product-col--fig {
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.business .business_box .product-col .product-col-item .product-col--fig img {
  width: 100%;
  max-width: 340px;
}
.business .business_box .product-col .product-col-item .product-col--fig a img {
  transition: 1s all;
}
.business .business_box .product-col .product-col-item .product-col--fig a img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.business .business_box .product-col .product-col-item .product-col--txt .name {
  font-size: 16px;
  font-weight: bold;
}
.business .business_box .product-col .product-col-item .product-col--txt .dtl {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.business .business_box .product-col .product-col-item .product-col--txt .dtl th {
  padding: 5px;
  border: 1px solid #cccccc;
  width: 100px;
  background-color: #eeeeee;
}
.business .business_box .product-col .product-col-item .product-col--txt .dtl td {
  padding: 5px;
  border: 1px solid #cccccc;
}
.business .business_box .product-col .product-col-item.mb0 {
  margin-bottom: 0;
}

/************************************************
 = performance  事業実績
*************************************************/
.performance .performance_box {
  text-align: left;
}
.performance .performance_box .performance_box__item {
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .performance .performance_box .performance_box__item {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .performance .performance_box .performance_box__item {
    flex-direction: column;
    padding: 15px;
    font-size: 15px;
  }
}
.performance .performance_box .performance_box__item + .performance_box__item {
  border-top: 1px solid #cccccc;
}
.performance .performance_box .performance_box__item dt {
  font-weight: bold;
  color: #0068b7;
}
@media print, screen and (min-width: 1024px) {
  .performance .performance_box .performance_box__item dt {
    width: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  .performance .performance_box .performance_box__item dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .performance .performance_box .performance_box__item dd {
    width: calc(100% - 200px);
  }
}
@media print, screen and (max-width: 767px) {
  .performance .performance_box .performance_box__item dd {
    width: 100%;
  }
}
.performance .performance_box .performance_box__item dd ul li + li {
  margin-top: 5px;
}

/************************************************
 = errorページ
*************************************************/
.error_page h3.lower_subtitle span {
  width: auto;
}
.error_page .error_page_box p {
  line-height: 2;
}
.error_page .error_page_box p a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .error_page .error_page_box p {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .error_page {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .error_page h3.lower_subtitle {
    font-size: 18px;
  }
  .error_page .error_page_box p {
    font-size: 16px;
  }
}