@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.eot");
  src: local("Noto Sans CJK JP Light"), url("../font/web/NotoSansCJKjp.eot?#iefix") format("embedded-opentype"), url("../font/web/NotoSansCJKjp.woff") format("woff"), url("../font/web/NotoSansCJKjp.otf") format("opentype");
}

@font-face {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  src: url("../font/OPTITimes-Roman.otf");
  src: local("TimesITL"), url("../font/web/OPTITimesRoman-Italic.otf") format("otf");
}

/*
@include flexbox();
@include flex-direction();
@include flex-wrap();
@include justify-content();
@include align-items();
@include align-content();
@include align-self();
*/
/* =======================================- */
/* ▼▼▼　PC
/* =======================================- */
header {
  position: relative;
  transition: 0.2s;
  z-index: 99;
  /* グローバルメニュー */
  /* お問い合わせボタン */
}

header a {
  color: inherit;
}

header > .inner {
  align-items: center;
  display: flex;
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
}

header .h_logo {
  display: inline-block;
  margin: 15px 0;
}

header .h_logo a {
  display: flex;
  align-items: center;
}

header .h_logo img:nth-of-type(2) {
  display: inline-block;
  margin-left: 50px;
}

header .h_nav {
  margin-left: auto;
}

header .h_nav .g_nav .m_header {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}

header .h_nav .g_nav .m_header > li {
  position: inherit;
}

header .h_nav .g_nav .m_header > li > a {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 0 25px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

header .h_nav .g_nav .m_header > li > a:hover, header .h_nav .g_nav .m_header > li > a.current {
  color: #16b6bf;
  opacity: 1;
}

header .h_contact_btn {
  margin-left: 39px;
}

header .h_contact_btn a {
  background-color: #f67e62;
  border-radius: 23px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  padding: 15px 30px 15px 60px;
  position: relative;
}

header .h_contact_btn a::before {
  background: url(../../assets/img/common/icon_mail.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  transform: translateY(-50%);
  position: absolute;
  left: 30px;
  top: 50%;
}

.scrollNav {
  background: #dfeefa;
  width: 100vw;
  min-width: 1100px;
  z-index: 1;
  font-weight: 500;
  display: flex;
  position: fixed;
  height: auto;
  top: -150px;
  left: 0;
  transition: all 0.4s;
}

.scrollNav .parents {
  padding: 5px 20px;
  padding-left: calc((100vw - 1000px) / 2);
  overflow: hidden;
  position: relative;
}

.scrollNav .parents::after {
  background: #1072bb;
  content: "";
  display: inline-block;
  width: 30px;
  height: 120%;
  transform: rotate(12deg);
  position: absolute;
  right: -15px;
  top: 0;
}

.scrollNav .parents ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.scrollNav .parents ul li {
  padding-right: 20px;
  white-space: nowrap;
}

.scrollNav .parents ul li::after {
  content: "";
  border-top: 1px solid #6487a2;
  border-right: 1px solid #6487a2;
  display: inline-block;
  transform: rotate(45deg) translateY(-50%);
  height: 4px;
  text-align: center;
  width: 4px;
  top: 50%;
  position: absolute;
  right: 10px;
}

.scrollNav .parents ul li a {
  font-weight: 500;
}

.scrollNav .childs {
  background: #1072bb;
  padding: 0 40px;
  position: relative;
  width: 60%;
  flex-grow: 1;
  /*ソリューション*/
}

.scrollNav .childs ul:not([class]),
.scrollNav .childs .second {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-height: 100%;
  padding: 5px 0;
}

.scrollNav .childs ul:not([class]) li:not(:last-of-type),
.scrollNav .childs .second li:not(:last-of-type) {
  margin-right: 30px;
}

.scrollNav .childs ul:not([class]) a,
.scrollNav .childs .second a {
  color: #fff;
  font-weight: 500;
}

.scrollNav .childs ul:not([class]) a::after,
.scrollNav .childs .second a::after {
  background: #fff;
  content: "";
  display: block;
  margin-top: 0;
  width: 100%;
  height: 1px;
  transition: 0.4s;
  transform: scale(0);
}

.scrollNav .childs ul:not([class]) a.current, .scrollNav .childs ul:not([class]) a:hover,
.scrollNav .childs .second a.current,
.scrollNav .childs .second a:hover {
  opacity: 1;
}

.scrollNav .childs ul:not([class]) a.current::after, .scrollNav .childs ul:not([class]) a:hover::after,
.scrollNav .childs .second a.current::after,
.scrollNav .childs .second a:hover::after {
  transform: scale(1);
}

.scrollNav .childs .current_page {
  margin-left: auto;
  position: relative;
  display: table;
  height: 100%;
  margin-right: 170px;
  max-width: 580px;
  width: 100%;
}

.scrollNav .childs .current_page > a {
  color: #fff;
  display: table-cell;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.scrollNav .childs .current_page > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #fff;
  margin-left: 50px;
}

.scrollNav {
  display: none;
}

.scrollHeader {
  background: #fff;
  width: 100%;
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 0.4s;
}

.scrollNav_on header {
  top: 0;
}

/* =======================================- */
/* ▼▼　footer
/* =======================================- */
.footer {
  background-color: #ecefef;
  padding: 40px 0;
}

.footer .inner {
  max-width: 1300px;
  padding: 0 70px;
  width: 100%;
}

.footer .inner a:hover {
  color: #16b6bf;
  opacity: 1;
}

.footer .navigation_area {
  margin-bottom: 20px;
}

.footer .navigation_area * {
  color: #061614;
  line-height: 1.6;
}

.footer .navigation_area ul {
  display: flex;
}

.footer .navigation_area ul li + li {
  margin-left: 50px;
}

.footer .navigation_area ul li::after {
  background: none;
  border: 1px solid #16b6bf;
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 5.5px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5.5px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.footer .navigation_area ul li a {
  font-size: 15px;
}

.footer .navigation_area .flex_block {
  justify-content: space-between;
  align-items: center;
}

.footer .global_footer * {
  color: #061614;
  line-height: 1.6;
  font-size: 11px;
}

.footer .global_footer .flex_block {
  justify-content: flex-end;
}

.footer .global_footer .f_nav ul {
  display: flex;
}

.footer .global_footer .f_nav ul li a {
  margin-left: 60px;
}

.footer .global_footer .copyright {
  margin-left: 50px;
}

/* パンくず */
.pankuzu {
  padding: 15px 0;
}

.pankuzu * {
  color: #061614;
  font-size: 12px;
}

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

.pankuzu li {
  float: left;
  margin: 0;
  padding: 0;
}

.pankuzu li:before {
  display: none;
}

.pankuzu li:nth-child(n + 2):before {
  background: none;
  border: 1px solid #16b6bf;
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 5.5px;
  margin: 0 10px;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5.5px;
}

.pankuzu li a:hover {
  color: #16b6bf;
  opacity: 1;
}

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

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

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

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #061614;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0;
  overflow-x: hidden;
  position: relative;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  line-height: 1;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: 0.1s;
}

a img {
  transition: 0.1s;
}

a img:hover {
  opacity: 0.7;
}

strong {
  color: #061614;
}

img {
  vertical-align: bottom;
}

sub {
  font-size: 0.75em;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.eot");
  src: local("Noto Sans CJK JP Light"), url("../font/web/NotoSansCJKjp.eot?#iefix") format("embedded-opentype"), url("../font/web/NotoSansCJKjp.woff") format("woff"), url("../font/web/NotoSansCJKjp.otf") format("opentype");
}

@font-face {
  font-family: "Times";
  font-style: normal;
  font-weight: 400;
  src: url("../font/OPTITimes-Roman.otf");
  src: local("TimesITL"), url("../font/web/OPTITimesRoman-Italic.otf") format("otf");
}

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

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

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

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

header,
footer {
  line-height: 100%;
}

p a {
  text-decoration: underline;
}

a {
  color: #16b6bf;
  text-decoration: none;
  outline: none !important;
  word-wrap: break-word;
}

a:hover {
  opacity: 0.7;
}

a[onclick] {
  cursor: pointer;
}

a[href^="tel"] {
  color: inherit;
  cursor: text;
  text-decoration: none;
}

a[href^="tel"]:hover {
  opacity: 1;
}

figure + * {
  margin-top: 30px;
}

figure img {
  max-width: 100%;
}

figure figcaption {
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.6;
}

address {
  font-style: normal;
  text-decoration: none;
}

input,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

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

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

button {
  cursor: pointer;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.main_content {
  margin-bottom: 130px;
  margin-top: 30px;
}

section + section {
  margin-top: 80px;
}

section p + p {
  margin-top: 20px;
}

.h2_type01,
.h3_type01,
.h4_type01 {
  transition: all 1s cubic-bezier(0.06, 0.59, 0.2, 0.79);
}

.h2_type01 {
  color: #061614;
}

.h2_type01::before {
  border-left: 5px solid #16b6bf;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 20px;
  width: 0;
}

.h2_type02 {
  color: #061614;
  font-size: 26px;
  margin-bottom: 25px;
}

.h2_type02 span {
  color: #16b6bf;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.h3_type01 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 38px;
}

.h4_type01 {
  border-left: 5px solid #999;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}

.lead {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, Hiragino Mincho ProN、ヒラギノ明朝 ProN、Hiragino Mincho Pro、ヒラギノ明朝 Pro;
}

ul > li {
  position: relative;
}

.list li {
  margin-left: 25px;
  text-indent: -20px;
}

.list li::before {
  background: #061614;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 10px;
  width: 5px;
  vertical-align: middle;
}

.list li li {
  margin-left: 20px;
}

.ol_list {
  counter-reset: ol_list;
  /* margin-left:20px */
}

.ol_list li {
  margin-left: 25px;
  text-indent: -20px;
}

.ol_list li::before {
  content: counter(ol_list) ".";
  counter-increment: ol_list;
  margin: 0 0.5em 0 0;
  width: 1em;
}

.ol_list li ol {
  padding-left: 20px;
}

.en_list {
  counter-reset: number 0;
}

.en_list li {
  margin-left: 25px;
  text-indent: -20px;
}

.en_list li::before {
  counter-increment: number 1;
  content: counter(number, lower-latin) ".";
  margin: 0 0.5em 0 0;
  width: 1em;
}

.en_list li ol {
  padding-left: 20px;
}

.link_box a {
  background-color: #2c2c2c;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  padding: 12px 15px;
}

.link_box a:hover {
  opacity: 0.7;
}

.link_box a::after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: 10px;
  width: 5px;
  vertical-align: middle;
  background: none;
  border-top: solid 2px #fff;
  border-radius: 0;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.link_list li {
  text-indent: -17px;
  margin-left: 20px;
}

.link_list li::before {
  background: #061614;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 10px;
  width: 5px;
  vertical-align: middle;
  background: none;
  border-top: solid 2px #999;
  border-radius: 0;
  border-right: solid 2px #999;
  transform: rotate(45deg);
}

dt {
  border-bottom: 1px dotted #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 0.5em;
  margin-bottom: 10px;
}

dt:nth-child(n + 2) {
  margin-top: 2em;
}

.caution {
  padding-left: 25px;
}

.caution::before {
  content: "※";
  display: inline-block;
  height: 11px;
  margin: 0 10px 0 -20px;
  width: 11px;
}

.border_box {
  border: 3px solid #3a6030;
  padding: 50px 100px;
}

.caution_box {
  background: #fff9f9;
  border: 1px solid #ff0000;
  padding: 30px;
}

.caution_box p {
  padding-left: 24px;
}

.caution_box p::before {
  content: "※";
  display: inline-block;
  height: 11px;
  margin: 0 13px 0 -24px;
  width: 11px;
}

.caution_box *:last-child {
  margin-bottom: 0;
}

.table_type01 {
  max-width: 100%;
  width: 100%;
}

.table_type01 tr:last-of-type th {
  border-bottom: 1px solid #dfdfdf;
}

.table_type01 th {
  background: #f6f6f6;
  border: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  text-align: left;
  vertical-align: top;
  padding: 12px 20px;
}

.table_type01 th:last-of-type {
  border-right: 1px solid #dfdfdf;
}

.table_type01 td {
  border: 1px solid #dfdfdf;
  padding: 12px 20px;
}

.table_type01 td.th_sub {
  background: #e9e9e9;
}

.table_type02 tr {
  display: block;
}

.table_type02 tr + tr {
  margin-top: 25px;
}

.table_type02 th {
  color: #3a6030;
  font-weight: 400;
  min-width: 70px;
  text-align: left;
}

.table_type02 td {
  padding-left: 20px;
}

.table_scroll {
  overflow-x: scroll;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.scroll-box::-webkit-scrollbar {
  height: 4px;
}

.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.form_input table {
  margin-bottom: 85px;
}

.form_input table th,
.form_input table td {
  text-align: left;
}

.form_input textarea,
.form_input select {
  background: #fff;
  box-shadow: 0 0 2px 1px #ccc inset;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
}

.form_input .select_box {
  position: relative;
  display: inline-block;
}

.form_input .select_box::after {
  content: "";
  position: absolute;
  pointer-events: none;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 6px;
  height: 6px;
  right: 24px;
  top: 50%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.form_input .select_box select {
  background: linear-gradient(270deg, #2c2c2c 0%, #2c2c2c 40px, #f5f5f5 40px, #f5f5f5 100%);
  cursor: pointer;
  -webkit-appearance: none;
}

.form_input input {
  font-size: 18px;
  width: 100%;
  padding: 15px 17px;
}

.form_input input[type="text"], .form_input input[type="email"], .form_input input[type="number"] {
  background: #fff;
  box-shadow: 0 0 2px 1px #ccc inset;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
}

.form_input input[type="checkbox"], .form_input input[type="radio"] {
  display: none;
}

.form_input input[type="checkbox"] + label,
.form_input input[type="radio"] + label {
  cursor: pointer;
  padding-left: 25px;
  display: block;
}

.form_input input[type="checkbox"] + label::before,
.form_input input[type="radio"] + label::before {
  box-shadow: 1px 1px 3px 1px #b3b3b3 inset;
  position: absolute;
  content: "";
  top: 15px;
  left: 0px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: #fff;
}

.form_input input[type="checkbox"]:checked + label,
.form_input input[type="radio"]:checked + label {
  color: #061614;
}

.form_input input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  margin-top: 2px;
  top: 5px;
  left: 5px;
  width: 4px;
  height: 12px;
  border-bottom: 3px solid #061614;
  border-right: 3px solid #061614;
}

.form_input input[type="radio"] + label::before {
  border-radius: 50%;
}

.form_input input[type="radio"]:checked + label:after {
  position: absolute;
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  margin-top: 2px;
  top: 10px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #061614;
  border-radius: 50%;
}

.form_input .policy_box {
  height: 176px;
  overflow-y: scroll;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #ccc inset;
  border: none;
  padding: 27px 30px;
}

.form_input .policy_box p {
  margin-bottom: 0;
}

.form_input .submit_box {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.form_input .submit_box .submit_btn {
  background: #061614;
  color: #fff;
  width: 260px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.form_input .submit_box .submit_btn:first-child {
  margin-right: 40px;
}

.tab_ac {
  margin-bottom: 40px;
}

.tab_ac dt {
  color: #061614;
  font-size: 20px;
  background: #e8e8e8;
  padding: 0 0 0 20px;
  line-height: inherit;
  border-bottom: none;
  display: flex;
  cursor: pointer;
  transition: 0.3s;
}

.tab_ac dt:hover {
  opacity: 0.5;
}

.tab_ac dt p {
  margin: 0 10px 0 0;
  padding: 10px 0;
}

.tab_ac dt span {
  font-size: 13px;
  background: #ccc;
  position: relative;
  right: 0;
  top: 0;
  padding: 10px 0 27px 0;
  width: 60px;
  text-align: center;
  display: block;
  margin-left: auto;
}

.tab_ac dt span::before, .tab_ac dt span::after {
  content: "";
  background: #061614;
  width: 10px;
  height: 3px;
  position: absolute;
}

.tab_ac dt span::before {
  top: 38px;
  left: 21px;
  transform: rotate(45deg);
}

.tab_ac dt span::after {
  top: 38px;
  right: 23px;
  transform: rotate(-45deg);
}

.tab_ac dt .arrow_open::before {
  transform: rotate(-45deg);
}

.tab_ac dt .arrow_open::after {
  transform: rotate(45deg);
}

.tab_ac table {
  margin-bottom: 0;
}

.tab_ac dd {
  background: #fcfcfb;
  padding: 26px 30px 38px 30px;
}

.tab_ac dd p {
  margin-bottom: 30px;
}

.tab_ac dd li {
  margin-bottom: 15px;
}

.tab_ac dd li::before {
  width: 16px;
}

.tab_ac dd a {
  text-decoration: underline !important;
  color: #000;
}

.tab_ac dd .blank::after,
.tab_ac dd .pdf::after,
.tab_ac dd .word::after,
.tab_ac dd .excel::after,
.tab_ac dd .mail::after {
  margin-left: 15px;
}

.tab_ac th {
  width: 117px;
}

.tab_ac th:nth-child(3) {
  width: 700px;
}

.btn {
  margin: 0 auto;
  background: #fff;
  color: #000;
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  max-width: 260px;
}

.btn a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  text-align: center;
  padding: 18px 20px;
  border: 1px solid #333;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

.btn a:hover {
  color: #fff;
}

.btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

#news .dl-news {
  display: flex;
  flex-wrap: wrap;
}

#news .dl-news dt {
  border-bottom: none;
  margin-top: 0;
}

#news .dl-news dt + dd {
  color: #fff;
}

#pagenation ul {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#pagenation ul li:nth-child(n + 2) {
  margin-top: 0;
}

#pagenation ul li::before {
  content: none;
}

#pagenation ul li a:not(.prev):not(.next):hover {
  text-decoration: none;
  background: #061614;
  color: #fff;
}

#pagenation ul .active a {
  text-decoration: none;
  background: #061614;
  color: #fff;
}

#pagenation li a {
  color: #666666;
  background: #dedede;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  transition: 0.2s all;
}

#pagenation li a:hover {
  opacity: 1;
}

#pagenation li:last-child a {
  margin-right: 0;
}

#pagenation li .prev,
#pagenation li .next {
  color: #1a1a1a;
  text-decoration: underline;
  background: none;
}

#pagenation li .prev:hover,
#pagenation li .next:hover {
  color: #b41749;
  background: none;
}

.bg_gray {
  background: #f6f6f6;
}

.btn_blue {
  background: #005bab;
  color: #fff;
  width: 260px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
  font-size: 18px;
  border-radius: 5px;
}

.icon_blank {
  margin-left: 7px;
  margin-bottom: 2px;
  vertical-align: middle;
  width: 13px;
}

.page_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.page_top a {
  background-color: #fff;
  border: 1px solid #16b6bf;
  border-radius: 2px;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 44px;
}

.page_top a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #15a0a8 #15a0a8 transparent transparent;
  transform: rotate(-45deg);
  margin: 5px auto 0;
}

.page_top a:hover {
  opacity: 0.7;
}

body {
  line-height: 1.6;
}

header,
footer {
  min-width: 1180px;
  overflow: hidden;
}

main {
  min-width: 1040px;
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

a:hover * {
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

.pattern1 figure {
  text-align: center;
}

.pattern1_1,
.pattern2_1,
.pattern1_2,
.pattern3_1,
.pattern1_3,
.pattern1_1_1,
.pattern1_1_1_1 {
  display: flex;
}

.content_nav {
  background: #e8e8e8;
  margin-right: calc(400px - 50vw);
  padding-right: calc(50vw - 400px);
}

.content_nav a {
  display: block;
  color: #061614;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.content_nav > ul .this_page,
.content_nav > ul > li a:hover {
  text-decoration: none !important;
  z-index: 9999;
}

.content_nav ul {
  background: #ccc;
  display: inline-flex;
  margin-left: calc(330px - 50vw);
  padding-left: calc(50vw - 330px);
}

.content_nav ul > li:before {
  display: none;
}

.content_nav ul li {
  background: #e8e8e8;
  font-weight: bold;
  margin: 0;
  padding: 14px 0;
}

.content_nav ul li.active {
  background: #ccc;
  position: relative;
}

.content_nav ul li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-right: 14px solid #e8e8e8;
  border-bottom: 29px solid #e8e8e8;
  border-left: 14px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.pagetitle_area {
  background: rgba(0, 0, 0, 0.55);
  min-width: 1040px;
}

.pagetitle_area h1 {
  text-shadow: 2px 3px 6px #061614;
  color: #ffffff;
  display: table-cell;
  font-family: "游明朝", YuMincho, Hiragino Mincho ProN、ヒラギノ明朝 ProN、Hiragino Mincho Pro、ヒラギノ明朝 Pro;
  font-size: 46px;
  line-height: 100%;
  text-align: left;
  vertical-align: middle;
}

.pagetitle_area .inner {
  display: table;
  height: 378px;
  text-align: center;
}

.section_child {
  margin-top: 50px;
}

.section_child_s {
  margin-top: 30px;
}

.h2_type01 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 35px;
}

.h2_inner {
  padding-left: 27px;
}

.h4_type01 {
  font-size: 16px;
}

figure + * {
  margin-top: 30px;
}

table + * {
  margin-top: 30px;
}

.table_scroll th,
.table_scroll td {
  min-width: 250px;
}

.border_box {
  padding: 50px 30px;
}

#news .dl-news dt {
  width: 115px;
  font-size: 14px;
}

#news .dl-news dt + dd {
  -ms-align-self: start;
  align-self: start;
  background: #061614;
  font-size: 13px;
  letter-spacing: 1px;
  margin-top: 2px;
  text-align: center;
  width: 88px;
  display: table;
}

#news .dl-news dd + dd {
  font-size: 15px;
  margin-bottom: 35px;
  margin-left: 20px;
  width: calc(100% - 230px);
}

#pagenation .prev {
  margin-right: 25px;
}

#pagenation .next {
  margin-left: 25px;
}

div[class*="pattern"] {
  display: flex;
}

div[class*="pattern"] + div[class*="pattern"] {
  margin-top: 50px;
}

div[class*="pattern"].reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col > a,
.r_col > a,
.l_col > a {
  display: block;
}

.col img,
.r_col img,
.l_col img {
  height: auto;
  vertical-align: top;
}

.col p.link,
.r_col p.link,
.l_col p.link {
  margin-top: 7px;
}

.col > *:last-child,
.r_col > *:last-child,
.l_col > *:last-child {
  margin-bottom: 0;
}

.pattern1_1 .col {
  width: calc((100% - 30px) / 2);
}

.pattern1_1 .col:nth-child(2n) {
  margin-left: 30px;
}

.pattern1_1 .col:nth-child(n + 3) {
  margin-top: 30px;
}

.pattern1_1.reverse .col:nth-child(2n) {
  margin-left: 0;
  margin-right: 30px;
}

.pattern1_2 .col:nth-child(2n + 1) {
  width: calc(100% / 3);
}

.pattern1_2 .col:nth-child(2n) {
  margin-left: 30px;
  width: calc((100% / 3) * 2 - 30px);
}

.pattern1_2.reverse .col:nth-child(2n) {
  margin-left: 0;
  margin-right: 30px;
}

.pattern2_1_1 > .col:first-child {
  width: 500px;
}

.pattern2_1_1 > .col:nth-child(n + 2) {
  margin-left: 32px;
  width: 25%;
}

.pattern2_1_1.reverse > .col:nth-child(2n) {
  margin-left: 0;
  margin-right: 32px;
}

.pattern1_1_1 .col {
  width: calc((100% - 40px) / 3);
}

.pattern1_1_1 .col:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

.pattern1_1_1_1 .col {
  width: calc((100% - 60px) / 4);
}

.pattern1_3 .col:nth-child(2n + 1) {
  width: 235px;
}

.pattern1_3 .col:nth-child(2n) {
  margin-left: 30px;
  width: calc(100% - 235px - 30px);
}

.pattern1_3.reverse .col:nth-child(2n) {
  margin-left: 0;
  margin-right: 30px;
}

.pattern3_1 .col:nth-child(2n + 1) {
  width: calc(100% - 235px - 30px);
}

.pattern3_1 .col:nth-child(2n) {
  margin-left: 30px;
  width: 235px;
}

.pattern3_1.reverse .col:nth-child(2n) {
  margin-left: 0;
  margin-right: 30px;
}

.pattern1_1_1_1 .col {
  margin-left: 28px;
  width: calc((100% - 84px) / 4);
}

.pattern1_1_1_1 .col:nth-child(4n + 1) {
  margin-left: 0;
}

.link_internal {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 50px;
}

.link_internal_area {
  width: 100%;
}

.slide-down {
  animation-name: slidedown;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: 0.4s;
  top: 0;
  position: fixed;
  z-index: 999;
}

@keyframes slidedown {
  0% {
    top: -56px;
  }
  100% {
    top: 0;
  }
}

.slide-up {
  animation-name: slideUp;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-delay: 0s;
  transform-origin: 50% 50% 0;
  animation-duration: 0.4s;
  top: -56px;
}

@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -56px;
  }
}

ul.link_internal {
  display: flex;
}

ul.link_internal li {
  line-height: 100%;
  margin: 0 0 0 40px;
  padding: 0;
}

ul.link_internal li:before {
  display: none;
}

ul.link_internal a {
  display: inline-block;
  font-size: 15px;
  padding: 0 0 36px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

ul.link_internal a:after {
  background: #005bab;
  border-radius: 5px;
  bottom: 17px;
  content: "";
  display: inline-block;
  height: 5px;
  left: 50%;
  position: absolute;
  width: 5px;
}

ul.link_internal a:hover {
  opacity: 0.7;
}

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

.bold {
  font-weight: bold !important;
}

.t_small {
  font-size: 70%;
  vertical-align: middle;
}

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

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

.inline_block {
  display: inline-block !important;
}

.ml20 {
  margin-left: 20px !important;
}

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

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

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.flex_block {
  display: flex;
}

.none {
  display: none !important;
}
