@charset "UTF-8";
@import url("menu.css");
@import url("news.css");
@import url("aos.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Ubuntu:ital,wght@0,700;1,700&display=swap');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    white-space: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #444;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 1.0em;
    line-height: 1.8em;
    overflow-x: hidden;
    backgound: #fff;
}

.m1 {
    margin: 1em 0;
}

.bgg {
    background: linear-gradient(#eee, #fafafa);
}

.bgw {
    background: #fff;
    margin-top: 0.5em;
    padding: 0.5em 0.5em 0.5em;
    min-height: 250px;
}

.bgr {
    background: linear-gradient(#f7d4ca, #fafafa);
}

.mbgw {
    background: #fff;
    margin-top: 0.5em;
    margin-bottom: 2.0em;
    padding: 0;
    width: 100%;
    /* min-height: 200px; */
}

.ltbox {
    position: absolute;
    background: #d27f00;
    width: 8em;
    height: 0.6em;
    top: 0;
    left: 0;
}

.ltboxa {
    position: absolute;
    background: #da0c00;
    width: 8em;
    height: 0.6em;
    top: 0;
    left: 0;
}

.ltboxb {
    position: absolute;
    background: #0f0e5c;
    width: 8em;
    height: 0.6em;
    top: 0;
    left: 0;
}

.ltboxc {
    position: absolute;
    background: #0f0e5c;
    width: 8em;
    height: 0.6em;
    top: 0;
    left: 0;
}

.rtbox {
    position: absolute;
    background: #0f0e5c;
    width: 2em;
    height: 0.6em;
    top: -0.6em;
    right: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    color: #666;
}

h1 {
    font-size: 2.3em;
}

h2 {
    font-size: 2.0em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

p {
    font-size: 1.0em;
    margin: 20px 0;
    padding: 0;
}

h2.copy {
    color: #29497a;
    margin-top: 8rem;
    margin-bottom: 8rem;
    /* font-family: 'Klee One', cursive; */
    /* font-family: 'Zen Old Mincho', serif; */
    font-family: 'Noto Serif JP', serif;
    font-size: 3.0em;
    /* text-shadow:#999 0 0 10px; */
}

h3.biz {
    padding: 1rem 3rem;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
    background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
    background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
    width: 80%;
    margin: 10px auto;
}

h3.biz2 {
    padding: 1rem 1rem;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
    background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
    background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
    width: 100%;
    margin: 50px auto;
}

.read_more {
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#da0c00), to(#d27f00));
    background-image: -webkit-linear-gradient(left, #da0c00 0%, #d27f00 100%);
    background-image: linear-gradient(to right, #da0c00 0%, #d27f00 100%);
    width: 50%;
    margin: 50px auto;
}

.read_more a {
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    font-size: 1.0em;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0.5rem 1rem;
    text-align: center;
}

.txtmid {
    font-size: 1.1em;
    color: #666;
}

.p10 {
    margin: 0 40px 0 0;
}

ul {
    list-style: none;
}

hr {
    clear: both;
}

br {
    clear: both;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    opacity: 0.6;
    transition: 0.5s;
}

img {
    max-width: 100%;
}

.color_b {
    color: #0f0e5c;
}

.color_gray {
    color: #999;
}

.bggreen {
    background: #aec1ba;
}

.bgblue {
    background: #20948b;
}

.bgblue2 {
    background: #d8eada;
}

.bgblue3 {
    background: #48638f;
}

.bgyellow {
    background: #d8d5bf;
}

.midashibg {
    background: url(../img/midashi_line.png) repeat-x center center;
}

#mainimg_box {
    background: url(../img/main01.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 0 0 0;
    margin: -20px 0 0 0;
    height: 550px;
    border-bottom: solid 10px #0f0e5c;
}

#mainimg_box h1 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
    padding: 170px 0 0 0;
    text-align: right;
    color: #fff;
    font-size: 3.5em;
    font-weight: bold;
}

#mainimg_box h2 {
    padding: 0 0 0 10px;
    text-align: right;
    color: #f00;
}

#subimg_box {
    background: url(../img/main01.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 0 0 0;
    margin: -20px 0 0 0;
    height: 300px;
    border-bottom: solid 10px #0f0e5c;
}

#subimg_box h1 {
    display: inline-block;
    padding: 150px 20px 20px 20px;
    text-align: left;
    color: #fff;
    background: #0f0e5c;
    font-size: 3.2em;
    font-weight: bold;
}

#subimg_box h2 {
    display: inline-block;
    padding: 0 0 0 10px;
    text-align: right;
    color: #f00;
}

.msg_box {
    position: relative;
    background: url(../img/p002.jpg) no-repeat left -150px top -150px;
    background-size: 100%;
    margin: 0;
    padding: 100px 0 0 0;
    width: 100%;
    min-height: 400px;
}

.msg_box2 {
    position: relative;
    background: url(../img/p003.jpg) no-repeat left top;
    background-size: cover;
    background-size: 100%;
    margin: 0;
    padding: 100px 0 0 0;
    width: 100%;
    min-height: 400px;
}

.msg_box3 {
    position: relative;
    background: url(../img/p004.jpg) no-repeat left top;
    background-size: cover;
    background-size: 100%;
    margin: 0;
    padding: 100px 0 0 0;
    width: 100%;
    height: 400px;
}

.div20,
.div33,
.div50,
.div66,
.div80,
.div100 {
    padding: 0;
    margin: 0;
    min-height: 1px;
}

.div20 {
    width: 19%;
    float: left;
}

.div33 {
    width: 32%;
    float: left;
}

.div33r {
    width: 32%;
    float: right;
}

.div33c {
    width: 32%;
    margin: 0 auto;
}

.div33 img {
    max-width: 98%;
}

.div33sq {
    background: url(../img/p001.jpg) no-repeat -110px 0;
    background-size: cover;
    float: right;
    width: 350px;
    height: 350px;
}

.div33sq2 {
    background: url(../img/scg_img.png) no-repeat 0;
    background-size: cover;
    float: right;
    width: 350px;
    height: 428px;
    background-color: #fff;
}

.div33sq3 {
    background: url(../img/team_beyond.jpg) no-repeat -110px 0;
    background-size: cover;
    float: left;
    width: 550px;
    height: 350px;
}

.div50 {
    width: 48%;
    float: left;
}

.div66 {
    width: 64%;
    float: left;
}

.div80 {
    width: 79%;
    float: left;
}

.div80c {
    width: 79%;
    margin: 0 auto;
}

.div100 {
    width: 100%;
}

.con_box {
    position: relative;
    padding: 10px 0 30px;
}

.con_box::after {
    content: "";
    display: block;
    clear: both;
}

.inner_con {
    max-width: 1024px;
    margin: 0 auto;
}

.l_line {
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 1em 0;
    padding-right: 20px;
    letter-spacing: .1em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0em;
    font-weight: bold;
}

.l_line::before {
    content: '';
    display: block;
    position: absolute;
    margin-left: 100px;
    right: -20px;
    font-size: 2.0em;
    background-color: #0f0e5c;
    width: 1.7rem;
    height: 1.7rem;
}

.m_line {
    display: inline-block;
    background: #eee;
    position: relative;
    margin: 1em 0;
    padding-right: 20px;
    letter-spacing: .1em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0em;
    font-weight: bold;
}

.m_line::before {
    content: '';
    display: block;
    position: absolute;
    margin-left: 100px;
    right: -20px;
    font-size: 2.0em;
    background-color: #d27f00;
    top: 0em;
    width: 1.7rem;
    height: 1.7rem;
}

.n_line {
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 1em 0;
    padding-right: 20px;
    letter-spacing: .1em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0em;
    font-weight: bold;
}

.n_line::before {
    content: '';
    display: block;
    position: absolute;
    margin-left: 100px;
    right: -20px;
    font-size: 2.0em;
    background-color: #f00;
    width: 1.7rem;
    height: 1.7rem;
}

.o_line {
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 1em 0;
    padding-right: 20px;
    letter-spacing: .1em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0em;
    font-weight: bold;
}

.o_line::before {
    content: '';
    display: block;
    position: absolute;
    margin-left: 100px;
    right: -20px;
    font-size: 2.0em;
    background-color: #d27f00;
    width: 1.7rem;
    height: 1.7rem;
}

.s_line {
    display: inline-block;
    background: #fff;
    position: relative;
    margin: 1em 0;
    padding-right: 20px;
    letter-spacing: .1em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0em;
    font-weight: bold;
}

.s_line::before {
    content: '';
    display: block;
    position: absolute;
    margin-left: 100px;
    right: -20px;
    font-size: 2.0em;
    background-color: #da0c00;
    width: 1.7rem;
    height: 1.7rem;
}

.r_line {
    display: inline-block;
    background: #f7d4ca;
    position: relative;
    margin: 1em 0;
    padding-right: 20px;
    letter-spacing: .1em;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.0em;
    font-weight: bold;
}

.r_line::before {
    content: '';
    display: block;
    position: absolute;
    margin-left: 100px;
    right: -20px;
    font-size: 2.0em;
    background-color: #da0c00;
    width: 1.7rem;
    height: 1.7rem;
}

.divtable {
    display: table;
    width: 100%;
    margin: 5px auto;
}

.divcell {
    display: table-cell;
    width: 50%;
    padding: 5px;
    background: #f99;
    border-right: 1px solid #fff;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.flex_container {
    position: relative;
    width: 65%;
    padding: 2em;
    margin-left: 30%;
    background: rgba(255, 255, 255, 0.8);
}


/*.flex_container2 {
    position: relative;
    width: 100%;
    padding: 2em;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.8);
} */

.flex_item {
    width: 50%;
    padding: 10px 0;
}

.float_l {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.float_lr {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
}

.float_lr h3 {
    margin-left: -50px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
}

.float_l h3 {
    margin-left: -50px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc;
}

.case {
    padding-left: 10px;
}

.case h3 {
    margin-left: 10px;
    padding-left: 10px;
}

.case h4 {
    margin: 1em;
}

.case p {
    margin: 10px;
}

.arrow {
    position: relative;
    padding-top: 1.5em;
    padding-left: 10px;
}

.arrow h3 {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.arrow p {
    background: #fff;
    font-size: 1.0em;
    padding: 0.2em;
    height: 150px;
}

.arrow span {
    background: #d27f00;
    font-size: 1.2em;
    color: #fff;
    padding: 0.25em 0.5em;
    margin-right: 0.4em;
}

.merit {
    position: relative;
    padding: 0;
}

.merit h3 {
    color: #d27f00;
    line-height: 2.0em;
    font-weight: bold;
    margin: 0;
}

.merit h4 {
    background: #fff;
    padding: 0.5em;
}

.merit span {
    background: #d27f00;
    color: #fff;
    padding: 0.3em 0.5em;
    margin-top: 0.4em;
    margin-right: 0.4em;
    margin-left: 0;
}

.moreLinkText {
    font-size: 1.1em;
    font-weight: bold;
}

.lineArrow {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #d27f00;
    border-right: 1px solid #d27f00;
    transform: skew(55deg);
    margin: -7px 0 0 -7px;
}

.box {
    width: 200px;
    height: 200px;
    background-color: orange;
    margin: 50px auto 0;
}

.sp {
    display: none;
}

.pc {
    display: inline;
}

.faqq {
    color: #515151;
    font-weight: bold;
}

.faqa {
    color: #EC4C00;
    margin-top: 5px;
    margin-bottom: 30px;
}

.centertxt {
    text-align: center;
}

.lefttxt {
    text-align: left;
}

.righttxt {
    text-align: right;
}

.centertxt_sp {
    text-align: center;
}

.cyu {
    font-size: 0.5em;
    font-weight: 100;
}

.divnop {
    padding-top: 5px;
    padding-bottom: 5px;
}

.linebox {
    background: #fff;
    border-radius: 10px;
}

.centertxt,
.tcenter {
    text-align: center;
}

.divcenter {
    float: none;
    margin: 0 auto;
}

#toiawase_box {
    padding: 100px 0 70px;
    background: #a9d9d5;
}

input,
textarea {
    width: 90%;
    font-size: 1.1em;
    padding: 8px;
    margin-left: 5%;
    border: solid 1px #DEDEDE;
    background-color: #fff;
}

input.submit_btn {
    width: 200px;
    height: 55px;
    background-color: #ff835b;
    color: #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.5s;
}

input:hover.submit_btn {
    opacity: 0.6;
    transition: 0.5s;
}

input.reset_btn {
    width: 200px;
    height: 55px;
    background-color: #ddd;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 20px;
}

input:hover.reset_btn {
    background-color: #eee;
}

input.prv_btn {
    width: 200px;
    height: 55px;
    background-color: #E5A94B;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 20px;
}

input:hover.prv_btn {
    background-color: #ECC17C;
}

table.tb01 {
    width: 100%;
    /* border-right:#4F94B3 solid 1px; */
    /* border-collapse: collapse; */
}

table.tb01 thead th {
    background: #4F94B3;
    color: #FFF;
    padding: 10px 15px;
    /* border-right:#FFF solid 1px; */
    border-bottom: #FFF solid 1px;
    display: table-cell;
}

table.tb01 thead th:last-child {
    /* border-right:#4F94B3 solid 1px; */
    display: table-cell;
}

table.tb01 tbody th {
    background: #4F94B3;
    color: #fff;
    padding: 15px 15px;
    /* border-bottom:#fff solid 1px; */
    vertical-align: top;
    text-align: center;
    display: table-cell;
    white-space: nowrap;
}


/* table.tb01 tbody tr:last-child th {
	border-bottom:#BC8518 solid 3px;
	display: table-cell;
} */

table.tb01 tbody td {
    background: none;
    padding: 10px 15px;
    /* border-left:#4F94B3 solid 1px; */
    border-bottom: #4F94B3 solid 1px;
    vertical-align: top;
    text-align: left;
    display: table-cell;
    line-height: 1.5em;
}

table.tb01 tbody td.gr {
    background: #eeeeee;
    padding: 10px 15px;
    /* border-left:#4F94B3 solid 1px; */
    border-bottom: #4F94B3 solid 1px;
    vertical-align: top;
    text-align: center;
    display: table-cell;
    line-height: 1.5em;
}

table.tb01 tbody td.tit {
    background: #D4E5ED;
    padding: 10px 15px;
    /* border-left:#4F94B3 solid 1px; */
    border-bottom: #4F94B3 solid 1px;
    vertical-align: top;
    text-align: center;
    display: table-cell;
    line-height: 1.5em;
}

table.tb01 tbody td.nob {
    background: none;
    padding: 10px 15px;
    /* border-left:#4F94B3 solid 1px; */
    border-bottom: none;
    vertical-align: top;
    text-align: left;
    display: table-cell;
    line-height: 1.5em;
}

table.tb01 tbody td.lftt {
    text-align: left;
}

table.plus tbody td {
    white-space: nowrap;
    text-align: center;
}

table.tb02 {
    font-size: 1.0em;
    width: 80%;
    /* border-right:#4F94B3 solid 1px; */
    /* border-collapse: collapse; */
}

table.tb02 thead th {
    background: #4F94B3;
    color: #FFF;
    padding: 10px 15px;
    /* border-right:#FFF solid 1px; */
    border-bottom: #FFF solid 1px;
    display: table-cell;
}

table.tb02 thead th:last-child {
    /* border-right:#4F94B3 solid 1px; */
    display: table-cell;
}

table.tb02 tbody th {
    background: none;
    color: #4F94B3;
    padding: 15px 15px;
    border-bottom: #BC8518 solid 3px;
    vertical-align: top;
    display: table-cell;
    white-space: nowrap;
}

table.tb02 tbody tr:last-child th {
    border-bottom: #BC8518 solid 3px;
    display: table-cell;
}

table.tb02 tbody td {
    background: none;
    padding: 10px 15px;
    /* border-left:#4F94B3 solid 1px; */
    border-bottom: #4F94B3 solid 1px;
    vertical-align: top;
    display: table-cell;
    line-height: 1.5em;
}

table.ssd tbody th,
table.ssd tbody td {
    padding: 3px 5px;
}

td.leftt,
th.leftt {
    text-align: left;
}

table.bizcell {
    width: 100%;
}

table.bizcell td {
    color: #fff;
    background: #20948b;
    width: 33%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
}

ul.list01 {
    list-style: square;
    margin-top: 0;
    color: #20948b;
}

ul.list01 li {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: 20px;
}

ul.list02 {
    list-style: square;
    margin-top: 5px;
    color: #20948b;
}

ul.list02 li {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: 20px;
    margin-bottom: 10px;
}

ol.list10 {
    margin: 20px;
}

ol.list10 li {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-left: 20px;
    margin-bottom: 10px;
}

.prvlist {
    font-size: 1.2em;
}

ol.plist_a {
    list-style: none;
    margin: 20px 0 20px 15px;
}

ol.plist_a li {
    line-height: 1.5em;
    margin-left: 10px;
    margin-bottom: 10px;
}

.ab-m {
    margin: 1em 0;
    line-height: 1.5em;
    font-weight: bold;
}

.ab-n {
    margin: 1em 0;
    line-height: 1.5em;
    font-weight: normal;
}

.ab-m span,
.ab-n span {
    color: #da0c00;
    font-weight: bold;
}

footer {
    color: #fff;
    padding: 1px 0 0 0;
    font-size: 0.9em;
}

.footerbg {
    background: linear-gradient(#0f0e5c, #6f6e9d);
}

footer h1,
footer h2,
footer h3,
footer h4,
footer a,
footer p {
    color: #fff;
}

footer a:hover {
    color: #aaa;
}

footer h3 {
    font-weight: bold;
    font-size: 1.0em;
    margin: 40px 0 10px;
    border-bottom: 1px solid #fff;
}

footer h4 {
    font-weight: bold;
    margin: 0;
}

footer p {
    margin: 10px 0;
    line-height: 1.2em;
}

footer .logo img {
    width: 40%;
    height: auto;
    padding: 15% 20% 15% 0;
}

.footcopy {
    padding: 10px 0 0;
    line-height: 1.0em;
}

.footcopy p {
    font-size: 1.0em;
    padding: 0;
    margin: 0;
}

.footcopy a {
    font-size: 1.0em;
    color: #fff;
    margin: 0 10px;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.btm_link {
    width: 100%;
    margin: 20px 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#da0c00), to(#d27f00));
    background-image: -webkit-linear-gradient(left, #da0c00 0%, #d27f00 100%);
    background-image: linear-gradient(to right, #da0c00 0%, #d27f00 100%);
}

.btm_link a {
    font-size: 1.2em;
    display: block;
    padding: 15px 10px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

.btm_link2 {
    width: 100%;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#da0c00), to(#d27f00));
    background-image: -webkit-linear-gradient(left, #da0c00 0%, #d27f00 100%);
    background-image: linear-gradient(to right, #da0c00 0%, #d27f00 100%);
}

.btm_link2 a {
    font-size: 1.2em;
    display: block;
    padding: 15px 10px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
}

.bktest {
    background: #eee;
    display: flex;
    align-items: flex-end;
}


/** contact_form_style **/

#formWrap {
    width: 90%;
    margin: 20px auto;
    color: #555;
    line-height: 1.2em;
    font-size: 1.2em;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: 10px solid #fff;
    padding: 10px;
}

table.formTable th {
    width: 30%;
    background: #efefef;
    text-align: left;
    vertical-align: top;
}

table.formTable td {
    background: #ffffff;
    text-align: left;
    vertical-align: middle;
    margin: 0;
}

input.submitBtn:disabled {
    background-color: #aaa;
    cursor: not-allowed;
}

input[type="text"],
textarea,
select {
    width: 90%;
    padding: 10px;
    font-size: 1.0em;
    display: block;
    margin: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: block;
    padding: 20px;
    font-size: 1.0em;
    margin-top: 20px;
    cursor: pointer;
}

input[type="submit"] {
    opacity: 1.0;
    transition: 0.5s;
    background: #ff835b;
    color: #fff;
}

input[type="submit"]:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.txt_area {
    max-width: 1024px;
    margin: 0 auto;
    padding: 200px 0;
}

.txt_area h1 {
    line-height: 1.3em;
    font-weight: bold;
    font-size: 3em;
    color: #fff;
}

.txt_area p {
    line-height: 1.5em;
    font-size: 1.2em;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    padding: 7px 30px 7px 10px;
    font-size: 1.0em;
    line-height: 1.5em;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    color: #666;
}

.textbgw {
    padding: 3px;
    background: #fff;
}

input[type="checkbox"],
input[type="radio"] {
    /* display: none; */
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.check {
    font-size: 1.1em;
    color: #666;
    padding-left: 30px;
    position: relative;
    line-height: 1.4em;
}

.check::before {
    background-color: white;
    border: 1px solid #999;
    border-radius: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
}

.check_c {
    font-size: 1.1em;
    color: #666;
    padding-left: 30px;
    position: relative;
}

.check_c::before {
    background-color: white;
    border: 1px solid #999;
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
}

input[type="checkbox"]:checked+.check::before,
input[type="radio"]:checked+.check_c::before {
    background-color: #29497a;
}

input[type="checkbox"]:checked+.check::after,
input[type="radio"]:checked+.check_c::after {
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    height: 11px;
    width: 6px;
    transform: rotate(40deg);
}


/* Safari */

_::-webkit-full-page-media,
_:future,
 :root .check::before {
    top: -1px;
}

_::-webkit-full-page-media,
_:future,
 :root input[type="checkbox"]:checked+.check::after {
    top: 0;
}


/* pagetop */

.pagetop {
    z-index: 5000;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 0;
}

.pagetop a {
    display: block;
    height: 60px;
    background-color: #ff835b;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0 20px;
    line-height: 60px;
    border-radius: 5px 0 0 5px;
}

.pagetop a:hover {
    background: #F88800;
}

.required {
    font-size: 0.8em;
    color: #fff;
    background-color: #f00;
    margin-right: 10px;
    padding: 2px 5px;
    text-align: center;
}

#divp02 h4 {
    border-bottom: 2px solid #ccc;
}


/** SP **/

@media screen and (max-width: 920px) {
    body {
        font-size: 0.8em;
        overflow-x: hidden;
    }
    .inner_con {
        width: 94%;
        margin: 0 auto;
    }
    .div20,
    .div33,
    .div33c,
    .div33r,
    .div50,
    .div66,
    .div100 {
        width: 100%;
        padding: 0;
    }
    #mainimg_box {
        background: url(../img/main01.jpg) no-repeat center center;
        -moz-background-size: cover;
        background-size: cover;
        padding: 100px 0 50px 0;
        height: 150px;
    }
    #mainimg_box h1 {
        margin-bottom: 10px;
        padding: 10px 0 0 0;
        text-align: right;
        color: #fff;
        font-size: 2.8em;
        line-height: 1.2em;
        font-weight: bold;
    }
    #mainimg_box h2 {
        padding: 0 0 0 10px;
        font-size: 1.5em;
        text-align: right;
        color: #f00;
    }
    #subimg_box h1 {
        display: inline-block;
        padding: 110px 20px 20px 20px;
        text-align: left;
        color: #fff;
        background: #0f0e5c;
        font-size: 2.5em;
        font-weight: bold;
        margin-left: -4%;
    }
    p {
        padding: 5px;
        line-height: 1.4em;
    }
    .read_more {
        width: 50%;
        margin: 20px auto;
    }
    .read_more a {
        display: block;
        font-size: 1.0em;
        font-weight: bold;
        padding: 0.5rem 1rem;
    }
    .merit h3 {
        line-height: 1.5em;
    }
    .msg_box {
        position: relative;
        background: url(../img/p002.jpg) no-repeat left top;
        background-size: contain;
        margin: 0;
        padding: 30px 0 0 0;
        width: 100%;
        min-height: 400px;
    }
    .flex_container {
        position: relative;
        width: 94%;
        padding: 5px 3%;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.8);
    }
    .arrow {
        padding-top: 1.5em;
    }
    .arrow h3 {
        color: #000;
        font-size: 1.1em;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }
    .arrow p {
        background: #fff;
        padding: 0.2em;
        height: auto;
    }
    .arrow span {
        background: #d27f00;
        font-size: 1.2em;
        color: #fff;
        padding: 0.25em 0.5em;
        margin-right: 0.4em;
    }
    .bgw {
        background: #fff;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 1.5em 0.5em 0.5em;
        min-height: auto;
    }
    .case {
        margin-bottom: 50px;
    }
    .case h3 {
        margin: 10px 0 0 0;
    }
    .case h4 {
        margin: 0.5em;
    }
    .i75 {
        max-width: 85%;
    }
    .sp {
        display: inline;
    }
    .pc {
        display: none;
    }
    /** SP_contact_form_style **/
    #formWrap {
        width: 100%;
        margin: 0 auto;
    }
    table.formTable {
        width: 100%;
        margin: 0 auto;
        border-collapse: collapse;
    }
    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }
    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }
    input[type="text"],
    textarea {
        width: 95%;
        padding: 5px;
        font-size: 1.2em;
        display: block;
    }
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: block;
    }
    .divtable {
        display: table;
        width: 100%;
        margin: 5px auto;
    }
    .divcell {
        display: block;
        width: 100%;
        padding: 5px;
    }
    .flex_item {
        width: 100%;
    }
    .float_l {
        position: relative;
        float: left;
        width: 33%;
        height: 100%;
    }
    .float_lr {
        position: relative;
        float: left;
        margin-left: 2%;
        width: 64%;
        height: 100%;
    }
    .float_lr h3 {
        margin-left: 0;
        padding-left: 0;
        border-bottom: 1px solid #ccc;
    }
    .cimg {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #48638f;
    }
    .cimg_a {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #48638f;
    }
    .cimg_b {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #5b99ff;
    }
    .cimg_c {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #865a4b;
    }
    .cimg_d {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #de9c87;
    }
    .cimg_e {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #ff835b;
    }
    .cimg img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }
    .txt_area {
        max-width: 90%;
        margin: 0 auto;
        padding: 100px 0;
    }
    .txt_area h1 {
        line-height: 1.3em;
        font-weight: bold;
        color: #fff;
    }
    .txt_area p {
        line-height: 1.5em;
        font-size: 1.2em;
    }
    .swipe-height {
        height: 400px;
    }
    .centertxt_sp {
        text-align: left;
    }
    .centertxt {
        text-align: center;
    }
    .centertxt img {
        margin: 0 auto;
        width: 95%;
    }
    .mt50 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ma50 {
        margin-left: 10px;
        margin-right: 10px;
    }
    /* pagetop */
    .pagetop {
        z-index: 5000;
        display: block;
        position: fixed;
        bottom: 25px;
        right: -5px;
    }
    .pagetop a {
        display: block;
        height: 40px;
        background-color: #ff835b;
        text-align: center;
        color: #fff;
        font-size: 1.0em;
        text-decoration: none;
        padding: 0 20px;
        line-height: 40px;
        border-radius: 5px 0 0 5px;
    }
    .pagetop a:hover {
        background: #F88800;
    }
    ol.plist_a {
        list-style: none;
        margin: 20px 0 20px 5px;
    }
    ol.plist_a li {
        line-height: 1.5em;
        margin-left: 5px;
        margin-bottom: 10px;
    }
    .div33sq {
        background: url(../img/p001.jpg) no-repeat -110px 0;
        background-size: cover;
        float: right;
        width: 100%;
        height: 350px;
    }
    .moreLinkText {
        font-size: 1.3em;
        font-weight: bold;
    }
    .l_line,
    .m_line,
    .n_line,
    .o_line,
    .s_line {
        letter-spacing: 0;
    }
    .l_line::before,
    .m_line::before,
    .n_line::before,
    .o_line::before,
    .s_line::before {
        content: '';
        display: block;
        position: absolute;
        margin-left: 100px;
        right: -20px;
        font-size: 2.0em;
        width: 1.4rem;
        height: 1.4rem;
        line-height: 1.2em;
    }
    footer .logo {
        text-align: center;
        margin: 10% auto;
    }
    footer .logo img {
        width: 30%;
        height: auto;
        padding: 0;
    }
    footer p {
        margin: 5px 0 15px;
        line-height: 1.2em;
    }
}


/** SSS **/

@media screen and (max-width: 330px) {
    html,
    body {
        font-size: 80%;
    }
}

.responsive-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rowt {
    display: flex;
    flex-direction: row;
}

.cell {
    flex: 1;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}

.cell.heading {
    background-color: #e1e1e1;
    font-weight: bold;
    max-width: 20%;
}

.cellt {
    flex: 1;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    text-align: left;
}

.cellt.heading {
    background-color: #e1e1e1;
    font-weight: bold;
    max-width: 20%;
    border-top: 1px solid #fff;
}

.cell.heading2 {
    background-color: #ff7d27;
    font-weight: bold;
    max-width: 20%;
}

.rowt:nth-child(odd) .cell {
    background-color: #f9f9f9;
}

ul.specialtopic {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.specialtopic li {
    margin-bottom: 10px;
    margin-left: 20px;
    list-style: decimal;
}

.pd10 {
    padding: 10px;
}

@media (max-width: 600px) {
    .rowt {
        flex-direction: column;
    }
    .cell {
        border-bottom: none;
        border-right: none;
        border-left: none;
    }
    .cellt {
        border-bottom: none;
        border-right: none;
        border-left: none;
    }
    .rowt:nth-child(odd) .cell {
        background-color: #fff;
    }
    .rowt:nth-child(even) .cell {
        background-color: #fff;
    }
}