  @charset "UTF-8";
/*---------------------------------------- 
	importFont
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
/*---------------------------------------- 
	setting Layout
------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

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

html {
  -webkit-text-size-adjust: none;
  height: 100%;
  max-width: 2560px;
}

body {
  font-size: 16px;
  line-height: 1.75;
  height: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
/*-------------------------------------
base 16px
********************

12px | 0.750em	13px | 0.813em
14px | 0.875em	15px | 0.938em
16px | 1.000em	17px | 1.063em
18px | 1.125em	19px | 1.188em
20px | 1.250em	21px | 1.313em
22px | 1.375em	23px | 1.438em
24px | 1.500em	25px | 1.563em
26px | 1.625em	27px | 1.688em
28px | 1.750em	29px | 1.813em
30px | 1.875em

34px | 2.125em	36px | 2.250em
40px | 2.500em
--------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

ol, ul, ul li, ol li {
  list-style: none;
}

img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

a {
  color: #005B98;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.8);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

a:hover {
  opacity: 0.4;
}

a:active {
  color: #666;
}

a:focus {
  overflow: hidden;
  outline: none;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: #E60012;
}

.relative {
  position: relative;
}

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

blockquote, q {
  quotes: "" "";
}

option {
  padding-right: 10px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.ft14 {
  font-size: 0.875em;
}

.ft16 {
  font-size: 1em;
}

.ft20 {
  font-size: 1.25em;
}

.ft24 {
  font-size: 1.5em;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mt80 {
  margin-top: 80px;
}

.mt120 {
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  br.sp {
    display: none;
  }
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}

/*------------------------------------------
    共通
------------------------------------------*/
.inner {
  margin: auto;
  max-width: 1200px;
}

.section {
  padding: 80px 0;
}
.section__ttl {
  font-size: 2.25em;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 40px 0;
}
.section__ttl-sub {
  display: block;
  font-family: "Ropa Sans", sans-serif;
  color: #3651A8;
  font-size: 0.675em;
  letter-spacing: 0.02em;
  font-weight: normal;
}
.section__ttl.cl_blue {
  color: #3651A8;
}
.section__ttl.en {
  color: #3651A8;
  font-family: "Ropa Sans", sans-serif;
  font-size: 2.5em;
}
.section__copy {
  font-size: 1em;
  text-align: center;
  margin: 0 0 16px 0;
  font-weight: normal;
  line-height: 2;
}
.section__body {
  padding: 48px 0;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
}
.header::-webkit-scrollbar {
  width: 2px;
}
.header::-webkit-scrollbar-track {
  background: #eee;
}
.header::-webkit-scrollbar-thumb {
  background: #3651A8;
  border: none;
}
.header::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.header .header__inner {
  margin: 40px 40px 0 40px;
  position: relative;
}
.header .header__inner .logo {
  width: 200px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header__inner .logo a:hover {
  opacity: 0.4;
}
.header .header__inner .nav {
  display: block;
}
.header .header__inner .gnav {
  line-height: 1;
  width: 100%;
}
.header .header__inner .gnav .gnav_lst {
  padding: 32px 0 0 0;
}
.header .header__inner .gnav .gnav_lst li {
  position: relative;
}
.header .header__inner .gnav .gnav_lst li a {
  color: #5A5A5A;
  font-weight: bold;
  font-size: 0.875em;
  position: relative;
  line-height: 1.5;
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid #707070;
}
.header .header__inner .gnav .gnav_lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header__inner .gnav .gnav_lst li a:hover {
  opacity: 0.4;
}
.header .header__inner .gnav .gnav_lst li a small {
  display: block;
  padding-bottom: 6px;
}
.header .header__inner .gnav .gnav_lst li a span {
  display: inline-block;
}
.header .header__inner .gnav .gnav_lst li.current a {
  border-bottom: none;
}
.header .header__inner .gnav .gnav_lst li .gnav_child {
  display: none;
  margin: 16px 0 0 0;
  padding-left: 8px;
}
.header .header__inner .gnav .gnav_lst li .gnav_child.show {
  display: block;
}
.header .header__inner .gnav .gnav_lst li .gnav_child li a {
  border-bottom: none;
  padding: 12px 0;
}
.header .header__inner .gnav .gnav_lst li .gnav_child li a::after {
  content: none;
}
.header .header__inner .gnav .gnav_lst li .gnav_child li a.external_link_icon::after {
  content: none;
  border: none;
  top: unset;
  transform: unset;
  right: auto;
  content: url(/images/common/external_link_icon.png);
  vertical-align: middle;
  padding-left: 10px;
}
.header .header__inner .gnav .gnav_lst li .gnav_child li .gnav_grand_child {
  border-left: 1px solid #ccc;
  margin: 12px 0;
  padding-left: 16px;
}
.header .header__inner .gnav .gnav_lst li .gnav_child li .gnav_grand_child#js-corporate-conduct, .header .header__inner .gnav .gnav_lst li .gnav_child li .gnav_grand_child#js-corporate-profile {
  display: none;
}
.header .header__inner .gnav .gnav_lst li .gnav_child li .gnav_grand_child li a {
  font-size: 0.75em;
}
.header .header__inner .gnav .gnav_lst.en li a {
  line-height: 1.5;
}
.header .header__inner .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 0;
  margin-top: 80px;
  border: 1px solid #707070;
}
.header .header__inner .lang p a {
  color: #5A5A5A;
  font-weight: bold;
  font-size: 1em;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header__inner .lang p a:hover {
  opacity: 0.4;
}
.header .header__inner .lang span {
  padding: 0 16px;
  color: #5A5A5A;
}

.container {
  margin: 0 0 0 320px;
  overflow: hidden;
}

.footer {
  background: #3651A8;
  padding: 80px 0 0 0;
}
.footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .sitemap__row-ttl {
  color: #fff;
  font-weight: normal;
  margin: 0 0 16px 0;
}
.footer .sitemap__row-ttl a {
  color: #fff;
}
.footer .sitemap__row-lst li {
  margin: 0 0 8px 0;
}
.footer .sitemap__row-lst li a {
  color: #fff;
  font-size: 0.75em;
  display: block;
}
.footer .sitemap__last {
  -ms-flex-preferred-size: 18.5%;
      flex-basis: 18.5%;
}
.footer .sitemap__last .btn {
  margin-bottom: 16px;
  
}
.footer .sitemap__last .btn a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 16px 0;
  line-height: 1;
}
.footer .sitemap__last .btn a h4 {
  margin: 0 0 8px 0;
  font-size: 0.85em;
}
.footer .sitemap__last .btn a p {
  font-size: 0.75em;
}
.footer .snsbtn{
    color: #fff;
    border: 1px solid #fff;
    text-align: left;
    line-height: 1.5;
	margin-bottom: 16px;
}

.footer .snsbtn a{
    color: #fff;
}


.footer .snsbtn .social-button {
  display: flex;
  align-items: center;
  padding: 17px 0 17px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: background-color 0.3s ease;
}



.footer .snsbtn .social-button .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}



.footer .sitemap__last-nav {
  margin-top: 48px;
}
.footer .sitemap__last-nav li a {
  color: #fff;
  font-size: 0.75em;
}
.footer .sitemap.en {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .sitemap.en .sitemap__row {
  width: 27%;
  padding-right: 5%;
}
.footer .copyr {
  font-size: 0.75em;
  color: #fff;
  text-align: center;
  padding: 24px 0;
}

#pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#pagetop:hover {
  opacity: 0.4;
}

@media screen and (max-width: 1600px) {
  .inner {
    max-width: 980px;
  }

  .header {
    width: 280px;
  }
  .header .header__inner {
    margin: 40px 40px 0 40px;
  }
  .header .header__inner .logo {
    width: 180px;
  }
  .header .header__inner .gnav .gnav_lst li a {
    padding: 16px 0;
  }

  .container {
    margin: 0 0 0 280px;
  }
}
@media screen and (max-width: 1400px) {
  .inner {
    max-width: 940px;
  }

  .header {
    width: 240px;
  }
  .header .header__inner {
    margin: 24px 24px 0 24px;
  }
  .header .header__inner .logo {
    width: 160px;
  }
  .container {
    margin: 0 0 0 240px;
  }
}
@media screen and (max-width: 1180px) {
  .header {
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    height: auto;
    overflow: visible;
    z-index: 9999;
    border-right: none;
    background: #fff;
  }
  .header .header__inner {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: visible;
    height: 68px;
  }
  .header .header__inner .logo {
    width: 140px;
    padding: 16px 0 0 24px;
  }
  .header .header__inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #3651A8;
    width: 68px;
    height: 68px;
  }
  .header .header__inner .navBtn {
    width: 40px;
    z-index: 11;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 20px;
    right: 14px;
  }
  .header .header__inner .navBtn span {
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .header__inner .navBtn span:nth-of-type(1) {
    margin-top: 0;
    width: 100%;
  }
  .header .header__inner .navBtn span:nth-of-type(2), .header .header__inner .navBtn span:nth-of-type(3) {
    margin-top: 12px;
  }
  .header .header__inner .nav {
    display: none;
  }
  .header.navOpen {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .header.navOpen .header__inner .navBtn {
    top: 21.5px;
    z-index: 9999;
  }
  .header.navOpen .header__inner .navBtn span:nth-of-type(1) {
    width: 100%;
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    margin-top: 0px;
  }
  .header.navOpen .header__inner .navBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .header.navOpen .header__inner .navBtn span:nth-of-type(3) {
    margin-top: 8px;
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  .header.navOpen .header__inner .nav {
    background: #3651A8;
    padding: 40px 24px 80px 24px;
  }
  .header.navOpen .header__inner .gnav {
    line-height: 1;
    width: 100%;
  }
  .header.navOpen .header__inner .gnav .gnav_lst {
    padding: 0;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li {
    position: relative;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li a {
    color: #fff;
    font-size: 1em;
    white-space: nowrap;
    position: relative;
    line-height: 1;
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #99AAE2;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header.navOpen .header__inner .gnav .gnav_lst li a:hover {
    opacity: 1;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li.current a {
    border-bottom: 1px solid #99AAE2;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li .gnav_child {
    border-left: 1px dotted #99AAE2;
    margin: 24px 0;
    padding-left: 24px;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li .gnav_child li a {
    border-bottom: none;
    border-bottom: 1px dotted #99AAE2;
    padding: 16px 0;
    font-size: 0.875em;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li .gnav_child li a::after {
    content: none;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li .gnav_child li a.external_link_icon::after {
    content: url(/images/common/external_link_icon-white.png);
    vertical-align: middle;
    padding-left: 10px;
  }
  .header.navOpen .header__inner .gnav .gnav_lst li .gnav_child li .gnav_grand_child {
    border-left: 1px dotted #99AAE2;
    margin: 24px 0;
    padding-left: 24px;
  }
  .header.navOpen .header__inner .lang {
    padding: 16px 0;
    margin-top: 40px;
    border: 1px solid #99AAE2;
  }
  .header.navOpen .header__inner .lang p a {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    white-space: nowrap;
    position: relative;
    line-height: 1;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header.navOpen .header__inner .lang p a:hover {
    opacity: 1;
  }
  .header.navOpen .header__inner .lang span {
    padding: 0 16px;
    color: #fff;
  }

  .container {
    margin: 68px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: inherit;
    margin: 0 24px;
  }

  .section {
    padding: 40px 0;
  }
  .section__ttl {
    font-size: 1.75em;
  }
  .section__copy {
    font-size: 1em;
    text-align: left;
    margin: 0 0 16px 0;
    font-weight: normal;
    line-height: 2;
  }
  .section__copy br {
    display: none;
  }
  .section__body {
    margin: 48px 0 0 0;
  }

  .footer {
    padding: 80px 0 0 0;
  }
  .footer .sitemap {
    display: block;
  }
  .footer .sitemap__row-ttl {
    color: #fff;
    font-weight: normal;
    margin: 0 0 24px 0;
  }
  .footer .sitemap__row-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px 0 40px 0;
  }
  .footer .sitemap__row-lst li {
    margin: 0;
    width: 47.5%;
  }
  .footer .sitemap__row-lst li a {
    display: block;
    color: #fff;
    padding: 16px 0;
    font-size: 0.75em;
    border-bottom: 1px solid #99AAE2;
    position: relative;
  }
  .footer .sitemap__row-lst li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .sitemap__row-lst li a.external_link_icon-white::after {
    content: none;
    border: none;
    top: unset;
    transform: unset;
    content: url(/images/common/external_link_icon-white.png);
    vertical-align: middle;
    padding-left: 10px;
    top: 40%;
    right: unset;
  }
  .footer .sitemap__last {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .sitemap__last .btn {

    width: 47.5%;
  }
  .footer .sitemap__last .btn a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 16px 0;
    line-height: 1;
  }
  .footer .sitemap__last .btn a h4 {
    margin: 0 0 8px 0;
  }
  .footer .sitemap__last .btn a p {
    font-size: 0.675em;
  }
  .footer .sitemap__last-nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .footer .snsbtn{
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    line-height: 1.5;
	margin-bottom: 16px;
	display:block;
	        width: 47.5%;
}

.footer .snsbtn a{
    color: #fff;
}


.footer .snsbtn .social-button {
  display: flex;
  align-items: center;
  padding: 17px 0 17px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}



.footer .snsbtn .social-button .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

  
  .footer .sitemap__last-nav li {
    margin: 4px 16px;
  }
  .footer .sitemap__last-nav li:first-child {
    margin-right: 16px;
  }
  .footer .sitemap__last-nav li a {
    color: #fff;
    font-size: 0.75em;
    display: block;
  }
  .footer .sitemap.en .sitemap__row {
    width: auto;
  }
  .footer .copyr {
    font-size: 0.75em;
    color: #fff;
    text-align: center;
    padding: 24px 0;
    margin-top: 40px;
  }
}



.loading_animation {
  padding: 48px 0;
}
.loading_animation .loading,
.loading_animation .loading:before,
.loading_animation .loading:after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loading 1.2s infinite ease-in-out;
          animation: loading 1.2s infinite ease-in-out;
}
.loading_animation .loading {
  display: block;
  color: #999;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.loading_animation .loading:before,
.loading_animation .loading:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading_animation .loading:before {
  left: -24px;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loading_animation .loading:after {
  left: 24px;
}

@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes loading {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
.section_copy {
  padding: 80px 0;
  text-align: center;
}
.section_copy.main {
  padding: 80px 0 0 0;
}

.nav_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_lst li.w2 {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
  margin: 0 0 48px 0;
}
.nav_lst li.w3 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 0 0 24px 0;
}
.nav_lst li a {
  color: #222;
  display: block;
}
.nav_lst li.download-nav a {
  background: #3651A8;
  color: #fff;
  position: relative;
  height: 0;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0 0 63.51% 0;
  text-align: center;
}
.nav_lst li.download-nav a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.nav_lst li.download-nav a i {
  font-style: normal;
  display: inline-block;
}
.nav_lst__img {
  position: relative;
  margin: 0 0 4px 0;
}
.nav_lst__img.mov_icon::after {
  content: "";
  width: 130px;
  height: 130px;
  background: url(/images/common/mov.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.nav_lst__img img {
  width: 100%;
}
.nav_lst__txt::before {
  content: "◆";
  padding-right: 4px;
  color: #3651A8;
  opacity: 0.5;
}

.txt__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.txt__nav li {
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.txt__nav li a {
  color: #222;
  display: block;
  padding: 16px 32px 16px 1.25em;
  text-indent: -1.25em;
  position: relative;
}
.txt__nav li a::before {
  content: "◆";
  padding-right: 4px;
  color: #3651A8;
  opacity: 0.5;
}
.txt__nav li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txt__nav.column_3 li {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.txt__nav.column_1 li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.txt__nav.column_1 li a.reigai {
margin-top: -30px;
}

.txt_bnr__layout {
  display: block;
  background: #3651A8;
  color: #fff;
  padding: 64px 0;
  text-align: center;
}
.txt_bnr__layout-ttl {
  font-size: 1.875em;
}
.txt_bnr__layout-sub {
  font-size: 1.5em;
  font-family: "Ropa Sans", sans-serif;
}
.txt_bnr__layout-more {
  margin: 24px 0 0 0;
  display: inline-block;
  line-height: 1;
  padding: 6px 12px 4px 12px;
  border: 1px solid #fff;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
}

.statement {
  margin: 80px 0 120px 0;
}
.statement a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3651A8;
  color: #fff;
}
.statement__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  line-height: 1;
  min-height: 230px;
}
.statement__img img {
  height: 100%;
  max-width: inherit;
  width: auto;
}
.statement__txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  text-align: center;
}
.statement__txt-ja {
  margin: 0 0 0 0;
  font-size: 1.875em;
  letter-spacing: 0.05em;
}
.statement__txt-en {
  margin: 0 0 8px 0;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-family: "Ropa Sans", sans-serif;
}
.statement__txt-more {
  display: inline-block;
  line-height: 1;
  padding: 6px 12px 4px 12px;
  border: 1px solid #fff;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
}

.photo-lst {
  margin: 64px 0 48px;
}
.photo-lst ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo-lst ul li {
  width: 47.5%;
}
.photo-lst ul li a {
  color: #222;
}
.photo-lst ul li a h4 {
  font-size: 0.875em;
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .section_copy {
    padding: 40px 0;
  }
  .section_copy img {
    width: 85%;
    margin: auto;
  }

  .nav_lst {
    display: block;
    margin: 0;
  }
  .nav_lst li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .nav_lst li.w2, .nav_lst li.w3 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 0 0 24px 0;
  }
  .nav_lst li a img {
    width: 100%;
  }
  .nav_lst li a img.pdfim{
      width: 5% !important;
  }
  .nav_lst li.download-nav {
    margin: 48px 0 0 0;
  }
  .nav_lst li.download-nav a {
    height: auto;
    font-size: 1em;
    padding: 16px 0;
    text-align: center;
  }
  .nav_lst li.download-nav a span {
    position: static;
  }
  .nav_lst__img {
    margin: 0 0 8px 0;
  }
  .txt__nav {
    display: block;
  }
  .txt__nav li {
    width: auto;
  }
  .txt__nav li a {
    font-size: 0.875em;
  }
  .txt__nav.column_3 li {
    -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%;
  }

  .statement {
    margin: 24px 0 48px 0;
  }
  .statement a {
    display: block;
  }
  .statement__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
    line-height: 1;
    min-height: inherit;
  }
  .statement__img img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .statement__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    text-align: center;
    padding: 40px 0;
  }
  .statement__txt-ja {
    font-size: 1.5em;
  }
  .statement__txt-en {
    font-size: 1.25em;
  }
  .statement__txt-more {
    margin-top: 16px;
  }

  .txt_btn {
    margin: 24px 0;
  }
  .txt_btn a {
    max-width: 480px;
    display: block;
    border: 1px solid #222;
    margin: auto;
    color: #222;
    position: relative;
    padding: 16px 0;
    text-align: center;
    font-size: 0.875em;
    max-width: 480px;
    border-radius: 16px;
  }
  .txt_btn a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .txt_btn-ttl {
    font-size: 1.25em;
    letter-spacing: 0.05em;
  }
  .txt_btn-sub {
    display: block;
  }

  .photo-lst {
    margin: 24px 0;
  }
}
@media print {
  body {
    zoom: 1;
    width: 1400px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }

  .header,
.footer {
    display: none;
  }

  .container {
    margin: 0;
  }
}
/*-------------------------------------------------
	idx Layout
---------------------------------------------------*/
.mainVisual {
  background: #f2f2f2;
  position: relative;
  width: 100%;
  line-height: 1;
}
.mainVisual__inner {
  display: block;
  margin: auto;
  position: relative;
}
.mainVisual__copy {
  width: 42.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.mainVisual__copy.en {
  width: 45%;
}

.renewal {
  margin: 64px 0 0 0;
}
.renewal .inner {
  text-align: center;
  border: 3px solid #3651A8;
  padding: 40px 0;
}

.renewal .inner2 {
  text-align: left;
  width: 50%;
  margin: 0 0 0 40px;
}

.renewal h2 {
  color: #3651A8;
  font-size: 1.25em;
  border-bottom: 1px solid #3651A8;
  margin: 0 5% 16px;
  padding-bottom: 16px;
}
.renewal p {
  line-height: 2.25;
  font-size: 0.875em;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}
.renewal p span {
  display: block;
}

.sixtythAnniversary {
  margin: 3em 0 0 0;
}
.sixtythAnniversary .inner {
  text-align: center;
  border: 2px solid #3651A8;
  padding: 40px 20px;
}

.sixtythAnniversary img {
  width:55%;
  padding:0 0 1em 0;
}

.sixtythAnniversary p {
display: inline-block;
text-align: left;
padding: 0 0 0 3em;
}

@media screen and (max-width: 767px) {
.sixtythAnniversary .inner {
  text-align: left;
  border: 1px solid #3651A8;
  padding: 20px;
}

.sixtythAnniversary img {
  width:95%;
  text-align:center;
  }  }
.movie_bnr {
  margin: 0 0 80px 0;
}

.bnr__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3651A8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bnr__layout__img {
  width: 50%;
  line-height: 1;
}
.bnr__layout__txt {
  width: 50%;
  text-align: center;
  color: #fff;
  position: relative;
}
.bnr__layout__txt-ttl {
  font-size: 1.875em;
}
.bnr__layout__txt-ttl.icon-pdf::after {
  content: url(/images/common/icon_pdf_white.png);
  vertical-align: middle;
  padding-left: 4px;
}
.bnr__layout__txt-sub {
  font-size: 1.5em;
  font-family: "Ropa Sans", sans-serif;
}
.bnr__layout__txt-more {
  display: inline-block;
  line-height: 1;
  padding: 6px 12px 4px 12px;
  border: 1px solid #fff;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.bnr__layout .order_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.bnr__layout .order_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bnr__layout.second {
  margin-top: 40px;
}

.bnr__layout.third {
  margin-top: 40px;
}

.bnr__layout.txt {
  display: block;
}
.bnr__layout.txt__txt {
  width: auto;
}

.flex_btn_layout {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_btn_layout .txt_btn {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.flex_btn_layout .txt_btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #222;
  margin: auto;
  color: #222;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-size: 0.875em;
  max-width: 420px;
  border-radius: 8px;
}
.flex_btn_layout .txt_btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex_btn_layout .txt_btn-ttl {
  font-size: 1.25em;
  letter-spacing: 0.05em;
}
.flex_btn_layout .txt_btn-sub {
  display: block;
}

.two__nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two__nav__container .two__nav {
  width: 47.5%;
}
.two__nav__container .two__nav-ttl {
  padding: 4px 0;
  font-size: 1.25em;
  color: #3651A8;
  border-top: 1px solid #3651A8;
  border-bottom: 1px solid #3651A8;
  text-align: center;
}
.two__nav__container .two__nav-lst li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
  color: #222;
}
.two__nav__container .two__nav-lst li a:before {
  content: "◆";
  padding-right: 4px;
  color: #3651A8;
  opacity: 0.5;
}
.two__nav__container .two__nav-lst li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.two__nav__container .two__nav-lst li.external_link_off a:after {
  content: none;
  border: none;
  top: unset;
  transform: unset;
}

.two__nav__container .two__nav-lst li a.external_link_icon:after {
    content: url(/images/common/external_link_icon.png);
    vertical-align: middle;
    padding-left: 10px;
}

.two__nav__container .two__nav-lst li.icon_pdf a:after {
  content: url(/images/common/icon_pdf.png) ;
  width: 0;
  height: 0;
  border-right: none;
  border-top:none;
  position: absolute;
  right: 28px;
  top: 43%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.3);
}


.photo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 48px 0;
}
.photo_block li {
  width: 33.3333%;
  line-height: 1;
}

.safety_experience {
  background: url("/images/idx/bg_safety.jpg") no-repeat;
  background-size: 100% auto;
  height: 0;
  padding-bottom: 44.57%;
  position: relative;
}
.safety_experience a {
  display: block;
  color: #fff;
}
.safety_experience__body {
  background: rgba(58, 81, 168, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 64px 80px;
  text-align: center;
}
.safety_experience__body-ttl {
  font-size: 2em;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.safety_experience__body-txt {
  font-size: 1em;
  line-height: 2;
}
.safety_experience__body::after {
  content: "";
  border: 1px solid #fff;
  width: 92%;
  height: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.recruit {
  background: url(/images/idx/bg_recruit.jpg) no-repeat 0 50%;
  background-size: 70% auto;
  margin: 80px 0;
}
.recruit__body {
  width: 30%;
  margin-left: auto;
  background: #3651A8;
  color: #fff;
  text-align: center;
  padding: 10% 0;
}
.recruit__body-ttl {
  font-size: 1.75em;
}
.recruit__body-en {
  font-size: 1em;
}
.recruit__body-nav {
  margin: 48px 48px 0 48px;
}
.recruit__body-nav li:first-child {
  margin-bottom: 8px;
}
.recruit__body-nav li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 0;
  position: relative;
  font-size: 0.875em;
}
.recruit__body-nav li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer_philosophy {
  background: -webkit-gradient(linear, left top, left bottom, from(#3799ff), color-stop(50%, rgba(59, 168, 221, 0.4)), to(rgba(255, 255, 255, 0))), url(/images/idx/bg_footer.jpg) no-repeat 50% 100%;
  background: linear-gradient(180deg, #3799ff 0%, rgba(59, 168, 221, 0.4) 50%, rgba(255, 255, 255, 0) 100%), url(/images/idx/bg_footer.jpg) no-repeat 50% 100%;
  padding: 120px 0 800px 0;
  text-align: center;
  color: #fff;
}
.footer_philosophy-ttl {
  font-size: 1.75em;
}
.footer_philosophy-en {
  font-size: 1em;
}
.footer_philosophy__body {
  margin: 64px 0;
}
.footer_philosophy__body h3 {
  width: 40%;
  margin: 0 auto 48px;
}
.footer_philosophy__body p {
  line-height: 2.25;
  margin: 0 0 16px 0;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .mainVisual__copy {
    width: 75%;
  }

  .renewal {
    margin: 40px 0 0 0;
  }
  .renewal .inner {
    text-align: left;
    padding: 5% 0;
  }
  .renewal .inner h2 {
    font-size: 1.125em;
    margin: 0 5% 16px;
    padding: 0 0 12px;
    text-align: center;
  }
  .renewal .inner p {
    font-size: 0.875em;
    background: none;
    padding: 0 5%;
  }
  .renewal .inner p span {
    display: inline;
  }

  .renewal .inner2 {
    width: auto;
    margin: 10px;
  }
  .renewal .inner2  h2{
    text-align: left;
  }

  .bnr__layout {
    display: block;
  }
  .bnr__layout__img {
    width: auto;
    line-height: 1;
  }
  .bnr__layout__txt {
    width: auto;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 48px 0;
  }
  .bnr__layout__txt-ttl {
    font-size: 1.5em;
  }
  .bnr__layout__txt-sub {
    font-size: 1.25em;
  }
  .bnr__layout__txt-more {
    display: inline-block;
    line-height: 1;
    padding: 6px 12px 4px 12px;
    border: 1px solid #fff;
    line-height: 1;
    font-family: "Ropa Sans", sans-serif;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 16px;
  }
  .bnr__layout .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bnr__layout .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .flex_btn_layout {
    display: block;
    margin: 24px 0;
  }
  .flex_btn_layout .txt_btn {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .flex_btn_layout .txt_btn a {
    max-width: 480px;
    display: block;
    border: 1px solid #222;
    margin: auto;
    color: #222;
    position: relative;
    padding: 16px 0;
    text-align: center;
    font-size: 0.875em;
    max-width: inherit;
    border-radius: 8px;
  }
  .flex_btn_layout .txt_btn a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .flex_btn_layout .txt_btn-ttl {
    font-size: 1.125em;
    letter-spacing: 0.05em;
  }
  .flex_btn_layout .txt_btn-sub {
    display: block;
    font-size: 0.875em;
  }

  .two__nav__container {
    display: block;
  }
  .two__nav__container .two__nav {
    width: auto;
    margin-bottom: 40px;
  }
  .two__nav__container .two__nav-ttl {
    padding: 4px 0;
    font-size: 0.875em;
  }
  .two__nav__container .two__nav-lst {
    margin: 16px 0;
  }
  .two__nav__container .two__nav-lst li a {
    font-size: 0.875em;
  }
  .photo_block {
    margin: 24px 0 0 0;
  }
  .photo_block li {
    width: 50%;
  }

  .safety_experience {
    margin: 80px 0 0 0;
    background: url("/images/idx/bg_safety.jpg") no-repeat;
    background-size: auto 100%;
    height: 0;
    padding-bottom: 65%;
    position: relative;
  }
  .safety_experience a {
    display: block;
    color: #fff;
  }
  .safety_experience__body {
    background: rgba(58, 81, 168, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    padding: 10% 5%;
    text-align: center;
  }
  .safety_experience__body-ttl {
    font-size: 1em;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
  }
  .safety_experience__body-txt {
    font-size: 0.75em;
    line-height: 2;
  }
  .safety_experience__body::after {
    content: "";
    border: 1px solid #fff;
    width: 92%;
    height: 86%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .recruit {
    background: url(/images/idx/bg_recruit.jpg) no-repeat 0 0;
    background-size: 100% auto;
    padding-top: 57.5%;
    margin: 40px 0;
  }
  .recruit__body {
    width: auto;
    margin-left: 0;
    background: #3651A8;
    color: #fff;
    text-align: center;
    padding: 40px 0;
  }
  .recruit__body-ttl {
    font-size: 1.75em;
  }
  .recruit__body-en {
    font-size: 1em;
  }
  .recruit__body-nav {
    margin: 24px 24px 0 24px;
    display: block;
  }
  .recruit__body-nav li {
    width: auto;
    margin: 0 2.5%;
  }
  .recruit__body-nav li:first-child {
    margin-bottom: 0;
  }
  .recruit__body-nav li a {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 0;
    position: relative;
    font-size: 0.875em;
  }
  .recruit__body-nav li a:after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer_philosophy {
    background: -webkit-gradient(linear, left top, left bottom, from(#80bcfb), color-stop(70%, rgba(128, 188, 251, 0.75)), color-stop(84%, rgba(128, 188, 251, 0)), color-stop(85%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0))), url(/images/idx/bg_footer.jpg) no-repeat 50% 100%;
    background: linear-gradient(to bottom, #80bcfb 0%, rgba(128, 188, 251, 0.75) 70%, rgba(128, 188, 251, 0) 84%, rgba(255, 255, 255, 0) 85%, rgba(0, 0, 0, 0) 100%), url(/images/idx/bg_footer.jpg) no-repeat 50% 100%;
    background-size: 100% auto;
    padding: 48px 0 65% 0;
    text-align: center;
    color: #fff;
  }
  .footer_philosophy-ttl {
    font-size: 1.75em;
  }
  .footer_philosophy-en {
    font-size: 1em;
  }
  .footer_philosophy__body {
    margin: 48px 0;
  }
  .footer_philosophy__body h3 {
    width: 80%;
  }
  .footer_philosophy__body p {
    line-height: 2.25;
    font-size: 0.75em;
    margin: 0 0 16px 0;
  }
}
/*--------------------------------------------------------------------
	page layout
--------------------------------------------------------------------*/
.pageVisual {
  background: #e5e5e5;
}
.pageVisual .inner {
  position: relative;
  padding-bottom: 27.25%;
}
.pageVisual__ttlbox {
  background: #3651A8;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 350px;
  min-width: 28%;
  text-align: center;
  padding: 64px 0;
}
.pageVisual__ttlbox-ja {
  font-size: 1.875em;
  letter-spacing: 0.05em;
  font-size: 1.5em;
}
.pageVisual__ttlbox-en {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-family: "Ropa Sans", sans-serif;
  font-size: 1.25em;
}
.pageVisual__ttlbox-en.large {
  font-size: 1.5em;
}
.pageVisual.ir {
  background: url(/images/ir/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
.pageVisual.corporate {
  background: url(/images/corporate/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
.pageVisual.corporate-about {
  background: url(/images/corporate/about/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
.pageVisual.products {
  background: url(/images/products/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
.pageVisual.sustainability {
  background: url(/images/sustainability/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
.pageVisual.mov {
  background: url(/images/mov/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
.pageVisual.cms {
  background: url(/images/cms/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}
.pageVisual.agrifarm {
  background: url(/images/agrifarm/mv.jpg) no-repeat 50% 100%;
  background-size: 100% auto;
}

.page_h_container {
  background: #3651A8;
  color: #fff;
  padding: 80px 0;
}
.page_h_container-ttl {
  font-size: 1.875em;
  letter-spacing: 0.05em;
}
.page_h_container-ttl.english {
  font-size: 2.5em;
}
.page_h_container-sub {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-family: "Ropa Sans", sans-serif;
}

.page_h_wrapper {
  position: relative;
}
.page_h_wrapper::before {
  content: "";
  background: #3651A8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  z-index: -1;
}
.page_h_wrapper .inner {
  background: #fff;
}
.page_h_wrapper .page_photo_visual-caption {
  text-align: right;
  color: #666;
  font-size: 0.875em;
  padding: 4px 0 0 0;
}
.page_h_wrapper__body {
  padding: 40px 80px 120px 80px;
  z-index: 1;
}
.page_h_wrapper__body.english_layout {
  padding: 40px 80px 0 80px;
}

.breadcrumb {
  padding: 16px 24px;
  border-top: 1px solid #ccc;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li {
  font-size: 0.75em;
}
.breadcrumb ul li:before {
  content: "-";
  padding: 0 16px;
}
.breadcrumb ul li:first-child:before {
  content: none;
}

.page_layout-headline {
  font-size: 1.75em;
  border-bottom: 1px solid #707070;
  margin: 0 0 24px 0;
}
.page_layout-headline span {
  display: inline-block;
  border-bottom: 3px solid #3651A8;
  padding: 0 24px 16px 0;
}
.page_layout-headline.second {
  margin: 120px 0 24px 0;
}
.page_layout-headline-sub {
  border-left: 3px solid #3651A8;
  padding: 2px 0 2px 16px;
  margin: 48px 0 32px 0;
  font-size: 1.25em;
}
.page_layout-dl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 8px 0;
}
.page_layout-dl-flex dt {
  border-right: 1px solid #707070;
  min-width: 150px;
  margin-right: 24px;
}
.page_layout-dl-flex dd .tel {
  display: inline-block;
  margin-right: 24px;
}
.page_layout-dl-flex dd .tel,
.page_layout-dl-flex dd .fax {
  letter-spacing: 0.05em;
}
.page_layout-ttl {
  font-size: 1.75em;
  text-align: center;
  margin: 0 0 40px 0;
  color: #3651A8;
}
.page_layout-ttl span {
  display: inline-block;
}
.page_layout-lead {
  text-align: center;
  line-height: 2.25;
  font-size: 1.125em;
  margin: 0 0 64px 0;
}
.page_layout-lead span {
  display: inline-block;
}
.page_layout__block {
  margin: 24px 0 64px 0;
}
.page_layout__block-ttl {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 24px 0 24px 16px;
  font-size: 1.25em;
  margin-bottom: 24px;
  line-height: 1.75;
}
.page_layout__block-ttl span {
  display: inline-block;
}
.page_layout__block-ttl-sub {
  font-size: 1.25em;
  margin: 0 0 24px 0;
  color: #3651A8;
  padding: 8px 0 8px 24px;
  border-bottom: 1px solid #707070;
  position: relative;
}
.page_layout__block-ttl-sub::before {
  content: "";
  width: 5px;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3651A8;
}
.page_layout__block-sub {
  border-left: 3px solid #222;
  padding: 2px 0 2px 16px;
  margin: 48px 0 32px 0;
}
.page_layout__block-bold {
  margin: 32px 0 16px 0;
  font-weight: bold;
  font-size: 1em;
}
.page_layout__block-sub-line {
  margin: 32px 0 0 0;
  padding: 0 0 16px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 1.25em;
  font-weight: normal;
}
.page_layout__block-num-lst {
  margin: 0 32px;
}
.page_layout__block-num-lst li {
  position: relative;
  counter-increment: title;
  margin-bottom: 12px;
}
.page_layout__block-num-lst li::before {
  content: counter(title);
  position: absolute;
  left: -1.5em;
  top: 0;
}
.page_layout__block-num-lst.lower-roman li {
  counter-increment: number;
}
.page_layout__block-num-lst.lower-roman li::before {
  content: counter(number, lower-roman);
  position: absolute;
  left: -1.5em;
  top: 0;
}
.page_layout__block-num-lst.brackets li {
  counter-increment: number;
}
.page_layout__block-num-lst.brackets li::before {
  content: "(" counter(number) ")";
  position: absolute;
  left: -1.5em;
  top: 0;
}
.page_layout__block-lst {
  margin: 16px 0;
}
.page_layout__block-link-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_layout__block-link-lst li {
  width: 47.5%;
  padding: 8px 0;
}
.page_layout__block-link-lst li a {
  display: block;
  position: relative;
}
.page_layout__block-link-lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_layout__block-flexlst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_layout__block-flexlst li {
  margin-left: 16px;
}
.page_layout__block-flexlst li:first-child {
  margin-left: 0;
}
.page_layout__block .child-lst {
  padding: 16px;
}

.footer-cv {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3651A8;
  color: #fff;
  padding: 48px 0;
  position: relative;
}
.footer-cv::before {
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 10%;
  background: #fff;
}
.footer-cv.cv03::before {
  left: 30%;
}

.footer-cv.cv03 .links::before {
  content: "";
  height: 80%;
  width: 1px;
  position: absolute;
  left: 68%;
  top: 10%;
  background: #fff;
}


.footer-cv.cvmail::before {
  background: none !important;
  }

.footer-cv .mail-safety{
  width: 50%;
  text-align: center;
}
.footer-cv .links,
.footer-cv .tel,
.footer-cv .mail {
  width: 100%;
  text-align: center;
}

.footer-cv .tel h4 {
  font-size: 1.5em;
}
.footer-cv .tel address {
  display: block;
  text-align: center;
  line-height: 1.25;
}
.footer-cv .tel address a {
  color: #fff;
  font-size: 1.75em;
}
.footer-cv .tel address a:hover {
  opacity: 1;
  cursor: default;
}
.footer-cv .links a,
.footer-cv .mail a {
  font-size: 1.5em;
  display: block;
  padding: 0 0 24px;
  color: #fff;
  background: url(/images/common/cv_arrow.png) no-repeat 50% 100%;
  background-size: 7.5% auto;
}
.footer-cv .links span {
  display: block;
  font-size: 0.75em;
}
.footer-cv.column_1 {
  display: block;
}
.footer-cv.column_1 .mail {
  width: auto;
}
.footer-cv.column_1 .mail a {
  padding: 0 0 24px;
  background: url(/images/common/cv_arrow.png) no-repeat 50% 100%;
  background-size: 5% auto;
}
.footer-cv.column_1::before {
  content: none;
}

.textlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
}
.textlink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  color: #222;
}
.textlink a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
  margin-left: 8px;
}

.page_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 40px 0 120px;
}
.page_links li {
  width: 100%;
  border-right: 1px solid #ccc;
}
.page_links li:first-child {
  border-left: none;
  border-left: 1px solid #ccc;
}
.page_links li a {
  display: block;
  padding: 16px 0;
  color: #222;
  position: relative;
}
.page_links li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: rotate(135deg) translateX(-50%);
          transform: rotate(135deg) translateX(-50%);
}

.office {
  margin: 24px 0;
}
.office-googlemap {
  margin: 48px 0 0 0;
  width: 100%;
  height: 450px;
}
.office-googlemap iframe {
  width: 100%;
  height: 100%;
}



.page_layout-dl-flex-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 8px 0;
}

  @media screen and (max-width: 767px) {
.page_layout-dl-flex-shop {
    display:block;
  }
  }
  
.page_layout-dl-flex-shop dt {
  border-right: 1px solid #707070;
  min-width: 150px;
  margin-right: 24px;
}

@media screen and (max-width: 767px) {
.page_layout-dl-flex-shop dt {
    border-bottom: 1px solid #707070;
	border-right:none;
	font-weight:bold;
	margin:0 0 0.5em 0;
	padding-bottom:0.5em;
  }
  }
  
.page_layout-dl-flex-shop ul {
    display: flex;
    justify-content: center;
  }
  

.page_layout-dl-flex-shop li {
    list-style: none;
  }

.page_layout-dl-flex-shop li:nth-child(even) {
    margin: 0 10px;
  }
  
  
  .page_layout-dl-flex-shop ul.comment {
    display: block;
	    margin: 0 0 0 1em;
  }
  

  .page_layout-dl-flex-shop ul.comment li {
    list-style: disc;
  }

  .page_layout-dl-flex-shop ul.comment li:nth-child(even) {
    margin: 0;
  }
  
  
  
  
  


@media screen and (max-width: 767px) {
  .pageVisual {
    background: #e5e5e5;
    margin-bottom: 20%;
  }
  .pageVisual .inner {
    position: relative;
    padding-bottom: 35%;
  }
  .pageVisual__ttlbox {
    background: #3651A8;
    color: #fff;
    position: absolute;
    bottom: -55%;
    left: 5%;
    min-width: inherit;
    text-align: center;
    padding: 24px 0;
    width: 90%;
  }
  .pageVisual__ttlbox-ja {
    font-size: 1.25em;
  }
  .pageVisual__ttlbox-en {
    font-size: 1em;
  }
  .pageVisual.ir {
    background: url(/images/ir/mv.jpg) no-repeat 50% 100%;
    background-size: 100% auto;
  }

  .page_h_container {
    padding: 40px 0;
  }
  .page_h_container-ttl {
    font-size: 1.5em;
  }
  .page_h_wrapper {
    padding: 40px 0 0 0;
  }
  .page_h_wrapper::before {
    height: 48px;
    content: none;
  }
  .page_h_wrapper__body {
    padding: 0 0 80px 0;
  }
  .page_h_wrapper.statement__layout {
    padding: 0;
  }
  .page_h_wrapper.statement__layout .inner {
    margin: 0;
  }

  .breadcrumb {
    padding: 16px 24px;
    border-top: 1px solid #ccc;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb ul li {
    font-size: 0.675em;
  }
  .breadcrumb ul li:before {
    padding: 0 8px;
  }
  .breadcrumb ul li:first-child:before {
    content: none;
  }

  .page_layout-headline {
    font-size: 1.5em;
    margin: 0 0 16px 0;
  }
  .page_layout-headline span {
    display: inline-block;
    border-bottom: 3px solid #3651A8;
    padding: 0 24px 16px 0;
  }
  .page_layout-headline.second {
    margin: 48px 0 16px 0;
  }
  .page_layout-headline-sub {
    margin: 24px 0 16px 0;
    font-size: 1em;
  }
  .page_layout-dl-flex dt {
    min-width: 30%;
  }
  .page_layout-dl-flex dd .tel {
    display: block;
  }
  .page_layout-dl-flex dd .fax {
    display: block;
  }
  .page_layout-ttl {
    font-size: 1.25em;
    text-align: left;
    margin: 0 0 24px 0;
  }
  .page_layout-lead {
    text-align: left;
    line-height: 2.25;
    font-size: 1em;
    margin: 0 0 40px 0;
  }
  .page_layout-lead br {
    display: none;
  }
  .page_layout__block {
    margin: 24px 0 64px 0;
  }
  .page_layout__block-ttl {
    font-size: 1.25em;
    line-height: 1.75;
  }
  .page_layout__block-link-lst {
    display: block;
  }
  .page_layout__block-link-lst li {
    width: auto;
  }
  .page_layout__block-flexlst {
    display: block;
  }
  .page_layout__block-flexlst li {
    margin-left: 0;
  }
  .page_layout__block-flexlst li:first-child {
    margin-left: 0;
  }
  .page_layout__block .child-lst {
    padding: 8px;
  }

  .footer-cv {
    margin: 48px 0;
    padding: 0;
    display: block;
  }
  .footer-cv::before {
    content: "";
    height: 1px;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    background: #fff;
  }
  
  .footer-cv.cv03::before {
  left: 5%;
  top: 30%;
}

.footer-cv.cv03 .links::before {
    content: "";
    height: 1px;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 63%;
    background: #fff;
}
  
  .footer-cv .links,
.footer-cv .tel,
.footer-cv .mail {
    width: auto;
    padding: 24px 0;
  }
  .footer-cv .tel h4 {
    font-size: 1.125em;
  }
  .footer-cv .tel address {
    line-height: 1.25;
  }
  .footer-cv .tel address a {
    font-size: 1.25em;
  }
  .footer-cv .links a,
.footer-cv .mail a {
    font-size: 1.125em;
    display: block;
    padding: 0 0 24px;
    color: #fff;
    background: url(/images/common/cv_arrow.png) no-repeat 50% 100%;
    background-size: 7.5% auto;
  }
  .footer-cv.column_1 .mail a {
    padding: 0 0 24px;
    background: url(/images/common/cv_arrow.png) no-repeat 50% 100%;
    background-size: 7.5% auto;
  }
  .office-googlemap {
    height: 250px;
  }
}
/*--------------------------------------------------------------------
	wp layout
--------------------------------------------------------------------*/
.info_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info_column__contents {
  width: calc(100% - 348px);
}
.info_column__sidebar {
  width: 300px;
  background: #ddd;
  padding: 32px 32px;
}
.info_column__sidebar-ttl {
  font-size: 1.25em;
  margin-bottom: 16px;
}
.info_column__sidebar-lst {
  margin-bottom: 40px;
}
.info_column__sidebar-lst li a {
  display: block;
  border-bottom: 1px solid #707070;
  padding: 12px 0;
  position: relative;
  font-size: 0.875em;
  color: #222;
}
.info_column__sidebar-lst li a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.info_column__sidebar-cat li {
  margin: 16px 0;
}
.info_column__sidebar-cat li a {
  font-size: 0.875em;
  text-align: center;
  display: block;
  background: #fff;
  padding: 12px 0;
  color: #222;
}

.important_info {
  padding: 80px 0 16px;
}
.important_info-lst li {
  text-align: center;
  margin-bottom: 2px;
}
.important_info-lst li a {
  display: block;
  color: #222;
  background: #f2f2f2;
  padding: 24px 0;
}

.topics {
  padding: 80px 0;
}
.topics__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.topics__header.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topics__header .icon {
  display: inline-block;
  min-width: 160px;
  padding: 2px 0;
  background: #aeb7d3;
  color: #fff;
  text-align: center;
  margin-left: 40px;
}
.topics__ttl {
  font-size: 2em;
}
.topics__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topics__tab li {
  margin: 0 16px;
  padding: 8px 0;
  cursor: pointer;
  font-size: 1em;
  position: relative;
}
.topics__tab li::after {
  content: "";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.topics__tab li:hover::after, .topics__tab li.current::after {
  height: 2px;
  width: 100%;
  background: #3651A8;
}
.topics__tab li:hover {
  color: #3651A8;
}
.topics__lst {
  margin: 24px 0;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.topics__lst.idx {
  min-height: 440px;
}
.topics__lst li {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-animation-name: popUp;
          animation-name: popUp;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.topics__lst li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
.topics__lst li a time {
  width: 160px;
  font-size: 0.875em;
}
.topics__lst li a .topics__lst-post {
  width: calc(100% - 160px);
}
.topics__lst li a .icon {
  width: 144px;
  margin-right: 40px;
}
.topics__lst li a .icon i {
  display: block;
  border: 1px solid #ccc;
  font-style: normal;
  text-align: center;
  font-size: 0.875em;
}
.topics__lst li a .icon-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0 8px 0;
}
.topics__lst li a .icon-lst li {
  font-size: 0.75em;
  border-left: 1px solid #707070;
  padding: 0 8px;
  color: #3651A8;
  line-height: 1;
}
.topics__lst li a .icon-lst li:first-child {
  border-left: none;
  padding: 0 8px 0 0;
}
.topics__lst li a .post-ttl {
  max-width: 920px;
}
.topics__lst li a .page-post-ttl {
  font-size: 1.125em;
}
.topics__lst li:first-child {
  margin: 0;
}
.topics__lst li.no-post {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.topics .btn {
  margin: 80px 0 24px;
}
.topics .btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #222;
  margin: auto;
  color: #222;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-size: 0.875em;
  border: 1px solid #666;
}
.topics .btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@-webkit-keyframes popUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes popUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1180px) {
  .topics__tab li::after {
    content: "";
    -webkit-transition: none;
    transition: none;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .topics__tab li:hover::after, .topics__tab li.current::after {
    height: 2px;
    width: 100%;
    background: #3651A8;
  }
  .topics__tab li:hover::after {
    width: 0;
    background: none;
  }
  .topics__tab li:hover {
    color: #222;
  }
  .topics .btn {
    margin: 40px 0 16px;
  }
}
.single__header {
  margin: 48px 0 40px;
}
.single__header-ttl {
  font-size: 2em;
}
.single__header-date {
  color: #3651A8;
  font-size: 0.875em;
  margin-bottom: 24px;
}

.editor {
  min-height: 20vh;
}
.editor .wp-block-image {
  margin: 5% 0;
}
.editor .is-style-rounded img {
  border-radius: 50%;
}
.editor .is-style-shadow img {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.editor .wp-block-gallery {
  margin: 5% 0;
}
.editor .wp-block-gallery .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.editor .wp-block-gallery .blocks-gallery-grid li {
  width: 31.6666666%;
  margin: 0 2.5% 2.5% 0;
}
.editor .wp-block-gallery .blocks-gallery-grid li:nth-child(3n) {
  margin: 0 0 2.5% 0;
}
.editor img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 24px 0;
}
.editor img.aligncenter {
  display: block;
  margin: 24px auto;
}
.editor img.alignright {
  float: right;
  margin: 24px 0 24px 24px;
}
.editor img.alignright:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.editor img.alignleft {
  float: left;
  margin: 24px 24px 24px 0;
}
.editor img.alignleft:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.editor img .clearfix {
  overflow: hidden;
  zoom: 1;
}
.editor img .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.editor h1 {
  font-size: 2em;
  margin: 5% 0 2.5% 0;
}
.editor h2 {
  font-size: 1.875em;
  margin: 5% 0 2.5% 0;
}
.editor h3 {
  font-size: 1.75em;
  margin: 5% 0 2.5% 0;
}
.editor h4 {
  font-size: 1.5em;
  margin: 5% 0 2.5% 0;
}
.editor p {
  margin: 0 0 8px 0;
}
.editor ul {
  padding: 16px;
}
.editor ul li {
  margin: 0 0 4px 0;
}
.editor ul li ul {
  margin: 16px;
}
.editor ul li::before {
  content: "?";
  padding-right: 4px;
}
.editor ol {
  padding: 16px;
}
.editor ol li {
  margin: 0 0 4px 0;
  counter-increment: counter;
}
.editor ol li::before {
  content: counter(counter) ". ";
  padding-right: 4px;
}
.editor strong {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}
.editor blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.editor blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.editor blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.editor blockquote cite {
  display: block;
  text-align: right;
  color: #ddd;
  font-size: 0.875em;
}

.c404 {
  text-align: center;
}
.c404-ttl {
  font-size: 4.25em;
  margin-bottom: 16px;
  color: #3651A8;
}
.c404-sub {
  font-size: 1.75em;
  margin-bottom: 40px;
}
.c404-txt {
  font-size: 1em;
  margin-bottom: 80px;
}
.c404-btn a {
  max-width: 480px;
  display: block;
  border: 1px solid #222;
  margin: auto;
  color: #222;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-size: 0.875em;
  max-width: 480px;
}
.c404-btn a::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .info_column {
    display: block;
  }
  .info_column__contents {
    width: auto;
  }
  .info_column__sidebar {
    width: auto;
    padding: 24px;
    margin-top: 80px;
  }
  .info_column__sidebar-ttl {
    font-size: 1.25em;
    margin-bottom: 16px;
  }
  .info_column__sidebar-lst {
    margin-bottom: 40px;
  }
  .info_column__sidebar-lst li a {
    display: block;
    border-bottom: 1px solid #707070;
    padding: 12px 0;
    position: relative;
    font-size: 0.875em;
    color: #222;
  }
  .info_column__sidebar-lst li a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #707070;
    border-top: 1px solid #707070;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .info_column__sidebar-cat li {
    margin: 16px 0;
  }
  .info_column__sidebar-cat li a {
    font-size: 0.875em;
    text-align: center;
    display: block;
    background: #fff;
    padding: 12px 0;
    color: #222;
  }

  .important_info {
    padding: 7.5% 0 2.5%;
  }
  .important_info-lst li {
    text-align: left;
  }
  .important_info-lst li a {
    padding: 24px;
  }

  .topics {
    padding: 7.5% 0;
  }
  .topics__header {
    display: block;
    margin-bottom: 10%;
  }
  .topics__ttl {
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 24px 0;
  }
  .topics__tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topics__tab li {
    font-size: 0.75em;
    margin: 0 8px;
  }
  .topics__lst {
    margin: 24px 0;
  }
  .topics__lst li a {
    display: block;
    color: #222;
    padding: 24px 0;
  }
  .topics__lst li a time {
    width: auto;
    font-size: 0.75em;
    display: inline;
    padding-right: 16px;
    margin-right: 8px;
    border-right: none;
  }
  .topics__lst li a .topics__lst-post {
    width: auto;
  }
  .topics__lst li a .icon {
    display: inline;
    width: auto;
    margin: 0;
  }
  .topics__lst li a .icon i {
    display: inline;
    border: none;
    font-style: normal;
    text-align: center;
    font-size: 0.75em;
  }
  .topics__lst li a p {
    padding: 12px 0 0 0;
  }
  .topics__lst li:first-child {
    margin: 0;
  }

  .editor .is-style-rounded img {
    border-radius: 35%;
  }
  .editor .wp-block-gallery {
    margin: 5% 0;
  }
  .editor img {
    max-width: 100%;
    height: auto;
  }
  .editor img.aligncenter {
    display: block;
    margin: auto;
  }
  .editor img.alignright {
    float: right;
  }
  .editor img.alignright:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .editor img.alignleft {
    float: left;
  }
  .editor img.alignleft:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .editor img .clearfix {
    overflow: hidden;
    zoom: 1;
  }
  .editor img .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .editor h1 {
    font-size: 1.75em;
    margin: 5% 0 2.5% 0;
  }
  .editor h2 {
    font-size: 1.5em;
    margin: 5% 0 2.5% 0;
  }
  .editor h3 {
    font-size: 1.25em;
    margin: 5% 0 2.5% 0;
  }
  .editor h4 {
    font-size: 1em;
    margin: 5% 0 2.5% 0;
  }
  .editor p {
    margin: 0 0 2.5% 0;
  }
  .c404 {
    text-align: left;
  }
  .c404-ttl {
    font-size: 2.5em;
    margin-bottom: 16px;
    color: #3651A8;
    text-align: center;
  }
  .c404-sub {
    font-size: 1.25em;
    margin-bottom: 24px;
    text-align: center;
  }
  .c404-txt {
    font-size: 1em;
    margin-bottom: 40px;
  }
  .c404-txt br {
    display: none;
  }
  .c404-btn {
    margin: 48px;
  }
  .c404-btn a {
    max-width: inherit;
  }
}
/*-----------------------------------------
	pager
-------------------------------------------*/
/*-----------------------------------------
	pager
-------------------------------------------*/
.all_num {
  text-align: center;
}

.pagination {
  margin: 80px 0 48px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px;
}

.pagination a {
  text-decoration: none;
  border-left-width: 0;
  min-width: 48px;
  min-height: 48px;
  color: #222;
  text-align: center;
  line-height: 1;
  background: #efefef;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #3651A8;
  color: #fff;
  opacity: 1;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.maxPage {
  display: none;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pagination li.current a {
  background: #3651A8;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin: 10% 0 5% 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }

  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.first,
.pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.maxPage,
.pagination li.previous_dummy,
.pagination li.next_dummy,
.pagination li.previous,
.pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous_dummy,
.pagination li.next_dummy,
.pagination li.next {
    width: 33.3333%;
  }

  .pagination li.previous {
    width: 33.3333%;
  }

  .pagination li.maxPage {
    display: block;
    font-size: 1.25em;
    width: 33.3333%;
    text-align: center;
  }

  .pagination li.maxPage {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .pagination li.maxPage a,
.pagination li.previous a,
.pagination li.next a {
    padding: 5% 0;
    border-radius: 0;
  }

  .pagination li a {
    font-size: 1.25em;
    background: transparent;
  }

  .pagination li.previous a {
    border-left-width: 1px;
  }

  .pagination li:not([class*=current]) a:hover {
    background: transparent;
    color: #222;
  }
}
/*--------------------------------------------------------------------
	page layout
--------------------------------------------------------------------*/
.inquiry .box_step {
  padding: 48px 0 64px;
  line-height: 1;
  width: 100%;
}
.inquiry .box_step ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inquiry .box_step ul::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
}
.inquiry .box_step ul li {
  color: #2f2f2f;
  margin: 0 24px;
  position: relative;
  z-index: 1;
  font-size: 1.25em;
}
.inquiry .box_step ul li::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #c7c7c7;
  margin: 24px auto 0;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.inquiry .box_step ul li.current {
  color: #3651A8;
}
.inquiry .box_step ul li.current::after {
  background: #3651A8;
  border: 1px solid #3651A8;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  -webkit-animation: flash 2.4s infinite ease-in-out;
          animation: flash 2.4s infinite ease-in-out;
}
.inquiry .inquiry-text {
  padding: 24px 0 16px;
  text-align: center;
  line-height: 2.25;
}
.inquiry .inquiry-text.first {
  padding: 48px 0 16px;
}
.inquiry-sub {
  text-align: center;
  font-size: 0.875em;
  padding: 16px 0;
  line-height: 2;
}
.inquiry .inquiry__nav {
  margin: 48px 0 0;
}
.inquiry .inquiry__nav-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inquiry .inquiry__nav-lst li {
  width: 47.5%;
}
.inquiry .inquiry__nav-lst li a {
  display: block;
  background: #3651A8;
  color: #fff;
  margin: 0 0 5% 0;
  text-align: center;
  padding: 32px 0;
  position: relative;
  font-size: 1.125em;
}
.inquiry .inquiry__nav-lst li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inquiry .headline {
  text-align: center;
  font-size: 1.5em;
  margin: 5% 0;
  font-family: NotoSerifCJKjp, 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
}
.inquiry #fm {
  margin: 5% 0;
}
.inquiry #fm .form_block {
  padding: 48px 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry #fm .form_block.top_ {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inquiry #fm .form_block .form_ttl {
  width: 28%;
  position: relative;
}
.inquiry #fm .form_block .form_ttl h4 {
  font-weight: bold;
}
.inquiry #fm .form_block .form_ttl .req {
  display: block;
  color: #CE3000;
  font-size: 0.875em;
  font-weight: bold;
}
.inquiry #fm .form_block .form_contents {
  width: 68%;
}
.inquiry #fm .form_block .form_contents h5 {
  font-weight: bold;
}
.inquiry #fm .form_block .form_contents .radioWrap {
  overflow: hidden;
  margin: 0 0 3% 0;
}
.inquiry #fm .form_block .form_contents .radioWrap.no_title {
  margin: 0 0 3% 0;
}
.inquiry #fm .form_block .form_contents .radioWrap .radioBox {
  display: block;
  float: left;
  width: auto;
  margin: 0 0 1% 0;
}
.inquiry #fm .form_block .form_contents .radioWrap .radioBox.w100 {
  width: auto;
}
.inquiry #fm .form_block .form_contents .radioWrap .radioBox input[type=radio] {
  display: none;
}
.inquiry #fm .form_block .form_contents .radioWrap .radioBox label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #3e4956;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.inquiry #fm .form_block .form_contents .radioWrap .radioBox label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #efefef;
  border-radius: 50%;
}
.inquiry #fm .form_block .form_contents .radioWrap .radioBox input[type=radio]:checked + label {
  color: #3651A8;
  font-weight: bold;
}
.inquiry #fm .form_block .form_contents .radioWrap .radioBox input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #3651A8;
}
.inquiry #fm .form_block .form_contents .radioWrap:after {
  content: "";
  display: block;
  clear: both;
}
.inquiry #fm .form_block .form_contents .checkWrap .checkbox {
  margin: 0 0 3% 0;
}
.inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-input {
  display: none;
}
.inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-input:checked + .checkbox-parts {
  color: #3651A8;
}
.inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 3px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #3651A8;
  border-right: 3px solid #3651A8;
}
.inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 4px;
}
.inquiry #fm .form_block .form_contents .checkWrap .checkbox .check_input {
  margin: 3% 0 5% 0;
  display: none;
}
.inquiry #fm .form_block .form_contents h4.confirm_ttl {
  font-weight: bold;
  margin: 0 0 1% 0;
  font-size: 0.875em;
}
.inquiry #fm .form_block .form_contents p.type_txt {
  font-size: 1.125em;
  font-weight: bold;
}
.inquiry #fm .form_block .form_contents p + p {
  margin-top: 40px;
}
.inquiry #fm .form_block .form_contents p.txt + p {
  margin-top: 16px;
}
.inquiry #fm .form_block .form_contents p .name_inline_title {
  display: inline-block;
  width: 4em;
  margin-right: 8px;
  text-align: center;
}
.inquiry #fm .form_block .form_contents p.confirm_txt {
  padding: 0% 3%;
}
.inquiry #fm .form_block .form_contents p.confirm_txt span {
  display: block;
}
.inquiry #fm .form_block .form_contents .input_ttl {
  display: block;
  font-size: 0.875em;
  margin: 0 0 1% 0;
}
.inquiry #fm .form_block .form_contents .caption {
  font-size: 0.875em;
}
.inquiry #fm .form_block .form_contents .caption a {
  display: block;
}
.inquiry #fm .form_block .form_contents textarea {
  height: 200px;
}
.inquiry #fm .form_block .form_contents textarea,
.inquiry #fm .form_block .form_contents select,
.inquiry #fm .form_block .form_contents input[type=text],
.inquiry #fm .form_block .form_contents input[type=tel],
.inquiry #fm .form_block .form_contents input[type=email] {
  padding: 16px;
  font-size: 1.25em;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  background: #efefef;
}
.inquiry #fm .form_block .form_contents textarea.short,
.inquiry #fm .form_block .form_contents select.short,
.inquiry #fm .form_block .form_contents input[type=text].short,
.inquiry #fm .form_block .form_contents input[type=tel].short,
.inquiry #fm .form_block .form_contents input[type=email].short {
  width: 45%;
}
.inquiry #fm .form_block .form_contents textarea.middle,
.inquiry #fm .form_block .form_contents select.middle,
.inquiry #fm .form_block .form_contents input[type=text].middle,
.inquiry #fm .form_block .form_contents input[type=tel].middle,
.inquiry #fm .form_block .form_contents input[type=email].middle {
  width: 40%;
}
.inquiry #fm .form_block .form_contents textarea.reqired_check,
.inquiry #fm .form_block .form_contents select.reqired_check,
.inquiry #fm .form_block .form_contents input[type=text].reqired_check,
.inquiry #fm .form_block .form_contents input[type=tel].reqired_check,
.inquiry #fm .form_block .form_contents input[type=email].reqired_check {
  background: #FFDCDA;
}
.inquiry #fm .form_block .form_contents textarea.reqired_val,
.inquiry #fm .form_block .form_contents select.reqired_val,
.inquiry #fm .form_block .form_contents input[type=text].reqired_val,
.inquiry #fm .form_block .form_contents input[type=tel].reqired_val,
.inquiry #fm .form_block .form_contents input[type=email].reqired_val {
  background: #efefef;
}
.inquiry #fm .form_block .form_contents select {
  position: relative;
}
.inquiry #fm .form_block .form_contents select::-ms-expand {
  display: none;
}
.inquiry #fm .form_block .form_contents #companyForm,
.inquiry #fm .form_block .form_contents #memberForm {
  display: none;
}
.inquiry #fm .form_block:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.inquiry #fm .form_block#placeForm, .inquiry #fm .form_block#place_ttl_1, .inquiry #fm .form_block#place_ttl_2 {
  display: none;
}
.inquiry #fm .error_log {
  padding: 1% 3%;
  font-weight: bold;
  color: #f00;
  text-align: center;
  margin: 5% 0 0 0;
}
.inquiry #fm .privacy_txt {
  margin: 64px 0 24px;
  text-align: center;
}
.inquiry #fm .submitBtn {
  text-align: center;
  margin: 5% 0;
}
.inquiry #fm .submitBtn .sendConfirm {
  background: #3651A8;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 24px 0;
  font-size: 1em;
  line-height: 1;
  display: block;
  width: 38.5%;
  margin: auto;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.inquiry #fm .submitBtn .sendConfirm:hover {
  opacity: 0.4;
}
.inquiry #fm .submitBtn .sendConfirm:focus {
  outline: 0;
}
.inquiry #fm .submitConBtn {
  text-align: center;
  margin: 48px 0 0 0;
}
.inquiry #fm .submitConBtn button[type=submit] {
  background: #3651A8;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 24px 0;
  font-size: 1em;
  line-height: 1;
  display: block;
  width: 38.5%;
  margin: auto;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.inquiry #fm .submitConBtn button[type=submit]:hover {
  opacity: 0.4;
}
.inquiry #fm .submitConBtn button[type=submit]:focus {
  outline: 0;
}
.inquiry #fm .backBtn {
  margin: 5% 0 0 0;
  text-align: center;
}
.inquiry #fm .backBtn input[type=button] {
  width: 16.5%;
  font-size: 0.875em;
  padding: 8px 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  background: none;
  cursor: pointer;
  color: #222;
}
.inquiry #fm .backBtn input[type=button]:hover {
  opacity: 0.4;
}
.inquiry .inquiry_footer {
  padding: 3% 5%;
  background: #ede8e2;
  margin: 7.5% 0 3% 0;
}
.inquiry .inquiry_footer p {
  font-size: 0.875em;
}
.inquiry .thx_text {
  margin: 0 0 5% 0;
  text-align: center;
}
.inquiry .thx_text_ {
  margin: 0 0 3% 0;
  font-size: 0.875em;
  text-align: center;
}
.inquiry .address_num {
  display: block;
  font-size: 1.875em;
  margin: 0 0 5% 0;
  text-align: center;
}
.inquiry .inquiry__thanks-ttl {
  font-size: 1.75em;
  text-align: center;
  margin: 0 0 8px;
  color: #3651A8;
}
.inquiry .inquiry__thanks-lead {
  font-size: 1.25em;
  text-align: center;
  margin: 0 0 48px;
  font-weight: normal;
}
.inquiry .inquiry__thanks p {
  text-align: center;
  margin: 0 0 40px;
}
.inquiry .inquiry__thanks .toppage {
  text-align: center;
}
.inquiry .inquiry__thanks .toppage a {
  background: #3651A8;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 24px 0;
  font-size: 1em;
  line-height: 1;
  display: block;
  width: 38.5%;
  margin: auto;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.inquiry .inquiry__thanks .toppage a:hover {
  opacity: 0.4;
}
.inquiry .inquiry__thanks .toppage a:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .inquiry {
    max-width: inherit;
  }
  .inquiry .box_step {
    padding: 64px 0 24px;
  }
  .inquiry .box_step ul li {
    margin: 0 16px;
    font-size: 1em;
  }
  .inquiry .box_step ul li::after {
    margin: 16px auto 0;
  }
  .inquiry .inquiry-text {
    padding: 24px 0 16px;
    text-align: left;
    line-height: 1.75;
  }
  .inquiry .inquiry-text.first {
    padding: 48px 24px;
    margin: 0 5%;
  }
  .inquiry .inquiry__nav {
    margin: 0;
  }
  .inquiry .inquiry__nav-lst {
    display: block;
  }
  .inquiry .inquiry__nav-lst li {
    width: auto;
  }
  .inquiry .inquiry__nav-lst li a {
    display: block;
    background: #3651A8;
    color: #fff;
    margin: 0 0 5% 0;
    text-align: center;
    padding: 16px 0;
    position: relative;
    font-size: 1.25em;
  }
  .inquiry #fm {
    margin: 16px 0;
  }
  .inquiry #fm .form_block {
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
    display: block;
  }
  .inquiry #fm .form_block .form_ttl {
    width: auto;
    margin-bottom: 16px;
  }
  .inquiry #fm .form_block .form_ttl h4 {
    font-weight: bold;
  }
  .inquiry #fm .form_block .form_ttl .req {
    display: block;
    color: #CE3000;
    font-size: 0.875em;
    font-weight: bold;
  }
  .inquiry #fm .form_block .form_contents {
    width: auto;
  }
  .inquiry #fm .form_block .form_contents h5 {
    font-weight: bold;
  }
  .inquiry #fm .form_block .form_contents .radioWrap {
    overflow: hidden;
    margin: 0 0 3% 0;
  }
  .inquiry #fm .form_block .form_contents .radioWrap.no_title {
    margin: 0 0 3% 0;
  }
  .inquiry #fm .form_block .form_contents .checkWrap .checkbox {
    margin: 0 0 3% 0;
  }
  .inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-input {
    display: none;
  }
  .inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-input:checked + .checkbox-parts {
    color: #3651A8;
  }
  .inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-input:checked + .checkbox-parts:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 3px;
    width: 7px;
    height: 14px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #3651A8;
    border-right: 3px solid #3651A8;
  }
  .inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
  }
  .inquiry #fm .form_block .form_contents .checkWrap .checkbox .checkbox-parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    border-radius: 4px;
  }
  .inquiry #fm .form_block .form_contents .checkWrap .checkbox .check_input {
    margin: 3% 0 5% 0;
    display: none;
  }
  .inquiry #fm .form_block .form_contents h4.confirm_ttl {
    font-weight: bold;
    margin: 0 0 1% 0;
    font-size: 0.875em;
  }
  .inquiry #fm .form_block .form_contents p.type_txt {
    font-size: 1.125em;
    font-weight: bold;
  }
  .inquiry #fm .form_block .form_contents p + p {
    margin-top: 16px;
  }
  .inquiry #fm .form_block .form_contents p.txt + p {
    margin-top: 8px;
  }
  .inquiry #fm .form_block .form_contents p .name_inline_title {
    display: inline-block;
    width: 4em;
    margin-right: 8px;
    text-align: center;
  }
  .inquiry #fm .form_block .form_contents p.confirm_txt {
    padding: 0% 3%;
  }
  .inquiry #fm .form_block .form_contents p.confirm_txt span {
    display: block;
  }
  .inquiry #fm .form_block .form_contents .input_ttl {
    display: block;
    font-size: 0.875em;
    margin: 0 0 1% 0;
  }
  .inquiry #fm .form_block .form_contents .caption {
    font-size: 0.875em;
  }
  .inquiry #fm .form_block .form_contents .caption a {
    display: block;
  }
  .inquiry #fm .form_block .form_contents textarea {
    height: 200px;
  }
  .inquiry #fm .form_block .form_contents textarea,
.inquiry #fm .form_block .form_contents select,
.inquiry #fm .form_block .form_contents input[type=text],
.inquiry #fm .form_block .form_contents input[type=tel],
.inquiry #fm .form_block .form_contents input[type=email] {
    padding: 16px;
    font-size: 1.25em;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    background: #efefef;
  }
  .inquiry #fm .form_block .form_contents textarea.short,
.inquiry #fm .form_block .form_contents select.short,
.inquiry #fm .form_block .form_contents input[type=text].short,
.inquiry #fm .form_block .form_contents input[type=tel].short,
.inquiry #fm .form_block .form_contents input[type=email].short {
    width: 45%;
  }
  .inquiry #fm .form_block .form_contents textarea.middle,
.inquiry #fm .form_block .form_contents select.middle,
.inquiry #fm .form_block .form_contents input[type=text].middle,
.inquiry #fm .form_block .form_contents input[type=tel].middle,
.inquiry #fm .form_block .form_contents input[type=email].middle {
    width: 40%;
  }
  .inquiry #fm .form_block .form_contents textarea.reqired_check,
.inquiry #fm .form_block .form_contents select.reqired_check,
.inquiry #fm .form_block .form_contents input[type=text].reqired_check,
.inquiry #fm .form_block .form_contents input[type=tel].reqired_check,
.inquiry #fm .form_block .form_contents input[type=email].reqired_check {
    background: #FFDCDA;
  }
  .inquiry #fm .form_block .form_contents textarea.reqired_val,
.inquiry #fm .form_block .form_contents select.reqired_val,
.inquiry #fm .form_block .form_contents input[type=text].reqired_val,
.inquiry #fm .form_block .form_contents input[type=tel].reqired_val,
.inquiry #fm .form_block .form_contents input[type=email].reqired_val {
    background: #efefef;
  }
  .inquiry #fm .form_block .form_contents select {
    position: relative;
  }
  .inquiry #fm .form_block .form_contents select::-ms-expand {
    display: none;
  }
  .inquiry #fm .form_block .form_contents #companyForm,
.inquiry #fm .form_block .form_contents #memberForm {
    display: none;
  }
  .inquiry #fm .form_block:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .inquiry #fm .form_block#placeForm, .inquiry #fm .form_block#place_ttl_1, .inquiry #fm .form_block#place_ttl_2 {
    display: none;
  }
  .inquiry #fm .privacy_txt {
    text-align: left;
    font-size: 0.875em;
  }
  .inquiry #fm .submitBtn {
    text-align: center;
    margin: 7.5% 0;
  }
  .inquiry #fm .submitBtn .sendConfirm {
    width: 94%;
    padding: 24px 0;
  }
  .inquiry #fm .submitConBtn {
    text-align: center;
    margin: 10% 0 0 0;
  }
  .inquiry #fm .submitConBtn button[type=submit] {
    background: #3651A8;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 24px 0;
    font-size: 1em;
    line-height: 1;
    display: block;
    width: 38.5%;
    margin: auto;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 1.25em;
    width: 94%;
    padding: 24px 0;
  }
  .inquiry #fm .submitConBtn button[type=submit]:hover {
    opacity: 0.4;
  }
  .inquiry #fm .submitConBtn button[type=submit]:focus {
    outline: 0;
  }
  .inquiry #fm .backBtn {
    margin: 7.5% 0;
    text-align: center;
  }
  .inquiry #fm .backBtn input[type=button] {
    width: 60%;
    font-size: 1em;
  }
  .inquiry .inquiry__thanks {
    margin: 32px 0 0 0;
  }
  .inquiry .inquiry__thanks-ttl {
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 16px;
    color: #3651A8;
  }
  .inquiry .inquiry__thanks-lead {
    font-size: 1.25em;
    text-align: center;
    margin: 0 0 24px;
    font-weight: normal;
  }
  .inquiry .inquiry__thanks p {
    text-align: left;
    margin: 0 0 16px;
    font-size: 1em;
  }
  .inquiry .inquiry__thanks .toppage {
    text-align: center;
    margin-top: 40px;
  }
  .inquiry .inquiry__thanks .toppage a {
    width: 94%;
    margin: auto;
  }
}
 
 .inquiry #headsup {
      font-size: 0.8em;
	  line-height:2;
	  width:95%;
	  padding:0;
	  margin:0.5em auto;
 }
  
 .inquiry #headsup ul {
	padding:1em 1em 2em 3em;
  }
  
 .inquiry #headsup ul li {
  list-style:disc;
  padding-top:1em;
  }

@media screen and (max-width: 767px) {
 .inquiry #headsup {
  margin-top:0;
  }
  
 .inquiry #headsup ul {
	margin-bottom:2em;
}
}

@-webkit-keyframes flash {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  50%, 100% {
    -webkit-transform: rotate(405deg) scale(1);
            transform: rotate(405deg) scale(1);
  }
}
@keyframes flash {
  0% {
    -webkit-transform: rotate(45deg) scale(1);
            transform: rotate(45deg) scale(1);
  }
  50%, 100% {
    -webkit-transform: rotate(405deg) scale(1);
            transform: rotate(405deg) scale(1);
  }
}
.download__block {
  padding: 48px 0 24px;
}

.download__block-lst-reigai {
  margin: 40px 0;
}


.download__block-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}

/*ワークガイドの「間接活線作業競技大会」下合わせ*/
.alignend {
      align-items: flex-end;
}

.download__block-lst-reigai li {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  margin: 0 4% 4% 0;
  width: 60%;
}

@media screen and (max-width: 767px) {
.download__block-lst-reigai li {
  width: 100%;
}}



.download__block-lst li {
  -ms-flex-preferred-size: 21%;
      flex-basis: 21%;
  margin: 0 4% 4% 0;
}

@media all and (-ms-high-contrast: none) {
  /* IEのみのスタイルここに書く */
.download__block-lst li.movie{
 flex-basis:auto;
  }
}


.download__block-lst li:nth-child(4n) {
  margin: 0 0 4% 0;
}
.download__block-lst li a {
  display: block;
  text-align: center;
}
.download__block-lst-reigai li a figure {
  line-height: 1;
  border: 1px solid #ccc;
}

.download__block-lst li a figure {
  line-height: 1;
  border: 1px solid #ccc;
}


.download__block-lst li a h3 {
  margin-top: 16px;
  color: #222;
  font-weight: normal;
    font-size: 93%;
}

.download__block-lst-reigai li a h3 {
  margin-top: 16px;
  color: #222;
  font-weight: normal;
    font-size: 93%;
	    text-align: center;
}


.download__block-lst li h3.movie {
  margin-top: 16px;
  color: #222;
  text-align:center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
.download__block-lst li h3.movie {
  padding-top:0.5em;
}}


.download__block-lst li a .caption {
  font-size: 0.75em;
  color: #666;
}

@media screen and (max-width: 767px) {
  .download__block {
    padding: 24px 0 16px;
  }
  .download__block-lst {
    margin: 24px 0;
  }
  .download__block-lst li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 4% 5% 0;
  }
  .download__block-lst li:nth-child(4n) {
    margin: 0 0 4% 0;
  }
  .download__block-lst li:nth-child(2n) {
    margin: 0 0 4% 0;
  }
  .download__block-lst li a h3 {
    font-size: 0.875em;
  }
}
.dougosou {
  padding: 48px 0 24px;
}

.dougosou_2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 64px;
}
.dougosou_2column figure,
.dougosou_2column .shopdata {
  width: 47.5%;
}
.dougosou_2column .shopdata .copy {
  margin: 0 0 16px;
  line-height: 2;
}
.dougosou_2column .shopdata address {
  display: block;
  font-size: 1.25em;
}
.dougosou_2column .shopdata address small {
  padding-left: 8px;
}
.dougosou_2column .shopdata .caption {
  font-size: 0.875em;
}
.dougosou_2column .shopdata .txt {
  font-size: 0.875em;
}
.dougosou_2column .shopdata .btn {
  margin: 24px 0 0 0;
}
.dougosou_2column .shopdata .btn a {
  display: block;
  background: #3651A8;
  color: #fff;
  text-align: center;
  padding: 16px 0;
}

.dougosou-attention{
padding:1em;
border:1px solid #FF0033;
}

.dougosou-table .googlemap_btn {
  margin: 16px 0;
}
.dougosou-table .googlemap_btn a {
  display: block;
  color: #222;
  border: 1px solid #666;
  text-align: center;
  max-width: 120px;
  padding: 4px 0;
  font-size: 0.875em;
  border-radius: 48px;
}
.dougosou-table th {
  font-size: 0.875em;
}
.dougosou-table td h3 {
  color: #3651A8;
  font-size: 1.125em;
}
.dougosou-table td .price-container {
  margin: 8px 0 16px 0;
}
.dougosou-table td .price-container .price-dl {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  width: 85%;
  font-size: 0.875em;
}
.dougosou-table td .price-container .price-dl:first-child {
  border-top: 1px dotted #ccc;
}
.dougosou-table td .caption {
  margin: 24px 0 0 0;
  font-size: 0.875em;
}

.dougosou-table td .caption span {
  padding-left: 1em;
}

.dougosou-table td .second {
  margin: 48px 0 0 0;
}
.dougosou-table tr:last-child th, .dougosou-table tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .dougosou {
    padding: 24px 0 16px;
  }

  .dougosou_2column {
    margin: 0 0 64px;
    display: block;
  }
  .dougosou_2column figure,
.dougosou_2column .shopdata {
    width: auto;
  }
  .dougosou_2column .shopdata {
    margin: 24px 0;
  }
  .dougosou_2column .shopdata .btn {
    margin: 48px 0;
  }
  .dougosou-table .googlemap_btn {
    margin: 8px 0 0 0;
  }
  .dougosou-table .googlemap_btn a {
    display: block;
    color: #222;
    border: 1px solid #666;
    text-align: center;
    max-width: 160px;
    padding: 8px 0;
    border-radius: 48px;
    font-size: 0.875em;
  }
  .dougosou-table td h3 {
    color: #3651A8;
  }
  .dougosou-table td .price-container {
    margin: 8px 0 16px 0;
  }
  .dougosou-table td .price-container .price-dl {
    font-size: 0.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dotted #ccc;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 0;
  }
  .dougosou-table td .caption {
    margin: 16px 0 0 0;
    font-size: 0.875em;
    color: #666;
  }
  .dougosou-table td .second {
    margin: 48px 0 0 0;
  }
}


#covid19info table {
width:90%;
margin-bottom:2em;
}

#covid19info table th {
    padding: 0.5em;
    background: #F9F9F9;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: none;
}

#covid19info table td {
    padding: 0.5em;
    background: #FFFFFF;
    text-align: left;
    border-top: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
}

#view .frame01 {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    #view .frame01 {
        width: auto;
    }
}

#view .frame01 .inner{
    padding: 20px 0;
}

#view .frame01 p {
    padding-left: 3%;
    padding-right: 3%;
}

#view .frame01 h2 {
    margin-left: 3%;
    margin-right: 3%;
}

.external_link_icon::after{
    content: url(/images/common/external_link_icon.png);
    vertical-align: middle;
    padding-left: 10px;
}


.external_link_icon-white::after{
    content: url(/images/common/external_link_icon-white.png);
    vertical-align: middle;
    padding-left: 10px;
}

.grecaptcha-badge {

    margin: 0em 0 5em 0;

}


