html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
}
input {
  font-family: "Shippori Mincho", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
    font: inherit;
    --scrollbar-width: 15px;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
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;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
header {
    align-items: center;
    position: fixed;
    width: 100%;
    height: 102px;
    background: #fff;
    z-index: 20;
    border-bottom: 1px solid #e60013;
}
header .left {
    padding: 30px 0 30px 30px;
    align-items: center;
}
header .left h1 {
    margin-right: 64px;
}
.menuBlock nav li a {
    margin-left: 66px;
}
.headLink a {
    padding: 40px 30px;
    background: #E60012;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 700;
} 
.headLink a img{
  margin-right: 8px;
}
article {
    padding-top: 100px;
}
.fvBlock {
    position: relative;
}
.topFvImg1 {
    width: 100%;
    height: calc(100vh - 100px);
    object-fit: cover;
}
.fvBlock .logo2 {
    position: absolute;
    inset: 0;
    margin: auto;
    width: min(422px, 90%);
}
.fvBlock .cookie {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 28px 62px;
    box-sizing: border-box;
    align-items: center;
}
.fvBlock .cookie .left{
  width: 70%;
  align-items: center;
}
.fvBlock .cookie .right{
  width: 30%;
  align-items: center;
}
.fvBlock .cookie p {
    padding: 0 80px 0 16px;
    font-size: 14px;
}
.fvBlock .cookie .box1 a {
    border: 1px solid #000;
    display: block;
    padding: 14px 22px;
    width: 32%;
    text-align: center;
    box-sizing: border-box;
}
.fvBlock .cookie .right .box1 {
    width: 90%;
}
.cookieNo, .cookieYes {
    background: #000;
    color: #fff;
}
.topAbout .box1 {
    width: min(1360px,90%);
    margin: 0 auto;
    padding: 200px 0;
}
.topAbout .box1 h2,
.topAbout .box1 .inner1 {
    width: 50%;
}
.topAbout .box1 h2 {
    font-size: 48px;
}
.topAbout .box1 .inner1 p {
    line-height: 2;
    margin-bottom: 90px;
}
.linkBtn1 {
    display: flex;
    align-items: center;
}
.linkBtn1 img{
  margin-left: 10px;
}
.topAbout .box2 {
    width: 90%;
    margin: 0 auto;
}
.topAbout .box2 a {
    width: 32.5%;
    position: relative;
}
.topAbout .box2 .clum1 {
    margin-top: 1.5%;
    width: 100%;
}
.topAbout .box2 a p,
.topNews .box2 h3 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: row-reverse;
}
.topAbout .box2 a p span,
.topNews .box2 h3 span{
    writing-mode: vertical-rl;
    background: #fff;
    font-size: 28px;
    padding: 10px 0;
}
.topAbout .box2 a p span:nth-child(2) {
    margin-right: 8px;
}
.imgHover {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
a:hover .imgHover img{
 transform: scale(1.1);
}
.topNews {
    padding: 130px 0 30px;
    width: 90%;
    margin: 0 auto;
}
.tit {
    font-size: 48px;
}
.topNews .inner1 {
    margin-top: 60px;
    width: 48%;
}
.topNews .inner1 h3{
  font-size: 22px;
  padding:12px 15px;
  border: 1px solid #000;
  width: fit-content;
}
.newsList {
    margin-top: 40px;
}
.newsList li {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 30px 0;
}
.newsList li a span {
    color: #E60012;
    border: 1px solid #E60012;
    font-size: 12px;
    padding: 1px 5px 4px;
    margin-left: 10px;
}
.newsList li a h4 {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.topNews .inner1 .linkBtn1 {
    margin-top: 40px;
    float: right;
}
.topNews .box2 {
    padding-top: 100px;
}
.topNews .box2 a {
    width: 49%;
    position: relative;
}
footer {
    width: 90%;
    margin: 0 auto;
}
.fbox1 a {
    background: #303E51;
}
.fbox1 a .left {
    width: 40%;
    box-sizing: border-box;
    padding: 80px 70px;
}
.fbox1 a .right {
    width: 60%;
    align-self: normal;
    height: auto;
}
.fbox1 a .left *{
  color: #fff;
}
.fbox1 a .left h2 {
    font-size: 34px;
}
.fbox1 a .left .txt1 {
    font-size: 16px;
    margin: 40px 0;
    line-height: 2;
}
.fbox1 a .left .txt2 {
    font-size: 16px;
    padding: 16px;
    border: 1px solid #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    transition: .3s;
}
.fbox1 a .left .txt2 img {
    margin-left: 10px;
}
.fbox1 a .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fbox1 a:hover .left .txt2{
  background: #fff;
  color: #303E51;
}
.fbox2 {
    margin-top: 200px;
}
.fbox2 .box1 {
    align-items: center;
}
.fbox2 h1 {
    margin-right: 50px;
}
.fbox2 .box1 p {
    font-size: 19px;
}
.fbox2 .box2 {
    margin-top: 46px;
}
.fbox2 .box2 .left{
  width: 30%;
  margin-right: 10%;
}
.fbox2 .box2 .right{
  width: 70%;
}
.fbox2 .box2 .left h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
.fbox2 .box2 .left p {
    font-size: 14px;
    line-height: 2;
}
.fbox2 .box2 .left .inner1 {
    margin-top: 40px;
}
.fbox2 .box2 .left .inner1 a {
    border: 1px solid #E60012;
    box-sizing: border-box;
    padding: 25px;
    display: inline-block;
    width: 48%;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #E60012;
}
.fbox2 .box2 .left .inner1 a:nth-child(1) {
    margin-right: 2%;
}
.fbox2 .box2 .left .inner1 a:hover{
  background: #fff;
  color: #E60012;
}
.fbox2 .box2 .right h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 44px;
}
.bnrList {
    display: flex;
    width: 60%;
    justify-content: space-between;
}
.bnrList li {
    width: 49%;
}
.fbox3 {
    margin: 180px 0 50px;
}
.fbox3 ul li a {
    margin-left: 60px;
    font-size: 14px;
    font-weight: 700;
}
.fbox3 ul li:nth-child(1) a {
    margin-left: 0;
}
.fbox3 .box1{
  align-items: center;
}
.fbox3 .box1 a {
    font-size: 12px;
    font-weight: 700;
    margin-right: 70px;
}
.fbox3 .box1 small {
  font-size: 12px;
  font-weight: 700;
}
.headBlock {
    width: 90%;
    margin: 130px auto 0;
}
.headBlock h1 {
    font-size: 48px;
    margin-bottom: 76px;
}
.aboutBlock1 {
    width: min(1120px,90%);
    margin: 160px auto 0;
    border-bottom: 1px solid #707070;
    padding-bottom: 100px;
}
.aboutBlock1 .txt1 {
    margin: 80px 0;
    font-size: 16px;
    line-height: 2.4;
    text-align: justify;
}
.aboutBlock2 {
    width: min(1120px,90%);
    margin: 0 auto;
}
.tit2 {
    margin: 100px 0 43px;
    border: 1px solid #000;
    width: fit-content;
    font-size: 22px;
    padding: 10px 14px;
}
.aboutBlock2 .txt1 {
    font-size: 32px;
    margin-bottom: 30px;
}
.aboutBlock2 .txt2 {
    font-size: 24px;
    line-height: 2;
}
.aboutBlock2 ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}
.aboutBlock2 ul li span {
    font-size: 24px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.aboutBlock2 ul li:before {
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
}
.aboutBlock2 ul li span.th {
    padding-right: 30px;
}
.aboutBlock2 ul li span.td {
    padding-left: 30px;
}
.aboutBlock3 {
    width: min(1120px,90%);
    margin: 40px auto 0;
}
.aboutBlock3 .box1 {
    margin: 24px 0 100px;
    align-items: flex-start;
}
.aboutBlock3 .wrap1 .box2 {
    width: 49%;
}
.aboutBlock3 .box1 h2 {
    width: 25%;
    margin-right: 5%;
    font-size: 24px;
    padding-top: 4px;
}
.aboutBlock3 .wrap1 .box3 p {
    line-height: 2;
    text-align: justify;
}
.aboutBlock3 .wrap1 .box3 h2 {
    font-size: 24px;
    margin: 20px 0 10px;
}
.aboutBlock3 .box1 p {
    font-size: 16px;
    line-height: 2.2;
    width: 70%;
}
.aboutBlock4 {
    margin: 110px auto 0;
    width: min(1120px,90%);
}
.aboutBlock4 h3 {
    margin: 80px 0 20px;
    font-size: 32px;
}
.aboutBlock4 p {
    font-size: 16px;
    line-height: 2.6;
}
.aboutBlock5 {
    margin: 170px auto 0;
    width: min(1120px,90%);
}
.tableTemp1 {
    border-top: 1px solid #EFEFEF;
}
.tableTemp1 tr {
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
}
.tableTemp1 tr > * {
    padding: 36px 0;
}
.tableTemp1 tr th {
    width: 20%;
}
.tableTemp1 tr td {
    width: 80%;
}
.endBox {
    width: 90%;
    margin: 150px auto 100px;
}
.endBox img {
    transform: scale(-1,1);
    margin-right: 6px;
}
.mainWrap {
    width: min(1120px,90%);
    margin: 0 auto;
}
.openBlock1 {
    margin: 150px 0 0;
}
.openBlock1 h2 {
    font-size: 32px;
    margin-top: 70px;
}
.openBlock1 p {
    margin-top: 20px;
    line-height: 2.2;
}
.openBlock2 table {
    margin-top: 70px;
}
.openBlock2 table th {
    background: #303E51;
    color: #fff;
}
.openBlock2 table th {
    background: #303E51;
    color: #fff;
}
.openBlock2 table tr > * {
    padding: 34px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}
.openBlock2 table tr > *:nth-child(1) {
    width: 50%;
    text-align: left;
    font-weight: 700;
}
.openBlock2 table tr > *:nth-child(n+2) {
    width: 16.6666%;
    text-align: center;
}
.openBlock2 table tr td span {
    font-size: 14px;
    display: block;
}
.openBlock2 p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-top: 14px;
}
.openBlock3 h3 {
    margin: 100px 0 46px;
    font-size: 32px;
}
.openBlock3 p {
    margin-bottom: 50px;
    line-height: 2.4;
}
.flowBlock {
    background: #F0F0F0;
    padding: 100px;
    box-sizing: border-box;
}
.flowBlock .box1 {
    background: #303E51;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}
.flowBlock .box1:last-child {
    margin-bottom: 0;
}
.flowBlock .box1 .num {
    font-family: "Rambla";
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    width: 10%;
}
.flowBlock .box1 .num span {
    font-family: "Rambla";
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: -12px;
}
.flowBlock .box1 .txtbox {
    background: #fff;
    width: 90%;
    padding: 40px;
    box-sizing: border-box;
}
.flowBlock .box1 .txtbox h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}
.flowBlock .box1 .txtbox p {
    font-size: 14px;
    line-height: 2;
}
.flowBlock .box1:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 26px solid #2f3e51;
    border-bottom: 0;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}
.flowBlock .box1:last-child:after {
    display: none;
}
.privacyBlock1 {
    margin-top: 100px;
}
.privacyBlock1 .txt1 {
    margin-bottom: 112px;
    line-height: 2;
}
.privacyBlock1 h2 {
    font-size: 24px;
    margin: 90px 0 22px;
}
.privacyBlock1 p a {
    text-decoration: underline;
}
.contactBlock1 {
    margin-top: 150px;
}
.contactBlock1 ul {
    margin-bottom: 120px;
}
.contactBlock1 ul li {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 18px;
}
.contactBlock1 ul li:before {
    content: "";
    margin-right: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #E60012;
    border-right: 0;
    display: inline-block;
}
.contactBlock1 h2 {
    font-size: 36px;
    font-weight: 700;
}
.contactBlock1 .txt1 {
    font-size: 16px;
    font-weight: 500;
    margin: 34px 0 54px;
}
.contactBlock1 .box1 img {
    margin-right: 10px;
}
.contactBlock1 .box1 .txtbox a {
    font-size: 28px;
    font-weight: 500;
}
.contactBlock1 .box1 .txtbox p {
    font-size: 12px;
    font-weight: 500;
}
.contactBlock2 {
    margin-top: 110px;
}
.contactBlock2 h2 {
    font-size: 36px;
    font-weight: 700;
}
.contactBlock2 .txt1 {
    margin-top: 34px;
}
.contactBlock2 .formBox {
    margin-top: 116px;
    border-top: 1px solid #CECECE;
}
.contactBlock2 .formBox p > label {
    padding: 34px 0;
    display: flex;
    border-bottom: 1px solid #CECECE;
    align-items: center;
}
.contactBlock2 .formBox p > label .th {
    width: 30%;
    margin-right: 5%;
    font-size: 16px;
    font-weight: 700;
}
.contactBlock2 .formBox p > label .th span {
    margin-left: 30px;
    border: 1px solid #E60012;
    color: #E60012;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 40px;
}
.contactBlock2 .formBox p > label .td{
    width: 65%;
}
.contactBlock2 .formBox p > label .td input[type="text"],
.contactBlock2 .formBox p > label .td input[type="tel"],
.contactBlock2 .formBox p > label .td input[type="email"],
.contactBlock2 .formBox p > label .td textarea {
    box-sizing: border-box;
    border: 1px solid #D0D0D0;
    padding: 30px 22px;
    width: 100%;
}
.contactBlock2 .formBox p > label .td.clum2 input[type="text"]{
    width:49%;
}
.contactBlock2 .formBox p > label .td.clum2 span:nth-child(1) input[type="text"]{
    margin-right: 2%;
}
.contactBlock2 .formBox .check {
    margin: 40px auto;
    width: fit-content;
}
.contactBlock2 .formBox .check a {
    text-decoration: underline;
}
.sendBox {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    background: #E60012;
    border: 1px solid #E60012;
    transition: .3s;
}
.sendBox:hover {
    background: #fff;
    color:#E60012;
}
.sendBox input {
    text-align: center;
    width: 100%;
    padding: 30px 130px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
}
.sendBox:hover input {
    color: #E60012;
}
.contactBlock2 .formBox .wpcf7-spinner {
    position: absolute;
}
.sendBox:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    background: url(/wp-content/themes/a/img/corp/arrow3.svg)0 0 no-repeat;
    background-size: 100%;
    z-index: 2;
}
.wpcf7-not-valid-tip {
    margin: 8px 0;
}
.wpcf7 form .wpcf7-response-output {
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    border-radius: 50px;
}
.headBlock h2 {
    font-size: 48px;
    margin-bottom: 76px;
}
.singleWrap {
    width: min(1070px,90%);
    margin: 0 auto;
}
.catName {
    background: #E60012;
    color: #fff;
    width: fit-content;
    padding: 8px 12px;
}
.singleWrap h1 {
    margin: 45px 0 25px;
    font-size: 32px;
    font-weight: 700;
}
.postDate {
    font-size: 13px;
    font-weight: 700;
}
.mainContent .size-post-thumbnail {
    width: 100%;
    height: auto;
    margin: 40px 0 66px;
}
.singleWrap .contentWrap h1 {
    font-size: 25px;
    font-weight: 700;
    border-left: 6px solid #E60012;
    padding-left: 16px;
}
.singleWrap .contentWrap h2 {
    font-size: 25px;
    font-weight: 700;
    font-weight: 700;
    background: #E60012;
    color: #fff;
    padding: 18px 0 18px 10px;
}
.singleWrap .contentWrap h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    border-bottom: 4px solid #E60012;
    padding-bottom: 10px;
}
.contentWrap {
    padding-bottom: 100px;
    margin-bottom: 40px;
    border-bottom: 1px solid #9F9F9F;
}
.backToList {
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.backToList:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/wp-content/themes/a/img/corp/arrow4.svg)0 0 no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.mainContent {
    width: 70%;
    margin-right: 10%;
}
.singleWrap aside {
    width: 20%;
}
.subContent .titTxt {
    font-family: "Noto Sans JP";
    font-size: 22px;
    color: #E60012;
    font-weight: 700;
    margin-bottom: 18px;
}
.subContent ul {
    border-top: 1px solid #A7A7A7;
}
.subContent ul li a {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #A7A7A7;
    display: block;
    padding: 18px 0;
}
.subContent.no2 {
    margin-top: 60px;
}
.searchInner {
    border: 1px solid #707070;
}
.searchInner input[type="text"] {
    width: 70%;
}
.searchInner button{
    width: 30%;
}
.searchInner input[type="text"] {
    width: 70%;
    font-size: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.searchInner button {
    width: 31%;
    background: #4B4B4B;
    border: none;
}
.catBlock1 {
    width: min(1120px,90%);
    margin: 0 auto;
}
.catBlock1 .tab1 a {
    width: 49%;
    text-align: center;
    padding: 48px 0;
    color: #fff;
    background: #B1B1B1;
}
.catBlock1 .tab1 .on {
    background: #303E51;
}
.catBlock1 .tab1 a:hover {
    background: #303E51;
}
.catBlock1 .tab1 {
    margin: 120px 0 50px;
}
.catBlock1 .tab2 a {
    background: #B1B1B1;
    color: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    margin-right: 10px;
}
.catBlock1 .tab2 .on,
.catBlock1 .tab2 a:hover {
    background: #303E51;
}
.catBlock2{
    width: min(1120px,90%);
    margin: 0 auto;
}
.newsList.ver2 a {
    display: flex;
    align-items: center;
}
.newsList.ver2 a .daycat span {
    margin: 0 60px;
}
.newsList.ver2 a h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catBlock1 .txtbox {
    margin: 120px 0 80px;
}
.catBlock1 .txtbox h2{
    font-size: 36px;
    margin-bottom: 34px;
}
.catBlock1 .txtbox p {
    line-height: 2;
}
@media (width < 1290px){
header {
    height: 64px;
}
header .left h1 {
    width: 30%;
    margin-right: 5%;
}
.menuBlock nav li a {
    font-size: 12px;
    margin-left: 20px;
}
header .left {
    padding: 20px 0 20px 30px;
}
header .left h1 img {
    vertical-align: middle;
}
.headLink a {
    padding: 20px 0;
}
article {
    padding-top: 65px;
}
.fvBlock .logo2 {
    width: 20%;
}
.fvBlock .cookie {
    padding: 20px;
}
.fvBlock .cookie p {
    font-size: 10px;
}
.fvBlock .cookie .box1 a {
    padding: 10px;
    font-size: 11px;
}
.topAbout .box2 a {
    width: 49%;
    position: relative;
    margin-bottom: 2%;
}
.topAbout .box2 .clum1 {
    margin-top: 0;
    width: 49%;
}
.topAbout .box2 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topAbout .box2 a p span, .topNews .box2 h3 span {
    letter-spacing: 2px;
    font-size: 20px;
}
.tit {
    font-size: 30px;
}
.topNews .inner1 h3 {
    font-size: 18px;
    padding: 8px 12px;
}
.fbox1 a {
    flex-wrap: wrap;
}
.fbox1 a .left {
    width: 100%;
    box-sizing: border-box;
    padding: 80px 70px;
}
.fbox1 a .right {
    width: 100%;
}
.bnrList {
    width: 100%;
}
.fbox2 .box2 .left {
    width: 50%;
    margin-right: 5%;
}
.fbox2 .box2 .right {
    width: 43%;
}
.fbox2 .box2 .left .inner1 a {
    padding: 14px;
}
.headBlock h1 {
    font-size: 34px;
    margin-bottom: 46px;
}
}
@media (width < 900px){
nav {
    width: 50%;
    position: fixed;
    right: -50%;
    top: 60px;
    background: #fff;
    height: calc(100% - 60px);
    padding: 5%;
    box-sizing: border-box;
    transition: .3s;
}
.on nav {
    right: 0%;
}
nav ul{
    flex-wrap: wrap;
}
nav ul li{
    width: 100%;
}
.menuBlock nav li a {
    font-size: 16px;
    margin-left: 0;
    margin: 10px 0;
    display: block;
}
.headLink {
    position: fixed;
    bottom: 0;
    right: -50%;
    width: 50%;
    transition: .3s;
}
.on .headLink {
    right: 0;
}
.headLink a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .left h1 {
    width: 100%;
}
.btn {
    position: absolute;
    top: 16px;
    right: 20px;
}
.btn span {
    width: 50px;
    height: 1px;
    display: block;
    background: #000;
    margin: 10px 0;
    transition: .3s;
    position: relative;
    top: 0;
}
.on .btn span:nth-child(1) {
    transform: rotate(20deg);
    top: 4px;
}
.on .btn span:nth-child(2) {
    transform: rotate(-20deg);
    top: -7px;
}
.topFvImg1 {
    height: 60vh;
}
.fvBlock .cookie {
    flex-wrap: wrap;
}
.fvBlock .cookie .left {
    width: 100%;
    margin-bottom: 20px;
}
.fvBlock .cookie p {
    font-size: 10px;
    padding: 0 0 0 14px;
}
.fvBlock .cookie .right {
    width: 100%;
}
.fvBlock .cookie .right .box1 {
    width: 95%;
}
.topAbout .box1 {
    padding: 50px 0;
    flex-wrap: wrap;
}
.topAbout .box1 h2 {
    font-size: 36px;
    width: 100%;
    margin-bottom: 20px;
}
.topAbout .box1 h2, .topAbout .box1 .inner1 {
    width: 100%;
}
.topAbout .box1 .inner1 p {
    margin-bottom: 30px;
}
.topNews {
    padding: 60px 0 2%;
}
.topNews .box1 {
    flex-wrap: wrap;
}
.topNews .inner1 {
    margin-top: 40px;
    width: 100%;
}
.topAbout .box2 a p span, .topNews .box2 h3 span {
    letter-spacing: 2px;
    font-size: 16px;
}
.fbox1 a .left {
    padding: 7%;
}
.fbox2 .box1 {
    flex-wrap: wrap;
}
.fbox2 h1 {
    margin-bottom: 14px;
}
.fbox2 .box1 p {
    font-size: 16px;
    width: 100%;
}
.fbox2 .box2 {
    flex-wrap: wrap;
}
.fbox2 .box2 .left {
    width: 100%;
    margin-right: 0;
}
.fbox2 .box2 .right {
    width: 100%;
    margin-top: 80px;
}
.fbox2 .box2 .right h2 {
    margin-bottom: 2%;
}
.fbox3 {
    margin: 80px 0 50px;
    flex-wrap: wrap;
}
.fbox3 ul {
    flex-wrap: wrap;
}
.fbox3 ul li{
    width: 100%;
}
.fbox3 ul li a {
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
}
.fbox3 .box1 {
    margin-top: 50px;
    flex-wrap: wrap;
}
.fbox3 .box1 small {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.fvBlock .logo2 {
    width: 40%;
}
.tit2{
    font-size: 18px;
}
.aboutBlock2 .txt1 {
    font-size: 28px;
}
.aboutBlock2 .txt2,
.aboutBlock2 ul li span {
    font-size: 20px;
}
.aboutBlock3 .box1 h2 {
    font-size: 20px;
}
.aboutBlock3 .box1 p {
    font-size: 13px;
}
.aboutBlock4 h3 {
    font-size: 28px;
}
.aboutBlock4 p {
    font-size: 13px;
    line-height: 2.2;
}
.tableTemp1 tr > * {
    padding: 22px 0;
    font-size: 14px;
}
.flowBlock {
    padding: 5%;
}
.contactBlock2 .formBox p > label {
    flex-wrap: wrap;
}
.contactBlock2 .formBox p > label .th {
    width: 100%;
    margin-right: 0;
}
.contactBlock2 .formBox p > label .td {
    width: 100%;
}
.contactBlock2 .formBox p > label .td input[type="text"], .contactBlock2 .formBox p > label .td input[type="tel"], .contactBlock2 .formBox p > label .td input[type="email"], .contactBlock2 .formBox p > label .td textarea {
    padding: 20px;
    margin-top: 10px;
}
.contactBlock2 .formBox p > label .th span {
    padding: 3px 14px;
    margin-left: 14px;
}
}
@media (width < 600px){
header .left {
    padding: 20px 0 20px 20px;
}
header .left h1 {
    width: 70%;
}
.btn span {
    width: 30px;
}
.fvBlock .cookie {
    position: static;
}
.topFvImg1 {
    height: 70vw;
}
.topAbout .box1 .inner1 p {
    text-align: justify;
}
.topNews .box2{
    flex-wrap: wrap;
}
.topAbout .box2 a, .topAbout .box2 .clum1,.topNews .box2 a {
    width: 100%;
    position: relative;
    margin-bottom: 2%;
    height: 46vw;
}
.tit {
    font-size: 26px;
}
.topNews .inner1 h3 {
    font-size: 16px;
}
.newsList li {
    padding: 20px 0;
}
.fbox1 a .left h2 {
    font-size: 20px;
}
.fbox1 a .left .txt1 {
    font-size: 14px;
    margin: 20px 0;
}
.fbox1 a .left .txt2 {
    margin-top: 40px;
}
.fbox2 {
    margin-top: 80px;
}
.fbox2 .box1 p {
    font-size: 13px;
}
.fbox2 .box2 .left .inner1 a {
    display: block;
    width: 60%;
    margin-top: 10px;
    padding: 10px;
}
.bnrList{
    flex-wrap: wrap;
}
.bnrList li {
    width: 100%;
    margin: 10px 0 0;
}
.headBlock {
    margin: 30px auto 0;
}
.headBlock h1 {
    font-size: 26px;
    margin-bottom: 26px;
}
.aboutBlock1 {
    margin: 80px auto 0;
}
.aboutBlock1 .txt1 {
    margin: 30px 0;
    font-size: 14px;
    line-height: 2;
}
.aboutBlock2 .txt1 {
    font-size: 22px;
}
.tit2 {
    margin: 60px 0 24px;
}
.aboutBlock2 .txt2, .aboutBlock2 ul li span {
    font-size: 16px;
}
.aboutBlock2 ul li {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.aboutBlock2 ul li:before {
    bottom: unset;
    top: 12px;
}
.aboutBlock2 ul li span.td {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    margin-top: 4px;
}
.aboutBlock2 ul li span.th {
    padding-right: 20px;
}
.aboutBlock3 .box1,
.aboutBlock3 .wrap1 .box2 .box3 {
    flex-wrap: wrap;
    margin: 12px 0 60px;
}
.aboutBlock3 .box1 h2,
.aboutBlock3 .wrap1 .box3 h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}
.aboutBlock3 .box1 p {
    width: 100%;
    line-height: 1.8;
}
.aboutBlock3 .wrap1 {
    flex-wrap: wrap;
}
.aboutBlock3 .wrap1 .box2 {
    width: 100%;
}
.aboutBlock3 .box1 p,
.aboutBlock3 .wrap1 .box3 p {
    font-size: 14px;
}
.aboutBlock4 {
    margin: 70px auto 0;
}
.aboutBlock4 h3 {
    margin: 40px 0  20px;
    font-size: 24px;
}
.aboutBlock4 p {
    text-align: justify;
}
.aboutBlock5 {
    margin: 80px auto 0;
}
.tableTemp1 tr th,
.tableTemp1 tr td {
    width: 100%;
    display: block;
}
.tableTemp1 tr th{
    padding-bottom: 0;
}
.tableTemp1 tr td{
    padding-top: 8px;
}
.catBlock1 .tab1 {
    margin: 80px 0 50px;
    flex-wrap: wrap;
}
.catBlock1 .tab1 a {
    width: 100%;
    padding: 18px 0;
    margin: 0 0 6px;
}
.catBlock1 .tab2 a {
    font-size: 12px;
    padding: 6px 12px;
}
.newsList.ver2 a {
    flex-wrap: wrap;
}
.newsList.ver2 a h3 {
    margin-top: 10px;
}
.headBlock h2 {
    font-size: 26px;
    margin-bottom: 26px;
}
.singleWrap h1 {
    margin: 45px 0 25px;
    font-size: 26px;
    font-weight: 700;
}
.catName {
    font-size: 12px;
    padding: 6px 10px;
}
.mainContentWrap {
    flex-wrap: wrap;
}
.mainContent {
    width: 100%;
    margin-right: 0;
}
.singleWrap aside {
    width: 100%;
    margin-top: 80px;
}
.catBlock1 .txtbox {
    margin: 80px 0 80px;
}
.catBlock1 .txtbox h2 {
    font-size: 26px;
    margin-bottom: 34px;
}
.contactBlock1 {
    margin-top: 80px;
}
.openBlock1 {
    margin: 80px 0 0;
}
.openBlock1 h2 {
    font-size: 26px;
}
.openBlock1 p {
    font-size: 14px;
    line-height: 2;
}
.scrollArea {
    overflow: auto;
}
.scrollArea table {
    width: 1000px;
}
.openBlock2 table tr > * {
    padding: 20px;
}
.openBlock3 h3 {
    margin: 80px 0 26px;
    font-size: 26px;
}
.openBlock3 p {
    font-size: 14px;
    line-height: 2;
}
.flowBlock .box1 {
    flex-wrap: wrap;
}
.flowBlock .box1 .num {
    width: 100%;
    padding-top: 20px;
}
.flowBlock .box1 .txtbox {
    width: 100%;
    padding: 8%;
}
.flowBlock .box1 .txtbox h3 {
    font-size: 20px;
}
.contactBlock1 h2,
.contactBlock2 h2 {
    font-size: 26px;
}
.contactBlock2 .formBox .wpcf7-spinner {
    left: 0;
    bottom: -40px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    padding: 10px 20px;
}
.contactBlock2 .formBox p > label .td.clum2 input[type="text"] {
    width: 100%;
}




}