@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600;900&display=swap');

body {
  margin: 0;
  padding: 0;
  background-color: none;
/*  font-family: 'Noto Sans JP', sans-serif;*/
  font-weight: 400;
/*  font-family: "Zen Kaku Gothic Antique", serif;*/
  font-family: "Zen Kaku Gothic New", serif;
}
.font_light {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 300;
  font-style: normal;
}

.font_regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.font_bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}


/*
.mintyo {
  font-family: 'Noto Serif JP', serif;
}
*/
header {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
/* * Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support. */
[hidden] { display: none; }
/* ==========================================================================
Base
========================================================================== */
 
html { font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
html, html a { -webkit-font-smoothing: antialiased; }/*フォントを綺麗に見せる*/
/* ==========================================================================
Global Styles
========================================================================== */
.pt-3 {
  padding-top: 3rem;
}
.pt-5 {
  padding-top: 5rem!important;
}
.pb-5 {
  padding-bottom: 5rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
/* ==========================================================================
BOXギャラリー
========================================================================== */
.box-top {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 20px 32px;
  background-color: #96cceb;
  color: #002b63;
  width: 100%;
  border-radius: 14px;
}
.box-top::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid 2vw transparent;
  border-top-color: #96cceb;
  content: '';
}
.box_line_r10_ble {
    padding: 40px 60px;
    margin: 10px 0;
    font-weight: bold;
    color: #6091d3;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
}
.box_line_r10_ble p {
    margin: 0; 
    padding: 0;
}
.box_line_r10_ble_wht {
    padding: 40px 10px;
    margin: 10px 0;
    font-weight: bold;
    color: #6091d3;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
}
.box_line_r10_ble_wht p {
    margin: 0; 
    padding: 0;
}

.box_att {
  margin: 20px auto;
}
.box_att-ttl {
  background-color: #CC0000;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.box_att-txt {
  padding: 20px 40px;
  border: 2px solid #CC0000;
  border-radius: 0 0 10px 10px;
}

.text_box_a {
  position: absolute;
  display: block;
  width: 52%;
  padding: 80px 60px 100px 6vw;
  background-color: #b8e5ff;
  border-radius: 20px;
  top: 80px;
  right: 0;
  z-index: 1;
}
.img_box_a img {
  width: 50vw;
}
.img_box_a {
  position: absolute;
  width: 50%;
  color: white;
  top: 10px;
  left: 0;
  z-index: 2;
  filter: drop-shadow(10px 10px 10px rgba(129,129,129,0.98));
}

.text_box_b {
  position: absolute;
  display: block;
  width: 52%;
  padding: 80px 80px 80px;
  background-color: #b8e5ff;
  border-radius: 10px;
  top: 80px;
  left: 0;
  z-index: 1;
}

.img_box_b img {
  width: 50vw;
}
.img_box_b {
  position: absolute;
  width: 50%;
  color: white;
  top: 10px;
  right: 0;
  z-index: 2;
  filter: drop-shadow(10px 10px 10px rgba(129,129,129,0.98));
}
.box_base {
  position: relative;
  height: 600px;
  margin-top: 100px;
}

.box_l_ble {
    padding: 30px 40px;
    margin: 2em 0;
    color: #1F2F7C;
    background: #c6e4ff;
    border-bottom: solid 6px #aac5de;
    border-radius: 9px;
}
.box_l_ble p {
    margin: 0; 
    padding: 0;
}
.text_box_c {
  padding: 80px 80px 80px;
  background-color: #ffff;
  border-radius: 10px;
  z-index: 1;
}

/* ==========================================================================
テキスト装飾
========================================================================== */
/*--------------------------  リンク -------------------------- */ 
a:focus { outline: thin dotted; }
/* * Improves readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }
a { color: #2857F4; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:focus { color: #3CA5C9; text-decoration: none; }
.a_wht a {
  color: #fff!important;
}
/*------------------------　テキスト --------------------------*/
h1 { font-size: 2em; margin: 0.67em 0; color: #353535; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.6em; margin: 10px 0; }
h4 { font-size: 1.8em; margin: 1.33em 0; font-weight:800; }
h5 { font-size: 2em; margin: 0 0 1.4em; font-weight: 600; }
h6 { font-size: 1.4em; margin: 2.33em 0 1em 0; letter-spacing: 1em }
.font_ble { color: #002b63; }
.em06 { font-size: 0.6em; }
.em08 { font-size:0.8em; }
.em12 { font-size: 1.2em; }
.em14 { font-size: 1.4em; }
.em16 { font-size: 1.6em; }
.em18 { font-size: 1.8em; }
.em30 {font-size: 3em; }
.em40 { font-size: 4em; }
.fontRed {color: #c02;}
.fontWht { color: #fff; }
.fontGrn { color: #063; }
.fontBlk { color: #000; }
.fontBle { color: #0057c9; }
.font14B { color: #000; font-size: 1.4em; font-weight: bold; }
bld { font-weight: bold; }
bld-red-em12 { font-weight:bold; color: #c02; font-size: 1.2em; }
.clear { clear: both; }
.text-center { text-align: center; margin-left:auto; margin-right: auto;}
.text-right { text-align: right!important;}
.text-a br {
  display: none;
}
.text-b br {
  display: inline;
}
p {
	word-spacing: 1px;
	line-height: 180%;
	font-size: 1.2em;
}
h2 { font-size: 1.6em; color: #353535; text-transform: uppercase; font-weight: bold; }
h2::after { /*content: " "; border: solid 2px #3dc9b3; display: block; width: 35px; margin: 25px auto;*/ }

/* * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }
/* * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
/* * Addresses styling not present in Safari 5 and Chrome. */
dfn { font-style: italic; }
/* * Addresses styling not present in IE 6/7/8/9. */
mark { background: #ff0; color: #000; }
/* * Addresses margins set differently in IE 6/7. */
/*p, pre { margin: 1em 0; }*/
/* * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* * Improves readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
/* * Addresses CSS quotes not supported in IE 6/7. */
q { quotes: none; }
/* * Addresses `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
.m250 {
  margin-top: 280px;
}
.m150 {
  margin-top: 150px;
}

.head-padding {
  margin-top: 300px;
  padding-bottom: 200px;
	}
.head-padding_dble {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #20183D;
	}
.section-padding {
  padding-top: 180px;
  padding-bottom: 80px;
	}
.title-padding {
  padding-top: 180px;
  padding-bottom: 60px;
	}
.dark-bg { background: #f3f5f8; }
.light-bg { background-color: #fff; }
.dark-box { background: #f3f5f8; -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4; -moz-box-shadow: 0px 3px 0px 0px #f0f2f4; box-shadow: 0px 3px 0px 0px #f0f2f4;
}
.light-box { background-color: #fff; -webkit-box-shadow: 0px 3px 0px 0px #AAD8F0; -moz-box-shadow: 0px 3px 0px 0px #AAD8F0; box-shadow: 0px 3px 0px 0px #AAD8F0; padding: 20px 0;  border: solid 1px #ccc; }
.light-box:hover, .light-box:focus { -webkit-box-shadow: 0px 3px 0px 0px #161A85; -moz-box-shadow: 0px 3px 0px 0px #161A85; box-shadow: 0px 3px 0px 0px #161A85; }
.box-hover { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.foot-box {
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 0px 0px #AAD8F0;
	-moz-box-shadow: 0px 3px 0px 0px #AAD8F0;
	box-shadow: 0px 3px 0px 0px #AAD8F0;
	padding: 20px 0;
}
.foot-box:hover, .foot-box:focus {
	-webkit-box-shadow: 0px 3px 0px 0px #F5FF00;
	-moz-box-shadow: 0px 3px 0px 0px #F5FF00;
	box-shadow: 0px 3px 0px 0px #F5FF00;
}
.box-hover { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.box-hover:hover, .box-hover:focus { transform: translate(0, -15px); -webkit-transform: translate(0, -15px); -ms-transform: translate(0, -15px); }
.box-hoverL { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
.box-hoverL:hover { transform: translate(0, -50px); -webkit-transform: translate(0, -50px); -ms-transform: translate(0, -50px); }
.wrapper {
	margin-bottom: 80px;
}
.nopadding { padding: 0; }

.youtub {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 height: 100% !important;
}
.youtube iframe {
  position: absolute;
  top: 240px;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.clear{
	clear:both;
}
dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }

menu, ol, ul { padding: 0 0 0 40px; }

nav ul, nav ol { list-style: none; list-style-image: none; }
 
img { border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */ }
/* * Corrects overflow displayed oddly in IE 9. */
svg:not(:root) { overflow: hidden; }
 
figure { margin: 0; }

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-10s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-15s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-20s { animation-delay: 2s; -webkit-animation-delay: 2s; }
/*------------------------------ Waypoints ---------------------------*/
.sec{
    margin-bottom: 120px;
} 
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 

.img-container {
    overflow: hidden;
    position: relative;
} 
.img-container__img{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease; 
    z-index: 0;
} 
.img-container:before{
    background: #1984FF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-110%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}
.img-container.bg_wht:before{
    background: #1984FF;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-110%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}
  .text-container{
    opacity: 0;
    transition: all .8s .5s ease;
} 
.text-container__title{
    color: #333;
    font-size: 1.6em;
    font-weight: 700;
}
/*アニメーションするプロパティを設定します*/
.img-container.active img{
    opacity: 1;
} 
.img-container.active:before{
    transform: translateX(100%);        
}

.text-container.active{
    opacity: 1;
}

/*タイトル用アンダーラーンあり*/
.title-container{
    overflow: hidden;
    position: relative;
}
.title-container p{
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #20183D;
  opacity: 0;
  transition: all .5s .1s ease;
}
.title-container__img{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease;
    z-index: 0;
}
.title-container:before{
    background: #20183D;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-110%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}
.title-container.bg_wht:before{
    background: #CECAE6;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-110%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
} 
.title-container.active p{
    opacity: 1;
}
.title-container.active:before{
    transform: translateX(100%);        
}

/* ==========================================================================
Forms
========================================================================== */
form {
  text-align: center;
  margin: 0;
}
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0;
	padding: 0; white-space: normal;
*margin-left: -7px; }
button, input, select, textarea { font-size: 100%;
	margin: 0; /* 2 */
	vertical-align: baseline;
*vertical-align: middle; }

button, input { line-height: normal; }

button, html input[type="button"], 
input[type="reset"], input[type="submit"] { -webkit-appearance: button;
	cursor: pointer; 
overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box;
	padding: 0;
	height: 13px; 
width: 13px; }

input[type="search"] { -webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto;
vertical-align: top; }

/* ==========================================================================
Tables
========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }

table {
  margin: 20px auto;
}
table .tbl-r00  {
  margin: 0 !important;
  padding: 0 !important;
}
.tbl-r00 th {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #000 !important;
  background: transparent !important;
  position: static;
  top: 0;
  font-weight: normal;
}
.tbl-r00 td {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.tbl-r00 tr {
  margin: 0;
  padding: 0;
  border: none !important;
}

.tbl-r01 th {
  background: #316CB9;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r01 td {
  border: solid 1px #ccc;
  padding: 10px 10px 10px 40px;
  text-align: left;
  background-color: #fff;
}
.tbl-r01 tr {  
      /*background-color: #fff;*/
    } 
.tbl-r01 tr:hover th {
  background-color: #0086CF;
}
.tbl-r01 tr:hover td {
  background-color: #D3F0FF;
}

.tbl-r02 .thead th {
  background: #20183D;
}
.tbl-r02 td:first-child {
  background: #CECAE6;
}
.tbl-r02 th {
  background: #20183D;
  border: solid 1px #999;
  color: #fff;
  padding: 18px;
  white-space: nowrap;
}
.tbl-r02 td {
  border: solid 1px #999;
  padding: 10px 10px 10px 20px;
  text-align: left;
  background-color: #fff;
}
.tbl-r02 tr {  
     /* background-color: #fff;*/
    } 
.tbl-r02 tr:hover th {
  background-color: #0086CF;
}
.tbl-r02 tr:hover td {
  background-color: #D3F0FF;
}

.tbl-r03 th {
  background: #ADA063;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r03 td {
　border: solid 1px #ccc;
  padding: 10px 10px 10px 40px;
  text-align: left;
}

/* ==========================================================================
メニュー
========================================================================== */
  .navbar-expand-lg {
    flex-wrap: wrap;
  }
.navbar-default{
	color:#000;
  background: linear-gradient(82deg, #080036, #453A77);
  background: -moz-linear-gradient(82deg, #080036, #453A77);
  background: -webkit-linear-gradient(82deg, #080036, #453A77);
	}

.navbar-default .navbar-nav li a {
	color: #fff;
  font-weight: 500;
  padding: 20px 3vw;
  text-decoration: none;
  display: block;
	}
.navbar-nav {
  display: block;
	margin-top: 0;
	margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
	background-color: #0091DE;
	}
.navbar-fixed-top {
  position: relative;
}
nav ul {
	list-style: none;
  padding: 0;
	}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-default .navbar-brand {
	color: #fff;
}
.navbar-brand {
  display: flex;
  position:relative;
	padding:0;
  vertical-align: middle;
}
.navbar-brand img {
	display: block;
  text-align: center;
	margin: 10px 0;
  max-height: 60px;
	transition: all 0.2s ease;
	-moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease;
}
#head_ti {
  display: flex;
  justify-content: center;
  width: 100%;
}
.collapse {
  /*margin-left: 25%;
  width: 50%;*/
  flex-flow: column;
}
.wrap01 {
  position: relative;
  overflow: hidden;
  display:inline-block;
}
.list {
  position: relative;
  left: 50%;
  float: left;
}

.navbar-toggle {
  display: none;
}
/*
#nav-toggle { position: absolute; right: 15px; top: 0; }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #353535; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }
/*
.navicon {
  position: relative; height: 26px;
}*/
.indicator {
  position: absolute;
  right: 10vw !important;
}
a[href^="tel:"] {
	pointer-events: none;
  color: #fff;
}

/* ==========================================================================
common パーツ
========================================================================== */
/*-------------------------------------- ページタイトル --------------------------------------*/
#head_img_contener {
  position: relative;
  top: 0px;
  margin: 0;
  padding-top: 0px;
}
#head_img_contener h1 {
  display: block;
  position: absolute;
/*  top: 100px;*/
  top:  calc(50px + 4vw);
  left: 100px;
  margin: 0;
  color: #003983;
  font-size: 2.4em;
  font-weight: 500;
}
#head_img_contener .sub_ti {
  display: block;
  position: absolute;
/*  top: 60px;*/
  top:  calc(20px + 4vw);
  left: 100px;
  margin: 0;
  color: #003983;
  font-size: 1.4em;
}

/*-------------------------------------- サブタイトル --------------------------------------*/
h3.arrow {
  color: #002b63;
	font-size: 1.6em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
  letter-spacing: 14px;
  /*display: block;
  position: relative;
  top: 200px;*/
}
h3.arrow img {
  position: relative;
  top:-40px;
/*
  width: auto;
  max-width：100％
*/
    width: 100%;
  max-width: 890px;
  max-height: 70px;
  background-image: URL(common/sub_ti_under.png);
  background-repeat: no-repeat;
  background-size: contain;
/*  border: 1px solid red;*/
}

h3.arrow-wht {
  color: #fff;
	font-size: 1.6em;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
  letter-spacing: 14px;
}
h3 .ti-en {
	display:block;
  letter-spacing: 0.2em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 0.6em;
  margin-top: 8px;
  padding: 0  1.2em 0 0;
}
.ti-wht {
  color: #fff !important;
}
.ti-jp {
  display: block;
	font-size: 0.8em;
  margin-top: 10px;
  padding-bottom: 0;
}

/*　あとで消す　*/
.en {
	font-size: 0.8em;
	color: #666;
}

/*-------------------------------------- パーツ --------------------------------------*/
.img_resp {
  width: 100%;
  height: auto;
}
.ten3 {
  display: block;
  margin: 200px auto;
  width: 200px!important;  
}
.ten3-ti {
  margin: 10px auto 100px;
  width: 200px!important;
}
.sub-ti h3 {
  margin: 0!important;
}
.kugiri_drop {
  width: 40px!important;
  height: 50px!important;
}


/*-------------------------------------- エフェクト --------------------------------------*/
.shadow_img {
/*  filter: drop-shadow(10px 10px 0px #323A63);*/
  filter: drop-shadow(2px 2px 2px rgba(129,129,129,0.88));
}
.shadow_test {
        filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
.kasane_over {
  position: relative;
  width: 50%;
  left: 40%;
  height: auto;
  padding: 20px;
  background: #b8e5ff;
  border-radius: 10px;
}

.kasane_base {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 100px;
    height: 100px;
    background: #f44336;
}




/*
.arrow:after {
	display: inline-block;
  width: 50vw;
  content: "";
  border-bottom: 1px solid #20183D;
}
.arrow-wht::after {
	display: inline-block;
  width: 50vw;
  content: "";
  border-bottom: 1px solid #fff;
}
*/

h2.arrow { font-size: 2.4em; text-transform: uppercase; color: #353535; letter-spacing: 0.6em; line-height: 1.4em;  margin:30px 0; font-weight: bold; }

.sect_img img {
  object-fit: contain;
  width: 100%;
}
/*-------------------------------------- 下へボタン --------------------------------------*/
.bt-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #240B81;
}
.bt-down:hover {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #6A4DFF;
}
.bt-down_drop {
  
}
img .bt_next {
  width: 100%;
}
.bt_next_bg {
  padding-top: 10px;
  padding-bottom: 20px;
  max-height: 46px;
  width: auto;
}
.bt_next_bg a:hover {
  opacity: 0.5;
}

.bt_next_bg_l_ble {
  padding-top: 10px;
  padding-bottom: 20px;
  max-height: 46px;
  width: auto;
  background-color: #e2e6f3;
}
.bt_next_bg_l_ble a:hover {
  opacity: 0.5;
}


.bt_top_bg_l_ble {
  padding-top: 10px;
  padding-bottom: 20px;
  max-height: 46px;
  width: auto;
}
.bt_top_bg_l_ble a:hover {
  opacity: 0.5;
}


.bt_top_bg_ble {
  background-color: #453A77;
  padding-top: 80px;
  padding-bottom: 100px;
}
.bt-down-wht {
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  margin: 0 auto;
}
.bt-down-wht:hover {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #6A4DFF;
  margin: 0 auto;
}
.bt_next_head {
  position: relative;
  top: 100px;
  display: block;
  margin-bottom: 200px;
}
.btn-down-wht {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.btn-down-wht:hover {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #6A4DFF;
}
.btn-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #240B81;
}
.btn-down:hover {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #6A4DFF;
}
.down-arrow {
	background-color: #FFF;
}
/*-------------------------------------- 上へボタン --------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
	opacity: 0.6;
}
#page-top a {
    display: block;
    background: #0091DE;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
	border:solid 2px #FFFFFF;
}
#page-top a:hover {
    background: #2FBAFD;
    text-decoration: none;
}
/*-------------------------------------- ボタン --------------------------------------*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 70%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #002b63;
	background: #002b63;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #002b63;
	background: #fff;
}


.btn01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  padding: 1em 2em 1em 25%;
  width: 70%;
  color: #20183D;
  font-size: 1.2em;
  font-weight: 700;
  border: 1px solid #20183D;
  background-color: #fff;
  text-decoration: none;
}
.btn01 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #20183D;
  border-right: 2px solid #20183D;
  transform: rotate(45deg);
}
.btn01 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #20183D;
}
.btn01 a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px auto;
  padding: 1em 2em 1em 25%;
  width: 70%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  border: 1px solid #fff;
  background-color: #453A77;
  text-decoration: none;
}
.btn02 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.btn02 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #DFCBFF;
}
.btn02 a:hover::after {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}
.btn03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em 1em 25%;
  width: 70%;
  color: #20183D;
  font-size: 1.2em;
  font-weight: 700;
  border: 2px solid #20183D;
  background-color: #9588CE;
  text-decoration: none;
}
.btn03 a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #20183D;
  border-right: 2px solid #20183D;
  transform: rotate(45deg);
}
.btn03 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #DFCBFF;
}
.btn03 a:hover::after {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}


.btn-flat-a {
/*  display: inline-block;*/
	font-size: 1.2em;
	padding: 10px 20px;
  margin: 4px 0;
	text-decoration: none;
  width: 100%;
	border-radius: 10px;
  background-color: #fff;
  border: 3px solid #0057c9;
	transition: .4s;
  color:  #0057c9;
}
.btn-flat-a a {
  text-decoration: none;
  color: #0057c9;
}
.btn-flat-a:hover {
  background: rgba(143,113,226,1.00);
  color: white;
}



.uke2k {
  font-size: 0.8em;
  margin-bottom: 6px;
}
.mel-no  {
  position: relative;
  top: 8px;
  padding: 12px 0;
}
.mel-no2 span {
  font-size: 1em;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  margin-left: 14px;
}
/*
#wrap {
    height: 100%;
}
*/
/* ==========================================================================
Footer
========================================================================== */
/*---------------------------------- 問い合わせ ------------------------------------*/
.card-box {
/*
  position: relative;
  display: flex;
*/
  flex-direction: column;
/*  min-width: 0;*/
/*  overflow-wrap: break-word;*/
  margin-bottom: 40px;
}
.card-box-h {
  padding: 2px;
  margin: 20px auto 0;
  border-bottom: 2px solid #0057c9;
  width: 100%;
}
.card-box-h00::after {
display: inline-block;
width: 50vw;
border-bottom: 1px solid #000;
}
.card-box-t {
  padding: 2px 2px;
  margin: 14px auto;
}
.card-box-t::after {
display: inline-block;
width: 50vw;
border-bottom: 1px solid #000;
}

#foot_toi {
  position: relative;
  height: 600px;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 560px;
  text-align: center;
}
.btn-toibox {
/*  display: inline-block;*/
	font-size: 1.2em;
	padding: 10px 20px;
  margin: 20px 0;
	text-decoration: none;
  width: 100%;
	border-radius: 10px;
  background-color: #fff;
  border: 3px solid #0057c9;
	transition: .4s;
}
.btn-toibox a {
  text-decoration: none;
  color: #0057c9;
  transition: .4s;
}
.btn-toibox:hover {
  background: #0057c9;
}
.btn-toibox a:hover {
  color: #fff;
}
.tel-no  {
  position: relative;
  top: 10px;
}
.tel-no2 span {
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  margin-left: 14px;
}
.tel-no2 {
  margin: 0;
}
.toi-ja {
  font-size: calc(1em + 1.6vw);
  margin: 0;
  color: #0057c9;
}
.toi-en {
  font-size: calc(0.4em + 1vw);
  line-height: 100%;
  margin: 0;
  color: #0057c9;
}
.bg-toi {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #0057c9;
}
.contents {
  position: relative;
}

.box-toi {
  width: 90%;
  max-width: 1150px;
/*  border: 1px solid #aaa;*/
  max-height: 528px;
  height: auto;
  padding: 30px 40px 80px;
  margin: 0 auto;
/*	background-color: #fff;*/
  background: center no-repeat padding-box url("../common/contact_bg.jpg");
/*    background: no-repeat url("../../media/examples/lizard.png");*/
/*
  background: center / contain no-repeat url("../../media/examples/firefox-logo.svg"),
            #eee 35% url("../../media/examples/lizard.png");
*/
}
#foot_toi .bt_re_posi {
  top: 120px;
}

/*---------------------------------- footer ------------------------------------*/
footer {
  padding-top: 100px;
  background: #e1f0f7;
}
footer img {
/*  width: calc(20px + 4vw);*/
  width: clamp(10px, 10px + 4vw, 96px);
}
.foot_logo {
  
}

.foot_flex {
  display: flex; /*横並び*/
}
.foot_flex .foot_image {
  max-width: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.foot_flex .foot_text {
/*  font-size: 1em;*/
/*  font-size: calc(0.8em + 1vw);*/
  font-size: clamp(10px, 0.5em + 1vw, 1.4em);
  text-align: left;
  margin: 0 0 0 20px;
  padding: 0;
}
.foot_text p {
  margin-bottom: 0;
}
.foot_t01 {
  font-size: 0.8em;
  margin: 0;
  line-height: 100%;
}
.foot_t02 {
  font-size: 0.4em;
  margin: 0;
  line-height: 100%;
}
.foot_text02 {
  display: block;
}
.foot_text02 p {
/*  font-size: calc(0.6em + 1vw);*/
  font-size: clamp(10px, 0.5em + 1vw, 1.4em);
}

.back-img_foot {
  background-color: #AAD8F0;
}
.back-img_foot img {
  width: 100%;
}

footer p {
color: #002B63;
/*  text-align: center;*/
/*  padding-top: 20px;*/
}
ul.legals {
	list-style: none;
	color: #fff;
	line-height: 25px;
}
ul.legals li {
	display: inline-block;
}
ul.legals li::after {
	content: " |";
	color: #129fe4;
}
ul.legals li:last-child::after { content: ""; }
.legals { text-align: center; }
.credit { text-align: right; }

#copyright {
	color: #FFF;
	text-align: center;
	line-height: 60px;
  /*background-color: #0091DE;*/
  padding-top: 20px;
  padding-bottom: 20px;
}
#copy-mt {
  color: #002B63;
}
.foot-bt {
	font-size: 1.4em;
	line-height: 100%;
}
.foot-box {
	margin-bottom: 20px;
}
/*
.border-bt-w60 {
  border-bottom: 1px solid #6A4DFF;
  width: 60vw!important;
}
*/
/*---------------------------------- foot メニュー ------------------------------------*/
nav-f {
  margin-top: 30px!important;
}
nav-f ul{
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  /*text-align: left;*/
/*  line-height: 140%;*/
}
nav-f ul li{
  display: inline-block;
  position: relative;
/*  padding-left: 22px;*/
  margin-left: 10px;
  margin-right: 2vw;
/*  line-height: 82px;*/
  padding: 6px 10px 40px 22px;
}
nav-f ul li:last-child {
  margin-right: 0;
}

nav-f ul li a::after,
nav-f ul li a::before {
  display: block;
  content: " ";
  position: absolute;
}
nav-f ul li a::before {
  top: 16%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #002B63;
  border-radius: 100%;
  transition: 0.5s;
}
nav-f ul li a.current::before,
nav-f ul li a:hover:before{
background-color: #2064FF;
}
nav-f ul li a::after {
z-index: 12;
top: 18px;
left: 5px;
width: 5px;
height: 5px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(-45deg);
  transition: 0.4s;
}
/*
nav-f ul li a:hover:after {
  border-right: 1px solid #0B0042;
border-bottom: 1px solid #0B0042;
}
*/
nav-f ul li a{
  color: #002B63;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: 0.5s;
}
nav-f ul li a.current{
  color:#555;
}
nav-f ul li a:hover{
  color:#2064FF;
}
.block2 {
position: relative;
padding: 20px 0 30px 0;
padding-bottom: 180px;
overflow-x: hidden;
}

/* ==========================================================================================
TOPページ
========================================================================================== */
/*------------------------------ トップページのスライドショー ------------------------------*/
#slid {
  background-color: #e2e6f3;
  padding-bottom: 140px;
}
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
/* top 組合について
------------------------------------------------------------------------------------*/
#whats_kumiai {
  padding-bottom: 380px;
  background-color: #e2e6f3;  
}
#whats_kumiai p {
  font-size: 1.4em;
  line-height: 240%;
}
#whats_kumiai img {
  
}
#whats_kumiai h4 {
  position: relative;
  text-align: center;
  color: #002b63;
  font-size: 2em;
  letter-spacing: 0.2em;
  margin: 80px 0 180px;
}
#whats_kumiai h4::after {
content:url("../common/sub_ti_under.png");
position:absolute;
bottom:-80px;
left:0;
right:0;
/*transform: scale(0.5);*/
}

/* top トピックス
------------------------------------------------------------------------------------*/
#topi {
  
}
.topics_box {
  padding: 10px 6px;
  margin: 0;
  font-weight: bold;
  border: solid 2px #00a2ff;
  border-radius: 10px;  
}
#topics .wrapper {
	height: 400px;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #00a2ff;
}
  iframe #topi {
    width: 100%  !important;
    border: solid 3px #00a2ff;
  }

#news-topics-sp {
  display: none;
}
.panel  {
  border: 1px solid #619BFF;
}
.panel-heading {
  background-color: #619BFF;
  padding: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion2 {text-align: center; padding:4px; font-size: 1em;}
.accordion2 .ac-inner {display: none;}
.accordion2 p{cursor: pointer; padding: 10px;}
.accordion2 p.ac1{background: #1e50a2; color:#FFF;}
.accordion2 .ac-inner li{
  padding: 10px 0;
  list-style-type: none;
}
.accordion2 .ac-inner li.content1-1{
  background: #eee;
  color: #666;
  list-style:none;
list-style-type: none;
}
.accordion2 ul {
  margin-top: 0; 
  padding-left:0;
  list-style-type: none;
}
.accordion2 p { margin-bottom: 0;}
.ac1 ul li {
  list-style-type: none;
}
/* top こんな悩み 0000
------------------------------------------------------------------------------------*/
#top_sect02 {
/*  height: 3000px;*/
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
		background-image:
			radial-gradient(290px 300px , rgba(212,221,255,0.90) 20%, transparent 20%),
			radial-gradient(800px 780px , rgba(212,221,255,0.90) 20%, transparent 20%),
			radial-gradient(1000px 990px , rgba(212,221,255,0.90) 20%, transparent 20%),
			radial-gradient(400px 380px , rgba(212,221,255,0.90) 20%, transparent 20%),
			radial-gradient(750px 750px , rgba(212,221,255,0.90) 20%, transparent 20%),
			radial-gradient(100px 100px , rgba(212,221,255,0.90) 20%, transparent 20%);
		background-size: 
			1230px 1280px,
			950px/*810*/ 910px,/*910*/
			1470px 990px,
			1200px 1700px,
			1520px 1200px,
			1100px 1300px;
		background-position: 
			-300px -550px,
			-200px 100px,
			50px 710px,/*610*/
			-200px -550px,
			-180px 150px,/*-250*/
			130px -150px;
}
.top_box ol, ul {
  padding: 0 0 0 30px;
}

#top_ism {
  background-image: url("../images/02_ism_bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 380px;
}
#top_ism img {
  width: 100%;
}
#top_ism p {
  line-height: 200%;
}
.bt_re_posi {
    position:relative;
	top:180px;
}
.pc_list {
  border:1px solid #0057c9;
  width:800px;
  height: 1400px;
}
.sp_list {
  display: none;
}

/* top 組合について
------------------------------------------------------------------------------------*/
#whats_kumiai p {
  font-size: 1.4em;
  line-height: 240%;
}




.accordion_a {
    max-width: 80%;
/*    background-color: #E2E6F3;*/
}
.accordion_a:not([open]) {
    margin-bottom: 7px;
}
.accordion_a summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #002B63;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.accordion_a summary::-webkit-details-marker {
    display: none;
}
.accordion_a summary::before
{
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}
.accordion_a summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}
.accordion_a summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}
.accordion_a summary::after {
    transition: rotate .3s;
}
.accordion_a[open] summary::after {
    rotate: 90deg;
}
.accordion_a p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion_a[open] p {
    transform: none;
    opacity: 1;
}
.accordion_a[open]  {
  transform: none;
  opacity: 1;
  background-color: #fff;
  border-radius: 30px;
}


/* top チェーンについて
------------------------------------------------------------------------------------*/
#top_chain {
  background-image: url("../images/top03_chain02bg.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 380px;
  text-align: center;
}
#top_chain img {
  width: 100%;
}
#top_chain p {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}

/* top 製品紹介
------------------------------------------------------------------------------------*/
#top_products {
  background-color: #CECAE6;
  padding-top: 120px;
  padding-bottom: 380px;
  text-align: center;
}

/* top 会社案内
------------------------------------------------------------------------------------*/
#top_comp {
  background-color: #20183D;
  padding-top: 120px;
  padding-bottom: 380px;
  text-align: center;
  color: #fff;
}
#comp01 img {  
 width: 100%; 
}
.img_text {
  position: relative;
}
.img_text .box {
  
}
.img_text p {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 40px;
  text-align: left;
}

/* top 採用情報
------------------------------------------------------------------------------------*/
#top_recr {
  padding-top: 120px;
  padding-bottom: 380px;
  text-align: center;
}
#top_recr img {
  width: 100%;
}
#top_recr h5 {
color: #20183D;
font-size: 1.8em;
text-align: center;
margin-top: 50px;
}
/*--------------------- top アクセスマップ ---------------------*/
#top_map {
  padding-top: 120px;
  padding-bottom: 200px;
  text-align: center;
}
 #top_map iframe  {
    /*width: 100%  !important;*/
  }
.gmap_top {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap_top iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%!important;
}
/* ==========================================================================
022管工事とは
========================================================================== */
.head-bg_kan {
  height: 34vw;
  margin: 0;
  background-image: url("../pages/kankouji_images/head_img_022.webp");
  background-size: 100%;
  background-position: top center;
  background-repeat:no-repeat; 
  z-index: -1;
}
#kun01 {
  padding-bottom: 380px;
}
#kun01 img {
  width: 100%;
}
#kun02 {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}
#kun02 h4 {
  color: #002b63;
  font-size: 1.4em;
  margin-top: 40px;
  padding:0 .4em .2em;
  border-bottom: 2px solid #002b63;
  text-align: center;
}

/* ==========================================================================
03組合について
========================================================================== */
.head-bg_kumiai {
  height: 34vw;
  margin: 0;
  background-image: url("../pages/about_images/head_img_03.webp");
  background-size: 100%;
  background-position: top center;
  background-repeat:no-repeat; 
  z-index: -1;
}
.kumiaitowa_text {
  font-size: 1.6em;
  line-height: 220%;
  letter-spacing: 0.2em;
}
#kumiaitowa {
  padding-bottom: 380px;
}
#kumiaitowa ol li {
  margin: 20px 0;
}

#kumiaitowa_sect02 {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}
#kumiaitowa_sect03 {
  padding-top: 100px;
  padding-bottom: 300px;
}
#kumiaitowa_sect03 h5 {
  font-size: 1.6em;
}
#kumiaitowa_sect04 {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}
#kumiaitowa_sect04 img {
  width: 100%;
  max-width: 1280px;
}
#kumiaitowa_sect05 {
  padding-top: 100px;
  padding-bottom: 300px;
}
#kumiaitowa_sect06 {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}

.head_copy_s {
  font-size: 1.8em;
  text-align: left;
  font-weight: bold;
  line-height: 100%;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
}
.head_copy_l {
  font-size: 4em;
  text-align: left;
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 110%;
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
/* ==========================================================================
03組合加入について
========================================================================== */
.head-bg_kumiaikanyu {
  height: 34vw;
  margin: 0;
  background-image: url("../pages/kanyu_images/head_img_03.webp");
  background-size: 100%;
  background-position: top center;
  background-repeat:no-repeat; 
  z-index: -1;
}
#kumiaikanyu {
  padding-bottom: 380px;
}
.con_text {
  font-size: 1.6em;
  line-height: 220%;
  letter-spacing: 0.2em;
}
#kumiaikanyu_sect02 {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}

#kumiaikanyu_sect02 li {
  margin-bottom: 24px;
}

.section_W-img {
    padding: 60px 0;
}
.contentWrapper {
/*    max-width: 1240px;*/
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
.introduceRelative {
    padding-top: 280px;
}
.img_wrapper01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.contentWrapper02 {
  position: relative;
/*  left 400px;*/
  margin-left: 40%;
  max-width: 55%;
  
/*    margin-left: 20vw;*/
    padding: 0;
  z-index: 1;
}
.content_inner {
    max-width: 85%;
}

.img_wrapper01 img {
/*    height: 411px;*/
    object-fit: fill;
}

@media (max-width: 768px) {
    .content_W-img {
        padding: 0 15px;
    }
    .introduceRelative {
        padding-top: 78%;
    }
  .img_wrapper {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
  .img_wrapper01 img {
    width: 100%;
  }
  .contentWrapper02 {
    width: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
  }
  .img_wrapper02 img {
    width: 100%;
  }
    .content_inner {
        width: 80%;
    }
}

@media (max-width: 425px) {
    .introduceRelative {
        padding-top: 55%;
    }
    .img_wrapper01 img {
        height: 230px;
    }
}

.image-container {
      position: relative;
      width: 300px; /* コンテナの幅を画像に合わせる */
      height: 200px; /* コンテナの高さを画像に合わせる */
    }
    .image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      transition: all 0.3s ease; /* オプション：アニメーション効果 */
    }
    .image-container img:nth-child(2) {
      top: 20px; /* ずらす量を調整 */
      left: -50px;
      opacity: 0.8; /* オプション：透過効果 */
    }
.clear {
	clear:both;
}


.image-container {
      position: relative;
      width: 100%; /* コンテナは画面幅いっぱい */
      max-width: 900px; /* 必要に応じて最大幅を指定 */
      height: auto;
      display: flex;
      justify-content: space-between; /* 横幅いっぱいに配置 */
      align-items: center;
    }
    .image-container img {
      width: 55%; /* 画像の幅を55%に設定 */
      position: relative;
      transition: transform 0.3s ease; /* オプション: ホバー時のアニメーション */
    }
    .image-container img:first-child {
      margin-left: -0%; /* 1枚目の画像を左にずらす */
      z-index: 2; /* 手前に表示 */
/*
      position: absolute;
      top: 0;
*/
    }
    .image-container img:last-child {
      margin-right: -0%; /* 2枚目の画像を右にずらす */
      z-index: 1; /* 奥に表示 */
      position: relative;
  top: 250px;
    }
    .image-container img:hover {
      transform: scale(1.05); /* オプション: ホバー時の拡大 */
    }

#kumiaikanyu_sect03 {
  padding-top: 200px;
  padding-bottom: 200px;
}
#kumiaikanyu_sect03 h2 {
 position: relative;
  padding: 4px 0 8px 140px;
  border-bottom: 3px solid #000;
}
#kumiaikanyu_sect03 h2 span {
  font-family: 'Roboto', sans-serif;
/*  font-size: 100px;*/
  font-size: 3.6em;
  line-height: 1;
  position: absolute;
  bottom: -0em;
  left: 0;
}
#kumiaikanyu_sect03 li {
  margin-bottom: 14px;
}
/* ==========================================================================
04活動紹介
========================================================================== */
.head-bg_katsudo {
  height: 34vw;
  margin: 0;
  background-image: url("../pages/katsudo_images/head_img_04.webp");
  background-size: 100%;
  background-position: top center;
  background-repeat:no-repeat; 
  z-index: -1;
}

/* ==========================================================================
05市民の皆さま
========================================================================== */
.head-bg_shimin {
  height: 34vw;
  margin: 0;
  background-image: url("../pages/shimin_images/head_img_05.webp");
  background-size: 100%;
  background-position: top center;
  background-repeat:no-repeat; 
  z-index: -1;
}
#minasama {
  padding-bottom: 380px;
}
#iroha {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}
#iroha h4 {
  position: relative;
  padding: 1rem .5rem;
}
#iroha h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
#mizu {
  padding-top: 100px;
  padding-bottom: 300px;
}
#mizu h4 {
  position: relative;
  padding: 1rem .5rem;
}
#mizu h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
#mizu ol li {
  font-size: 1.4em;
  margin: 18px 0;
}

.box-ttl {
  position: relative;
  top: -30px;
  background-color: #0057c9;
  color: #fff;
  padding: 12px 20px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.box-bottom {
  position: relative;
  top: 16px;
  background-color: #0057c9;
  color: #fff;
  padding: 10px 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
  margin: 0;
}
#fuyu {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}
#fuyu h4 {
  position: relative;
  padding: 1rem .5rem;
}
#fuyu h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
#fuyu li {
  margin-left: 30px;
  margin-bottom: 14px;
}

h6 {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #ABD8FF;
}
h6:before,
h6:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #ABD8FF;
}
h6:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}
h6:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}
.answer {
  padding-left: 100px;
  font-size: 1.2em;
  line-height: 200%;
}
/* ==========================================================================
お問い合せ
========================================================================== */
#toi_about {
  padding-bottom: 380px;
}
#toi_about ul li {
  line-height: 220%;
  font-size: 1.4em;
}

.toi2 {
  font-size: 1.8em;
}
.toi3 {
	font-size: 3em;
}
p.toi4 {
	font-size: 1.2em;
	font-weight:400;
	text-align: center;
}
p.toi5 {
  font-size: 1.4em;
	text-align: center;
	color: #0057c9;
	line-height: 200%;
/*	margin-top: 40px;*/
}
.tel img {
  width: 4vw;
}
.tel {
	font-size: 2.4em;
	font-weight:600;
	color: #0057c9;
  letter-spacing: 0.2em;
  text-align: center;
}
.tel a {
color: #0057c9;
  text-decoration: none;
}
.box_r {
  padding: 6px 20px;
  margin: 10px 0;
  font-weight: 600;
	font-size: 18px;
  color: #fff;
  background: #0057c9;
  border-radius: 18px;
}
.box_r p {
  margin: 0; 
  padding: 0;
}
#denwa_toi {
  padding-top: 100px;
  padding-bottom: 300px;
  background-color: #e2e6f3;
}
.Form-Item {
border-top: 1px solid #ddd;
padding-top: 24px;
padding-bottom: 24px;
width: 100%;
display: flex;
align-items: center;
}
.Form-Item-Label {
  color: #453A77;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 10px;
}
.Form-Item-Label-Required {
  font-size: 14px;
border-radius: 6px;
margin-left: 8px;
padding-top: 8px;
padding-bottom: 8px;
width: 48px;
display: inline-block;
text-align: center;
background: #BC1E89;
color: #fff;
}
.Form-Item-Input {
border: 1px solid #CECAE6;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 48px;
flex: 1;
width: 100%;
background: #eaedf2;
font-size: 1.2em;
}
.Form-Item-Textarea {
border: 1px solid #CECAE6;
border-radius: 6px;
margin-left: 40px;
padding-left: 1em;
padding-right: 1em;
height: 216px;
flex: 1;
width: 100%;
background: #eaedf2;
font-size: 1.2em;
}
.Form-Btn {
font-size: 1.4em;
font-weight: bold;
letter-spacing: 0.2em;
text-decoration: none;
color: #FFF;
display: inline-block;
padding: 20px 8vw;
border-radius: 40px;
background: #0057c9;
border: none;
transition: .4s;
}
.Form-Btn:hover {
background: #6DA5EF;
}
.Form-Btn-R {
font-size: 1.4em;
font-weight: bold;
letter-spacing: 0.2em;
text-decoration: none;
color: #FFF;
display: inline-block;
padding: 20px 8vw;
border-radius: 40px;
background: #ADADAD;
border: none;
transition: .4s;
}
.Form-Btn-R:hover {
  background: #6DA5EF;
}
form#contact-form input[name="郵便番号／post-no"] + a {
display: inline-block;
padding: 7px 20px;
border: 1px solid #46b8da;
border-radius: 3px;
background: #5bc0de;
font-size: 16px;
line-height: normal;
color: #ffffff;
text-decoration: none;
transition: .4s;
}
form#contact-form input[name="郵便番号／post-no"] + a:hover {
cursor: pointer;
background: #31b0d5;
border: 1px solid #269abc;
}
#priv_po {
  background-color: #E2E6F3;
}
#priv_po ol {
  margin: 10px;
}
#priv_po li {
  margin: 28px 0;
}




/* ==========================================================================
会社案内
========================================================================== */
.head-bg_profile {
  height: 850px;
  margin: 0;
  background-image: url("../pages/profile_images/img_01head.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat:no-repeat; 
  z-index: -1;
}

/* 社長挨拶　メッセージ
------------------------------------------------------------------------------------*/
#message {
  padding-bottom: 380px;
}
#message img {
  width: 100%;
}
#message p {
  line-height: 200%;
}
.lh-400 {
  line-height: 400% !important;
}
#comp_profile table .enkaku th, td {
	border: solid 1px #ddd;
  padding: 10px;
}
.boss_sign img {
  max-width: 280px;
  position: relative;
  right: 0;
  z-index: 10;
}
/* 経営理念
------------------------------------------------------------------------------------*/
#rinen {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 380px;
  background-color: #20183D;
}
#rinen img {
  width: 100%;
}
.hinshitsu li {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
/* 会社概要
------------------------------------------------------------------------------------*/
#comp_profile {
  padding-top: 120px;
  padding-bottom: 380px;
  background-color: #9588CE;
}
/* 沿革
------------------------------------------------------------------------------------*/
#history {
  padding-top: 120px;
  padding-bottom: 380px;
}
/* 設備
------------------------------------------------------------------------------------*/
#equip {
  padding-top: 120px;
  padding-bottom: 380px;
  background-color: #453A77;
}
#equip img {
  width: 100%;
  margin: 10px auto;
}
#equip h4 {
  color: #fff;
  text-align: center;
  margin: 20px auto 4px;
}

.kaisya {
	max-width: 100%;
}

/*---------------------　沿革　---------------------*/
#enkaku table {
	width: 90%;
	margin: 10px auto;
}
#enkaku th, #enkaku td  {
	padding: 6px 10px;
	background-color: #FFF;
	text-align: left;
}
#enkaku th  {
	background: #E1E1E1;
	white-space: nowrap;
}
.enkaku th td {
	border-bottom: solid 1px #e2eff5;
}


/* ==========================================================================
事業内容
========================================================================== */
#jigyou01 p {
  padding: 0 42px;
  line-height: 300%;
}
#jigyou01 img {
  width: 100%;
}
#jigyou02  {
  /*background-color: #AACFCD;*/
  padding-top: 80px;
}
#jigyou02 p {
  padding: 0 42px;
  line-height: 300%;
}
#jigyou02 img {
  width: 100%;
}
#jigyou03 img {
  width: 100%;
}
#jigyou03 h6 {
  font-size: 1.8em;
  font-weight: 400;
}
/* ==========================================================================
採用情報
========================================================================== */
.head-bg_rcr {
  height: 850px;
  margin: 0;
  background-image: url("../pages/recruit_images/img_01head.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat:no-repeat; 
  z-index: -1;
}
#recr01 {
  text-align: center;
  padding-bottom: 380px;
}
#recr01 p {

}
#recr01 img {
  width: 100%;
}
#recr02  {
  background-color: #20183D;
  padding-top: 120px;
  padding-bottom: 380px;
}
#recr02 img {
  margin: 10px 0;
}
#recr02 p {
  padding: 0;
  line-height: 300%;
}
#recr02 img {
  width: 100%;
}
.recr02-img02 {
  margin-top: 5rem;
}
#recr06 {
  padding-top: 120px;
  padding-bottom: 380px;
}
#recr06 img {
  width: 100%;
  margin-top: 6px;
}
#recr03 {
  color: #fff;
  background-color: #9588CE;
  padding-top: 120px;
  padding-bottom: 380px;
}
#recr03 .faq {
  margin-left: 0;
  padding: 0;
  line-height: 300%;
  font-weight: 600;
}
.faq-a {
  padding-left: 30px;
  margin: 0 0 40px !important;
}
#recr03 p {
  color: #20183D;
  text-align: left;
  margin: 30px 0;
}
#recr03 img {
  width: 100%;
}
#recr03 h5 {
  color: #20183D;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.5em;
}
#recr03 h6 {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  margin: 1em 0 0.4em 0;
  line-height: 150%;
  letter-spacing: 0;
}
#recr03 .panel-heading {
  background-color: #fff;
  padding: 4px
}
#recr04 {
  padding-top: 120px;
  padding-bottom: 380px;
}
#recr04 img {
  width: 100%;
}
#recr04 .tbl-r01 th {
  width: 16%;
}
#recr05 {
  color: #fff;
  background-color: #453A77;
  padding-top: 120px;
  padding-bottom: 380px;
}
#recr05 img {
  width: 100%;
  margin: 4px 0;
}
#recr05 a {
  color: #C5EBFF;
}
.faq {
  text-align: left;
  margin-bottom: 40px;
}
.faq__dt, .faq__dd {
  position: relative;
  font-size: 1.2em;
  line-height: 180%;
  padding-left: 24px;
}
.faq__dt::before, .faq__dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.faq__dt {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 38px;
  border-bottom: 1px solid #999;
  margin-bottom: 4px;
}
.faq__dt::before {
  content: 'Q.';
  color: #c80021;
}
.faq__dd::before {
  content: 'A.';
  color: #0085C8; 
}
/* ==========================================================================
お問い合せ
========================================================================== */
.head-bg_toi {
  height: 850px;
  margin: 0;
  background-image: url("../pages/toiawase_images/img_01head.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat:no-repeat; 
  z-index: -1;
}
#toi01 {
  color: #fff;
  text-align: center;
   background-color: #20183D;
}
#toi01 img {
  width: 100%;
}

#toi {
	background-color: #FFF;
	padding-bottom: 20px;
}
#toi .wrapper {
	margin-bottom: 0;
}
#toi img {
	width: 50%;
	max-height: 100%;
	position: relative;
	right: 10px;
	margin-right: 0;
	padding-right: 0;
	margin-top: 40px;
}
.toi_text01 {
	color: #fff;
	line-height: 100%;
	margin-top: 0;
}

#toi_form{
}



/*

p.toi3 {
	font-size: 1em;
	text-align:left;
}*/


#toi_thanks {
  color: #fff;
  text-align: center;
  background-color: #453A77;
}




/*---------------------　メッセージ　--------------------*/
#mess {
	background-color: #FFF;
	padding-bottom: 20px;	
}
#mess .wrapper {
	margin-bottom: 0;
}
#mess img {
	width: 100%;
}

p.mes {
	text-align: left;
	font-size: 8em;
	color: #c1d5e0;
	line-height: 100%;
	margin-top: 40px;
}
p.mes2 {
	font-size: 2em;
	text-align:left;
}
p.mes3 {
	font-size: 1em;
	text-align:left;
}
img.mes  {
	margin-top: 50px;
}

#triangle-down {/* 三角形(下) */	
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 60px solid #fff;
	background-color: #ded2c6;
	max-width:100%;
	z-index:1;
	margin:0 -15px;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right:14px solid transparent;
	border-top: 30px solid #129fe4;
	margin:0 auto;
	position: relative;
	top: 80px;
	z-index:10;
}
#bosyu {
	background-color: #ded2c6;
	padding-top: 0;
}
img.mes2 {
	max-width: 100%;
	margin-bottom: 20px;
}
.toi {
	font-size:24px;
	font-weight:900;
}
p.bosyu {
	font-size: 2em;
	color: #099;
	line-height: 100%;
	margin-top: 10px;
}
.btn-toi {
  display: inline-block;
  padding: 1.2em 16vw;
  text-decoration: none;
  background-color: #FFF;
  color: #006ca3;
  font-size:24px;
  border: solid 2px #006ca3;
  border-radius: 3px;
  transition: .4s;
}

.btn-toi:hover {
  background: #67c5ff;
  color: white;
}

/* ==========================================================================
お問い合せ
========================================================================== */
 .sub_text {
  text-align: left;
}

#privacy {
	background-color: #eef;
	padding-bottom: 20px;
}

/* ==========================================================================
Contact
========================================================================== */
/*.contact-details { margin: 10px 0; }*/
.contact-details h2 {
	font-size: 16px;
}
.contact-details h2 span { display: block; color: #3C4DC9; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; margin-top: 15px; }
.contact-wrap { position: relative; }

/* googlemap */
#canvas_wrapper {
	max-width: 100%;
	min-width: 280px;
	padding: 4px;
	border: 1px solid #CCC;	
	margin: auto;
	margin-bottom: 20px;
}
/* ==========================================================================
メニュー（ミドルwide）
========================================================================== */
@media screen and (max-width:1050px) {
	.navbar-brand {
    margin-right:0px;
  }  
}

@media screen and (max-width: 992px) {
	.navbar-brand {
    margin-right:0px;
  }
  .wrap01 {
    display: block;
  }
  .navbar-default .navbar-nav li a {
    font-weight: 400;
    padding: 20px 2vw;
}
  .navbar-default .navbar-toggle {
    display: block;
    background-color: #D5E0F1;
    border: none;
    border-radius: 0;    
  }
  
  .cp_menu .cp_bar, .cp_menu:before, .cp_menu:after {
	display: block;
	width: 30px;
	height: 5px;
	content: '';
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
	background-color: #24199B;
  }
  .cp_menu .cp_bar {
    position: relative;
    margin: 5px 0;
  }
  .cp_menu {
    position: absolute;
    top: 30px;
    right: 4vw;
    padding: 10px;
    cursor: pointer;
    z-index: 500;
  }
  .cp_menu:hover .cp_bar {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .cp_menu:hover:before {
    -webkit-transform: translateY(10px) rotate(135deg);
            transform: translateY(10px) rotate(135deg);
  }
  .cp_menu:hover:after {
    -webkit-transform: translateY(-10px) rotate(-135deg);
            transform: translateY(-10px) rotate(-135deg);
  }
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ここからタブレット用からPC（768px～）環境の設定
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
.fa-angle-right::before { content: " ";}
.foot-bt {
	font-size: 1.4em;
	line-height: 100%;
}
.foot-box {
	margin-bottom: 20px;
}
.br-sp {
  display: none;
  }
/*---------------------　会社概要（タブレット）　---------------------*/
.img-bos {
	max-width: 70%;
}
  
/*---------------------　採用情報（タブレット）　---------------------*/
.box3 {
	padding: 40px 8px;
}
.box3 p {
	font-size: 1.2em;
}

p.rec {
	font-size: 5vw;
}
p.mes {
	font-size: 12vw;
}
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ここからタブレット用（481px～768px）環境の設定
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:768px){
  .navbar-header {
    float: none;
  }
  .navbar-brand {
    margin-right: 0px;
  }/*
.nav > li > a {
  font-size: 1em;
  padding: 15px 6px; 
  }*/
  .navbar-default .navbar-nav li a {
    font-size: 0.8em;
    font-weight: 400;
    padding: 20px 2vw;
    text-decoration: none;
  }
  .indicator {
    display: none;
  }
.nav ul { font-size: 0.8em; }
.nav { padding: 0 2vw; }
 /* .navbar-brand img {
	display: inline;
	margin: 10px;
	height: 70px;
    width: auto;
}*/
footer .bg {
	height: 180px;
}
.foot-bt {
	font-size: 3vw;
	line-height: 100%;
	margin-bottom: 0;
}
.foot-box {
	margin-bottom: 20px;
}
h2 .foot-box {
	margin: 0;
}
	
#topics .wrapper {
	height: 320px;
}
  .box2 {
    width: 80%;
    padding: 28px;
    margin: 20px auto;
    max-width: 94%;
  }
  .box2 p {
    font-size: 1.4em;
    text-align:left;
  }
    .box4 {
    width: 80%;
    padding: 28px;
    margin: 20px auto;
    max-width: 94%;
  }
  .box-toi {
    padding: 30px 40px;
  }
  .card-box-h {
    width: 100%;
  }
  p.text-c  {
    font-size: 0.8em;
  }
  
/*---------------------　パーツ（タブレット）　---------------------*/
  .bt_next img {
/*    max-height: 36px;*/
  }

/*---------------------　top（タブレット）　---------------------*/
/*#slid {
margin-top: 70px;
}*/
  #top_sect02 img {
/*
    max-width: 100%;
    width: 90vw;
*/
/*    width: inherit;*/
  }
  
  
  .box_base {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
  }

  .img_box_a {
    position: static;
    max-width: 100%;
    width: 100vw;
    filter: none;
    margin-bottom: 10px;
  }

  .img_box_b {
    position: static;
    width: 100%;
    filter: none;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  
  .text_box_a {
    position: inherit;
    width: 100%;
    margin: 0;
    padding: 10px 20px 60px;
    border-radius: 0;
    top:inherit;
  }
  .text_box_b {
    position: inherit;
    top: 10px;
    width: 100%;
    margin: 0 0 70px;
    padding: 10px 20px 40px;
    border-radius: 0;
  }
  
/*---------------------　top事業内容（タブレット）　---------------------*/
.btn-flat-border {
	font-size: 4.5vw;
}
#topjigyou p {
	text-align: left;
}
/*---------------------　ページcommon（タブレット）　---------------------*/
  #head_img_contener h1 {
  top:  calc(30px + 4vw);
  left: 80px;
}
#head_img_contener .sub_ti {
  top:  calc(2px + 4vw);
  left: 80px;
}
  
/*--------------------- 弊社の特徴（タブレット）　---------------------*/
  .head-bg_ism {
height: 50vh;
}
/*--------------------- チェーンについて（タブレット）　---------------------*/
  .head-bg_chain {
height: 50vh;
}
/*--------------------- 製品紹介（タブレット）　---------------------*/
  .head-bg_products {
height: 50vh;
}
/*--------------------- 会社概要（タブレット）　---------------------*/
  .head-bg_profile {
height: 390px;
background-position: bottom 50px left 40%;
}
/*---------------------　採用情報（タブレット）　---------------------*/
  #head_img_contener {
    height: 44vh;
  }
  .head-bg_rcr {
    height: 50vh;
  }
p.rec {
	font-size: 10vw;
	text-align: center;
}
.box3 {
	margin: 40px 15px;
	padding: 10px;
}
.box3 p {
	font-size: 1em;
	text-align:left;
}
#syousai .box1 {
	margin: 10px;
}
#syousai table {
	width: 100%;
}
p.mes {
	font-size: 6em;
}
/*---------------------　お問い合せ（タブレット）　---------------------*/
  .head-bg_toi {
    height: 50vh;
  }
#toi img {
	width: 50vw;
	position: relative;
	right: 22%;
	margin-top: 16px;
}
p.toi {
	text-align: center;
}
p.toi2 {
	text-align: center;
}
  .toi3 {
    font-size: 2.4em;
  }
.box1 {
	margin: 2em;
	padding: 2em 1em;
}
  .tel a {
    color: #fff;
  }
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ここからスマートフォン用（480px以下）環境の設定
------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width : 480px){
 /* .container-fluid {
    padding-right: -15px;
padding-left: -15px;
  }*/
/*--------------------------  / You Tube -------------------------- */ 
  .em08_sp {
    font-size: 0.8em;
    letter-spacing: 4px !important;
  }
.text-a br {
    display: inline;
}
.text-b br {
    display: none;
}
 /* .text-container {
    padding: 20px 10px;
  }*/
  .back-img4 img {
  width: 100%;
}
  .title-container p{
  font-size: 1.4em;
    text-align: center;
  }
  .bt_re_posi {
	top:60px;
}
  a[href^="tel:"] {
    pointer-events:auto;
}
  .list_a {
    font-size: 0.8em;
  }
  ul.list_a {
    padding-left: 20px;
  }

/*---------------------------- ボタン (スマホ) ----------------------------*/
  .btn01 a {
    width: 94%;
    padding: 30px 6vw;
  }
  .btn02 a {
    width: 90%;
    padding: 1em 10vw;
  }
  .btn03 a {
    width: 90%;
    padding: 1em 10vw;
  }
/*---------------------------- タイトル (スマホ) ----------------------------*/
  h3.arrow {
    font-size: 1.6em;
    padding-bottom: 0;
    letter-spacing: 0;
    margin-bottom: 26px;
}
h3.arrow-wht {
	font-size: 1.6em;
	padding-bottom: 0px;
  letter-spacing: 8px;
  margin-bottom: 40px;
}
h3 .ti-en {
  font-size: 0.6em;
  letter-spacing: 4px;
  margin: 0 0 10px;
}
  h3 .ti-jp {
    margin-top: 0;
  }
  .arrow::after {
    width: 90vw;
  }
  .arrow-wht::after {
    width: 90vw;
  }
/*---------------------------- パーツ (スマホ) ----------------------------*/
  .head-padding {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
	}
  .section-padding {
    padding: 140px 0 30px;
  }
  .bt_next_bg_l_ble {
    padding: 40px 0;
  }
  .bt_next_bg_l_ble img {
    max-height: 36px;
  }
  .bt_next {
    padding: 40px 0;
  }
/*
  .bt_next img {
    max-height: 36px;
  }
*/
  
h3 .a {
	font-size: 7vw;
}
h3 .bb {
	font-size: 7vw;
}
.en {
	font-size: 0.7em;
}
.enbb {
	font-size: 3.5vw;
}
  
  .box2 {
    width: 92%;
	padding: 20px;
	margin: 20px auto;
	max-width: 94%;
}
    .box4 {
    width: 100%;
	padding: 20px;
	margin: 20px auto;
	max-width: 94%;
}
  .text-container__title {
    font-size: 1.4em;
    text-align: center;
  }
.ten3 {
  margin: 100px auto;
  width: 200px!important;  
}

  /*---------------------------- テーブル (スマホ) ----------------------------*/
    .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
    .tbl-r01 {
    width: 100%;
  }
  .tbl-r01 tr {
    /*background-color: #fff;*/
  }
  .tbl-r01 th {
    font-weight: 600;
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin-top: 6px;
    border: none;
  }
  .tbl-r01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 4px 10px 8px;
  }
/*
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }*/
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  .tbl-r02 .thead {
    display: none;
  }
  .tbl-r02 tr {
    width: 100%;
  }
  .tbl-r02 td {
    display: block;
    text-align: right;
    width: 100%;
    border-bottom: none;
  }
  .tbl-r02 td:first-child {
    background: #20183D;
    color: #fff;
    font-weight: bold;
    margin-top: 4px;
  }
  .tbl-r02 td:last-child {
    border-bottom: solid 1px #999;
  }
  .tbl-r02 td:before {
    content: attr(data-label);
    float: left;
    font-size: 0.8em;
    position: relative;
    top:4px;
    margin-right: 10px;
  }
  .tbl-r02 tr:hover td {
    background-color: #4F88A6;
  }
  
  .tbl-r03 th {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 20px;
    margin-top: 10px;
    border: none;
  }
  .tbl-r03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 4px 20px 20px;
  }

 /*----------------------------------------------------- タイトル(スマホ）-----------------------------------------------------*/
  #head_img_contener {
    margin-top: 70px;
  }
  #head_img_contener h1 {
  top: 22px;
    left: 40px;
  margin: 0;
    font-size: 1.4em;
}
  #head_img_contener .sub_ti {
  top: 42px;
  left: 42px;
  font-size: 1em;
}
    
/*----------------------------------------------------- メニュー(スマホ）-----------------------------------------------------*/
   .cp_menu {
    position: absolute;
    top: 4px;
    right: 8px;
  }
 /* .cp_menu .cp_bar, .cp_menu:before, .cp_menu:after {
	display: block;
	width: 30px;
	height: 5px;
	content: '';
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
	background-color: #2196F3;
}
.cp_menu .cp_bar {
	position: relative;
	margin: 5px 0;
}
.cp_menu {
	position: relative;
  float: right;
	padding: 10px;
	cursor: pointer;
}
.cp_menu:hover .cp_bar {
	-webkit-transform: scale(0);
  transform: scale(0);
}
.cp_menu:hover:before {
	-webkit-transform: translateY(10px) rotate(135deg);
	        transform: translateY(10px) rotate(135deg);
}
.cp_menu:hover:after {
	-webkit-transform: translateY(-10px) rotate(-135deg);
	        transform: translateY(-10px) rotate(-135deg);
}*/
/*---------------追加---------------*/
  .navbar-header { 
  float: none;
}
  .navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1000;
}
  .navbar {
    display: block;
    height: 70px;
    min-height: 70px;
    padding: 0;
  }
  .navbar-toggle {
    margin: 10px 2px 10px 0;
    /*border-radius: 6px;*/
  }  
  #head_ti {
    display: block;
    width: auto;
  }
.navbar-brand {
 height: 70px;
	font-size: 5.8vw;
	margin-right:0px;
}
  .navbar-brand img {
    position: absolute;
    top: 16px;
    left: 8px;
    margin: 0;
    height: auto;
    width: 78vw;
    max-width: 270px;
}
  /*
  .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(170,170,170,0.90);
  }  
  */
.navbar-default .navbar-nav li a {
  display: block;
  width: 100%;
  font-size: 0.8em;
  padding-left: 10vw;
  background-color: rgba(10,0,123,0.88);
  border-bottom:  1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;  
}
  .navbar-nav {
    display: flex;
    padding: 0px 0px;
  }
  .navbar-collapse {    
    border: none;
    fflex-basis: inherit!important;
  }
  .navbar-nav li:first-child {
  border-top: 2px solid #aaa;
}
.navbar-nav li:last-child {
  margin-right: 0;
}
  .navbar-nav li:not(:last-child) {
  margin-right: 0;
}
  nav ul li {
    border-right: none;
  }
  
  .wrap01 {
    display: inline;
    position:relative;
    top: 0;
    overflow: revert;
  }
    .list {
      position:relative;
      top: 0;
      left: inherit;
      float: inherit;
    }
    .item {
      position: inherit;
      left: inherit;
      float: inherit;
    }  
/*  .nav li a {
    padding: 20px 10vw;
  }*/
nav ul li {
	font-size: 1.2em;
}
  nav ul li:first-child {
  border-left: none;
}

  .navbar-collapse.collapse {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  
  .card-body {
    margin:  0;
    padding: 0;    
  }
  .box-wht {    
    padding:  0;
  }
  .text-c {
    font-size: 1em;
    margin-top: 10px;
  }
  
/*---------------------------- footer (スマホ) ----------------------------*/
  .box-toi {
    padding: 30px 0 0;
  }
  #foot_toi .bt_re_posi {
  top: 50px;
}
  .bg-toi {
    height: 100%;
  }
.card-box-t {
  padding: 0;
  margin: 0 auto;
}
  
  footer p {
    font-size: 0.8em;
  }
  .btn-flat-a {
	font-size: 0.8em;
}
  .tel-no {
    margin-top: 8px;
  }
  .uke2k {
font-size: 1em;
margin-bottom: 10px;
}
  #copyright {
    padding-bottom: 0;
    margin: 0
  }
  #copy-mt {
    /*display: none;*/
    font-size: 0.7em;
  }
  .border-bt-w60 {
  width: 90vw!important;
}
  nav-f {
    margin-top: 12px!important;
    width: 100%!important;
  }
  nav-f ul {
    display: flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
  }
  nav-f ul li {
    margin: 8px 10px;
  }
  
footer .bg {
	height: 110px;
}
ul.legals {	display: none; }
.light-box {
	padding: 0;
}
.contact-details h2 span {
	margin-top: 0;
}
.foot-bt {
	font-size: 5vw;
	line-height: 100%;
}
.foot-box {
	margin-bottom: 16px;
}
  nav-f {
    width: 100%;
  }

/* ==========================================================================
トップページ（スマホ）
========================================================================== */
  #slid {
    padding-top: 70px;
    padding-bottom: 80px;
}
  #mainimg {
    margin: 0;
  }
  #top_ism h5 {
    font-size: 1.4em;
  }
  #top_ism p {
    font-size: 1em;
    padding-top: 0;
  }

  .btn-imgover {
    font-size: 1.2em;
    padding: 4px 18vw;
    left: 14vw;
    bottom: 4px;
  }
.jumbotron {
	padding-top: 10px;
}
  #top_chain p {
    text-align: left!important;
  }
  #whats_kumiai {
    padding-top: 100px;
    padding-bottom: 100px
  }
  #whats_kumiai p {
  font-size: 1.2em;
  line-height: 180%;
    margin: 30px 10px;
}
  .wt_text02 {
    font-size: 1em !important;
  }
  
  #whats_kumiai h4::after {
    width: 100%;
    transform: scale(0.5);
    left: -22%;
  }
  
/*---------------------　topトピックス（スマホ）　---------------------*/
  #news-topics-pc {
    display: none;
  }
  #news-topics-sp {
  display: inline;
}
/*
  iframe {
    width: 96%  !important;
  }
*/
  
#topics .wrapper {
	height: auto;
}
.accordion2 {
	font-size: 0.8em;
	padding: 0;
}
.panel-body {
	padding:4px;
}
  #top_comp img {
    height: 300px;
    width: auto;
    object-fit: cover;
  }
  
  
  .pc_list {
  display: none;
}
.sp_list {
  display: initial;
  border:1px solid #0057c9;
  width: 100vw;
  height: 1380px;
  margin-left: -11vw;
/*
    transform: scale(0.6613);
  margin-top: -133.33%;
*/
}
.sp .frame {
  padding-top: 60%;
  height: -500px;
}
  .sp iframe {
  margin-top: -60%;
  transform: scale(0.6613);
    
}  
  .accordion_a[open] {
    height: 1100px;
  }
  
/*
  .frame {
  height: 0;
  overflow: hidden;
}
.pc .frame {
  padding-top: 62.5%;
}
.tb .frame {
  padding-top: 133.33%;
}
.sp_list .frame {
  padding-top: 177.87%;
}
iframe {
  transform-origin: 0 0;
}
.pc iframe {
  margin-top: -62.5%;
  transform: scale(0.6);
}
.tb iframe {
  margin-top: -133.33%;
  transform: scale(0.5586);
}
  .sp_list iframe {
  margin-top: -177.87%;
  transform: scale(0.6613);
}  
*/
  
/*---------------------　top（スマホ）　---------------------*/
  #top_sect02 {
  padding-bottom: 100px;
  }
  .box_base {
    height: auto;
  }
  .box_base img {
    width: 100%;
    margin: 0 auto;
}
  .img_box_a {
    position: static;
    width: 100%;
    filter: none;
  }
  .img_box_b {
    position: static;
    width: 100%;
    margin-top: 120px;
    filter: none;
  }
  .text_box_a {
    position: inherit;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    border-radius: 0;
    top: inherit;
  }
  .text_box_b {
    position: static;
    width: 100%;
    margin: 0 0 10px;
    padding: 20px;
    border-radius: 0;
  }

  
  #whats_kodo {
    padding-bottom: 200px;
  }

  #whats_kodo p {
  font-size: 1em;
}

  

/*---------------------　top製品紹介（スマホ）　---------------------*/
  #top_products {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  #top_products img {
  width: 100%;
  margin-bottom: 40px;
}
/*---------------------　top会社概要（スマホ）　---------------------*/
  #top_comp {
    padding-top: 80px;
    padding-bottom: 200px;
  }
    #top_comp img {
      width: 100%;
      margin-top: 40px;
  }
/*---------------------　top採用情報（スマホ）　---------------------*/
  #top_recr {
    padding-top: 80px;
    padding-bottom: 200px;
  }
/*---------------------　topアクセスマップ（スマホ）　---------------------*/
  #top_recr h5 {
color: #20183D;
font-size: 1.8em;
text-align: center;
margin-top: 50px;
}#top_map {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .gmap_top {
    padding-bottom: 100%!important;
  }
/* ==========================================================================
022管工事とは（スマホ）
========================================================================== */

#kun01 {
  padding-bottom: 200px;
}
#kun02 {
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: #e2e6f3;
}
  .text_box_c {
padding: 80px 30px 80px;
}


/* ==========================================================================
03組合加入について（スマホ）
========================================================================== */
#kumiaikanyu {
  padding-bottom: 100px;
}
  
  
  
  
  
  
  
  
  
/* ==========================================================================
弊社の特徴ism（スマホ）
========================================================================== */
.head-bg_ism {
  height: 450px;
  background-position: top 50px left 40%;
}
  #intro {

  }
  #intro p {
  font-size: 1em;
    text-align: left;
}
  #ism {
    padding-bottom: 200px;
  }
  #ism img {
  width: 100%;
}
  #ism ul {
    font-size: 1em;
  padding-left: 20px;
}
  .ism_txt {
    font-size: 1em;
  }
    .ism_txt14 {
  font-size: 1em;
      text-align: left;
}
  .ism_txt16 {
  font-size: 1em;
    text-align: left;
}
  #our_work {
    padding-bottom: 200px;
  }
  #prof {
    padding-bottom: 200px;
  }
  #prof img {
  width: 100%;
}
  #new_gen {
    padding-bottom: 200px;
  }  
  .head_copy_s {
    font-size: 1.2em !important;
  }
  .head_copy_l {
    font-size: 2.2em !important;
  }
  .sub_copy {
    font-size: 1em;
  }
  .img_hp {
    display: none;
  }
  .img_sp {
    display: inherit;
  }
  .ourwork p {
    font-size: 1em;
    padding: 0 6px;
  }
  .our_work {
  font-size: 1.4em;
}
/* ==========================================================================
チェーンについて　スマホ
========================================================================== */
.head-bg_chain {
  height: 450px;
}
  #kudou {

}
  #kudou p {
    font-size: 1em;
  }
  #teigi p {
    font-size: 1em;
}
  #kouzou {
    padding-bottom: 200px;
  }
  #kouzou p {
    font-size: 1em;
  }
  #tokusyu {
    padding-bottom: 200px;
  }
  #tokusyu p {
    font-size: 1em;
  }
/* ==========================================================================
製品紹介　スマホ
========================================================================== */
.head-bg_products {
  height: 450px;
}
  #prd01 {
    padding-top: 80px;
    margin-bottom: 100px;
  }
  #prd01 p {
    font-size: 1em;
  }
  #prd02 {
  padding-bottom: 180px;
}
/* ==========================================================================
会社案内　スマホ
========================================================================== */
.head-bg_profile {
  height: 450px;
}
  #message {
    padding-bottom: 200px;
  }
  #message h5 {
    display: none;
  }
  #message p {
    font-size: 1em;
    text-align: left;
  }
  .lh-400 {
  line-height: 180% !important;
}
  .boss_sign {
    width: 50vw;
    text-align: right;
  }
/*---------------------　会社概要-経営理念（スマホ）　---------------------*/
  #rinen {
    padding-bottom: 200px;
  }
  #rinen p {
    font-size: 1em;
  }
  #rinen h5 {
    text-align: center;
    margin-bottom: 8px;
  }
  .hinshitsu li {
  font-size: 1em;
}
  /*---------------------　会社概要-会社概要（スマホ）　---------------------*/
  #comp_profile {
    padding-bottom: 200px;
  }

  .back-img3 img {
  width: 110%;
}
/*---------------------　会社概要-沿革（スマホ）　---------------------*/
  #history {
    padding-bottom: 200px;
  }
  #history img {
    width: 100%;;
  }
#enkaku {
	background-size: 10% 100%, 10% 100%;
  padding-bottom: 200px;
}
#enkaku .enkaku {
	margin: 0 10px;
}
#enkaku td {
	font-size: 0.8em;
}
#enkaku th {
	font-size: 0.9em;
}
#enkaku th, #enkaku td  {
	width: 100%;
    display: block;
    border-top: none;
	text-align: center;
	padding: 2px 10px;
}
#enkaku .enkaku tr:first-child th {
	border-top: 1px solid #ddd;
}
#enkaku .enkaku tr {
	display:block;
	margin-bottom: 4px;
}
#enkaku table {
	width: inherit;
}
#enkaku img {
	max-width: 100%;
}
/*---------------------　会社概要-設備（スマホ）　---------------------*/
  #equip {
    padding-bottom: 200px;
  }
  #equip h4 {
  font-size: 1.2em;
  margin: 20px auto 0px;
}
  
  /* ==========================================================================
採用情報（スマホ）
========================================================================== */
.head-bg_rcr {
  height: 450px;
  background-position: 10% bottom;
  background-size:cover;
}
  #recr01 h5 {
    font-size: 1.4em;
  }
  #recr01 {
    padding-bottom: 200px;
  }
  #recr01 img {
    margin-bottom: 6px;
  }
  #recr02 {
    padding-bottom: 200px;
  }
  #recr02 p {
    font-size: 1em;
    padding: 0 14px;
    line-height: 200%;
    text-align: left;
  }
.recr02-img02 {
margin-top: 0;
}
  #recr06 p {
    font-size: 1em;
    padding: 0 14px;
    line-height: 200%;
    text-align: left;
  }
  #recr03 {
    padding-bottom: 200px;
  }
  #recr03 img {
    margin-bottom: 6px;
  }
  #recr03 .faq {
    font-size: 1.1em;
    padding: 0 0 0 0;
    margin: 0;
    line-height: 180%;
}
  #recr03 p{
    font-size: 1em;
    line-height: 200%;
    margin: 0 0 40px;
  }
  #recr03 h5 {
font-size: 1.6em;
font-weight: 600;
letter-spacing: 0.2em;
}
    #recr03 h6 {
    font-weight: 600;
    margin-top: 40px;
  }
  #recr03 .panel-heading {
    padding: 8px 8px 20px 8px;
  }
  #recr04 {
    padding-bottom: 200px;
  }
  #recr04 table {
margin: 0px auto 20px;
}
  #recr04 .tbl-r01 th {
    width: 100%;
  }
  #recr04 p {
    font-size: 1em;
    padding: 0 14px;
    line-height: 180%;
    text-align: left;
  }
  #recr05 {
    padding-bottom: 200px;
  }
  .faq__dt {
    font-size: 1.2em;
    padding-left: 30px;
  }
  .faq__dd {
    font-size: 1em;
    padding-left: 24px;
  }
  dd {
    margin: 0 0 0 4px;
  }  
.btn-toi {
	width: 96%;
}
p.bosyu {
	font-size: 6vw;
}
/* ==========================================================================
お問い合わせ　（スマホ）
========================================================================== */
  .box_line_r10_ble {
    padding: 40px 30px;
  }
.head-bg_toi {
  height: 450px;
  background-position: 50% bottom;
}
  #toiawase01 h4 {
    font-size: 1.4em;
  }
  #toiawase01 p {
    text-align: left;
    padding: 0 10px;
  }
#toi img {
	width: 50vw;
	position: relative;
	right: 22%;
	margin-top: 16px;
}
p.toi {
	text-align: center;
	font-size: 1.4em;
  margin-top: 60px;
}
.toi2 {
	text-align: center;
	font-size: 1.2em;
}
  .toi3 {
	text-align: center;
	font-size: 1.4em;
    font-weight: 600;
}
  p.toi5 {
    font-size: 1em;
  }
  #toiawase-form h4 {
    font-size: 1.4em;
  }
.Form-Item {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 16px;
flex-wrap: wrap;
}
.Form-Item-Label {
max-width: inherit;
align-items: center;
  text-align: center;
}
#contact-form input {
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
font-size: 1.2em;
}
  .Form-Item-Input {
margin-left: 0;
margin-top: 0;
height: 40px;
flex: inherit;
padding-left: 6px;
padding-right: 4px;
}
.Form-Item-Textarea {
margin: 0 0 40px;
padding: 2px;
height: 40vh;
flex: 1;
width: 100%;
background: #eaedf2;
font-size: 1.2em;
}

.tel {
	font-size: 7vw;
}
.tel img{
	width: 10vw;
}
.tel a {
	font-size: 8vw;
}
  #toi_form h4 {
    font-size: 1.4em;
    text-align: center;
  }
#contact-form .submit {
  width: 98%;
  margin: 10px 0;
	padding: 22px 20vw;
}  
}
