@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #333333;
}

body {
  font-size: 1em;
  line-height: 2;
}

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

.pcNone {
  display: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.imgCenter {
  display: block;
  margin: 1em auto;
}

.imgLeft {
  float: left;
  margin: 0 1em 1em 0;
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
}

input, textarea {
  outline: none;
}
input:focus, textarea:focus {
  outline: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a[href^="tel:"]:hover img {
  opacity: 1;
}
a img {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.inner {
  width: 1120px;
  margin: 0 auto;
}
.inner .inner_in {
  width: 90%;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.anchor {
  width: 0;
  height: 0;
  margin: -100px 0;
  padding: 100px 0;
  font-size: 0;
  line-height: 0;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.btn01 a {
  width: 300px;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjM0NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZDgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fef346), color-stop(100%, #fcd800));
  background-image: -moz-linear-gradient(left, #fef346, #fcd800);
  background-image: -webkit-linear-gradient(left, #fef346, #fcd800);
  background-image: linear-gradient(to right, #fef346, #fcd800);
  display: inline-block;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  position: relative;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn01 a:after {
  width: 30px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn01 a + a {
  margin-left: 20px;
}

.btn02 a {
  width: 300px;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGFlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0099ff), color-stop(100%, #008ae5));
  background-image: -moz-linear-gradient(left, #0099ff, #008ae5);
  background-image: -webkit-linear-gradient(left, #0099ff, #008ae5);
  background-image: linear-gradient(to right, #0099ff, #008ae5);
  display: inline-block;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 2px 2px 4px #fef346;
  -webkit-box-shadow: 2px 2px 4px #fef346;
  box-shadow: 2px 2px 4px #fef346;
  position: relative;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn02 a:after {
  width: 30px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.btn02 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn02 a + a {
  margin-left: 20px;
}

.btn03 a {
  width: 300px;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1YjllNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMTdhYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #75b9e6), color-stop(100%, #0017ac));
  background-image: -moz-linear-gradient(left, #75b9e6, #0017ac);
  background-image: -webkit-linear-gradient(left, #75b9e6, #0017ac);
  background-image: linear-gradient(to right, #75b9e6, #0017ac);
  display: inline-block;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.3);
  position: relative;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn03 a:after {
  width: 30px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.btn03 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn03 a + a {
  margin-left: 20px;
}

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.panel01 {
  width: 100%;
  margin-bottom: 80px;
  padding: 50px;
  background-color: #e2eff8;
}

.midashi01 {
  margin-bottom: 1em;
  font-size: 2.125em;
  font-weight: 700;
  line-height: 1.5;
}
.midashi01 a {
  text-decoration: none !important;
}
.midashi01 > span, .midashi01 a > span {
  padding-left: 50px;
  display: block;
}
.midashi01 > span > em, .midashi01 a > span > em {
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0099ff;
  display: inline-block;
  position: relative;
}
.midashi01 > span > em:before, .midashi01 a > span > em:before {
  width: 200px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #0099ff;
  position: absolute;
  top: 50%;
  right: 100%;
}
.midashi01 > span i, .midashi01 a > span i {
  width: 29px;
  height: 29px;
  margin: 0 10px;
  background-image: url("../img/icon_arrow01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}

.midashi01b {
  margin-bottom: 1em;
  font-size: 2.125em;
  font-weight: 700;
  line-height: 1.5;
}
.midashi01b a {
  text-decoration: none !important;
}
.midashi01b > span, .midashi01b a > span {
  display: block;
}
.midashi01b > span > em, .midashi01b a > span > em {
  padding-right: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 0.625em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0099ff;
  display: inline-block;
  position: relative;
}
.midashi01b > span > em:after, .midashi01b a > span > em:after {
  width: 200px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #0099ff;
  position: absolute;
  top: 50%;
  left: 100%;
}
.midashi01b > span i, .midashi01b a > span i {
  width: 29px;
  height: 29px;
  margin: 0 10px;
  background-image: url("../img/icon_arrow01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}

.midashi02 {
  margin-bottom: 1em;
  padding-left: 19px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  border-left: 2px solid #0099ff;
}

.midashi03 {
  margin-bottom: 1em;
  padding-left: 22px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
}
.midashi03:before {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 -22px;
  content: '';
  background-color: #75b9e6;
  display: inline-block;
  vertical-align: 0.05em;
}

.midashi04 {
  margin-bottom: 1em;
  padding-left: 22px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  color: #0099ff;
}
.midashi04:before {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 -22px;
  content: '';
  background-color: #75b9e6;
  display: inline-block;
  vertical-align: 0;
}

.midashi05 {
  margin-bottom: 2em;
  overflow: hidden;
}
.midashi05 span {
  padding-left: 24px;
  padding-right: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  color: #0099ff;
  display: inline-block;
  position: relative;
}
.midashi05 span:before {
  width: 14px;
  height: 14px;
  margin: 0 10px 0 -24px;
  content: '';
  background-image: url("../img/midashi_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0.1em;
}
.midashi05 span:after {
  width: 9999px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #0099ff;
  position: absolute;
  top: 50%;
  left: 100%;
}

/*ブロックグリッド 1～6まで*/
[class*="pc-block-grid-"], [class*="sp-block-grid-"] {
  margin: 0 -10px;
  padding: 0;
  display: block;
}
[class*="pc-block-grid-"]:before, [class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:before, [class*="sp-block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="pc-block-grid-"]:after, [class*="sp-block-grid-"]:after {
  clear: both;
}
[class*="pc-block-grid-"] > li, [class*="sp-block-grid-"] > li {
  height: auto;
  padding: 0 10px 20px;
  display: block;
  float: left;
}
[class*="pc-block-grid-"].no-padding, [class*="sp-block-grid-"].no-padding {
  margin: 0;
  padding: 0;
}
[class*="pc-block-grid-"].no-padding > li, [class*="sp-block-grid-"].no-padding > li {
  padding: 0;
}

.pc-block-grid-1 > li {
  width: 100%;
}
.pc-block-grid-1 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-1 > li:nth-of-type(1n+1) {
  clear: both;
}

.pc-block-grid-2 > li {
  width: 50%;
}
.pc-block-grid-2 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-2 > li:nth-of-type(2n+1) {
  clear: both;
}

.pc-block-grid-3 > li {
  width: 33.33333%;
}
.pc-block-grid-3 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-3 > li:nth-of-type(3n+1) {
  clear: both;
}

.pc-block-grid-4 > li {
  width: 25%;
}
.pc-block-grid-4 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-4 > li:nth-of-type(4n+1) {
  clear: both;
}

.pc-block-grid-5 > li {
  width: 20%;
}
.pc-block-grid-5 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-5 > li:nth-of-type(5n+1) {
  clear: both;
}

.pc-block-grid-6 > li {
  width: 16.66667%;
}
.pc-block-grid-6 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-6 > li:nth-of-type(6n+1) {
  clear: both;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
.container > .containerIn {
  width: 1120px;
  margin: 0 auto;
}
.container .row {
  width: 100%;
}
.container .row:before, .container .row:after {
  content: " ";
  display: table;
}
.container .row:after {
  clear: both;
}
.container .row > .column {
  float: left;
}
.container .row > .column:last-child {
  float: right;
}
.container .row > .column > .colIn {
  padding: 0 10px;
}
.container .row .col_1 {
  width: 8.33333%;
}
.container .row .col_2 {
  width: 16.66667%;
}
.container .row .col_3 {
  width: 25%;
}
.container .row .col_4 {
  width: 33.33333%;
}
.container .row .col_5 {
  width: 41.66667%;
}
.container .row .col_6 {
  width: 50%;
}
.container .row .col_7 {
  width: 58.33333%;
}
.container .row .col_8 {
  width: 66.66667%;
}
.container .row .col_9 {
  width: 75%;
}
.container .row .col_10 {
  width: 83.33333%;
}
.container .row .col_11 {
  width: 91.66667%;
}
.container .row .col_12 {
  width: 100%;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
header {
  width: 100%;
  min-width: 1120px;
  height: 100px;
  margin: 0 auto;
  background-color: #badcf2;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header:before, header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .inner {
  width: 100%;
  max-width: 1600px;
  min-width: 1120px;
}
header h1 {
  margin-left: 3%;
  padding-top: 15px;
  float: left;
}
header h1 a {
  width: 339px;
  height: 34px;
  background-image: url("../img/logo.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
header .header_tel {
  width: 440px;
  text-align: center;
  float: right;
  position: relative;
}
header .header_tel:before {
  width: 9999px;
  height: 100%;
  content: "";
  background-color: #fcd800;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
header .header_tel:after {
  width: 100%;
  height: 0;
  content: "";
  border-top: solid 5px #fff;
  display: block;
  position: absolute;
  opacity: 0.3;
  top: 100%;
  left: calc(100% + 6px);
}
header .header_tel > span {
  padding: 8px 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjM0NiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmVmMzQ2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmNkODAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fef346), color-stop(50%, #fef346), color-stop(100%, #fcd800));
  background-image: -moz-linear-gradient(left, #fef346, #fef346 50%, #fcd800);
  background-image: -webkit-linear-gradient(left, #fef346, #fef346 50%, #fcd800);
  background-image: linear-gradient(to right, #fef346, #fef346 50%, #fcd800);
  display: block;
  letter-spacing: -0.4em;
}
header .header_tel > span > * {
  display: inline-block;
  letter-spacing: normal;
}
header .header_tel > span:before {
  width: 100%;
  height: 0;
  content: "";
  border-top: solid 5px #fff;
  border-left: solid 2px transparent;
  display: block;
  position: absolute;
  opacity: 0.3;
  top: 100%;
  left: 6px;
}
header .header_tel > span:after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 0 18px 48px 0;
  border-color: transparent #fef346 transparent transparent;
  display: block;
  position: absolute;
  left: -18px;
  top: 0;
}
header .header_tel > span div {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}
header .header_tel > span div + div {
  margin-left: 10px;
}
header .header_tel > span div span {
  font-size: 0.75em;
}
header .gloval_navi {
  padding-top: 10px;
  clear: both;
}
header .gloval_navi ul {
  text-align: right;
  letter-spacing: -0.4em;
}
header .gloval_navi ul > * {
  display: inline-block;
  letter-spacing: normal;
}
header .gloval_navi ul li {
  margin-right: 1.8em;
}
header .gloval_navi ul li a {
  color: #ffffff;
  font-weight: 700;
  display: block;
  position: relative;
  text-shadow: 0 0 3px #cccccc;
}
header .gloval_navi ul li a:after {
  width: 100%;
  height: 3px;
  content: '';
  background-color: #0099ff;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
header .gloval_navi ul li a:hover {
  text-decoration: none;
}
header .gloval_navi ul li a:hover:after {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
header .gloval_navi .sp_navi_close {
  display: none;
}
header .gloval_navi .header_toi {
  float: right;
}
header .sp_navi_open {
  display: none;
}

.index header {
  background-color: transparent;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.index header.scroll {
  background-color: #badcf2;
}

/*フッターブロック*/
footer {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
  background-color: #F2F2F2;
}
footer .footerIn {
  width: 1120px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
footer .footerIn:before, footer .footerIn:after {
  content: " ";
  display: table;
}
footer .footerIn:after {
  clear: both;
}
footer .footerIn .pagetop {
  position: absolute;
  top: -32px;
  right: 0;
}
footer .footerIn .footer_address {
  width: 35%;
  float: left;
}
footer .footerIn .footer_address img {
  width: 300px;
  margin: 0 0 15px 0;
  display: block;
}
footer .footerIn .footer_address address {
  font-weight: 700;
  line-height: 1.5;
}
footer .footerIn .sdgs {
 width: 10%;
 float: left;
 margin-right: 20px;
}
footer .footerIn .sdgs img {
width: 100%;
height: auto;
}
footer .footerIn .footer_link {
  width: 50%;
  text-align: right;
  float: right;
  letter-spacing: -0.4em;
}
footer .footerIn .footer_link > * {
  display: inline-block;
  letter-spacing: normal;
}
footer .footerIn .footer_link a {
  margin: 0 0 1em 1em;
  font-weight: 700;
}
footer .copyright {
  width: 100%;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #333333;
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*Indexページ*/
.index .top_mv {
  height: 850px;
  padding-top: 300px;
  position: relative;
  z-index: 10;
}
.index .top_mv .inner {
  height: 0;
  position: relative;
  z-index: 10;
}
.index .top_mv .catchcopy {
  position: absolute;
  top: 0;
  left: 0;
}
.index .top_mv .catchcopy h2 {
  margin-bottom: 0.25em;
  font-size: 5.25em;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.index .top_mv .catchcopy h2 b {
  font-size: 1.125em;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.index .top_mv .catchcopy h2 span {
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.035em;
  display: block;
}
.index .top_mv .catchcopy h2 span em {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}
.index .top_mv .catchcopy ul {
  width: 535px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index .top_mv .catchcopy ul li {
  width: 260px;
  margin: 0 15px 15px 0;
  padding: 0.15em;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.index .top_mv .catchcopy ul li:nth-child(2n) {
  margin-right: 0;
}
.index .top_mv .catchcopy ul li:last-child {
  width: 535px;
  margin: 0;
}
.index .top_mv .slider-pro {
  position: absolute;
  top: 0;
  left: 0;
}
.index .top_mv .slider-pro .sp-button {
  background-color: #B3B3B3;
  border: none;
}
.index .top_mv .slider-pro .sp-button.sp-selected-button {
  background-color: #5698FC;
}
.index .top_sec1 {
  height: 704px;
  padding-top: 185px;
  background-image: url("../img/top_sec1_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}
.index .top_sec1 ul:before, .index .top_sec1 ul:after {
  content: " ";
  display: table;
}
.index .top_sec1 ul:after {
  clear: both;
}
.index .top_sec1 ul li {
  width: 210px;
  margin-right: 17px;
  text-align: center;
  float: left;
}
.index .top_sec1 ul li:last-child {
  margin-right: 0;
}
.index .top_sec1 ul li a {
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index .top_sec1 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.index .top_sec1 ul li a:hover img {
  opacity: 1;
}
.index .top_sec2 {
  height: 847px;
  background-image: url("../img/top_sec2_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.index .top_sec2 .inner {
  position: relative;
}
.index .top_sec2 .news_list {
  width: 600px;
  margin-bottom: 50px;
}
.index .top_sec2 .news_list li {
  margin-bottom: 10px;
  padding: 0 0 10px 100px;
  font-weight: 700;
  border-bottom: solid 1px #cccccc;
}
.index .top_sec2 .news_list li:last-child {
  margin-bottom: 0;
}
.index .top_sec2 .news_list li .date {
  width: 100px;
  margin-left: -100px;
  font-weight: 700;
  color: #0099ff;
  display: inline-block;
}
.index .top_sec2 .sdgs_img {
  -moz-transform: translate(0, -110px);
  -ms-transform: translate(0, -110px);
  -webkit-transform: translate(0, -110px);
  transform: translate(0, -110px);
}
.index .top_sec2 .kessai_img {
  padding-top: 20px;
}
.index .top_sec2 .kessai_img p {
  margin-bottom: 10px;
  font-weight: 700;
}
.index .top_sec2 .top_info_img01 {
  width: 790px;
  position: absolute;
  top: 240px;
  left: 730px;
}
.index .top_sec3 {
  height: 587px;
  background-image: url("../img/top_sec3_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.index .top_sec3 .inner {
  padding-left: 410px;
  position: relative;
}
.index .top_sec3 .midashi01 {
  margin-left: 130px;
}
.index .top_sec3 ul {
  margin-top: 1em;
}
.index .top_sec3 ul:before, .index .top_sec3 ul:after {
  content: " ";
  display: table;
}
.index .top_sec3 ul:after {
  clear: both;
}
.index .top_sec3 ul li {
  width: 228px;
  margin-right: 13px;
  text-align: center;
  float: left;
}
.index .top_sec3 ul li:last-child {
  margin-right: 0;
}
.index .top_sec3 ul li a {
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index .top_sec3 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.index .top_sec3 ul li a:hover img {
  opacity: 1;
}
.index .top_sec3 .top_business_img01 {
  width: 790px;
  position: absolute;
  top: 0;
  right: 730px;
}
.index .top_sec4 {
  height: 587px;
  background-image: url("../img/top_sec4_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.index .top_sec4 .inner {
  padding-right: 410px;
  position: relative;
}
.index .top_sec4 .midashi01b {
  text-align: right;
}
.index .top_sec4 .midashi01b a {
  display: inline-block;
  text-align: left;
}
.index .top_sec4 ul {
  margin-top: 3em;
}
.index .top_sec4 ul:before, .index .top_sec4 ul:after {
  content: " ";
  display: table;
}
.index .top_sec4 ul:after {
  clear: both;
}
.index .top_sec4 ul li {
  margin-right: 5px;
  text-align: center;
  float: left;
}
.index .top_sec4 ul li:nth-child(1) {
  width: 300px;
}
.index .top_sec4 ul li:nth-child(2) {
  width: 190px;
}
.index .top_sec4 ul li:last-child {
  width: 188px;
  margin-right: 0;
}
.index .top_sec4 ul li:last-child img {
  margin-bottom: 12px;
}
.index .top_sec4 ul li a {
  line-height: 1.3;
  font-weight: 700;
  display: block;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index .top_sec4 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.index .top_sec4 ul li a:hover img {
  opacity: 1;
}
.index .top_sec4 .top_about_reform_img01 {
  width: 790px;
  position: absolute;
  top: 0;
  left: 730px;
}
.index .top_sec5 {
  height: 647px;
  background-image: url("../img/top_sec5_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}
.index .top_sec5 .inner {
  padding-left: 410px;
  position: relative;
}
.index .top_sec5 .midashi01 {
  margin-left: 130px;
}
.index .top_sec5 ul {
  margin-top: 3em;
}
.index .top_sec5 ul:before, .index .top_sec5 ul:after {
  content: " ";
  display: table;
}
.index .top_sec5 ul:after {
  clear: both;
}
.index .top_sec5 ul li {
  width: 228px;
  margin-right: 13px;
  text-align: center;
  float: left;
}
.index .top_sec5 ul li:last-child {
  margin-right: 0;
}
.index .top_sec5 ul li a {
  font-size: 1.125em;
  line-height: 1.3;
  font-weight: 700;
  display: block;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index .top_sec5 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.index .top_sec5 ul li a:hover img {
  opacity: 1;
}
.index .top_sec5 .top_jisseki_img01 {
  width: 790px;
  position: absolute;
  top: 0;
  right: 730px;
}
.index .top_sec6 {
  margin-bottom: 125px;
}
.index .top_sec6 .ttl {
  width: 100%;
  height: 481px;
  padding-top: 180px;
  background-image: url("../img/top_company.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.index .top_sec6 .ttl .midashi01 {
  color: #ffffff;
  text-align: center;
}
.index .top_sec6 .ttl .midashi01 > span > em {
  color: #ffffff;
}
.index .top_sec6 .ttl .midashi01 > span > em:before {
  width: 100px;
  background-color: #ffffff;
}
.index .top_sec6 ul {
  margin-top: 3em;
}
.index .top_sec6 ul:before, .index .top_sec6 ul:after {
  content: " ";
  display: table;
}
.index .top_sec6 ul:after {
  clear: both;
}
.index .top_sec6 ul li {
  width: 269px;
  margin-right: 13px;
  float: left;
}
.index .top_sec6 ul li:last-child {
  margin-right: 0;
}
.index .top_sec6 ul li a {
  display: block;
  position: relative;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index .top_sec6 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.index .top_sec6 ul li a:hover img {
  opacity: 1;
}
.index .top_sec6 ul li a span {
  width: 100%;
  padding: 0.1em 1em;
  font-size: 1.125em;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(114, 114, 114, 0.7);
  background-image: url("../img/icon_arrow02.png");
  background-repeat: no-repeat;
  -webkit-background-size: 29px auto;
  background-size: 29px auto;
  background-position: 95% center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .top_sec7 {
  padding: 100px 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjM0NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZDgwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fef346), color-stop(100%, #fcd800));
  background-image: -moz-linear-gradient(left, #fef346, #fcd800);
  background-image: -webkit-linear-gradient(left, #fef346, #fcd800);
  background-image: linear-gradient(to right, #fef346, #fcd800);
}
.index .top_sec7 .inner {
  padding: 40px 130px;
  background-color: #ffffff;
}
.index .top_sec7 .left {
  width: 45%;
  border-right: solid 1px #cccccc;
}
.index .top_sec7 .left .midashi01 {
  margin-bottom: 0.25em;
}
.index .top_sec7 .right {
  width: 40%;
  padding-top: 1.25em;
}
.index .top_sec7 .right p {
  margin-bottom: 2em;
  font-weight: 700;
}
.index .top_sec7 .right .btn02 a {
  width: 380px;
}

/*下層ページ*/
.contents {
  padding-top: 100px;
}
.contents .pagetitle {
  height: 300px;
  margin-bottom: 140px;
  padding-top: 100px;
  background-image: url("../img/pagetitle_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.contents .pagetitle h2 {
  font-size: 2.25em;
  font-weight: 700;
  text-align: center;
}
.contents .pagetitle .pankuzu {
  font-size: 0.875em;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 3%;
}
.contents .pagetitle .pankuzu a {
  color: #ffffff;
}
.contents .pagetitle .pankuzu a:after {
  margin: 0 0.5em;
  content: '>';
  display: inline-block;
}
.contents p {
  margin-bottom: 2em;
}
.contents .table01 {
  width: 100%;
}
.contents .table01 tbody tr th {
  width: 225px;
  padding: 30px;
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  border-bottom: dotted 2px #0099ff;
}
.contents .table01 tbody tr td {
  padding: 30px 0;
  font-size: 1.125em;
  border-bottom: dotted 2px #0099ff;
}
.contents .table01 tbody tr:first-child th, .contents .table01 tbody tr:first-child td {
  border-top: dotted 2px #0099ff;
}
.contents .company_sec1 {
  margin-bottom: 80px;
}
.contents .company_sec1 p {
  font-size: 1.125em;
  font-weight: 700;
}
.contents .company_sec1 .name {
  font-size: 1.125em;
  font-weight: 700;
  text-align: right;
}
.contents .company_sec2 {
  margin-bottom: 80px;
}
.contents .company_sec3 {
  margin-bottom: 80px;
}
.contents .company_sec4 {
  margin-bottom: 80px;
}
.contents .company_sec4 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents .company_sec4 ul li {
  width: 24%;
  margin: 0 1.333% 1.333% 0;
}
.contents .company_sec4 ul li:nth-child(4n) {
  margin-right: 0;
}
.contents .access_sec1 {
  margin-bottom: 80px;
}
.contents .access_sec1 dl dt {
  font-size: 1.5em;
  font-weight: 700;
}
.contents .access_sec1 dl dd p {
  font-weight: 700;
}
.contents .access_sec1 dl dd .map iframe {
  width: 100%;
  height: 400px;
}
.contents .access_sec1 dl dd .map > div {
  width: 48%;
}
.contents .access_sec1 dl dd + dt {
  margin-top: 40px;
}
.contents .recruit_sec1 .recuruit_btn {
  margin-bottom: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents .recruit_sec1 .recuruit_btn li {
  width: 550px;
  height: 108px;
  margin: 0 20px 20px 0;
  display: table;
}
.contents .recruit_sec1 .recuruit_btn li > * {
  display: table-cell;
}
.contents .recruit_sec1 .recuruit_btn li:nth-child(2n) {
  margin-right: 0;
}
.contents .recruit_sec1 .recuruit_btn li a {
  width: 100%;
  height: 100%;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-image: url("../img/recuruit_btn_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contents .recruit_sec1 .recuruit_btn li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.contents .recruit_sec1 .panel01 .midashi02 {
  font-size: 1.875em;
  letter-spacing: 0.2em;
}
.contents .recruit_sec1 .panel01 .detail {
  padding: 0 20px;
}
.contents .recruit_sec1 .panel01 ul {
  margin-bottom: 40px;
  letter-spacing: -0.4em;
}
.contents .recruit_sec1 .panel01 ul > * {
  display: inline-block;
  letter-spacing: normal;
}
.contents .recruit_sec1 .panel01 ul li {
  margin-right: 0.5em;
  padding: 0.125em 1em;
  font-size: 1.25em;
  font-weight: 700;
  color: #ffffff;
  background-color: #0099ff;
  border: solid 2px #0099ff;
}
.contents .recruit_sec1 .panel01 ul li.sub {
  color: #0099ff;
  background-color: transparent;
}
.contents .recruit_sec1 .panel01 h4 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
}
.contents .recruit_sec1 .panel01 .table01 {
  margin-bottom: 40px;
}
.contents .recruit_sec1 .panel01 .table01 tbody tr th, .contents .recruit_sec1 .panel01 .table01 tbody tr td {
  border-color: #ffffff;
}
.contents .recruit_sec1 .panel01 .table01 tbody tr:first-child th, .contents .recruit_sec1 .panel01 .table01 tbody tr:first-child td {
  border-top: none;
}
.contents .recruit_sec1 .panel01 .table01 tbody tr:last-child th, .contents .recruit_sec1 .panel01 .table01 tbody tr:last-child td {
  border-bottom: none;
}
.contents .recruit_sec1 .panel01 .btn03 {
  text-align: center;
}
.contents .contact_sec1 {
  margin-bottom: 80px;
}
.contents .contact_sec1 .mailform table {
  width: 100%;
}
.contents .contact_sec1 .mailform table tbody tr th {
  width: 220px;
  padding: 30px 20px 20px 0;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.contents .contact_sec1 .mailform table tbody tr th:after {
  width: 2px;
  height: 1.5em;
  content: '';
  background-color: #0099ff;
  position: absolute;
  top: calc(30px + 0.25em);
  right: 20px;
}
.contents .contact_sec1 .mailform table tbody tr td {
  padding: 20px 0;
}
.contents .contact_sec1 .mailform table tbody tr td input, .contents .contact_sec1 .mailform table tbody tr td textarea {
  width: 100%;
  padding: 1em;
  font-size-adjust: 1.125em;
  border: solid 1px #666666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.contents .contact_sec1 .mailform table tbody tr td input:focus, .contents .contact_sec1 .mailform table tbody tr td textarea:focus {
  border-color: #0099ff;
}
.contents .contact_sec1 .mailform table tbody tr td textarea {
  height: 10em;
}
.contents .contact_sec1 .mailform table tbody tr td.error input, .contents .contact_sec1 .mailform table tbody tr td.error textarea {
  border-color: #ff0000;
}
.contents .contact_sec1 .mailform .privacy_check {
  text-align: center;
}
.contents .contact_sec1 .mailform .privacy_check a {
  color: #0099ff;
}
.contents .contact_sec1 .mailform .submit {
  padding-top: 20px;
  text-align: center;
}
.contents .contact_sec1 .mailform .submit input {
  width: 300px;
  padding: 1em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGFlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0099ff), color-stop(100%, #008ae5));
  background-image: -moz-linear-gradient(left, #0099ff, #008ae5);
  background-image: -webkit-linear-gradient(left, #0099ff, #008ae5);
  background-image: linear-gradient(to right, #0099ff, #008ae5);
  border: none;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  -moz-box-shadow: 2px 2px 4px #fef346;
  -webkit-box-shadow: 2px 2px 4px #fef346;
  box-shadow: 2px 2px 4px #fef346;
  position: relative;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contents .contact_sec1 .mailform .submit input:hover {
  text-decoration: none;
  opacity: 0.6;
}
.contents .contact_sec1 .mailform .submit input[disabled] {
  opacity: 0.2 !important;
}
.contents .contact_sec2 {
  margin-bottom: 80px;
}
.contents .contact_sec2 .midashi03 {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  font-weight: 400;
}
.contents .contact_sec2 .midashi03:before {
  vertical-align: -0.05em;
}
.contents .news_sec1 {
  min-height: 500px;
  margin-bottom: 80px;
}
.contents .news_sec1 .news_list li {
  margin-bottom: 10px;
  padding: 0 0 10px 100px;
  font-weight: 700;
  border-bottom: dotted 1px #0099ff;
}
.contents .news_sec1 .news_list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.contents .news_sec1 .news_list li .date {
  width: 100px;
  margin-left: -100px;
  font-weight: 700;
  color: #0099ff;
  display: inline-block;
}
.contents .business_sec1 {
  margin-bottom: 80px;
}
.contents .business_sec1 .point {
  margin-bottom: 2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.contents .business_sec1 .point li {
  margin: 0 25px;
}
.contents .business_sec1 dl {
  margin-top: 4em;
}
.contents .business_sec1 dl dt {
  margin-bottom: 20px;
  text-align: center;
}
.contents .business_sec1 dl dd .img {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.contents .business_sec1 dl dd .img img {
  margin: 0 1em;
}
.contents .business_sec1 .area {
  margin-bottom: 40px;
}
.contents .business_sec1 .area .img {
  width: 300px;
}
.contents .business_sec1 .area .text {
  width: 680px;
}
.contents .business_sec1 .area .text .box {
  margin-bottom: 20px;
  padding: 1em 1.5em;
  font-size: 1.25em;
  font-weight: 700;
  background-color: #badcf2;
  position: relative;
  letter-spacing: -0.4em;
}
.contents .business_sec1 .area .text .box > * {
  display: inline-block;
  letter-spacing: normal;
}
.contents .business_sec1 .area .text .box:before, .contents .business_sec1 .area .text .box:after {
  width: 14px;
  height: 14px;
  content: '';
  background-image: url("../img/midashi_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
}
.contents .business_sec1 .area .text .box:before {
  top: 10px;
  left: 10px;
}
.contents .business_sec1 .area .text .box:after {
  bottom: 10px;
  right: 10px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contents .business_sec1 .area .text .box span {
  margin: 0.5em 1em;
}
.contents .business_sec2 {
  margin-bottom: 80px;
}
.contents .business_sec3 {
  margin-bottom: 80px;
}
.contents .business_sec3 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents .business_sec3 ul li {
  width: 230px;
  margin: 0 29px 29px 0;
}
.contents .business_sec3 ul li:nth-child(4n) {
  margin-right: 0;
}
.contents .business_sec3 ul li h5 {
  margin: 0.25em 0;
  font-weight: 700;
  color: #0099ff;
}
.contents .business_sec3 ul li h5 span {
  font-size: 0.875em;
}
.contents .business_sec3 ul li p {
  margin-bottom: 0;
}
.contents .reform_sec1 {
  margin-bottom: 80px;
}
.contents .reform_sec1 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents .reform_sec1 ul li {
  width: 345px;
  margin: 0 42px 42px 0;
  border: solid 3px #0099ff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.contents .reform_sec1 ul li:nth-child(3n) {
  margin-right: 0;
}
.contents .reform_sec1 ul li .img {
  width: 100%;
  height: 210px;
  position: relative;
}
.contents .reform_sec1 ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contents .reform_sec1 ul li p {
  width: 100%;
  height: 70px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #0099ff;
  position: relative;
}
.contents .reform_sec1 ul li p:before, .contents .reform_sec1 ul li p:after {
  width: 14px;
  height: 14px;
  content: '';
  background-image: url("../img/reform_text_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
}
.contents .reform_sec1 ul li p:before {
  top: 10px;
  left: 10px;
}
.contents .reform_sec1 ul li p:after {
  bottom: 10px;
  right: 10px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contents .reform_sec1 ul li p span {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contents .result_sec1 {
  margin-bottom: 80px;
}
.contents .result_sec1 .midashi03 {
  margin-top: 2em;
}
.contents .result_sec1 .result_row:before, .contents .result_sec1 .result_row:after {
  content: " ";
  display: table;
}
.contents .result_sec1 .result_row:after {
  clear: both;
}
.contents .result_sec1 .result_row dl {
  float: left;
}
.contents .result_sec1 .result_row dl.before {
  width: 479px;
  margin-right: 73px;
}
.contents .result_sec1 .result_row dl.after {
  width: 548px;
}
.contents .result_sec1 dl dt {
  margin-bottom: 20px;
  overflow: hidden;
}
.contents .result_sec1 dl dt span {
  padding-right: 1em;
  font-size: 1.25em;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.contents .result_sec1 dl dt span:after {
  width: 9999px;
  height: 2px;
  margin-top: -1px;
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
}
.contents .result_sec1 dl.before {
  position: relative;
}
.contents .result_sec1 dl.before:after {
  width: 41px;
  height: 20px;
  content: '';
  background-image: url("../img/result_arrow.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: calc(100% + 16px);
}
.contents .result_sec1 dl.before dt span {
  color: #999999;
}
.contents .result_sec1 dl.before dt span:after {
  background-color: #999999;
}
.contents .result_sec1 dl.after dt span {
  color: #0099ff;
}
.contents .result_sec1 dl.after dt span:after {
  background-color: #0099ff;
}
.contents .result_sec1 dl.after.col2:before, .contents .result_sec1 dl.after.col2:after {
  content: " ";
  display: table;
}
.contents .result_sec1 dl.after.col2:after {
  clear: both;
}
.contents .result_sec1 dl.after.col2 dd {
  float: left;
}
.contents .result_sec1 dl.after.col2 dd:first-of-type {
  width: 479px;
  margin-right: 73px;
}
.contents .result_sec1 dl.after.col2 dd:last-of-type {
  width: 548px;
}
.contents .menu_sec1 {
  margin-bottom: 80px;
}
.contents .menu_sec1 .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contents .menu_sec1 .img .imgCenter {
  margin: 0 auto;
}
.contents .menu_sec2 {
  margin-bottom: 80px;
}
.contents .menu_sec3 {
  margin-bottom: 80px;
}
.contents .menu_sec4 {
  margin-bottom: 80px;
}
.contents .menu_sec5 {
  margin-bottom: 80px;
}
.contents .menu_sec6 {
  margin-bottom: 80px;
}
.contents .reform_menu_img {
  margin-bottom: 40px;
}
.contents .reform_menu_img li {
  text-align: center;
}

@media screen and (max-width: 640px) {
  /****************************************************
   * 6.SP共通設定
   ****************************************************/
  html {
    font-size: 12px;
  }

  html, body {
    height: 100%;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .pcNone {
    display: block !important;
  }

  .spNone {
    display: none !important;
  }

  .imgCenter, .imgLeft, .imgRight {
    float: none;
    display: block;
    margin: 1em auto;
  }

  .inner {
    width: 94%;
    margin: 0 3%;
  }
  .inner .inner_in {
    width: 100%;
  }

  .left, .right {
    float: none;
  }

  .anchor {
    margin: -70px 0;
    padding: 70px 0;
  }

  .btn01 a, .btn02 a, .btn03 a {
    margin: 0 auto;
    display: block;
  }
  .btn01 a + a, .btn02 a + a, .btn03 a + a {
    margin: 10px auto 0 auto;
  }

  .panel01 {
    margin-bottom: 40px;
    padding: 20px;
  }

  .midashi01, .midashi01b {
    font-size: 1.875em;
  }
  .midashi01 > span, .midashi01 a > span, .midashi01b > span, .midashi01b a > span {
    padding-left: 0;
  }
  .midashi01 > span > em, .midashi01 a > span > em, .midashi01b > span > em, .midashi01b a > span > em {
    padding-left: 0;
    font-size: 0.875em;
  }
  .midashi01 > span > em:before, .midashi01 > span > em:after, .midashi01 a > span > em:before, .midashi01 a > span > em:after, .midashi01b > span > em:before, .midashi01b > span > em:after, .midashi01b a > span > em:before, .midashi01b a > span > em:after {
    content: none;
  }
  .midashi01 > span i, .midashi01 a > span i, .midashi01b > span i, .midashi01b a > span i {
    width: 20px;
    height: 20px;
  }

  .midashi03:before {
    vertical-align: 0;
  }

  .midashi05:before {
    vertical-align: -0.1em;
  }

  /*ブロックグリッド 1～6まで*/
  .sp-block-grid-1 > li {
    width: 100%;
  }
  .sp-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .sp-block-grid-2 > li {
    width: 50%;
  }
  .sp-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .sp-block-grid-3 > li {
    width: 33.33333%;
  }
  .sp-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .sp-block-grid-4 > li {
    width: 25%;
  }
  .sp-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .sp-block-grid-5 > li {
    width: 20% !important;
  }
  .sp-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .sp-block-grid-6 > li {
    width: 16.66667%;
  }
  .sp-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /****************************************************
   * 7.SPレイアウト設定
   ****************************************************/
  .container {
    min-width: 320px;
  }
  .container > .containerIn {
    width: 100%;
    margin: 0 auto;
  }
  .container .row > .column > .colIn {
    padding: 0 10%;
  }
  .container .row .col_1, .container .row .col_2, .container .row .col_3, .container .row .col_4, .container .row .col_5, .container .row .col_6, .container .row .col_7, .container .row .col_8, .container .row .col_9, .container .row .col_10, .container .row .col_11, .container .row .col_12 {
    width: 100%;
  }

  /****************************************************
   * 8.SPテンプレートスタイル
   ****************************************************/
  /*ヘッダーブロック　SP*/
  header {
    min-width: 320px;
    height: 70px;
  }
  header h1 {
    padding-top: 22px;
  }
  header h1 a {
    width: 250px;
    height: 25px;
  }
  header .gloval_navi {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: none;
    background-color: #badcf2;
    overflow: auto;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
  }
  header .gloval_navi ul {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left;
    border-top: solid 1px #ffffff;
  }
  header .gloval_navi ul li {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    float: none;
    display: block;
    border-bottom: solid 1px #ffffff;
  }
  header .gloval_navi ul li a {
    padding: 0.75em 0;
    text-indent: 1em;
    overflow: visible;
    white-space: normal;
  }
  header .gloval_navi ul li a:after {
    content: none;
  }
  header .gloval_navi ul li a:hover {
    background-color: #cccccc;
  }
  header .gloval_navi .sp_navi_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
  }
  header .gloval_navi .sp_navi_close a img {
    width: 30px;
    height: 30px;
  }
  header .sp_navi_open {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
    z-index: 9998;
  }
  header .sp_navi_open a img {
    width: 30px;
    height: 30px;
  }

  /*フッターブロック　SP*/
  footer {
    min-width: 320px;
  }
  footer .footerIn {
    width: 94%;
    padding: 20px 0;
  }
  footer .footerIn .footer_address {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
    text-align: center;
  }
  footer .footerIn .footer_address img {
    width: 250px;
    margin: 0 auto 10px auto;
	}
	footer .footerIn .sdgs {
		width: 100%;
		margin: 20px 0 20px 0;
		    text-align: center;
	}
	footer .footerIn .sdgs img{
		width: 20%;
		    margin: 0 auto;
	}
  footer .footerIn .footer_link {
    width: 100%;
    padding: 1em 0;
    float: none;
    text-align: center;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
  }
  footer .footerIn .footer_link a {
    margin: 1em 0.5em;
  }

  /****************************************************
   * 9.SPコンテンツスタイル
   ****************************************************/
  /*Indexページ　SP*/
  .index .top_mv {
    height: 420px;
    padding-top: 100px;
  }
  .index .top_mv .catchcopy {
    width: 100%;
  }
  .index .top_mv .catchcopy h2 {
    margin-bottom: 0.5em;
    font-size: 2.125em;
    text-align: center;
  }
  .index .top_mv .catchcopy h2 span {
    font-size: 1em;
    letter-spacing: normal;
  }
  .index .top_mv .catchcopy h2 span em {
    font-size: 1em;
  }
  .index .top_mv .catchcopy ul {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .index .top_mv .catchcopy ul li {
    width: auto !important;
    margin: 0 0 10px 0 !important;
    font-size: 1.125em;
  }
  .index .top_sec1 {
    height: auto;
    padding: 60px 0 20px 0;
    background: none;
  }
  .index .top_sec1 ul li {
    width: 49% !important;
    margin: 0 2% 4% 0 !important;
  }
  .index .top_sec1 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index .top_sec2 {
    height: auto;
    padding: 20px 0 40px 0;
    background: none;
  }
  .index .top_sec2 .news_list {
    width: 100%;
  }
  .index .top_sec2 .news_list li {
    padding: 0 0 10px 0;
  }
  .index .top_sec2 .news_list li .date {
    width: auto;
    margin-left: 0;
    display: block;
  }
  .index .top_sec2 .sdgs_img {
    padding: 40px 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  .index .top_sec2 .sdgs_img img {
    max-width: 80%;
  }
  .index .top_sec2 .top_info_img01 {
    width: 100%;
    margin-top: 30px;
    position: static;
  }
  .index .top_sec3 {
    height: auto;
    padding: 20px 0 40px 0;
    background: none;
  }
  .index .top_sec3 .inner {
    padding-left: 0;
  }
  .index .top_sec3 .midashi01 {
    margin-left: 0;
  }
  .index .top_sec3 ul li {
    width: 49% !important;
    margin: 0 2% 4% 0 !important;
  }
  .index .top_sec3 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index .top_sec3 .top_business_img01 {
    width: 100%;
    margin-top: 30px;
    position: static;
  }
  .index .top_sec4 {
    height: auto;
    padding: 20px 0 40px 0;
    background: none;
  }
  .index .top_sec4 .inner {
    padding-right: 0;
  }
  .index .top_sec4 ul li {
    width: 49% !important;
    margin: 0 2% 4% 0 !important;
  }
  .index .top_sec4 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index .top_sec4 ul li a img {
    margin: 0 !important;
  }
  .index .top_sec4 .top_about_reform_img01 {
    width: 100%;
    margin-top: 30px;
    position: static;
  }
  .index .top_sec5 {
    height: auto;
    padding: 20px 0 40px 0;
    background: none;
  }
  .index .top_sec5 .inner {
    padding-left: 0;
  }
  .index .top_sec5 .midashi01 {
    margin-left: 0;
  }
  .index .top_sec5 ul li {
    width: 49% !important;
    margin: 0 2% 4% 0 !important;
  }
  .index .top_sec5 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index .top_sec5 .top_jisseki_img01 {
    width: 100%;
    margin-top: 30px;
    position: static;
  }
  .index .top_sec6 {
    margin-bottom: 30px;
  }
  .index .top_sec6 .ttl {
    height: 180px;
    padding-top: 50px;
  }
  .index .top_sec6 ul li {
    width: 49% !important;
    margin: 0 2% 4% 0 !important;
  }
  .index .top_sec6 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index .top_sec6 ul li a span {
    -webkit-background-size: 18px;
    background-size: 18px;
  }
  .index .top_sec7 {
    padding: 50px 0;
  }
  .index .top_sec7 .inner {
    padding: 40px 20px;
    text-align: center;
  }
  .index .top_sec7 .left {
    width: 100%;
    margin-bottom: 1.5em;
    border-right: none;
  }
  .index .top_sec7 .left .midashi01 {
    margin-bottom: 1em;
  }
  .index .top_sec7 .right {
    width: 100%;
    padding-top: 0;
  }
  .index .top_sec7 .right .btn02 a {
    max-width: 100%;
  }

  /*下層ページ　SP*/
  .contents {
    padding-top: 70px;
  }
  .contents .pagetitle {
    height: 165px;
    margin-bottom: 40px;
    padding-top: 60px;
  }
  .contents .pagetitle h2 {
    font-size: 1.875em;
  }
  .contents .table01 {
    display: block;
  }
  .contents .table01 tbody {
    display: block;
  }
  .contents .table01 tbody tr {
    display: block;
  }
  .contents .table01 tbody tr th {
    width: 100%;
    padding: 1em 0 0.5em 0;
    text-align: left;
    border-bottom: none;
    display: block;
  }
  .contents .table01 tbody tr td {
    padding: 0 0 1em 0;
    display: block;
  }
  .contents .table01 tbody tr:first-child td {
    border-top: none;
  }
  .contents .company_sec1 {
    margin-bottom: 40px;
  }
  .contents .company_sec2 {
    margin-bottom: 40px;
  }
  .contents .company_sec3 {
    margin-bottom: 40px;
  }
  .contents .company_sec4 {
    margin-bottom: 40px;
  }
  .contents .company_sec4 ul li {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  .contents .company_sec4 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .contents .access_sec1 {
    margin-bottom: 40px;
  }
  .contents .access_sec1 dl dd .map iframe {
    height: 250px;
  }
  .contents .access_sec1 dl dd .map > div {
    width: 100%;
  }
  .contents .access_sec1 dl dd .map > div + div {
    margin-top: 10px;
  }
  .contents .access_sec1 dl dd + dt {
    margin-top: 20px;
  }
  .contents .recruit_sec1 .recuruit_btn {
    margin-bottom: 40px;
    display: block;
  }
  .contents .recruit_sec1 .recuruit_btn li {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0 !important;
  }
  .contents .recruit_sec1 .recuruit_btn li a {
    padding: 0.5em;
    font-size: 1.5em;
    background: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTlmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGFlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0099ff), color-stop(100%, #008ae5));
    background-image: -moz-linear-gradient(left, #0099ff, #008ae5);
    background-image: -webkit-linear-gradient(left, #0099ff, #008ae5);
    background-image: linear-gradient(to right, #0099ff, #008ae5);
  }
  .contents .recruit_sec1 .panel01 .midashi02 {
    font-size: 1.5em;
    letter-spacing: normal;
  }
  .contents .recruit_sec1 .panel01 .detail {
    padding: 0;
  }
  .contents .recruit_sec1 .panel01 ul {
    margin-bottom: 20px;
  }
  .contents .recruit_sec1 .panel01 ul li {
    width: 48%;
    margin: 0 1% 2% 1%;
    text-align: center;
  }
  .contents .recruit_sec1 .panel01 .table01 {
    margin-bottom: 20px;
  }
  .contents .contact_sec1 {
    margin-bottom: 40px;
  }
  .contents .contact_sec1 .mailform table {
    display: block;
  }
  .contents .contact_sec1 .mailform table tbody {
    display: block;
  }
  .contents .contact_sec1 .mailform table tbody tr {
    display: block;
  }
  .contents .contact_sec1 .mailform table tbody tr th {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
    display: block;
  }
  .contents .contact_sec1 .mailform table tbody tr th:after {
    content: none;
  }
  .contents .contact_sec1 .mailform table tbody tr td {
    padding: 0 0 20px 0;
    display: block;
  }
  .contents .contact_sec1 .mailform .submit {
    padding-top: 10px;
  }
  .contents .contact_sec2 {
    margin-bottom: 40px;
  }
  .contents .news_sec1 {
    min-height: auto;
    margin-bottom: 40px;
  }
  .contents .news_sec1 .news_list li {
    padding: 0 0 10px 0;
  }
  .contents .news_sec1 .news_list li .date {
    width: auto;
    margin-left: 0;
    display: block;
  }
  .contents .business_sec1 {
    margin-bottom: 40px;
  }
  .contents .business_sec1 .point {
    margin-bottom: 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .contents .business_sec1 .point li {
    margin: 0 5px;
  }
  .contents .business_sec1 dl dd .img {
    display: block;
  }
  .contents .business_sec1 dl dd .img img {
    max-width: 80%;
    margin: 0 auto 15px auto;
    display: block;
  }
  .contents .business_sec1 .area {
    margin-bottom: 20px;
  }
  .contents .business_sec1 .area .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents .business_sec1 .area .img img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  .contents .business_sec1 .area .text {
    width: 100%;
  }
  .contents .business_sec1 .area .text .box {
    padding: 1em;
    font-size: 1.125em;
  }
  .contents .business_sec2 {
    margin-bottom: 40px;
  }
  .contents .business_sec3 {
    margin-bottom: 40px;
  }
  .contents .business_sec3 ul li {
    width: 48%;
    margin: 0 4% 4% 0 !important;
  }
  .contents .business_sec3 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .contents .business_sec3 ul li img {
    margin: 0 auto;
    display: block;
  }
  .contents .reform_sec1 {
    margin-bottom: 40px;
  }
  .contents .reform_sec1 ul {
    display: -webkit-flex;
    display: flex;
    display: block;
  }
  .contents .reform_sec1 ul li {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .contents .reform_sec1 ul li .img {
    height: auto;
    padding: 10px;
    text-align: center;
  }
  .contents .reform_sec1 ul li .img img {
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .contents .reform_sec1 ul li p {
    height: auto;
    padding: 15px;
  }
  .contents .reform_sec1 ul li p span {
    white-space: normal;
    position: static;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .contents .result_sec1 {
    margin-bottom: 40px;
  }
  .contents .result_sec1 .result_row dl {
    float: none;
  }
  .contents .result_sec1 .result_row dl.before {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .contents .result_sec1 .result_row dl.after {
    width: 100%;
  }
  .contents .result_sec1 dl.before {
    position: relative;
  }
  .contents .result_sec1 dl.before:after {
    content: none;
  }
  .contents .result_sec1 dl.after.col2 dd {
    float: none;
  }
  .contents .result_sec1 dl.after.col2 dd:first-of-type {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .contents .result_sec1 dl.after.col2 dd:last-of-type {
    width: 100%;
  }
  .contents .result_sec1 dl dd {
    text-align: center;
  }
  .contents .menu_sec1 {
    margin-bottom: 40px;
  }
  .contents .menu_sec1 .menu {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .contents .menu_sec1 .menu a {
    width: 30%;
    margin: 1.6%;
  }
  .contents .menu_sec2 {
    margin-bottom: 40px;
  }
  .contents .menu_sec3 {
    margin-bottom: 40px;
  }
  .contents .menu_sec4 {
    margin-bottom: 40px;
  }
  .contents .menu_sec5 {
    margin-bottom: 40px;
  }
  .contents .menu_sec6 {
    margin-bottom: 40px;
  }
  .contents .reform_menu_img {
    margin-bottom: 20px;
  }
}
/****************************************************
 * 10.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

.colorRed {
  color: #ff0000;
}

.ta-c {
  text-align: center;
}

/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  * {
    -webkit-print-color-adjust: exact;
  }

  .container {
    padding: 0;
  }

  #header {
    position: static;
  }

  img {
    display: block;
  }
}
