@charset "UTF-8";
/* ==========================================================================
Reset
========================================================================== */
/* Fontface
========================================================================== */
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff') format('woff'), url('//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf') format('opentype');
}
/* Initialize
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
.win,
.mac {
  overflow-y: scroll;
}
/* Fonts
   ========================================================================== */
html {
  font-size: .625em;
}
body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.2;
  color: #222222;
  background-color: #f1f7fb;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
li,
caption,
col,
th,
td,
p,
address,
figcaption {
  font-size: 1.6em;
  word-wrap: break-word;
}
dd dt,
dd dd,
dd li,
dd p,
dd caption,
dd col,
dd th,
dd td,
dd figcaption,
li dt,
li dd,
li li,
li p,
li caption,
li col,
li th,
li td,
li figcaption,
th dt,
th dd,
th li,
th p,
th caption,
th col,
th th,
th td,
th figcaption,
td dt,
td dd,
td li,
td p,
td caption,
td col,
td th,
td td,
td figcaption {
  font-size: 1em;
}
sup,
sub {
  font-size: 10px;
}
body,
input,
button,
textarea,
select,
button {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
/* Link
   ========================================================================== */
a:link,
a:visited,
a:hover,
a:active {
  color: #0673d9;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
/* Style
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
}
th,
td {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
address {
  font-style: normal;
  font-weight: normal;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
object,
embed,
iframe {
  vertical-align: top;
  outline: none;
  max-width: 100%;
}
em,
strong {
  font-style: normal;
  font-weight: bold;
}
mark {
  color: inherit;
  background-color: inherit;
  font-weight: bold;
}
sup,
sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/* Form parts reset
   ========================================================================== */
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  outline: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="color"],
input[type="range"],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="submit"],
input[type="reset"],
select,
button {
  cursor: pointer;
}
input[disabled] {
  cursor: not-allowed;
}
input[type="hidden"] {
  display: none;
}
textarea {
  resize: vertical;
}
/* ==========================================================================
   Layout - General
   ========================================================================== */
/* Clearfix
   ========================================================================== */
header,
footer,
main,
section,
article,
aside,
nav,
.page-container,
.page-header,
.page-footer,
.content,
.main-content,
.sidenav,
.article,
.section,
.row {
  zoom: 1;
}
header:before,
footer:before,
main:before,
section:before,
article:before,
aside:before,
nav:before,
.page-container:before,
.page-header:before,
.page-footer:before,
.content:before,
.main-content:before,
.sidenav:before,
.article:before,
.section:before,
.row:before,
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
nav:after,
.page-container:after,
.page-header:after,
.page-footer:after,
.content:after,
.main-content:after,
.sidenav:after,
.article:after,
.section:after,
.row:after {
  content: '';
  display: table;
}
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
nav:after,
.page-container:after,
.page-header:after,
.page-footer:after,
.content:after,
.main-content:after,
.sidenav:after,
.article:after,
.section:after,
.row:after {
  clear: both;
}
/* Root
   ========================================================================== */

/* Container
  ========================================================================== */
.page-container {
  position: relative;
}
/* Section
========================================================================== */
.section {
  margin-top: 65px;
}
.section:first-child {
  margin-top: 0;
}
.section .section .section {
  margin-top: 35px;
}
.section .section .section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .section {
    margin-top: 50px;
  }
  .section .sction .section {
    margin-top: 50px;
  }
}
/* ==========================================================================
   Layout - Header
========================================================================== */
/* Page header
========================================================================== */
.header {
  padding: 18px 0 0;
  position: relative;
  margin: 0 auto;
  background: #fff;
  z-index: 100;
  -webkit-box-shadow: 0 4px 18px -13px #000000;
          box-shadow: 0 4px 18px -13px #000000;
}
.header.is-cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 0;
  padding: 0;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  z-index: 99;
}
.header.is-fixed {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 600px) {
  .header {
    position: fixed;
    min-width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 4px 18px -13px #000000;
            box-shadow: 0 4px 18px -13px #000000;
  }
  .header.is-cloned {
    display: none;
  }
}
.header_english {
  position: absolute;
  right: 0px;
  top: 26px;
  font-size: 14px;
  color: #d9d9d9;
  width: 340px;
}
.header_english a {
  color: #808080;
  text-decoration: none;
}
.header_english a:hover {
  text-decoration: underline;
  border-bottom: 1px dashed;
}
.is-cloned .header_english {
  display: none;
}
@media screen and (max-width: 600px) {
  .header_english {
    display: none;
  }
}
.header_search {
  position: absolute;
  right: 11px;
  top: 12px;
}
.header_search form {
  font-size: 0;
}
.is-cloned .header_search form {
  display: none;
}
@media screen and (max-width: 600px) {
  .header_search {
    display: none;
  }
}
html .header_search .mf_finder_searchBox {
  margin-bottom: 0;
  background-color: inherit;
}
html .header_search .mf_finder_searchBox .mf_finder_searchBox_query_input {
  font-size: 1.4rem;
  border: none;
}
.header_search .mf_finder_searchBox_items_wrapper {
  border-bottom: 2px solid #d9d9d9;
}
.header_search .mf_finder_searchBox_query_wrap {
  display: inline-block;
  width: 220px;
}
.header_search .mf_finder_searchBox_items {
  display: block;
  padding: 0;
}
.header_search .mf_finder_searchBox_submit {
  padding: 0 0 0 6px;
  background-color: #fff;
}
.header_search .mf_finder_searchBox_submit span {
  display: none;
}
.header_search .mf_finder_searchBox_submit:before {
  content: "";
  display: block;
  width: 22px;
  height: 19px;
  margin-left: 0;
  font-size: 0;
  background: url(/common/img/layout/header_icon_search.png) left 0 no-repeat;
  background-size: 19px 19px;
}
.header_search_input {
  display: inline-block;
  padding-right: 22px;
  border-bottom: 2px solid #d9d9d9;
}
.header_search_input input {
  padding: 7px 0;
  font-size: 1.4rem;
  border: none;
}
.header_search_submit {
  width: 22px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header_search_submit input {
  width: 22px;
  height: 19px;
  background: url(/common/img/layout/header_icon_search.png) left 0 no-repeat;
  background-size: 19px 19px;
  border: none;
}
.header_inner {
  position: relative;
  width: 1366px;
  margin: 0 auto;
}
.is-cloned .header_inner {
  display: table;
  padding: 7px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .header_inner {
    width: 100%;
    text-align: center;
  }
}
.header_logo {
  display: block;
  text-align: center;
}
.header_logo a {
  display: inline-block;
}
.header_logo a:hover {
  opacity: .7;
}
.header_logo a img {
  width: 174px;
}
@media screen and (max-width: 600px) {
  .header_logo {
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 4px;
    padding-right: 19px;
  }
  .header_logo a img {
    width: 128px;
  }
}
.is-cloned .header_logo {
  display: inline-block;
  vertical-align: top;
}
.is-cloned .header_logo a img {
  width: 140px;
}
@media screen and (max-width: 600px) {
  .is-cloned .header_logo a img {
    width: 128px;
  }
}
.global-nav {
  text-align: center;
  margin-top: 12px;
}
.is-cloned .global-nav {
  display: inline-block;
  float: right;
  margin-top: 3px;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .global-nav {
    margin: 0;
    float: right;
    height: 50px;
  }
}
.global-nav_main {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.global-nav_main ul {
  display: inline-block;
}
.global-nav_main ul li {
  display: inline-block;
  padding: 0 26px;
}
.global-nav_main ul li a {
  display: block;
  padding: 10px 0 25px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.global-nav_main ul li a:hover {
  color: #fd6f31;
  text-decoration: none;
  -webkit-box-shadow: 0 -2px 0 0 #fe7032 inset;
          box-shadow: 0 -2px 0 0 #fe7032 inset;
}
.global-nav_main ul li a.is-current {
  color: #29bdaa;
  text-decoration: none;
  -webkit-box-shadow: 0 -2px 0 0 #29bdaa inset;
          box-shadow: 0 -2px 0 0 #29bdaa inset;
}
.is-cloned .global-nav_main {
  margin-top: 8px;
}
.is-cloned .global-nav_main ul li {
  padding: 0 25px;
}
.is-cloned .global-nav_main ul li a {
  padding-bottom: 19px;
}
@media screen and (max-width: 600px) {
  .global-nav_main ul {
    display: none;
  }
}
.global-nav_primary {
  display: inline-block;
  vertical-align: top;
}
.global-nav_contact {
  padding: 0 26px;
}
.global-nav_contact a {
  display: block;
  padding: 9px 23px 11px 59px;
  border-radius: 19px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  background: #fd6f31;
}
.global-nav_contact a:hover {
  text-decoration: none;
  background: #29bdaa;
}
.global-nav_contact a:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 16px;
  background: url(/common/img/layout/header_icon_contact.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: 28px;
  margin: auto;
}
.is-cloned .global-nav_contact a {
  padding: 9px 30px 11px 65px;
}
@media screen and (max-width: 600px) {
  .global-nav_contact {
    display: none;
  }
}
.global-nav_menu {
  display: none;
}
@media screen and (max-width: 600px) {
  .global-nav_menu {
    display: table;
    float: right;
    width: 54px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .global-nav_menu button {
    position: relative;
    display: table-cell;
    width: 54px;
    height: 50px;
    vertical-align: bottom;
    border: none;
    background: #fd6f31;
    font-size: 0;
  }
  .global-nav_menu button:before,
  .global-nav_menu button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 24px;
    margin: auto;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .global-nav_menu button:before {
    top: 12px;
    height: 14px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .global-nav_menu button:after {
    top: 18px;
    height: 0;
    border-top: 2px solid #fff;
  }
  .global-nav_menu button span {
    font-size: 0;
  }
  .global-nav_menu button span:after {
    position: absolute;
    content: "MENU";
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .global-nav_menu button.is-active:before {
    width: 22px;
    top: 16px;
    height: 0;
    border-bottom-width: 0;
    -webkit-transform: rotate(45deg) scaleX(1.1);
        -ms-transform: rotate(45deg) scaleX(1.1);
            transform: rotate(45deg) scaleX(1.1);
  }
  .global-nav_menu button.is-active:after {
    width: 22px;
    top: 16px;
    -webkit-transform: rotate(-45deg) scaleX(1.1);
        -ms-transform: rotate(-45deg) scaleX(1.1);
            transform: rotate(-45deg) scaleX(1.1);
  }
  .global-nav_menu button.is-active span:after {
    content: "CLOSE";
  }
}
.global-nav_sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .global-nav_sp {
    display: block;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 2px solid #fd6f31;
    background: #fff;
    overflow-y: auto;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
  .global-nav_sp.is-visible {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
  }
}
.global-nav_sp_inner {
  padding: 30px 20px 50px;
}
.sp-global-nav_list li a {
  display: block;
  padding: 18px 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #222222;
  text-decoration: none;
}
.sp-header_search {
  width: 260px;
  margin: 14px auto 0;
}
html .sp-header_search .mf_finder_searchBox {
  margin-bottom: 0;
  background-color: inherit;
}
html .sp-header_search .mf_finder_searchBox .mf_finder_searchBox_query_input {
  font-size: 1.4rem;
  border: none;
}
.sp-header_search .mf_finder_searchBox_items_wrapper {
  border-bottom: 2px solid #d9d9d9;
}
.sp-header_search .mf_finder_searchBox_query_wrap {
  width: 232px;
  display: inline-block;
}
.sp-header_search .mf_finder_searchBox_items {
  display: block;
  padding: 0;
  font-size: 0;
}
.sp-header_search .mf_finder_searchBox_submit {
  display: inline-block;
  padding: 0 0 0 6px;
  background-color: #fff;
}
.sp-header_search .mf_finder_searchBox_submit span {
  display: none;
}
.sp-header_search .mf_finder_searchBox_submit:before {
  content: "";
  display: block;
  width: 22px;
  height: 19px;
  margin-left: 0;
  font-size: 0;
  background: url(/common/img/layout/header_icon_search.png) left 0 no-repeat;
  background-size: 19px 19px;
}
.sp-header_search_input {
  display: table-cell;
  padding-right: 22px;
}
.sp-header_search_input input {
  width: 100%;
  padding: 5px 0;
  font-size: 1.4rem;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp-header_search_submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 19px;
}
.sp-header_search_submit input {
  width: 22px;
  height: 19px;
  background: url(/common/img/layout/header_icon_search.png) left 0 no-repeat;
  background-size: 19px 19px;
  border: none;
}
.sp-global-nav_contact {
  width: 275px;
  margin: 30px auto 0;
}
.sp-global-nav_contact a {
  display: block;
  padding: 14px 68px 16px 102px;
  border-radius: 25px;
  position: relative;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  background: #fd6f31;
  text-decoration: none;
}
.sp-global-nav_contact a:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 18px;
  background: url(/common/img/layout/header_icon_contact.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: 70px;
  margin: auto;
}
/* ==========================================================================
Simple header
========================================================================== */
.simple_header {
  min-width: 1366px;
  -webkit-box-shadow: 0 4px 18px -13px #000000;
          box-shadow: 0 4px 18px -13px #000000;
  padding: 13px 0 17px 20px;
}
@media screen and (max-width: 600px) {
  .simple_header {
    min-width: 100%;
    padding: 5px 0 5px 19px;
    -webkit-box-shadow: 0 4px 18px -13px #000000;
            box-shadow: 0 4px 18px -13px #000000;
  }
}
.s_header_logo {
  width: 150px;
  height: 47px;
}
.s_header_logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .s_header_logo {
    width: 128px;
    height: 40px;
  }
}
/* ==========================================================================
search
========================================================================== */
html .mf_finder_container .mf_finder_searchBox .mf_finder_searchBox_query_input {
  background-image: none!important;
}
html .sp-header_search .mf_finder_searchBox .mf_finder_searchBox_query_input {
  background: none!important;
}
/* ==========================================================================
   Layout - Breadcrumbs
   ========================================================================== */
/* Breadcrumbs
   ========================================================================== */
/* .breadcrumbs {
  position: absolute;
  top: 156px;
  left: 0;
  right: 0;
  z-index: 1;
} */
.breadcrumbs > ol {
  margin: 0 auto;
  font-size: 0;
  padding-left: 70px;
  padding-right: 20px;
}
.breadcrumbs > ol > li {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.75;
}
.breadcrumbs > ol > li:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 6px;
  background: url(../../common/img/parts/icon_bread_arrow.svg) center 0 no-repeat;
  background-size: 10px 2px;
}
.breadcrumbs > ol > li:last-child:after {
  display: none;
}
.breadcrumbs > ol > li a {
  text-decoration: none;
  color: #B1B1B1;
}
.breadcrumbs > ol > li a:hover {
  color: var(--vivid-orange);
}
.breadcrumbs > ol > li > span {
  color: #484C51;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.breadcrumbs > ol > li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .breadcrumbs > ol {
    padding-left: 20px;
  }

  .breadcrumbs > ol > li > a > span {
    font-size: 13px;
  }

  .breadcrumbs > ol > li > span {
    font-size: 13px;
  }
}
/* ==========================================================================
Layout - Content
========================================================================== */
/* Content
========================================================================== */
.content {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-category-case .content,
.page-category-about .content,
.page-category-ir .content,
.page-category-service .content,
.page-category-recruit .content,
.page-category-contact .content,
.page-category-partner .content,
.page-category-csr .content,
.page-category-esg  .content{
  background-color: #f1f7fb;
  background-size: 2000px;
  background-position: center 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 2001px) {
  .page-category-case .content,
  .page-category-about .content,
  .page-category-ir .content,
  .page-category-service .content,
  .page-category-recruit .content,
  .page-category-contact .content,
  .page-category-partner .content,
  .page-category-csr .content,
  .page-category-esg  .content {
    background-size: 100% auto;
  }
}
.page-category-case .content {
  background-image: url(/common/img/parts/mv_case.png);
}
.page-category-about .content {
  background-image: url(/common/img/parts/mv_about.png);
}
.page-category-ir .content {
  background-image: url(/common/img/parts/mv_ir.png);
}
.page-category-service .content {
  background-image: url(/common/img/parts/mv_service.png);
}
.page-category-recruit .content {
  background-image: url(/common/img/parts/mv_recruit.png);
}
.page-category-contact .content {
  background-image: url(/common/img/parts/mv_contact.png);
}
.page-category-partner .content {
  background-image: url(/common/img/parts/mv_partner.png);
}
.page-category-csr .content {
  background-image: url(/common/img/parts/mv_csr.png);
}
.page-category-esg .content {
  background-image: url(/common/img/parts/mv_esg.png);
}
@media screen and (max-width: 600px) {
  .content {
    margin-top: 50px;
    padding: 24px 0 0;
  }
  .page-category-case .content,
  .page-category-about .content,
  .page-category-ir .content,
  .page-category-service .content,
  .page-category-recruit .content,
  .page-category-contact .content,
  .page-category-partner .content,
  .page-category-csr .content {
    background-size: 100% auto;
  }
  .simple_header + .content {
    margin-top: 0;
  }
}
@media screen and (max-width: 539px) {
  .page-category-case .content,
  .page-category-about .content,
  .page-category-ir .content,
  .page-category-service .content,
  .page-category-recruit .content,
  .page-category-contact .content,
  .page-category-partner .content,
  .page-category-csr .content {
    background-color: #f1f7fb;
    background-size: 539px;
    background-position: center 0;
    background-repeat: no-repeat;
  }
}
.width-free .content {
  width: 100%;
}
/* Main content
========================================================================== */
.main-content {
  width: 1200px;
  margin: auto;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.width-free .main-content {
  width: auto;
}
@media screen and (max-width: 600px) {
  .main-content {
    width: 100%;
  }
}
.content_inner {
  width: 880px;
  float: left;
  margin: 82px auto 0;
  background: #fff;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 20px -11px #000000;
          box-shadow: 0 0 20px -11px #000000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.single-column .content_inner {
  width: 100%;
  float: none;
}
@media screen and (max-width: 600px) {
  .content_inner {
    width: auto;
    float: none;
    margin: 24px 10px 0;
    padding: 20px 10px;
  }
  .single-column .content_inner {
    width: auto;
  }
}
/* Sidenav
========================================================================== */
.sidenav {
  width: 280px;
  margin-top: 82px;
  float: right;
}
@media screen and (max-width: 600px) {
  .sidenav {
    width: 100%;
    margin: 0;
    float: none;
    border-bottom: 1px solid #ced0d1;
  }
}
.sidenav_list {
  border-radius: 10px;
  border: 2px solid #fd6f31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .sidenav_list {
    border: none;
    border-radius: 0;
  }
}
.sidenav_list_totop {
  margin-top: -2px;
}
.sidenav_list_totop p {
  display: table;
  width: 100%;
  border: none;
}
.sidenav_list_totop p a {
  display: table-cell;
  width: 100%;
  height: 80px;
  margin: 0 -2px;
  padding: 10px 40px 10px 20px;
  font-size: 2rem;
  font-weight: 400;
  background: url(/common/img/parts/icon_sidenav_arrow_white.png) 245px center no-repeat;
  background-size: 16px 14px;
  background-color: #fd6f31;
  color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.sidenav_list_totop p a:hover {
  background-color: #ff9566;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .sidenav_list_totop {
    margin-top: 0;
  }
  .sidenav_list_totop p a {
    background-image: none;
    height: 72px;
    margin: 0;
    position: relative;
  }
  .sidenav_list_totop p a:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 14px;
    background: url(/common/img/parts/icon_sidenav_arrow_white.png) 0 0 no-repeat;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
  }
}
.sidenav_list_parent > p {
  display: table;
  width: 100%;
  height: 60px;
  border-top: 1px solid #fd6f31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
}
.sidenav_list_parent > p > a {
  position: relative;
  display: table-cell;
  padding: 10px 20px;
  background: #fff;
  color: #444;
  vertical-align: middle;
}
.sidenav_list_parent > p > a:hover {
  color: #29bdaa;
  text-decoration: none;
}
.sidenav_list_parent > p > a:after {
  position: absolute;
  background: 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidenav_list_parent > p > a.has-child {
  background: #fffbee;
}
.sidenav_list_parent > p > a.has-child:after {
  content: '';
  width: 14px;
  height: 8px;
  background-image: url(/common/img/parts/icon_sidenav_arrow_orange.png);
  right: 13px;
}
.sidenav_list_parent > p > a.is-current {
  color: #fd6f31;
  font-weight: 500;
  background: #ffe1d6;
}
.sidenav_list_parent > p > a.is-current:hover {
  color: #29bdaa;
}
@media screen and (max-width: 600px) {
  .sidenav_list_parent > p > a.is-current {
    background-color: inherit;
  }
}
@media screen and (max-width: 600px) {
  .sidenav_list_parent.opt-pdf > p > a:after {
    content: '';
    width: 16px;
    height: 17px;
    background-image: url(/common/img/parts/icon_pdf.png);
    right: 0;
  }
}
.sidenav_list_parent.blank > p > a:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url(/common/img/parts/icon_blank.png);
  right: 14px;
}
@media screen and (max-width: 600px) {
  .sidenav_list_parent.blank > p > a:after {
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .sidenav_list_parent > p {
    border-top: none;
    padding: 0 15px;
    background: #fff;
    font-weight: 500;
  }
  .sidenav_list_parent > p > a {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
  }
  .sidenav_list_parent > p > a:hover,
  .sidenav_list_parent > p > a.is-current:hover {
    color: #444;
  }
  .sidenav_list_parent > p > a:after,
  .sidenav_list_parent > p > a.is-current:after,
  .sidenav_list_parent > p > a.has-child:after {
    content: '';
    width: 16px;
    height: 14px;
    background-image: url(/common/img/parts/arrow_btn_off_pc.png);
    right: 0;
  }
}
.sidenav_list_child {
  display: none;
}
.is-current + .sidenav_list_child {
  display: block;
}
.sidenav_list_child li {
  display: table;
  width: 100%;
  border-top: 1px dashed #fd6f31;
}
.sidenav_list_child li a {
  display: table-cell;
  width: 100%;
  height: 60px;
  padding: 10px 40px 10px 34px;
  font-size: 1.6rem;
  font-weight: 400;
  background: #fffbee;
  color: #444;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.sidenav_list_child li a:hover {
  color: #29bdaa;
  text-decoration: none;
}
.sidenav_list_child li a.is-current {
  color: #fd6f31;
  font-weight: 500;
  background: #ffe1d6;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .is-current + .sidenav_list_child {
    display: none;
  }
  .sidenav_list_child li a:hover {
    color: #444;
  }
}
.sidenav_banner {
  margin-top: 30px;
}
.sidenav_banner li {
  margin-top: 10px;
  background: #fff;
}
.sidenav_banner li:first-child {
  margin-top: 0;
}
.sidenav_banner li a {
  display: block;
}
.sidenav_banner li a:hover {
  opacity: .7;
}
.sidenav_banner li a img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .sidenav_banner {
    display: none;
  }
}
/* ==========================================================================
   Layout - Footer
   ========================================================================== */
/* Page footer
   ========================================================================== */
.footer {
  margin: auto;
  background-color: #fff;
  position: relative;
}
.footer_inner {
  display: table;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: auto;
  padding: 76px 0;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 600px) {
  .footer_inner {
    max-width: 100%;
    margin: 0;
    padding: 40px 0 20px;
  }
}
.footer_logo {
  display: table-cell;
  vertical-align: top;
  margin-top: 2px;
}
.footer_logo a {
  display: block;
  width: 232px;
}
.footer_logo a:hover {
  opacity: .7;
}
.footer_logo a img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .footer_logo {
    display: block;
    margin: 0;
  }
  .footer_logo a {
    width: 168px;
    margin: 0 auto;
  }
}
.footer_nav {
  display: inline-table;
  width: 590px;
  margin: 10px 0 0 65px;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .footer_nav {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
}
.footer_nav_inner {
  display: block;
}
.footer_nav_inner ul {
  text-align: left;
  margin: -10px -21px 0;
}
.footer_nav_inner ul li {
  display: inline-block;
  margin: 10px 21px 0;
}
.footer_nav_inner ul li a {
  font-size: 1.4rem;
  color: #222;
  text-decoration: none;
}
.footer_nav_inner ul li a span {
  padding-right: 20px;
  position: relative;
}
.footer_nav_inner ul li a span:after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/common/img/layout/footer_blank.png) 0 0 no-repeat;
  background-size: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer_nav_inner ul li a:hover {
  border-bottom: 2px solid #fd6f31;
}
@media screen and (max-width: 600px) {
  .footer_nav_inner ul {
    text-align: center;
    margin: 30px 0;
    padding: 0 10px;
  }
  .footer_nav_inner ul li {
    margin: 10px 10px 0;
  }
}
.footer_nav_sns_wrap {
  display: table;
  text-align: left;
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .footer_nav_sns_wrap {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border-top: 1px solid #ced0d1;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.footer_nav_sns_title {
  display: table-cell;
  font-size: 1.6rem;
  vertical-align: middle;
  color: #666;
}
@media screen and (max-width: 600px) {
  .footer_nav_sns_title {
    display: block;
    margin-top: 22px;
    font-size: 1.4rem;
  }
}
.footer_nav_sns {
  display: inline-table;
  margin-left: 25px;
}
.footer_nav_sns li {
  display: table-cell;
  font-size: 1.6rem;
  vertical-align: middle;
}
.footer_nav_sns li a {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .footer_nav_sns {
    display: block;
    margin: 10px 0 20px;
    text-align: center;
  }
  .footer_nav_sns li {
    display: inline-block;
  }
}
.footer_nav_sns_inner {
  display: table;
}
.footer_nav_sns_inner a {
  display: block;
  margin: 0 15px;
}
.footer_nav_sns_inner a:hover {
  border: none;
  opacity: .7;
}
.footer_nav_sns_inner a ul {
  display: table-cell;
  vertical-align: middle;
}
.footer_nav_sns_inner a img {
  width: 30px;
}
.footer_nav_sns_inner a p {
  font-weight: bold;
  color: #222;
  margin-left: 15px;
}
@media screen and (max-width: 600px) {
  .footer_nav_sns_inner {
    display: inline-block;
    margin: 8px 15px 0;
  }
  .footer_nav_sns_inner a {
    margin: 0;
  }
  .footer_nav_sns_inner a ul {
    display: table;
  }
  .footer_nav_sns_inner a ul li {
    display: table-cell;
    vertical-align: middle;
  }
}
.footer_banner {
  display: table-cell;
  min-height: 90px;
  border-left: 1px solid #ced0d1;
  vertical-align: middle;
}
.footer_banner li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.footer_banner li a {
  display: block;
}
.footer_banner li a:hover {
  opacity: .7;
}
@media screen and (max-width: 600px) {
  .footer_banner {
    display: block;
    border-left: none;
    border-top: 1px solid #ced0d1;
    padding: 20px 0 0;
    margin: 0;
    min-height: 0;
  }
  .footer_banner li {
    margin: 0;
  }
}
.footer_banner .footer_banner_price img {
  width: 88px;
}
.footer_banner .footer_banner_jpx img {
  width: 63px;
}
@media screen and (max-width: 600px) {
  .footer_banner .footer_banner_jpx {
    margin-left: 30px;
  }
}
.footer_banner .footer_banner_privacy img {
  width: 70px;
}
@media screen and (max-width: 600px) {
  .footer_banner .footer_banner_privacy {
    margin-left: 25px;
  }
}
.footer_copyright_wrap {
  position: relative;
}
.footer_copyright {
  background: #ff903e;
  padding: 22px 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .footer_copyright {
    padding: 24px 0 16px;
  }
}
.footer_copyright_inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 73px 0 83px;
}
@media screen and (max-width: 600px) {
  .footer_copyright_inner {
    padding: 0 10px;
  }
}
.footer_copyright_list {
  float: left;
  line-height: 0;
  max-width: 50%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_copyright_list li {
  float: left;
}
.footer_copyright_list li:last-child a {
  border-right: 1px solid #fff;
}
.footer_copyright_list li a {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
  padding: 0 10px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  .footer_copyright_list {
    float: none;
    max-width: 100%;
    padding: 0;
  }
  .footer_copyright_list li {
    float: none;
    text-align: center;
    margin-top: 14px;
  }
  .footer_copyright_list li:first-child {
    margin-top: 0;
  }
  .footer_copyright_list li:last-child a {
    border: none;
  }
  .footer_copyright_list li a {
    border: none;
    padding: 0;
  }
}
.footer_copyright_text {
  float: right;
  max-width: 50%;
  margin-top: 6px;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer_copyright_text {
    max-width: 100%;
    float: none;
    margin: 26px auto 0;
    text-align: center;
  }
}
/* Return Top Link
  ========================================================================== */
.footer_return-top {
  position: fixed;
  top: auto;
  bottom: 94px;
  right: 10px;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 600px) {
  .footer_return-top {
    position: fixed;
    top: auto;
    bottom: 78px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
}
.footer_return-top.is-fixed {
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 94px;
}
@media screen and (max-width: 600px) {
  .footer_return-top.is-fixed {
    bottom: 78px;
  }
}
.footer_return-top.is-show {
  opacity: 1;
}
.footer_return-top a {
  display: block;
}
.footer_return-top a:hover {
  opacity: .7;
}
.footer_return-top a img {
  width: 46px;
}
/* ==========================================================================
   Simple footer
   ========================================================================== */
/* ==========================================================================
Parts module
========================================================================== */
/* Heading
========================================================================== */
.mod-content-icon {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .mod-content-icon {
    margin-top: 13px;
  }
}
.mod-content-icon_img {
  display: table;
  margin: 0 auto;
}
figure.mod-content-icon_img {
    width: 54px;
}
.mod-content-icon_img img {
  max-width: 100px;
}
img.mod-content-icon_esg_img{
  max-width: 70px;
}
@media screen and (max-width: 600px) {
  .mod-content-icon_img img {
    max-width: 80px;
  }
}
.mod-content-icon_text {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #29bdaa;
}
/* Title
========================================================================== */
.mod-page-title {
  margin-top: 12px;
  text-align: center;
}
.mod-content-icon + .mod-page-title {
  margin-top: 0;
}
.mod-page-title h1,
.mod-page-title h2,
.mod-page-title h3,
.mod-page-title h4,
.mod-page-title h5,
.mod-page-title h6 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}
@media screen and (max-width: 600px) {
  .mod-page-title {
    margin-top: 0;
    padding: 0 10px;
  }
  .mod-content-icon + .mod-page-title {
    margin-top: 8px;
  }
  .mod-page-title h1,
  .mod-page-title h2,
  .mod-page-title h3,
  .mod-page-title h4,
  .mod-page-title h5,
  .mod-page-title h6 {
    font-size: 2.6rem;
  }
}
.mod-section-title {
  display: block;
  margin-bottom: 30px;
  padding: 0 0 16px;
  border-bottom: #fd6f31 1px dotted;
}
.mod-section-title h1,
.mod-section-title h2,
.mod-section-title h3,
.mod-section-title h4,
.mod-section-title h5,
.mod-section-title h6 {
  display: table-cell;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222222;
}
.mod-section-title + div,
.mod-section-title + p,
.mod-section-title + ul,
.mod-section-title + ol,
.mod-section-title + dl,
.mod-section-title + table,
.mod-section-title + section,
.mod-section-title + figure {
  margin-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .mod-section-title {
    margin-bottom: 25px;
  }
  .mod-section-title h1,
  .mod-section-title h2,
  .mod-section-title h3,
  .mod-section-title h4,
  .mod-section-title h5,
  .mod-section-title h6 {
    font-size: 2.2rem;
  }
}
.mod-local-title {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 22px;
  padding: 8px 30px;
  background: #fff5d4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-local-title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: auto;
  background: #fd6f31;
  border-radius: 2px;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: 10px auto;
}
.mod-local-title h1,
.mod-local-title h2,
.mod-local-title h3,
.mod-local-title h4,
.mod-local-title h5,
.mod-local-title h6 {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}
.mod-local-title + div,
.mod-local-title + p,
.mod-local-title + ul,
.mod-local-title + ol,
.mod-local-title + dl,
.mod-local-title + table,
.mod-local-title + section,
.mod-local-title + figure {
  margin-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .mod-local-title {
    margin-bottom: 20px;
  }
  .mod-local-title h1,
  .mod-local-title h2,
  .mod-local-title h3,
  .mod-local-title h4,
  .mod-local-title h5,
  .mod-local-title h6 {
    font-size: 2rem;
  }
}
.mod-sub-title {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-sub-title:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fd6f31;
  bottom: 0;
  left: 0;
}
.mod-sub-title h1,
.mod-sub-title h2,
.mod-sub-title h3,
.mod-sub-title h4,
.mod-sub-title h5,
.mod-sub-title h6 {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}
.mod-sub-title + div,
.mod-sub-title + p,
.mod-sub-title + ul,
.mod-sub-title + ol,
.mod-sub-title + dl,
.mod-sub-title + table,
.mod-sub-title + section,
.mod-sub-title + figure {
  margin-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .mod-sub-title {
    margin-bottom: 20px;
  }
  .mod-sub-title h1,
  .mod-sub-title h2,
  .mod-sub-title h3,
  .mod-sub-title h4,
  .mod-sub-title h5,
  .mod-sub-title h6 {
    font-size: 1.8rem;
  }
}
.mod-mini-title {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}
.mod-mini-title h1,
.mod-mini-title h2,
.mod-mini-title h3,
.mod-mini-title h4,
.mod-mini-title h5,
.mod-mini-title h6 {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}
.mod-mini-title + div,
.mod-mini-title + p,
.mod-mini-title + ul,
.mod-mini-title + ol,
.mod-mini-title + dl,
.mod-mini-title + table,
.mod-mini-title + section,
.mod-mini-title + figure {
  margin-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .mod-mini-title {
    margin-bottom: 15px;
  }
  .mod-mini-title h1,
  .mod-mini-title h2,
  .mod-mini-title h3,
  .mod-mini-title h4,
  .mod-mini-title h5,
  .mod-mini-title h6 {
    font-size: 1.6rem;
  }
}
/* Text
========================================================================== */
.mod-catchcopy {
  margin-top: 28px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fd6f31;
}
.mod-catchcopy:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-catchcopy {
    font-size: 2rem;
  }
}
.mod-small-catchcopy {
  margin-top: 32px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fd6f31;
}
.mod-small-catchcopy:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-small-catchcopy {
    font-size: 1.7rem;
  }
}
.mod-small-text {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  color: #444;
}
.mod-small-text:first-child {
  margin-top: 0;
}
.mod-text {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #444;
}
.mod-text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-text {
    font-size: 1.4rem;
  }
}
.mod-large-text {
  margin-top: 22px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  color: #444;
}
.mod-large-text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-large-text {
    font-size: 1.6rem;
  }
}
/* Link
========================================================================== */
.mod-link {
  color: #0673d9;
}
.mod-link > a:link,
.mod-link > button:link,
.mod-link > input[type="submit"]:link,
.mod-link > input[type="reset"]:link,
.mod-link > a:visited,
.mod-link > button:visited,
.mod-link > input[type="submit"]:visited,
.mod-link > input[type="reset"]:visited {
  text-decoration: underline;
}
.mod-link > a:hover,
.mod-link > button:hover,
.mod-link > input[type="submit"]:hover,
.mod-link > input[type="reset"]:hover,
.mod-link > a:active,
.mod-link > button:active,
.mod-link > input[type="submit"]:active,
.mod-link > input[type="reset"]:active {
  text-decoration: none;
}
.mod-link-arrow {
  margin-top: 20px;
}
.mod-link-arrow:first-child {
  margin-top: 0;
}
.mod-link-arrow a {
  display: inline-block;
  padding-left: 24px;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  color: #444;
}
.mod-link-arrow a:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 14px;
  background-image: url(/common/img/parts/arrow_btn_off_pc.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 6px;
  left: 0;
}
.mod-link-arrow a:hover {
  text-decoration: underline;
  color: #f8a66b;
}
.mod-link-arrow a:hover:before {
  background-image: url(/common/img/parts/arrow_btn_off02_pc.png);
}
.mod-link-arrow.opt-yellow a:before {
  background-image: url(/common/img/parts/arrow_btn_off02_pc.png);
}
.mod-link-arrow.opt-yellow a:hover:before {
  background-image: url(/common/img/parts/arrow_btn_on_pc.png);
}
@media screen and (max-width: 600px) {
  .mod-link-arrow a {
    padding-left: 22px;
    font-size: 1.4rem;
  }
  .mod-link-arrow a:before {
    top: 3px;
  }
}
.mod-link-strong {
  margin-top: 20px;
}
.mod-link-strong:first-child {
  margin-top: 0;
}
.mod-link-strong > a,
.mod-link-strong > span {
  display: inline-block;
  padding-left: 32px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #444;
}
.mod-link-strong > a:before,
.mod-link-strong > span:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(/common/img/parts/arrow_btn_strong_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 2px;
  left: 0;
}
.mod-link-strong > a:hover,
.mod-link-strong > span:hover {
  text-decoration: underline;
  color: #29bdaa;
}
.mod-link-strong > a:hover:before,
.mod-link-strong > span:hover:before {
  content: "";
  background: url(/common/img/parts/arrow_btn_strong_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  .mod-link-strong a {
    padding-left: 28px;
    font-size: 1.4rem;
  }
  .mod-link-strong a:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
  .mod-link-strong a:hover {
    text-decoration: none;
    color: #444;
  }
  .mod-link-strong a:hover:before {
    background: url(/common/img/parts/arrow_btn_strong_off.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.mod-link-anchor {
  margin-top: 20px;
}
.mod-link-anchor:first-child {
  margin-top: 0;
}
.mod-link-anchor a {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
  text-decoration: underline;
  color: #0673d9;
}
.mod-link-anchor a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: url(/common/img/parts/arrow_btn_black.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 4px;
  left: 0;
}
.mod-link-anchor a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .mod-link-anchor a {
    padding-left: 18px;
    font-size: 1.4rem;
  }
  .mod-link-anchor a:before {
    top: 3px;
  }
}
.mod-link-anchor_wrap {
  margin-top: 20px;
  overflow: hidden;
}
.mod-link-anchor_wrap:first-child {
  margin-top: 0;
}
.mod-link-anchor_wrap li {
  float: left;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  margin-top: 10px;
  margin-left: -1px;
}
.mod-link-anchor_wrap li a {
  padding: 8px 22px 8px 40px;
  text-decoration: none;
}
.mod-link-anchor_wrap li a:hover {
  text-decoration: underline;
}
.mod-link-anchor_wrap li a:before {
  top: 12px;
  left: 20px;
}
@media screen and (max-width: 600px) {
  .mod-link-anchor_wrap li {
    display: block;
    float: none;
    width: 100%;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .mod-link-anchor_wrap li:first-child {
    border-top: 1px solid #d8d8d8;
  }
  .mod-link-anchor_wrap li a {
    display: block;
    padding: 16px 4px 16px 28px;
  }
  .mod-link-anchor_wrap li a:before {
    top: 17px;
    left: 10px;
  }
}
.anchor-adjust:before {
  content: '';
  display: block;
  height: 68px;
  margin-top: -68px;
}
@media screen and (max-width: 600px) {
  .anchor-adjust:before {
    height: 50px;
    margin-top: -50px;
  }
}
/* Icon
========================================================================== */
.mod-icon-pdf,
.mod-img-pdf,
.mod-icon-xls,
.mod-img-xls,
.mod-icon-blank {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: inline-block;
  /* display: inline; */
  zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -1px;
  height: 1em;
  margin: 0 .2em;
  background: no-repeat center center;
  background-size: 100%;
}
.mod-icon-pdf {
  width: 24px;
  background-image: url(/common/img/parts/icon_pdf_inline.png);
}
.mod-img-pdf {
  width: 16px;
  height: 17px;
  background-image: url(/common/img/parts/icon_pdf.png);
}
.mod-icon-xls {
  width: 24px;
  background-image: url(/common/img/parts/icon_xls_inline.png);
}
.mod-img-xls {
  width: 16px;
  height: 17px;
  background-image: url(/common/img/parts/icon_xls.png);
}
.mod-icon-blank {
  width: 12px;
  background-image: url(/common/img/parts/icon_blank.png);
}
.sidenav_list_child li a:hover .mod-icon-blank,
.sidenav_list_parent p a:hover .mod-icon-blank {
  background-image: url(/common/img/parts/icon_blank_green.png);
}
/* Unordered/Ordered list
========================================================================== */
.mod-ul {
  margin-top: 20px;
  padding-left: 10px;
}
.mod-ul:first-child {
  margin-top: 0;
}
.mod-ul > li {
  margin: 12px 0 0 10px;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
}
.mod-table .mod-ul > li {
  margin: 0 0 0 4px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .mod-ul {
    padding-left: 20px;
  }
  .mod-ul > li {
    font-size: 1.4rem;
  }
}

.mod-ul_2 {
  padding-left: 30px;
}
/*.mod-ul_2:first-child {
  margin-top: 0;
}*/
.mod-ul_2 > li {
  margin: 12px 0 0 10px;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
}
.mod-table .mod-ul_2 > li {
  margin: 0 0 0 4px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .mod-ul_2 {
    padding-left: 30px;
  }
  .mod-ul_2 > li {
    font-size: 1.4rem;
  }
}


.mod-ol {
  margin-top: 20px;
  padding-left: 10px;
}
.mod-ol:first-child {
  margin-top: 0;
}
.mod-ol > li {
  margin: 12px 0 0 10px;
  padding-left: 6px;
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
  list-style-type: decimal;
}
.mod-table .mod-ol > li {
  margin: 0 0 0 4px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.mod-ol.opt-ol-index > li {
  position: relative;
  zoom: 1;
  list-style-type: none;
}
.mod-ol.opt-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: -2em;
}
@media screen and (max-width: 600px) {
  .mod-ol {
    padding-left: 20px;
  }
  .mod-ol > li {
    font-size: 1.4rem;
  }
}
.mod-dl {
  margin-top: 20px;
  padding-left: 10px;
}
.mod-dl:first-child {
  margin-top: 0;
}
.mod-dl > dt {
  display: list-item;
  margin: 12px 0 0 10px;
  list-style-type: disc;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  color: #222222;
}
.mod-dl > dd {
  margin: 0 0 0 10px;
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 600px) {
  .mod-dl {
    padding-left: 20px;
  }
  .mod-dl > dt,
  .mod-dl > dd {
    font-size: 1.4rem;
  }
}
.mod-checklist {
  margin-top: 26px;
}
.mod-checklist li {
  position: relative;
  margin-top: 20px;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #222222;
}
.mod-checklist li:first-child {
  margin-top: 0;
}
.mod-checklist li:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 24px;
  background: url(/common/img/parts/icon_check.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 4px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .mod-checklist li {
    margin-top: 8px;
    padding-left: 37px;
    font-size: 2rem;
  }
  .mod-checklist li:before {
    width: 24px;
    height: 20px;
  }
}
.mod-checklist.opt-mini {
  margin-top: 16px;
}
.mod-checklist.opt-mini li {
  position: relative;
  margin-top: 14px;
  padding-left: 26px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.mod-checklist.opt-mini li:first-child {
  margin-top: 0;
}
.mod-checklist.opt-mini li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  background: url(/common/img/parts/icon_check.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 2px;
  left: 0;
}
.mod-categorylist {
  margin-top: 8px;
  overflow: hidden;
  margin-left: -10px;
}
.mod-categorylist li {
  display: table;
  height: 20px;
  margin: 10px 0 0 10px;
  padding: 0 8px;
  border: 1px solid #fd6f31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.mod-categorylist li span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1.65;
  color: #fd6f31;
}
.mod-categorylist li.type-green {
  border-color: #29bdaa;
}
.mod-categorylist li.type-green span {
  color: #29bdaa;
}
.mod-categorylist.opt-large li span {
  font-size: 1.5rem;
}
.content_inner > .mod-categorylist {
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .mod-categorylist {
    margin-left: -8px;
  }
  .mod-categorylist li {
    margin-left: 8px;
  }
}
/* Notes
========================================================================== */
.mod-note {
  margin-top: 20px;
  position: relative;
  padding-left: 1.5em;
  zoom: 1;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}
.mod-note:first-child {
  margin-top: 0;
}
.mod-note > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-note-ul {
  margin-top: 20px;
}
.mod-note-ul:first-child {
  margin-top: 0;
}
.mod-note-ul > li {
  margin-top: 15px;
  position: relative;
  padding-left: 1.5em;
  zoom: 1;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}
.mod-note-ul > li:first-child {
  margin-top: 0;
}
.mod-note-ul > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-note-ol {
  margin-top: 20px;
}
.mod-note-ol:first-child {
  margin-top: 0;
}
.mod-note-ol > li {
  margin-top: 15px;
  position: relative;
  padding-left: 2.5em;
  zoom: 1;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}
.mod-note-ol > li:first-child {
  margin-top: 0;
}
.mod-note-ol > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}

.mod-note-in {
  position: relative;
  padding-left: 0.5em;
  zoom: 1;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}
/* Separator
========================================================================== */
.mod-hr {
  height: 0;
  margin: 34px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #dedede;
}
@media screen and (max-width: 600px) {
  .mod-hr {
    margin: 30px 0;
  }
}
.mod-hr-dotted {
  height: 0;
  margin: 34px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #dedede;
}
@media screen and (max-width: 600px) {
  .mod-hr-dotted {
    margin: 30px 0;
  }
}
/* Baloon
========================================================================== */
.mod-baloon {
  display: table;
  margin-bottom: 28px;
  min-width: 374px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  background: #ff903e;
  padding: 16px 16px 17px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mod-baloon span {
  display: table-cell;
  font-size: 2.4rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.mod-baloon:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 11px;
  background: url(/common/img/parts/icon_baloon.png) 0 0 no-repeat;
  background-size: 100% 100%;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mod-baloon {
    width: 100%;
    min-width: 0;
    height: 60px;
    margin: 0 0 18px;
    padding: 14px 16px 15px;
  }
  .mod-baloon span {
    font-size: 2rem;
  }
}
/* Button
========================================================================== */
.mod-btn {
  margin-top: 32px;
  display: table;
  min-width: 320px;
  border-collapse: separate;
}
.mod-btn:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mod-btn {
    width: 100%;
    min-width: 0;
  }
}
.mod-btn + .mod-btn {
  margin-top: 20px;
}
.mod-btn + .mod-btn:first-child {
  margin-top: 0;
}
.mod-btn a,
.mod-btn button {
  display: table-cell;
  width: 100%;
  height: 50px;
  padding: 12px 32px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #222222;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  border: 2px solid #fd6f31;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}
a.mod-btn_s_font{
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mod-btn a,
  .mod-btn button {
    height: 44px;
    padding: 10px 30px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.mod-btn a:after,
.mod-btn button:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  background: url(/common/img/parts/arrow_btn_off_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.mod-btn a:hover,
.mod-btn button:hover {
  border-color: #f8a66b;
}
.mod-btn a:hover:after,
.mod-btn button:hover:after {
  background: url(/common/img/parts/arrow_btn_off02_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.mod-btn.opt-center {
  margin-left: auto;
  margin-right: auto;
}
.mod-btn.opt-back a:after,
.mod-btn.opt-back button:after {
  right: auto;
  left: 14px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mod-btn.opt-blank a:after {
  width: 12px;
  height: 12px;
  background: url(/common/img/parts/icon_blank.png) 0 0 no-repeat;
  background-size: 100% 100%;
  right: 13px;
}
.mod-btn.opt-blank-current a:after {
  width: 20px;
  height: 20px;
  background: url(/common/img/parts/icon_link.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  right: 13px;
}
.mod-btn.opt-blank.opt-cv a:after {
  background: url(/common/img/parts/icon_blank_white.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.mod-btn.opt-pdf a:after {
  width: 16px;
  height: 17px;
  background: url(/common/img/parts/icon_pdf.png) 0 0 no-repeat;
  background-size: 100% 100%;
  right: 13px;
}
.mod-btn.opt-pdf.opt-cv a:after {
  background: url(/common/img/parts/icon_pdf_white.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.mod-btn.opt-cv a,
.mod-btn.opt-cv button {
  color: #fff;
  background-color: #fd6f31;
}
.mod-btn.opt-cv a:after,
.mod-btn.opt-cv button:after {
  background: url(/common/img/parts/arrow_btn_white.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.mod-btn.opt-cv a:hover,
.mod-btn.opt-cv button:hover {
  background-color: #29bdaa;
}
.mod-btn.opt-sup a,
.mod-btn.opt-sup button {
  border-color: #d6d6d6;
}
.mod-btn.opt-sup a:hover,
.mod-btn.opt-sup button:hover {
  background-color: #f3f3f3;
}
.opt-3clm .mod-btn {
  width: 100%;
  min-width: 260px;
}
.mod-btn-list {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.mod-btn-list:first-child {
  margin-top: 0;
}
.mod-btn-list li {
  display: inline-block;
  width: 320px;
  margin: 10px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .mod-btn-list {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-btn-list li {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .mod-btn-list li:first-child {
    margin-top: 0;
  }
}
.mod-btn-list.opt-3clm {
  margin-left: -1.2%;
  margin-right: -1.2%;
}
.mod-btn-list.opt-3clm li {
  width: 30.9%;
  margin: 10px 1.2%;
}
@media screen and (max-width: 768px) {
  .mod-btn-list.opt-3clm {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-btn-list.opt-3clm li {
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .mod-btn-list.opt-3clm li:first-child {
    margin-top: 0;
  }
}
/* Image
========================================================================== */
.mod-img {
  margin-top: 32px;
  text-align: center;
}
.mod-img:first-child {
  margin-top: 0;
}
.mod-img img {
  max-width: 100%;
  border-radius: 10px;
}
.mod-img figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #65676a;
}
.mod-img figcaption:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-img.opt-w180_sp {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .mod-img.opt-narrow {
    width: 77.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mod-img.opt-w200 {
  max-width: 200px;
}
@media screen and (max-width: 600px) {
  .mod-img.opt-w200 {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mod-catchcopy-img {
  margin-top: 32px;
}
.mod-catchcopy-img:first-child {
  margin-top: 0;
}
.mod-catchcopy-img img {
  max-width: 100%;
  vertical-align: text-bottom;
}
.mod-catchcopy-img figure {
	display: inline-block;
	position: relative;
}
.mod-catchcopy-img figcaption {
  margin-left:10%;
  bottom: 37%;
  font-weight: bold; /*太字に*/
  line-height: 1.2;
  font-size: 4.2rem;
  font-family :Quicksand, sans-serif;/*Google Font*/
  color: white;
  position:absolute;
}
@media screen and (max-width: 600px) {
  .mod-catchcopy-img figcaption {
    font-size: 4.6vw;
  }
}
.mod-catchcopy-local-img {
  margin-top: 32px;
}
.mod-catchcopy-local-img:first-child {
  margin-top: 0;
}
.mod-catchcopy-local-img img {
  max-width: 100%;
  vertical-align: text-bottom;
}
.mod-catchcopy-local-img figure {
	display: inline-block;
	position: relative;
}
.mod-catchcopy-local-img figcaption {
  bottom: 47%;
  width: 100%;
  text-indent: 6%;
  font-weight: bold; /*太字に*/
  line-height: 1.7;
  font-size: 4rem;
  font-family :Quicksand, sans-serif;/*Google Font*/
  color: white;
  background-color: rgba( 0, 0, 0, 0.4 );
  position:absolute;
}
@media screen and (max-width: 600px) {
  .mod-catchcopy-local-img figcaption {
    font-size: 4.6vw;
  }
}
.mod-section-img {
  margin-top: 32px;
}
.mod-section-img:first-child {
  margin-top: 0;
}
.mod-section-img img {
  max-width: 100%;
  border-radius: 10px;
  vertical-align: text-bottom;
}
.mod-section-img figure {
	display: inline-block;
	position: relative;
}
.mod-section-img figcaption {
  margin-left:8%;
  bottom: 24%;
  font-weight: bold; /*太字に*/
  line-height: 1.2;
  font-size: 4.2rem;
  font-family :Quicksand, sans-serif;/*Google Font*/
  color: white;
  position:absolute;
}
@media screen and (max-width: 600px) {
  .mod-section-img figcaption {
    font-size: 4.9vw;
    margin-top: 10%;
    margin-left: 10%;
  }
}
.mod-link-img {
  margin-top: 32px;
  text-align: center;
}
.mod-link-img:first-child {
  margin-top: 0;
}
.mod-link-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.mod-link-img figcaption {
  width:100%;
  height:100%;
  transform:translate(0%,35%);
  font-weight: bold; /*太字に*/
  font-size: 2.2rem;
  font-family :Quicksand, sans-serif;/*Google Font*/
  line-height:1.6;
  color: white;
  position:absolute;
}
.mod-link-img figcaption:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-link-img img {
    width: 100%;
    height: 100%;
  }
  .mod-link-img figcaption {
    width: 20vw;
    height: 20vw;
    font-weight: bold; /*太字に*/
    font-size: 2vw;
    font-family :Quicksand, sans-serif;/*Google Font*/
    line-height:1.6;
    color: white;
  }
}
.mod-link-img .opt-left {
  width: 200px;
  height: 200px;
  margin: -33% 0% 0% 5%;
  border: 4px #fd6f31 solid;
  border-radius: 10px;
  position:absolute;
}
.mod-link-img .opt-center {
  width: 200px;
  height: 200px;
  margin: -40% 0% 0% 35%;
  border: 4px #fd6f31 solid;
  border-radius: 10px;
  position:absolute;
}
.mod-link-img .opt-right {
  width: 200px;
  height: 200px;
  margin: -33% 0% 0% 65%;
  border: 4px #fd6f31 solid;
  border-radius: 10px;
  position:absolute;
}
.mod-link-img .opt-left:hover,
.mod-link-img .opt-center:hover,
.mod-link-img .opt-right:hover {
  border: 4px #ff9566 solid;
}
@media screen and (max-width: 600px) {
  .mod-link-img .opt-left,
  .mod-link-img .opt-center,
  .mod-link-img .opt-right {
    width: 20vw;
    height: 20vw;
    border: 2px #fd6f31 solid;
  }
  .mod-link-img .opt-left:hover,
  .mod-link-img .opt-center:hover ,
  .mod-link-img .opt-right:hover {
    border: 2px #ff9566 solid;
  }
}
/* Map
========================================================================== */
.mod-link-map {
  margin-top: 20px;
  width: 100%;
  padding-top: 400px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-link-map:first-child {
  margin-top: 0;
}
.mod-link-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: auto;
  right: auto;
}
@media screen and (max-width: 600px) {
  .mod-link-map {
    padding-top: 335px;
  }
}
/* Migration
========================================================================== */
.mod-migration {
  margin-top: 32px;
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 0;
  overflow: hidden;
}
.mod-migration:first-child {
  margin-top: 0;
}
.mod-migration li {
  float: left;
  width: 25%;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -1px;
}
.mod-migration li:nth-child(4n) {
  border-right: none;
}
.mod-migration li:nth-child(-n+4) a {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-migration li {
    float: none;
    width: 100%;
    border-right: none;
    margin-bottom: 0;
  }
  .mod-migration li:last-child {
    border-bottom: none;
  }
}
.mod-migration li a {
  display: table;
  width: 100%;
  min-height: 60px;
  margin-top: 1px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-migration li a span {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5rem;
  color: #444;
}
.mod-migration li a.opt-active {
  background: #fff0ea;
  pointer-events: none;
}
.mod-migration li a.opt-active span {
  color: #fd6f31;
}
.mod-migration li a:hover {
  background-color: #eefaf8;
}
.mod-migration li a:hover span {
  color: #29bdaa;
}
@media screen and (max-width: 600px) {
  .mod-migration li a {
    min-height: 48px;
    margin-top: 0;
    padding: 14px 15px;
    text-align: left;
  }
  .mod-migration li a span {
    font-size: 1.4rem;
  }
}
/* ==========================================================================
Block module
========================================================================== */
/* Column
========================================================================== */
.mod-clm {
  margin-top: 32px;
  overflow: hidden;
}
.mod-clm:first-child {
  margin-top: 0;
}
.mod-clm > li {
  float: left;
  vertical-align: top;
}
.mod-clm > li img {
  width: auto;
}
.mod-clm > li > a:hover .mod-link-strong > span {
  color: #29bdaa;
  text-decoration: underline;
}
.mod-clm > li > a:hover .mod-link-strong > span:before {
  content: "";
  background: url(/common/img/parts/arrow_btn_strong_on.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .mod-clm > li > a:hover .mod-link-strong > span {
    color: #444;
    text-decoration: none;
  }
  .mod-clm > li > a:hover .mod-link-strong > span:before {
    content: "";
    background: url(/common/img/parts/arrow_btn_strong_off.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-clm {
    margin-top: 30px;
  }
  .mod-clm > li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-clm > li img {
    max-width: 100%;
  }
}
.mod-clm.opt-float-right > li {
  float: right;
}
@media screen and (max-width: 768px) {
  .mod-clm.opt-float-right > li {
    float: none;
  }
}
.opt-pc_2clm {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .opt-pc_2clm {
    width: auto;
    margin-left: -1.2%;
    margin-right: -1.2%;
  }
  .opt-pc_2clm > li {
    width: 47.6%;
    margin: 36px 1.2% 0;
  }
  .opt-pc_2clm > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .opt-pc_2clm > li:nth-child(2n+1) {
    clear: both;
  }
}
.opt-pc_3clm {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .opt-pc_3clm {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }
  .opt-pc_3clm > li {
    width: 30.9%;
    margin: 36px 1.2% 0;
  }
  .opt-pc_3clm > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .opt-pc_3clm > li:nth-child(3n+1) {
    clear: both;
  }
  .message > li:first-child {
    margin-left: 50px;
    margin-bottom: 50px;
  }
}
.opt-pc_4clm {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .opt-pc_4clm {
    margin-left: -1%;
    margin-right: -1%;
  }
  .opt-pc_4clm > li {
    width: 23%;
    margin: 36px 1% 0;
  }
  .opt-pc_4clm > li:nth-child(-n + 4) {
    margin-top: 0;
  }
  .opt-pc_4clm > li:nth-child(4n+1) {
    clear: both;
  }
}
.opt-pc_5clm {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .opt-pc_5clm {
    margin-left: -1%;
    margin-right: -1%;
  }
  .opt-pc_5clm > li {
    width: 18%;
    margin: 36px 1% 0;
  }
  .opt-pc_5clm > li:nth-child(-n + 5) {
    margin-top: 0;
  }
  .opt-pc_5clm > li:nth-child(5n+1) {
    clear: both;
  }
}
↩
.opt-pc_6clm {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .opt-pc_6clm {
    margin-left: -1%;
    margin-right: -1%;
  }
  .opt-pc_6clm > li {
    width: 14%;
    margin: 36px 1% 0;
  }
  .opt-pc_6clm > li:nth-child(-n + 6) {
    margin-top: 0;
  }
  .opt-pc_6clm > li:nth-child(6n+1) {
    clear: both;
  }
}

.opt-pc_7clm {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .opt-pc_7clm {
    margin-left: -1%;
    margin-right: -1%;
  }
  .opt-pc_7clm > li {
    width: 12%;
    margin: 36px 1% 0;
  }
  .opt-pc_7clm > li:nth-child(-n + 7) {
    margin-top: 0;
  }
  .opt-pc_7clm > li:nth-child(7n+1) {
    clear: both;
  }
}

@media screen and (max-width: 1024px) {
  .opt-sp_1clm > li {
    width: 100%;
    margin: 34px 0 0 !important;
  }
  .opt-sp_1clm > li img {
    max-width: 100%;
  }
  .opt-sp_1clm > li:first-child {
    margin-top: 0 !important;
  }
  .message > li:first-child {
    margin-bottom: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .opt-sp_2clm {
    margin-left: -15px;
    text-align: center;
  }
  .opt-sp_2clm > li {
    width: 50%;
    padding-left: 15px;
    margin: 15px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .opt-sp_2clm > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .opt-sp_2clm > li img {
    max-width: 100%;
    width: 100%;
  }
}

.opt-sp_3clm {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .opt-sp_3clm {
    margin-left: -1.2%;
    padding-left: 15px;
    margin-right: -1.2%;
     -webkit-box-sizing: border-box;
             box-sizing: border-box;   
  }
  .opt-sp_3clm > li {
    width: 30.9%;
    margin: 36px 1.2% 0;
  }
  .opt-sp_3clm > li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .opt-sp_3clm > li:nth-child(3n+1) {
    clear: both;
  }
  .opt-sp_3clm > li img {
    max-width: 100%;
    width: 100%;
  }  
}

.opt-pc_2clm_inline {
  overflow: hidden;
  width: auto;
}
.opt-float-right .opt-pc_2clm_inline.opt-float-none li {
  float: left;
}
@media screen and (min-width: 768px) {
  .opt-pc_2clm_inline {
    margin-left: -2.3%;
    margin-right: -2.3%;
  }
  .opt-pc_2clm_inline li {
    width: 45.4%;
    margin: 36px 2.3% 0;
    float: left;
  }
  .opt-pc_2clm_inline li:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .opt-pc_2clm_inline li {
    margin-top: 32px;
  }
}
/* Wraparound
========================================================================== */
.mod-wraparound {
  width: 100%;
  margin-top: 36px;
  clear: both;
  overflow: hidden;
}
.mod-wraparound:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-wraparound {
    margin-top: 30px;
  }
  .mod-wraparound.opt-icon {
    position: relative;
  }
}
.mod-wraparound_img {
  width: 31.7%;
  float: left;
  text-align: center;
}
.opt-right .mod-wraparound_img {
  float: right;
}
.opt-wide .mod-wraparound_img {
  width: 48.8%;
}
.opt-narrow .mod-wraparound_img {
  width: 23.2%;
}
.opt-icon .mod-wraparound_img {
  width: 100px;
}
.mod-wraparound_img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .mod-wraparound_img {
    width: 100%;
    float: none;
  }
  .opt-right .mod-wraparound_img {
    float: none;
  }
  .opt-sp_separate .mod-wraparound_img {
    float: left;
    width: 30%;
  }
  .opt-sp_separate.opt-right .mod-wraparound_img {
    float: right;
  }
  .opt-wide .mod-wraparound_img {
    width: 100%;
  }
  .opt-narrow .mod-wraparound_img {
    width: 100%;
  }
  .opt-icon .mod-wraparound_img {
    position: absolute;
    width: 80px;
    top: 0;
    left: 0;
  }
}
.mod-wraparound_content {
  width: 68.3%;
  float: left;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.opt-right .mod-wraparound_content {
  float: right;
  padding-left: 0;
  padding-right: 25px;
}
.opt-wide .mod-wraparound_content {
  width: 51.2%;
}
.opt-narrow .mod-wraparound_content {
  width: 76.8%;
}
.opt-icon .mod-wraparound_content {
  width: auto;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .mod-wraparound_content {
    width: 100%;
    float: none;
    margin-top: 30px;
    padding-left: 0;
  }
  .opt-right .mod-wraparound_content {
    float: none;
    padding-right: 0;
  }
  .opt-sp_separate .mod-wraparound_content {
    float: left;
    width: 66%;
    margin-top: 0;
    margin-left: 4%;
  }
  .opt-sp_separate.opt-right .mod-wraparound_content {
    float: right;
    margin-left: 0;
    margin-right: 4%;
  }
  .opt-wide .mod-wraparound_content {
    width: 100%;
  }
  .opt-narrow .mod-wraparound_content {
    width: 100%;
  }
  .opt-icon .mod-wraparound_content {
    margin-top: 0;
    padding-left: 95px;
  }
}
/* Table
========================================================================== */
.mod-table {
  margin-top: 32px;
  width: 100%;
  table-layout: fixed;
  line-height: 1.6;
  border: 1px solid #dedede;
  border-left: none;
}
.mod-table:first-child {
  margin-top: 0;
}
.mod-table.opt-middle th,
.mod-table.opt-middle td {
  vertical-align: middle;
}
.mod-table caption {
  padding: 0 2px 4px 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #444;
  text-align: right;
}
.mod-table tr {
  border-bottom: 1px solid #dedede;
}
.mod-table tr.opt-highlight {
  border-top: 3px solid #dedede;
}
.mod-table th,
.mod-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-table th.opt-shaded_22deg,
.mod-table td.opt-shaded_22deg {
  background-image: -webkit-linear-gradient(112deg, transparent 50%, #dedede 50%, #dedede 51%, transparent 51%, transparent);
  background-image: linear-gradient(-22deg, transparent 50%, #dedede 50%, #dedede 51%, transparent 51%, transparent);
}
.mod-table th.opt-shaded_45deg,
.mod-table td.opt-shaded_45deg {
  background-image: -webkit-linear-gradient(135deg, transparent 50%, #dedede 50%, #dedede 51%, transparent 51%, transparent);
  background-image: linear-gradient(-45deg, transparent 50%, #dedede 50%, #dedede 51%, transparent 51%, transparent);
}
.mod-table thead th {
  font-size: 1.5rem;
  font-weight: 400;
  background: #fd6f31;
  border-left: 1px solid #dedede;
  vertical-align: middle;
  color: #fff;
}
.mod-table thead th:first-child {
  border: none;
}
.mod-table tbody tr th {
  padding: 11px 30px 12px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  border-left: 1px solid #dedede;
  background: #fff6f2;
  color: #444;
}
.mod-table tbody tr td {
  padding: 11px 30px 12px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  border-left: 1px solid #dedede;
  color: #444;
}
.mod-table tbody tr.opt-align-left {
  text-align: left;
}
.mod-table tbody tr.opt-align-right {
  text-align: right;
}
.mod-table tbody tr.opt-align-center {
  text-align: center;
}
.mod-table tbody th.opt-align-left,
.mod-table tbody td.opt-align-left {
  text-align: left;
}
.mod-table tbody th.opt-align-right,
.mod-table tbody td.opt-align-right {
  text-align: right;
}
.mod-table tbody th.opt-align-center,
.mod-table tbody td.opt-align-center {
  text-align: center;
}
.mod-table.opt-small tr th {
  padding: 10px 17px 11px;
}
.mod-table.opt-small tr td {
  padding: 10px 17px 11px;
}
.mod-table.opt-small tr td a .mod-icon-blank {
  margin-left: 6px;
}
@media screen and (max-width: 600px) {
  .mod-table caption {
    font-size: 1.3rem;
  }
  .mod-table thead th {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
  .mod-table tbody tr th {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
  .mod-table tbody tr td {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
  .mod-table.opt-small tr th {
    padding: 9px 11px 10px;
  }
  .mod-table.opt-small tr td {
    padding: 9px 11px 10px;
  }
  .mod-table.opt-small tr td a .mod-icon-blank {
    margin-left: 6px;
  }
}
@media screen and (max-width: 600px) {
  .mod-scrollable-table {
    overflow-x: auto;
  }
  .mod-scrollable-table .mod-table {
    table-layout: auto;
  }
  .mod-scrollable-table .mod-table th {
    white-space: nowrap;
  }
  .mod-scrollable-table .mod-table td {
    white-space: nowrap;
  }
}
/* ------ collapse width option ------ */
.opt-w10_pc {
  width: 10%;
}
.opt-w11_pc {
  width: 11%;
}
.opt-w12_pc {
  width: 12%;
}
.opt-w13_pc {
  width: 13%;
}
.opt-w14_pc {
  width: 14%;
}
.opt-w15_pc {
  width: 15%;
}
.opt-w16_pc {
  width: 16%;
}
.opt-w17_pc {
  width: 17%;
}
.opt-w18_pc {
  width: 18%;
}
.opt-w19_pc {
  width: 19%;
}
.opt-w20_pc {
  width: 20%;
}
.opt-w25_pc {
  width: 25%;
}
.opt-w30_pc {
  width: 30%;
}
.opt-w33_pc {
  width: 33.3%;
}
.opt-w35_pc {
  width: 35%;
}
.opt-w40_pc {
  width: 40%;
}
.opt-w45_pc {
  width: 45%;
}
.opt-w50_pc {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .opt-wauto_sp {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .opt-w10_sp {
    width: 10%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w11_sp {
    width: 11%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w12_sp {
    width: 12%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w13_sp {
    width: 13%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w14_sp {
    width: 14%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w15_sp {
    width: 15%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w16_sp {
    width: 16%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w17_sp {
    width: 17%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w18_sp {
    width: 18%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w19_sp {
    width: 19%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w20_sp {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w25_sp {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w30_sp {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w33_sp {
    width: 33.3%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w35_sp {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w40_sp {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w45_sp {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .opt-w50_sp {
    width: 50%;
  }
}
.mod-table-contact {
  margin-top: 16px;
  width: 100%;
  text-align: left;
}
.mod-table-contact th {
  width: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-table-contact td {
  font-size: 1.6rem;
  line-height: 2;
  color: #444;
}
@media screen and (max-width: 600px) {
  .mod-table-contact {
    margin-top: 10px;
  }
  .mod-table-contact th {
    min-width: 40px;
    font-size: 1.4rem;
  }
  .mod-table-contact td {
    font-size: 1.4rem;
  }
}
.mod-table-roster {
  display: table;
  width: 300px;
}
.mod-table-roster dt {
  display: inline-table;
  width: 100%;
  margin-top: 10px;
}
.mod-table-roster dt:first-child {
  margin-top: 0;
}
.mod-table-roster dd {
  display: inline-table;
  width: 100%;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 600px) {
  .mod-table-roster {
    width: 100%;
    max-width: 213px;
  }
  .mod-table-roster dt {
    width: 100%;
  }
  .mod-table-roster dd {
    width: 100%;
  }
}
/* DlBox
========================================================================== */
.mod-dl-box {
  display: block;
  width: 100%;
  font-size: 0;
}
.mod-dl-box dt {
  display: inline-block;
  width: 30.5%;
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #444;
  line-height: 1.6;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: top;
}
.mod-dl-box dt:first-child {
  border-top: 1px solid #d8d8d8;
}
.mod-dl-box dd {
  display: inline-block;
  width: 67.1%;
  margin-left: 2.4%;
  padding: 16px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
  border-bottom: 1px solid #d8d8d8;
  vertical-align: top;
}
.mod-dl-box dd:nth-child(2) {
  border-top: 1px solid #d8d8d8;
}
@media screen and (max-width: 600px) {
  .mod-dl-box dt {
    display: block;
    width: 100%;
    padding: 16px 0 0;
    font-size: 1.4rem;
    border-bottom: none;
  }
  .mod-dl-box dd {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 12px 0 18px;
    font-size: 1.4rem;
  }
  .mod-dl-box dd:nth-child(2) {
    border-top: none;
  }
}
/* Aside
========================================================================== */
.mod-aside-box {
  margin-top: 32px;
  padding: 22px 30px 25px;
  border: 1px solid #dedede;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-aside-box:first-child {
  margin-top: 0;
}
.mod-aside-box.opt-appeal {
  margin-top: 40px;
  border-color: #f3936a;
  background-color: #fff6f2;
}
@media screen and (max-width: 600px) {
  .mod-aside-box {
    padding: 24px 20px;
    border-radius: 0;
  }
  .mod-aside-box.opt-appeal {
    margin-top: 30px;
  }
}
.mod-aside-box_title {
  padding-bottom: 18px;
  border-bottom: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.opt-appeal .mod-aside-box_title {
  border-color: #f3936a;
}
.mod-aside-box_title h1,
.mod-aside-box_title h2,
.mod-aside-box_title h3,
.mod-aside-box_title h4,
.mod-aside-box_title h5,
.mod-aside-box_title h6 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #222222;
}
@media screen and (max-width: 600px) {
  .mod-aside-box_title {
    padding-bottom: 16px;
  }
  .mod-aside-box_title h1,
  .mod-aside-box_title h2,
  .mod-aside-box_title h3,
  .mod-aside-box_title h4,
  .mod-aside-box_title h5,
  .mod-aside-box_title h6 {
    font-size: 1.6rem;
  }
}
.mod-aside-box_content {
  margin-top: 12px;
}
.mod-aside-orange {
  margin-top: 40px;
  padding: 32px;
  border-radius: 10px;
  background: #fff4eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .mod-aside-orange {
    margin-top: 30px;
    padding: 26px 15px;
  }
}
.mod-aside-pdf {
  margin-top: 68px;
  padding: 24px 30px 36px;
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .mod-aside-pdf {
    margin-top: 50px;
    padding: 24px 20px;
  }
}
.mod-aside-pdf_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ced0d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-aside-pdf_title h1,
.mod-aside-pdf_title h2,
.mod-aside-pdf_title h3,
.mod-aside-pdf_title h4,
.mod-aside-pdf_title h5,
.mod-aside-pdf_title h6 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #222222;
}
@media screen and (max-width: 600px) {
  .mod-aside-pdf_title {
    padding-bottom: 16px;
  }
  .mod-aside-pdf_title h1,
  .mod-aside-pdf_title h2,
  .mod-aside-pdf_title h3,
  .mod-aside-pdf_title h4,
  .mod-aside-pdf_title h5,
  .mod-aside-pdf_title h6 {
    font-size: 1.6rem;
  }
}
.mod-aside-pdf_content {
  padding-top: 26px;
  font-size: 0;
}
@media screen and (max-width: 600px) {
  .mod-aside-pdf_content {
    padding-top: 20px;
  }
}
.mod-aside-pdf_img {
  display: inline-block;
  margin-top: 4px;
  vertical-align: top;
}
.mod-aside-pdf_img a {
  display: block;
}
.mod-aside-pdf_img a:hover {
  opacity: .7;
}
.mod-aside-pdf_img a img {
  width: 158px;
}
@media screen and (max-width: 600px) {
  .mod-aside-pdf_img {
    display: block;
    margin-top: 0;
  }
}
.mod-aside-pdf_inner {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .mod-aside-pdf_inner {
    display: block;
    margin: 14px 0 0 0;
  }
}
.mod-aside-pdf_text {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .mod-aside-pdf_text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
/* News
========================================================================== */
.mod_news {
  margin-top: 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ced0d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_news:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod_news {
    display: block;
    width: 100%;
    margin: 20px 0 0;
  }
}
.mod_news_list li {
  border-top: 1px solid #ced0d1;
}
.mod_news_list li > a,
.mod_news_list li > .no-link {
  display: block;
  text-decoration: none;
}
.mod_news_list li > a:hover {
  background-color: #fff6f2;
}
.mod_news_list li > a:hover .mod_news_list_text {
  text-decoration: underline;
}
.mod_news_list_inner {
  display: table;
  width: 100%;
  padding: 20px 0;
  word-break: break-all;
  text-decoration: none;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .mod_news_list_inner {
    padding: 17px 0;
  }
}
.mod_news_list_date_wrap {
  display: table;
}
.mod_news_list_date {
  display: table-cell;
  font-size: 1.3rem;
  color: #666;
  vertical-align: middle;
  padding-left: 4px;
}
.mod_news_list_date:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: auto;
}
.mod_news_list_note {
  padding: 2px 0 0 4px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #666;
}
.mod_news_list_category {
  display: table-cell;
  min-width: 120px;
  text-align: center;
  font-size: 1.3rem;
  vertical-align: middle;
  padding: 1px 10px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod_news_list_category.color-red {
  border: 1px solid #f96a78;
  color: #f96a78;
}
.mod_news_list_category.color-orange {
  border: 1px solid #fe9579;
  color: #fd6f31;
}
.mod_news_list_category.color-green {
  border: 1px solid #90cd7b;
  color: #6bb64e;
}
.mod_news_list_category.color-purple {
  border: 1px solid #bd92d1;
  color: #a461c0;
}
.mod_news_list_text {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 3px 0;
}
a .mod_news_list_text {
  color: #0673d9;
}
.no-link .mod_news_list_text {
  color: #444;
}
@media screen and (max-width: 600px) {
  .mod_news_list_text {
    margin-top: 1px;
    font-size: 1.4rem;
  }
}
.mod_news_list_text.opt-pdf:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(/common/img/parts/icon_pdf.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.mod_news_list_text.opt-blank:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/common/img/parts/icon_blank.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
/* Conversion
========================================================================== */
.mod-cv {
  width: 100%;
  padding: 24px 0 40px;
  background: #fff4b8;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-cv:after {
  content: "";
  width: 100%;
  height: 31px;
  position: absolute;
  top: -31px;
  background: url(/common/img/parts/wave_contact.png) center 0 repeat-x;
  background-size: 1366px 31px;
}
@media screen and (max-width: 600px) {
  .mod-cv {
    padding: 22px 10px 30px;
  }
  .mod-cv:after {
    height: 9px;
    top: -9px;
    background-size: 375px 9px;
  }
}
.mod-cv_header {
  max-width: 1366px;
  margin: 0 auto;
  text-align: center;
}
.mod-cv_header_icon {
  max-width: 48px;
  margin: 0 auto;
}
.mod-cv_header_icon img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .mod-cv_header_icon {
    max-width: 37px;
  }
}
.mod-cv_header_title {
  margin-top: 3px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .mod-cv_header_title {
    margin-top: 0;
    font-size: 2.8rem;
  }
}
.mod-cv_header_text {
  margin-top: 7px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.65;
}
@media screen and (max-width: 600px) {
  .mod-cv_header_text {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.mod-cv_contact_wrap {
  max-width: 1366px;
  margin: 36px auto 0;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 600px) {
  .mod-cv_contact_wrap {
    margin: 18px auto 0;
  }
}
.mod-cv_contact {
  display: inline-block;
  width: 580px;
  padding: 46px 38px;
  margin: 0 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  .mod-cv_contact {
    width: 100%;
    margin: 10px 0 0;
    padding: 25px 38px 28px;
  }
}
.mod-cv_contact_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .mod-cv_contact_title {
    font-size: 1.6rem;
  }
}
.mod-cv_contact_btn {
  margin: 17px auto 0;
  width: 100%;
  max-width: 380px;
}
.mod-cv_contact_btn a {
  display: table;
  width: 100%;
  height: 64px;
  padding: 10px 44px;
  background: #fd6f31;
  text-decoration: none;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mod-cv_contact_btn a span {
  display: table-cell;
  font-size: 1.8rem;
  line-height: 1.65;
  color: #fff;
  vertical-align: middle;
}
.mod-cv_contact_btn a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  background: url(/common/img/parts/arrow_btn_white.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.mod-cv_contact_btn a:hover {
  opacity: .7;
}
@media screen and (max-width: 600px) {
  .mod-cv_contact_btn {
    margin-top: 18px;
  }
  .mod-cv_contact_btn a {
    height: 44px;
  }
  .mod-cv_contact_btn a span {
    font-size: 1.4rem;
  }
  .mod-cv_contact_btn a:after {
    width: 16px;
    height: 14px;
    right: 12px;
  }
}
.mod-cv_contact_tel {
  margin: 16px auto 0;
}
.mod-cv_contact_tel a {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  color: #333;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .mod-cv_contact_tel {
    margin-top: 2px;
  }
  .mod-cv_contact_tel a {
    font-size: 2.3rem;
    pointer-events: auto;
  }
}
.mod-cv_contact_time {
  margin-top: 2px;
  font-size: 1.4rem;
  line-height: 1.6;
}
/* Linkbox
========================================================================== */
.mod-linkbox {
  margin-top: 30px;
}
.mod-linkbox + .mod-linkbox {
  margin-top: 20px;
}
.mod-linkbox a {
  display: block;
  border-radius: 10px;
  border: 2px solid #fd6f31;
  text-decoration: none;
}
.mod-linkbox a:hover {
  border-color: #f8a66b;
}
.mod-clm .mod-linkbox {
  margin-top: 0;
}
.mod-linkbox_title {
  display: block;
  width: 100%;
  margin: -2px 0 0;
  padding: 14px 62px;
  background: #fd6f31;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 768px) {
  .mod-linkbox_title {
    display: table;
    height: 40px;
    padding: 9px 32px;
  }
}
.mod-linkbox_title span {
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mod-linkbox_title span {
    font-size: 1.6rem;
  }
}
.mod-linkbox_title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/common/img/parts/arrow_btn_white_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 12px;
  left: 23px;
}
@media screen and (max-width: 768px) {
  .mod-linkbox_title:before {
    width: 18px;
    height: 18px;
    top: 11px;
    left: 10px;
  }
}
.mod-linkbox a:hover .mod-linkbox_title {
  background: #f8a66b;
}
.mod-linkbox a:hover .mod-linkbox_title:before {
  background: url(/common/img/parts/arrow_btn_white02_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.opt-blank .mod-linkbox_title span:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 2px 9px;
  background: url(/common/img/parts/icon_blank_white.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .opt-blank .mod-linkbox_title span:after {
    margin: 0 0 0 5px;
  }
}
.mod-link_content {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mod-link_content {
    padding: 13px;
  }
}
.mod-link_content.opt-icon_bag {
  position: relative;
  padding-left: 144px;
  min-height: 148px;
}
.mod-link_content.opt-icon_bag:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(/common/img/parts/icon_bag_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 24px;
  left: 24px;
}
.mod-linkbox a:hover .mod-link_content.opt-icon_bag:before {
  background: url(/common/img/parts/icon_bag_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .mod-link_content.opt-icon_bag {
    padding-left: 108px;
    min-height: 110px;
  }
  .mod-link_content.opt-icon_bag:before {
    width: 80px;
    height: 80px;
    top: 13px;
    left: 13px;
  }
}
.mod-link_content.opt-icon_sign {
  position: relative;
  padding-left: 144px;
  min-height: 148px;
}
.mod-link_content.opt-icon_sign:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(/common/img/parts/icon_sign_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 24px;
  left: 24px;
}
.mod-linkbox a:hover .mod-link_content.opt-icon_sign:before {
  background: url(/common/img/parts/icon_sign_off.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .mod-link_content.opt-icon_sign {
    padding-left: 108px;
    min-height: 110px;
  }
  .mod-link_content.opt-icon_sign:before {
    width: 80px;
    height: 80px;
    top: 13px;
    left: 13px;
  }
}
.mod-link_content.opt-icon_interview {
  position: relative;
  padding-left: 144px;
  min-height: 148px;
}
.mod-link_content.opt-icon_interview:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(/ir/investor/img/interview.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  top: 24px;
  left: 24px;
}
.mod-linkbox a:hover .mod-link_content.opt-icon_interview:before {
  background: url(/ir/investor/img/interview.jpg) 0 0 no-repeat;
  background-size: 100% auto;
}

/* sustainability content description
 ==========================================================================*/
 .esg_message{
  font-size:10px;
  border: 2px dotted #fd6f31;
  background-color: #fff5d4;
  border-radius: 10px;
  margin:  0 auto;
  padding: 4%;
  line-height:32px;
}
@media screen and (max-width: 600px) {
  .esg_message {
    font-size: 8px;
  }
}
/* ==========================================================================
   Form module
   ========================================================================== */
/* Form
   ========================================================================== */
/* Input
   ========================================================================== */
/* Select
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Space
   ========================================================================== */
.space-section-near {
  margin-top: 35px;
}
.space-section-near:first-child {
  margin-top: 0;
}
.space-section-normal {
  margin-top: 65px;
}
.space-section-normal:first-child {
  margin-top: 0;
}
.space-section-far {
  margin-top: 90px;
}
.space-section-far:first-child {
  margin-top: 0;
}
.space-near {
  margin-top: 15px;
}
.space-near:first-child {
  margin-top: 0;
}
.space-normal {
  margin-top: 20px;
}
.space-normal:first-child {
  margin-top: 0;
}
.space-far {
  margin-top: 32px;
}
.space-far:first-child {
  margin-top: 0;
}
.space-none {
  margin-top: 0 !important;
}
/* Font size
   ========================================================================== */
.size-xsmall {
  font-size: 75% !important;
}
.size-xsmall .size-xsmall {
  font-size: 100% !important;
}
.size-small .size-xsmall {
  font-size: 85.71% !important;
}
.size-large .size-xsmall {
  font-size: 66.67% !important;
}
.size-xlarge .size-xsmall {
  font-size: 60% !important;
}
.size-xxlarge .size-xsmall {
  font-size: 54.55% !important;
}
h1.size-xsmall,
h2.size-xsmall,
h3.size-xsmall,
h4.size-xsmall,
h5.size-xsmall,
h6.size-xsmall,
dt.size-xsmall,
dd.size-xsmall,
li.size-xsmall,
caption.size-xsmall,
col.size-xsmall,
th.size-xsmall,
td.size-xsmall,
p.size-xsmall,
address.size-xsmall,
figcaption.size-xsmall {
  font-size: 1.2em !important;
}
.size-small {
  font-size: 87.5% !important;
}
.size-xsmall .size-small {
  font-size: 116.67% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 77.78% !important;
}
.size-xlarge .size-small {
  font-size: 70% !important;
}
.size-xxlarge .size-small {
  font-size: 63.64% !important;
}
h1.size-small,
h2.size-small,
h3.size-small,
h4.size-small,
h5.size-small,
h6.size-small,
dt.size-small,
dd.size-small,
li.size-small,
caption.size-small,
col.size-small,
th.size-small,
td.size-small,
p.size-small,
address.size-small,
figcaption.size-small {
  font-size: 1.4em !important;
}
.size-medium {
  font-size: 100% !important;
}
.size-xsmall .size-medium {
  font-size: 133.33% !important;
}
.size-small .size-medium {
  font-size: 114.29% !important;
}
.size-large .size-medium {
  font-size: 88.89% !important;
}
.size-xlarge .size-medium {
  font-size: 80% !important;
}
.size-xxlarge .size-medium {
  font-size: 72.73% !important;
}
h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
h5.size-medium,
h6.size-medium,
dt.size-medium,
dd.size-medium,
li.size-medium,
caption.size-medium,
col.size-medium,
th.size-medium,
td.size-medium,
p.size-medium,
address.size-medium,
figcaption.size-medium {
  font-size: 1.6em !important;
}
.size-large {
  font-size: 112.5% !important;
}
.size-xsmall .size-large {
  font-size: 150% !important;
}
.size-small .size-large {
  font-size: 128.57% !important;
}
.size-large .size-large {
  font-size: 100% !important;
}
.size-xlarge .size-large {
  font-size: 90% !important;
}
.size-xxlarge .size-large {
  font-size: 81.82% !important;
}
h1.size-large,
h2.size-large,
h3.size-large,
h4.size-large,
h5.size-large,
h6.size-large,
dt.size-large,
dd.size-large,
li.size-large,
caption.size-large,
col.size-large,
th.size-large,
td.size-large,
p.size-large,
address.size-large,
figcaption.size-large {
  font-size: 1.8em !important;
}
.size-xlarge {
  font-size: 125% !important;
}
.size-xsmall .size-xlarge {
  font-size: 166.67% !important;
}
.size-small .size-xlarge {
  font-size: 142.86% !important;
}
.size-large .size-xlarge {
  font-size: 111.11% !important;
}
.size-xlarge .size-xlarge {
  font-size: 100% !important;
}
.size-xxlarge .size-xlarge {
  font-size: 90.91% !important;
}
h1.size-xlarge,
h2.size-xlarge,
h3.size-xlarge,
h4.size-xlarge,
h5.size-xlarge,
h6.size-xlarge,
dt.size-xlarge,
dd.size-xlarge,
li.size-xlarge,
caption.size-xlarge,
col.size-xlarge,
th.size-xlarge,
td.size-xlarge,
p.size-xlarge,
address.size-xlarge,
figcaption.size-xlarge {
  font-size: 2em !important;
}
.size-xxlarge {
  font-size: 137.5% !important;
}
.size-xsmall .size-xxlarge {
  font-size: 183.33% !important;
}
.size-small .size-xxlarge {
  font-size: 157.14% !important;
}
.size-large .size-xxlarge {
  font-size: 122.22% !important;
}
.size-xlarge .size-xxlarge {
  font-size: 110% !important;
}
.size-xxlarge .size-xxlarge {
  font-size: 100% !important;
}
h1.size-xxlarge,
h2.size-xxlarge,
h3.size-xxlarge,
h4.size-xxlarge,
h5.size-xxlarge,
h6.size-xxlarge,
dt.size-xxlarge,
dd.size-xxlarge,
li.size-xxlarge,
caption.size-xxlarge,
col.size-xxlarge,
th.size-xxlarge,
td.size-xxlarge,
p.size-xxlarge,
address.size-xxlarge,
figcaption.size-xxlarge {
  font-size: 2.2em !important;
}
/* Font style
   ========================================================================== */
.weight-normal {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: bold !important;
}
.style-lined {
  text-decoration: underline !important;
}
/* Font color
   ========================================================================== */
.color-normal {
  color: #222222 !important;
}
.color-strong {
  color: #f20000 !important;
}
.color-thin {
  color: #555555 !important;
}
/* Float
   ========================================================================== */
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.float-none {
  float: none !important;
}
.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
/* Align
   ========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
/* Vertical */
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
/* Content inner
   ========================================================================== */
.page-width {
  width: 880px;
  margin: 0 auto;
  background: #fff;
}
/* Margin
   ========================================================================== */
.mt-40 {
  margin-top: -40px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr-40 {
  margin-right: -40px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mb-30 {
  margin-bottom: -30px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-1 {
  margin-bottom: -1px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.ml-40 {
  margin-left: -40px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
/* Padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
/* Table cell's collective settings.
   ========================================================================== */
/* Font weight */
.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}
/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left;
}
.th-align-center th,
.td-align-center td {
  text-align: center;
}
.th-align-right th,
.td-align-right td {
  text-align: right;
}
.th-align-top th,
.td-align-top td {
  vertical-align: top;
}
.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}
.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}
.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}
/* only option
========================================================================== */
@media screen and (max-width: 600px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .only-sp {
    display: inline;
  }
}
.only-sp_block {
  display: none;
}
@media screen and (max-width: 600px) {
  .only-sp_block {
    display: block;
  }
}
.only-sp_table {
  display: none;
}
@media screen and (max-width: 600px) {
  .only-sp_table {
    display: table;
  }
}
/* ==========================================================================
Function module
========================================================================== */
/* Set Form Param
========================================================================== */
.js-formparam_sercvice_short {
  display: none;
}
/* Get File Size
========================================================================== */
.js-filesize_inner {
  display: none;
}
.js-filesize_inner:before {
  content: '(';
  margin-left: .5em;
}
.js-filesize_inner:after {
  content: ')';
}
/* Accordion
========================================================================== */
.mod-accordion_wrap {
  margin-top: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.mod-accordion_wrap:first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .mod-accordion_wrap {
    margin-top: 30px;
  }
}
.mod-accordion.opt-qa .mod-accordion_handle {
  padding-left: 65px;
}
.mod-accordion.opt-qa .mod-accordion_handle:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 26px;
  background: url(/common/img/parts/icon_question.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 19px;
  left: 24px;
}
.mod-accordion.opt-qa .mod-accordion_content {
  padding-left: 65px;
  position: relative;
}
.mod-accordion.opt-qa .mod-accordion_content:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 23px;
  background: url(/common/img/parts/icon_answer.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 5px;
  left: 23px;
}
@media screen and (max-width: 600px) {
  .mod-accordion.opt-qa .mod-accordion_handle {
    padding-left: 42px;
  }
  .mod-accordion.opt-qa .mod-accordion_handle:after {
    width: 17px;
    height: 24px;
    top: 20px;
    left: 11px;
  }
  .mod-accordion.opt-qa .mod-accordion_content {
    padding-left: 42px;
  }
  .mod-accordion.opt-qa .mod-accordion_content:after {
    width: 17px;
    height: 20px;
    left: 11px;
  }
}
.mod-accordion_handle {
  position: relative;
  display: table;
  width: 100%;
  padding: 20px 50px 20px 18px;
  font-size: 1.6rem;
  line-height: 1.6;
  border-top: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff6f2;
  pointer-events: visible;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .mod-accordion_handle {
    padding-left: 16px;
    font-size: 1.4rem;
  }
}
.mod-accordion_handle:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-indent: 0;
}
.is-collapsed .mod-accordion_handle {
  background: #fff;
}
.is-collapsed .mod-accordion_handle:hover {
  background: #fff6f2;
}
.is-collapsed .mod-accordion_handle:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/common/img/parts/icon_accordion_plus.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .is-collapsed .mod-accordion_handle:before {
    right: 10px;
  }
}
.is-expanded .mod-accordion_handle:hover:before {
  opacity: .7;
}
.is-expanded .mod-accordion_handle:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/common/img/parts/icon_accordion_minus.png) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .is-expanded .mod-accordion_handle:before {
    right: 10px;
  }
}
.mod-accordion_content {
  padding: 0 50px 20px 30px;
  background: #fff6f2;
}
@media screen and (max-width: 600px) {
  .mod-accordion_content {
    padding-left: 16px;
  }
}

/* esg_aside_navi
========================================================================== */
.esg_link_box_society {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.esg_link_add {
  width: 50%;
}
.esg_link_image {
  display: flex;
  display: -ms-flexbox;
  padding: 0.4em;
}
.esg_link_image_name {
  width: 34%;
  position: relative;
  height: auto;
}
.esg_link_image_name:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-inner {
  background: no-repeat center center / cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 8px 0 0 8px;
}
.img-inner ::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.esg_link_name {
  width: 66%;
  background: #FFF6F2;
  border-radius: 0 8px 8px 0;
  color: #222222;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  display: -ms-flex;
  align-items: center;
  align-items: -ms-center;
  justify-content: center;
  justify-content: -ms-center;
  padding: 40px 0;
  border-left: 4px solid #ff903e;
}
.esg_link_name > div{
  width: 70%;
}
.esg_link_name:hover {
  background: #fffbee;
}
.esg_link_name_jp {
  font-size: 1.7rem;
  padding: 0 0 0.6rem;
  border-bottom: 1px solid #222222;
  margin: 0 auto;
}
.esg_link_name_en {
  margin: 8px 0 0;
}
.esg_link_box_society > a:link{
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .esg_link_add {
    width: 100%;
  }
}

.icon_arrow {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/parts/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  flex: 1 0 auto;
}

.icon_link {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/parts/icon_link.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  flex: 1 0 auto;
}

.icon_plus {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/parts/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  flex: 1 0 auto;
}

.icon_minus {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/parts/icon_minus.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  flex: 1 0 auto;
}

.icon_expand {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/parts/icon_expand.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  flex: 0 0 auto;
}

@media screen and (max-width: 600px) {
  .icon_arrow {
    background-image: url(/common/img/parts/icon_arrow_small.svg);
  }

  .icon_link {
    background-image: url(/common/img/parts/icon_link_small.svg);
  }

  .icon_plus {
    background-image: url(/common/img/parts/icon_plus_small.svg);
  }

  .icon_minus {
    background-image: url(/common/img/parts/icon_minus_small.svg);
  }
}