/*==============================*/
/* reset */
/*==============================*/
* {box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}
html{overflow-y:scroll;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:normal;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*NoscriptMessage*/
#msgNoscript{display:block;position:absolute;top:0;left:0;z-index:9999;width:100%;padding:5px 0;border-top:1px solid #fcc;border-bottom:1px solid #fcc;background:#fdd;color:#f33;line-height:1.2;text-align:center;opacity:0.7;}
main{display:block;}
img {vertical-align: bottom;}
input,textarea {
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}



/*==============================*/
/* base */
/*==============================*/
html,body {
  font-family: "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.5;
  color: #454545;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust:100%;max-height:100%;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 639px) {
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    left: 0;
    right: 0;
  }
}



/*==============================*/
/* header */
/*==============================*/
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 130px;
  background: #fff;
}
header .header_in {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
}
header .header_in .hnav > ul {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
header .header_in .hnav > ul > li + li {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #1b1b1b;
}
header .header_in .hnav > ul > li.li_lang ul {
  display: flex;
  align-items: center;
  color: #999;
  padding-left: 32px;
  height: 23px;
  background: url(/english/cmn/img/hd_ico_lang.png) no-repeat left center;
  background-size: 23px 23px;
}
header .header_in .hnav > ul > li.li_lang ul li + li:before {
  content: "/";
  display: inline-block;
  margin: 0 4px;
}
header .header_in .hnav > ul > li.li_lang ul li a {
  color: #999;
}
header .header_in .hnav > ul > li.li_lang ul li a:hover,
header .header_in .hnav > ul > li.li_lang ul li.active a {
  color: #252525;
}
header .header_in .hnav > ul > li.li_search {
  border-left: none;
  max-width: 300px;
}
header .header_in .hnav > ul > li.li_search .gsc-search-button-v2 {
  padding: 0;
}
header .header_in .hnav > ul > li.li_search input.gsc-input,
header .header_in .hnav > ul > li.li_search input.gsc-input::-webkit-input-placeholder {
  font-size: 1.2rem;
}
header .header_in .hnav > ul > li.li_search input.gsc-input,
header .header_in .hnav > ul > li.li_search input.gsc-input:-ms-input-placeholder {
  font-size: 1.2rem;
}
header .header_in .hnav > ul > li.li_search input.gsc-input,
header .header_in .hnav > ul > li.li_search input.gsc-input::-ms-input-placeholder {
  font-size: 1.2rem;
}
header .header_in .hnav > ul > li.li_search input.gsc-input,
header .header_in .hnav > ul > li.li_search input.gsc-input::-moz-placeholder {
  font-size: 1.2rem;
}
header .header_in .hnav > ul > li.li_search input.gsc-input,
header .header_in .hnav > ul > li.li_search input.gsc-input::placeholder {
  font-size: 1.2rem;
}
header .header_in .hnav > ul > li.li_search .gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 160px;
  padding-right: 0;
}
header .header_in .hnav > ul > li.li_search .gsc-search-button-v2 svg {
  width: 23px;
  height: 23px;
}

header .gnav_btn {
  display: none;
}
header .gnav {
  position: relative;
}
header .gnav > ul {
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .gnav > ul > li {
  padding-bottom: 24px;
}
header .gnav > ul > li > p a {
  position: relative;
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 18px;
  text-decoration: none;
}
[lang="ja"] header .gnav > ul > li > p a {
  font-size: 1.4rem;
}
header .gnav > ul > li > p > .ac_btn {
  display: none;
}
header .gnav > ul > li > p a span {
  display: none;
}
header .gnav > ul > li > p.active a,
header .gnav > ul > li > p.now a {
  color: #003691;
  text-decoration: none;
}
header .gnav > ul > li > p a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  background: #0069c4;
  transition: all .3s ease-out;
}
header .gnav > ul > li > p.active a:before,
header .gnav > ul > li > p.now a:before {
  left: 0;
  right: 0;
}
header .gnav > ul > li > p.now a:before {
  transition: none;
}
header .gnav > ul > li > .gnav_child {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  box-shadow: 1.362px 2.673px 4px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: none;
  overflow-y: scroll;
  min-width: 1000px;
  -ms-overflow-style:none;
  max-height: calc(100vh - 106px);
}
header .gnav > ul > li > .gnav_child::-webkit-scrollbar {
  display: none;
}
header .gnav > ul > li:nth-of-type(99) > .gnav_child {
  display: block !important;
}
header .gnav > ul > li > .gnav_child > .sttl {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 110px;
  display: flex;
  align-items: center;
}
header .gnav > ul > li > .gnav_child > .sttl.sttl01 {
  background-image: url(/english/cmn/img/gnav_bg01.png);
}
header .gnav > ul > li > .gnav_child > .sttl.sttl02 {
  background-image: url(/english/cmn/img/gnav_bg02.png);
}
header .gnav > ul > li > .gnav_child > .sttl.sttl03 {
  background-image: url(/english/cmn/img/gnav_bg03.png);
}
header .gnav > ul > li > .gnav_child > .sttl.sttl04 {
  background-image: url(/english/cmn/img/gnav_bg04.png);
}
header .gnav > ul > li > .gnav_child > .sttl.sttl05 {
  background-image: url(/english/cmn/img/gnav_bg05.png);
}
header .gnav > ul > li > .gnav_child > .sttl.sttl06 {
  background-image: url(/english/cmn/img/gnav_bg06.png);
}
header .gnav > ul > li > .gnav_child > .sttl.sttl07 {
  background-image: url(/english/cmn/img/gnav_bg07.png);
}
header .gnav > ul > li > .gnav_child > .sttl p {
  width: 960px;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
header .gnav > ul > li > .gnav_child > .sttl p a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-left: 28px;
}
header .gnav > ul > li > .gnav_child > .sttl p a:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .5em;
  width: 20px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
header .gnav > ul > li > .gnav_child > .sttl p a span {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 8px;
}
header .gnav > ul > li > .gnav_child > ul {
  width: 960px;
  margin: 0 auto;
}
header .gnav > ul > li > .gnav_child > ul > li {
  padding: 28px 0 28px 16px;
}
header .gnav > ul > li > .gnav_child > ul > li:last-of-type {
  padding-right: 16px;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li {
  padding: 4px 0;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > a,
header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > span.text {
  position: relative;
  display: block;
  padding-left: 28px;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > a:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: .75em;
  width: 12px;
  height: 4px;
  margin-top: -2px;
  border-right: 1px solid #003691;
  border-bottom: 1px solid #003691;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > a.blank:hover > span {
  text-decoration: underline;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > a.blank > span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > a.blank > span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(/english/cmn/img/ico_blank.png) no-repeat center center / 100% 100%;
}
header .gnav > ul > li > .gnav_child > ul.ul02 {
  display: flex;
  flex-wrap: wrap;
}
header .gnav > ul > li > .gnav_child > ul.ul02 > li:first-of-type {
  width: 33.33%;
}
header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 {
  width: 66.66%;
  background: #edf7fe;
}
header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul.ul02_01 {
  display: flex;
  flex-wrap: wrap;
}
header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul.ul02_01 > li {
  width: 50%;
}
header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul > li > p > a:before {
  display: none;
}
header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul > li > p > a:after,
header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul > li > p > span.text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #a6a6a6;
}
header .gnav > ul > li > .gnav_child > ul.ul03 {
  display: flex;
}
header .gnav > ul > li > .gnav_child > ul.ul03 li {
  flex: 1;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac {
  position: relative;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > p > .ac_btn {
  display: none;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #003591;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac.show {
  background: #097de0;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac.show:before {
  border-color: transparent transparent transparent #fff;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac.show > p > a {
  color: #fff;
  text-decoration: none;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac.show > p > a:before {
  border-color: #fff !important;
}
header .gnav > ul > li > .gnav_child > ul > li > ul > li > ul {
  display: none;
}
header .gnav > ul > li > .gnav_child > ul > li.li02 > ul > li > ul {
  display: block;
  margin-top: 4px;
  font-size: 1.3rem;
  padding-left: 28px;
}
header .gnav .search {
  display: none;
}
header .gsc-input-box {
  border-radius: 0;
  margin-right: 16px;
}

@media screen and (max-width: 639px) {
  header {
    height: 56px;
    border-bottom: none;
  }
  header .header_in {
    width: auto;
    margin: 0 0 0 1%;
    height: 56px;
    padding-right: 72px;
    padding-left: 0;
  }
  header .header_in .hnav > ul > li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  header .header_in .hnav > ul > li.li_inquiry,
  header .header_in .hnav > ul > li.li_sitemap,
  header .header_in .hnav > ul > li.li_search {
    display: none;
  }
  header .gnav_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    background: #3558b5;
  }
  header .gnav_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 2px;
    margin-left: -17px;
    background: #fff;
    transition: all .3s ease-out;
  }
  header .gnav_btn span:nth-of-type(1) {
    margin-top: -11px;
  }
  header .gnav_btn span:nth-of-type(2) {
    margin-top: -1px;
  }
  header .gnav_btn span:nth-of-type(3) {
    margin-top: 9px;
  }
  header .gnav_btn.active span:nth-of-type(1) {
    margin-top: -1px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  header .gnav_btn.active span:nth-of-type(2) {
    width: 0;
    margin-left: 0;
  }
  header .gnav_btn.active span:nth-of-type(3) {
    margin-top: -1px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
  }
  header .gnav {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 56px;
    bottom: 0;
    overflow-y: scroll;
  }
  header .gnav > ul {
    width: auto;
    display: block;
    padding: 0;
  }
  header .gnav > ul > li {
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
  }
  header .gnav > ul > li > p {
    position: relative;
    background: #097de0;
  }
  header .gnav > ul > li > p:before,
  header .gnav > ul > li > p:after {
    display: none;
  }
  header .gnav > ul > li > p > .ac_btn {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    z-index: 1;
    font-size: 0;
    line-height: 0;
  }
  header .gnav > ul > li > p > .ac_btn:before,
  header .gnav > ul > li > p > .ac_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-left: -50%;
    margin-top: -1px;
    background: #fff;
  }
  header .gnav > ul > li > p > .ac_btn:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  header .gnav > ul > li > p.active > .ac_btn:after {
    display: none;
  }
  header .gnav > ul > li > p.active:after {
    display: none;
  }
  header .gnav > ul > li > p a {
    display: block;
    height: auto;
    font-size: 2rem;
    /*
    pointer-events: none;
    */
    color: #fff !important;
    padding: 16px 0 16px 16px;
    margin-right: 44px;
  }
  [lang="ja"] header .gnav > ul > li > p a {
    font-size: 2rem;
  }
  header .gnav > ul > .no_dropmenu > p a {
    margin-right: 0;
  }
  header .gnav > ul > li > p a span {
    display: inline-block;
    font-size: 1.5rem;
  }
  header .gnav > ul > li > p.active a {
    color: #003691;
    text-decoration: none;
  }
  header .gnav > ul > li > p a:before {
    display: none;
  }
  header .gnav > ul > li > .gnav_child {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    box-shadow: none;
    overflow: auto;
    min-width: initial;
    min-width: auto;
    max-height: initial;
    max-height: auto;
  }
  header .gnav > ul > li > .gnav_child > .sttl {
    display: none;
  }
  header .gnav > ul > li > .gnav_child > ul {
    width: auto;
  }
  header .gnav > ul > li > .gnav_child > ul > li {
    padding: 0;
  }
  header .gnav > ul > li > .gnav_child > ul > li:last-of-type {
    padding-right: 0;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li {
    padding: 0;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li + li,
  header .gnav > ul > li > .gnav_child > ul.ul03 > li + li {
    border-top: 1px solid #c7c7c7;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > a {
    padding: 16px 0 16px 44px;
    margin-right: 44px;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li > p > a:before {
    left: 20px;
    top: 50%;
  }
  header .gnav > ul > li > .gnav_child > ul.ul02,
  header .gnav > ul > li > .gnav_child > ul.ul03 {
    display: block;
  }
  header .gnav > ul > li > .gnav_child > ul.ul02 > li:first-of-type {
    width: auto;
  }
  header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 {
    display: none;
  }
  header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul.ul02_01 {
    display: block;
  }
  header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul.ul02_01 > li {
    width: auto;
  }
  header .gnav > ul > li > .gnav_child > ul.ul02 > li.li02 > ul > li > p > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    background: #a6a6a6;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac {
    position: relative;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac:before {
    display: none;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > p > a:hover {
    text-decoration: none;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > p {
    position: relative;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > p > .ac_btn {
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height:  16px;
    margin-top: -8px;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > p > .ac_btn:before,
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > p > .ac_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-left: -50%;
    margin-top: -1px;
    background: #555;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > p > .ac_btn:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac.active > p > .ac_btn:after {
    display: none;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac.active > ul {
    border-top: 1px solid #c7c7c7;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul {
    background: #edf7fe;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li + li {
    border-top: 1px solid #c7c7c7;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li p > a,
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li p > span.text {
    position: relative;
    display: block;
    padding: 12px 44px 12px 60px;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li p > a:before,
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li p > span.text:before {
    content: "";
    position: absolute;
    left: 42px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #c7c7c7;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li > ul {
    font-size: 1.2rem;
    background: #fff;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li > ul li {
    padding-left: 20px;
  }
  header .gnav > ul > li > .gnav_child > ul > li > ul > li.li_ac > ul > li > ul li + li {
    border-top: 1px solid #c7c7c7;
  }
  header .gnav .search {
    display: block;
    background: #fff;
    padding: 24px 20px;
    box-shadow: 1.362px 2.673px 4px 1px rgba(0, 0, 0, 0.1);
  }
  header .gnav .search .gsc-input-box {
    padding: 8px;
    border-radius: 0;
    margin-right: 16px;
  }
  header .gnav .search .gsc-search-button-v2 {
    padding: 0;
  }
  header .gnav .search .gsc-search-button-v2 svg {
    width: 23px;
    height: 23px;
  }
}



/*==============================*/
/* main */
/*==============================*/
main {
  margin-top: 106px;
  padding-top: 24px;
  min-width: 1000px;
}

@media screen and (max-width: 639px) {
  main {
    margin-top: 56px;
    padding-top: 0;
    min-width: initial;
  }
}



/*==============================*/
/* contact */
/*==============================*/
main aside .sec_contact .ttl {
  background: #fff;
  width: 680px;
  height: 160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
main aside .sec_contact .ttl span {
  position: relative;
  display: inline-block;
  font-size: 1.7rem;
  margin-top: 8px;
  padding-top: 8px;
}
main aside .sec_contact .ttl span:before {
  content: "";
  position: absolute;
  left: -28px;
  right: -28px;
  top: 0;
  height: 1px;
  background: #333;
}
main aside .sec_contact ul {
  display: flex;
}
main aside .sec_contact ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 310px;
}
main aside .sec_contact ul li .btn {
  width: 340px;
  margin-top: 80px;
}
main aside .sec_contact ul li .btn + .btn {
  margin-top: 20px;
}
main aside .sec_contact ul li .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  background: rgba(0,0,0,.75);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: background .3s ease-out;
}
main aside .sec_contact ul li .btn a:hover {
  background: rgba(0,0,0,1);
}
main aside .sec_contact ul li .btn a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
main aside .sec_contact ul li .btn a span:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
main aside .sec_contact ul li.li01 {
  background: url(/english/cmn/img/contact_bg01_pc.png) no-repeat center center;
  background-size: cover;
}
main aside .sec_contact ul li.li02 {
  background: url(/english/cmn/img/contact_bg02_pc.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 639px) {
  main aside .sec_contact {
    margin-top: 160px;
  }
  main aside .sec_contact .ttl {
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
  }
  main aside .sec_contact .ttl span {
    font-size: 2.3rem;
    margin-top: 16px;
  }
  main aside .sec_contact .ttl span:before {
    left: -14px;
    right: -14px;
    height: 2px;
  }
  main aside .sec_contact ul {
    display: block;
    margin-top: 85px;
  }
  main aside .sec_contact ul li {
    height: 220px;
    padding: 0 10px;
  }
  main aside .sec_contact ul li .btn {
    width: 100%;
    max-width: 350px;
    margin-top: 0;
  }
  main aside .sec_contact ul li .btn a {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
  }
  main aside .sec_contact ul li .btn a span {
    padding-left: 26px;
  }
  main aside .sec_contact ul li.li01 {
    background-image: url(/english/cmn/img/contact_bg01_sp.png);
  }
  main aside .sec_contact ul li.li02 {
    background-image: url(/english/cmn/img/contact_bg02_sp.png);
  }
}



/*==============================*/
/* footer */
/*==============================*/
footer {
  position: relative;
  background: #f8f8f8 url(/english/cmn/img/ft_bg01.png) no-repeat right bottom;
  padding: 45px 0 50px;
  min-width: 1000px;
}
footer .footer_in {
  width: 960px;
  margin: 0 auto;
}
footer .fnav01 > ul {
  display: flex;
  justify-content: center;
}
footer .fnav01 > ul > li {
  width: 16.5rem;
}
footer .fnav01 > ul > li + li {
  margin-left: 72px;
}
footer .fnav01 > ul > li > p {
  padding-bottom: 8px;
  border-bottom: 1px solid #d4d3d3;
}
footer .fnav01 > ul > li > p + ul {
  margin-top: 10px;
}
footer .fnav01 > ul > li > ul + p {
  margin-top: 30px;
}
footer .fnav01 > ul > li > ul > li {
  font-size: 1.1rem;
}
footer .fnav01 > ul > li > ul > li + li {
  margin-top: 5px;
}
footer .fnav01 > ul > li > ul > li.li_youtube {
  margin-top: 20px;
}
footer .fnav01 > ul > li > ul > li.li_youtube img {
  width: 150px;
}
footer .fnav01 > ul > li > ul > li.li_bnr {
  margin-top: 258px;
}
footer .fnav01 > ul > li > ul > li.li_bnr img {
  width: 216px;
}
footer .fnav01 a.blank:hover span {
  text-decoration: underline;
}
footer .fnav01 a.blank span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
footer .fnav01 a.blank span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(/english/cmn/img/ico_blank02.png) no-repeat center center / 100% 100%;
}
footer .sp_bnr {
  display: none;
}
footer .fnav02 {
  margin-top: 36px;
}
footer .fnav02 ul {
  text-align: center;
  font-size: 0;
}
footer .fnav02 ul li {
  display: inline-block;
  font-size: 1.2rem;
}
footer .fnav02 ul li + li:before {
  content: "\FF5C";
  display: inline-block;
  margin: 0 12px;
}
footer p.copy {
  margin-top: 12px;
  text-align: center;
  font-size: 1.2rem;
}
.btn_pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  cursor: pointer;
  transition: opacity .3s ease-out;
}
.btn_pagetop:hover {
  opacity: .8;
}
.btn_pagetop.absolute {
  position: absolute;
  bottom: auto;
  top: -35px;
}
footer .fnav01 > ul > li > ul > li.li_youtube.youtube_link {
  margin-top: 258px;
}

@media screen and (max-width: 639px) {
  footer {
    background: #fff;
    padding: 40px 0 24px;
    min-width: initial;
  }
  footer .footer_in {
    width: auto;
    margin: 0 16px;
  }
  footer .fnav01 {
    display: none;
  }
  footer .fnav02 {
    margin-top: 40px;
  }
  footer .fnav02 ul li + li:before {
    margin: 0 6px;
  }
  footer p.copy {
    margin-top: 16px;
  }
  .btn_pagetop {
    right: 10px;
    bottom: 10px;
  }
  .btn_pagetop.absolute {
    bottom: auto;
    top: -26px;
  }
  footer .sp_bnr {
    display: block;
    text-align: center;
  }
  footer .sp_bnr .li_bnr img{
    width: 100%;
    max-width: 216px;
  }
  footer .sp_bnr .li_youtube {
    margin-top: 30px;
  }
  footer .sp_bnr .li_youtube img{
    width: 100%;
    max-width: 150px;
  }
  footer .sp_bnr .li_youtube.youtube_link {
    margin-top: 0;
  }
}



/*==============================*/
/* module */
/*==============================*/
.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}
.block_sp {
  display: none;
}
.inline_sp {
  display: none;
}
.br_sp {
  display: none;
}
.color_r {color: #ea154c !important}
.color_b {color: #3558b5 !important}
.txt_l {text-align: left !important;}
.txt_c {text-align: center !important;}
.txt_r {text-align: right !important;}
.fz_14 {font-size: 1.4rem !important}
.fz_16 {font-size: 1.6rem !important}
.fz_18 {font-size: 1.8rem !important}
.mt_0 {margin-top: 0 !important;}
.mt_8 {margin-top: 8px !important;}
.mt_16 {margin-top: 16px !important;}
.mt_20 {margin-top: 20px !important;}
.mt_24 {margin-top: 24px !important;}
.mt_30 {margin-top: 30px !important;}
.mt_40 {margin-top: 40px !important;}
.mt_60 {margin-top: 60px !important;}
.pt_20 {padding-top: 20px !important}
.pt_40 {padding-top: 40px !important}
.pt_60 {padding-top: 60px !important}
.ml_1em {margin-left: 1em !important;}
.w10 {width: 10% !important;}
.w15 {width: 15% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w33 {width: 33% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}
.mw100 {
  width: auto;
  max-width: 100%;
}
.font_ex01 {
  font-family: "Helvetica Neue", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media screen and (max-width: 639px) {
  .block_pc {
    display: none;
  }
  .block_sp {
    display: block;
  }
  .inline_pc {
    display: none;
  }
  .inline_sp {
    display: inline;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: inline;
  }
  main article section .img_spw {
    width: auto;
    max-width: 100%;
  }
}