html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .05em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

::selection {
  background: #004190;
  color: #fff;
}

::-moz-selection {
  background: #004190;
  color: #fff;
}

.is-show {
  overflow: hidden;
  position: relative;
}

@font-face {
  font-family: "CONDENSEicon";
  src: url(../fonts/CONDENSEicon.eot) format("eot"),url(../fonts/CONDENSEicon.woff) format("woff"),url(../fonts/CONDENSEicon.ttf) format("truetype"),url(../fonts/CONDENSEicon.otf) format("opentype");
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.flex-col-sp {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col-sp_2>li {
  width: calc(50% - 5px);
}

.flex-col-sp_2_nmargin>li {
  width: 50%;
}

a {
  color: #231815;
  text-decoration: none;
  transition: .5s;
}

a:visited {
  color: #231815;
}

a:hover,
a:focus,
a:active {
  color: #231815;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .7;
  text-decoration: underline;
}

.link-arrow {
  position: relative;
}

.link-arrow::after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  font-weight: bold;
}

.link-arrow__left::before {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  color: #86c644;
}

.link--green {
  color: #86c644;
}

.link--green:visited {
  color: #86c644;
}

.link--gold {
  color: #836900 !important;
  font-weight: bold;
}

.c-viewlinks {
  margin: 30px 0 0 0;
  text-align: center;
}

.viewlinks {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}

.viewlinks::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: linear-gradient(-90deg, #9ed9ed, #d592ff, #ff9993);
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all .2s ease;
}

.viewlinks::after {
  margin-left: 10px;
}

.viewlinks:hover::before {
  left: 0;
}

.js-hover:hover {
  opacity: 1;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol>li {
  counter-increment: number;
  position: relative;
}

ol>li:before {
  content: counter(number) ".";
  display: block;
  margin-left: -1em;
  position: absolute;
  top: 0;
  left: 0;
}

dl {
  margin: 0;
}

dl dd {
  margin: 0;
}

ol.numlist {
  padding-left: 1.5em;
}

table {
  margin: 0 0 1em;
  table-layout: fixed;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

th {
  font-weight: normal;
}

.table {
  margin-top: 20px;
  border: 1px solid #666;
  text-align: center;
}

.table dl dt {
  background-color: #f5f5f4;
  padding: 10px;
}

.table dl dd {
  padding: 10px;
}

.table--default {
  margin: 0;
}

.table--default dl {
  line-height: 1.8;
}

.table .table-list>li {
  margin-top: 10px;
}

.table .table-list>li:first-child {
  margin-top: 0;
}

.table .table-note {
  display: block;
  position: relative;
  font-size: 10px;
}

.table .table-note::before {
  content: "※";
  display: inline-block;
}

.table-ordered>li {
  width: 100%;
  display: table;
  margin-bottom: 15px;
  border: 1px solid #f5f5f4;
  border-collapse: collapse;
}

.table-ordered>li::before {
  display: none;
}

.table-ordered>li .table-ordered__num {
  display: table-cell;
  width: 35px;
  background-color: #f0f3f8;
  border: 1px solid #f5f5f4;
  color: #f2f5f9;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.table-ordered>li .table-ordered__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
  border: 1px solid #f5f5f4;
}

.table-ordered>li .table-ordered__txt .table-ordered__title {
  font-size: 14px;
}

.table-ordered>li .table-ordered__txt .table-ordered__txt--last {
  font-weight: bold;
  font-size: 19px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #231815;
  background: #231815;
  color: #fff;
  transition: .5s;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  opacity: .8;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=submit] {
  text-align: center;
  padding: 17px 0 19px;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .16em;
  background-color: #004190;
  color: #fff;
  font-family: "Noto Serif JP",serif;
  overflow: hidden;
}

_:-ms-fullscreen,
:root input[type=submit] {
  padding: 16px 0 20px;
}

input[type=button] {
  text-align: center;
  padding: 17px 0 19px;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .16em;
  background-color: #004190;
  color: #fff;
  font-family: "Noto Serif JP",serif;
  overflow: hidden;
  border: 1px solid #231815;
  padding: 16px 0 18px;
  background-color: rgba(0,0,0,0);
  color: #231815;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #231815;
  padding: 11px 10px;
  border: none;
  background-color: #f5f5f5;
  font-size: 15px;
  width: 100%;
  font-weight: 400;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline: none;
  border-color: #192431;
  border-radius: 0;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d9d9d9;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #d9d9d9;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d9d9d9;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #d9d9d9;
}

input:-webkit-autofill,
input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px rgba(0,0,0,0) inset;
}

.menu-contact {
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  display: inline-block;
}

.menu-contact select {
  width: 100%;
  padding: 12px 18px 13px;
  display: block;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: #f5f5f5;
}

.menu-contact select::-ms-expand {
  display: none;
}

.menu-contact:before {
  position: absolute;
  width: 9px;
  height: 9px;
  padding: 0;
  content: "";
  border-left: 1px solid #231815;
  border-bottom: 1px solid #231815;
  pointer-events: none;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

textarea {
  width: 100%;
  height: 196px;
  resize: vertical;
}

input[type=text] {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.wpcf7-radio label input[type=radio] {
  display: none;
}

.wpcf7-radio label input[type=radio]+span {
  padding-left: 30px;
  position: relative;
  margin-right: 20px;
}

.wpcf7-radio label input[type=radio]+span::before {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
}

.Win .wpcf7-radio label input[type=radio]+span::before {
  top: -1px;
}

_:-ms-fullscreen,
:root .Win .wpcf7-radio label input[type=radio]+span::before {
  top: -3px;
}

.wpcf7-radio label input[type=radio]:checked+span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #8a8a8a;
  border-radius: 50%;
}

.Win .wpcf7-radio label input[type=radio]:checked+span::after {
  top: 4px;
}

_:-ms-fullscreen,
:root .Win .wpcf7-radio label input[type=radio]:checked+span::after {
  top: 2px;
}

.wpcf7-checkbox input[type=checkbox] {
  display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

_:-ms-fullscreen,
:root .Win .wpcf7-checkbox .wpcf7-list-item-label::before {
  top: 35%;
}

.wpcf7-checkbox input[type=checkbox]:checked+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #8a8a8a;
  border-right: 3px solid #8a8a8a;
}

.wpcf7-acceptance input[type=checkbox] {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: 37px;
  position: relative;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #231815;
  border-radius: 2px;
}

.wpcf7-acceptance input[type=checkbox]:checked+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  width: 7px;
  height: 16px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #004190;
  border-right: 2px solid #004190;
}

.wpcf7-acceptance .wpcf7c-conf+.wpcf7c-conf-hidden+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 6px;
  height: 9px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #231815;
  border-right: 3px solid #231815;
}

.wpcf7-form .c-contact-acceptance {
  font-size: 15px;
  color: #231815;
  font-weight: 400;
}

.wpcf7-not-valid-tip {
  color: #004190 !important;
  font-size: 15px !important;
  text-align: left !important;
}

.wpcf7-response-output {
  border-color: #004190 !important;
}

body,
button,
input,
select,
textarea {
  color: #231815;
  font-family: "Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 4vw;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

_:-ms-fullscreen,
:root body,
:root button,
:root input,
:root select,
:root textarea {
  font-weight: 500;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  body,
  button,
  input,
  select,
  textarea {
    font-weight: 500;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
  letter-spacing: .005em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.montserrat {
  font-family: "Montserrat",sans-serif;
}

.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 9;
}

.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: rgba(0,0,0,0);
  color: rgba(0,0,0,0);
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: .7;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}

.slick-prev {
  left: 30px;
}

[dir=rtl] .slick-prev {
  left: 30px;
}

.slick-prev:before {
  border-top: 2px solid #918c8a;
  border-left: 2px solid #918c8a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 30px;
}

[dir=rtl] .slick-next {
  right: 30px;
  right: auto;
}

.slick-next:before {
  border-top: 2px solid #918c8a;
  border-right: 2px solid #918c8a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 17px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: rgba(0,0,0,0);
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: rgba(0,0,0,0);
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  background-color: #d3d1d0;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #004190;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  max-height: 100vh;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0,0,0,0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.l-footer {
  padding: 35px 0 25px;
  background-color: #f2f5f9;
}

.l-footer .l-footer-inner {
  width: 100%;
  padding: 0 9.3%;
}

.l-footer .l-footer-inner h2.c-footer-title {
  font-size: 17px;
  letter-spacing: .05em;
  color: #004190;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  margin-bottom: 40px;
}

.l-footer .l-footer-inner .l-footer-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer .l-footer-inner .l-footer-col .l-footer-col-list .l-footer-col-list-item {
  font-size: 13px;
  letter-spacing: .1em;
  margin-bottom: 14px;
}

.l-footer .l-footer-inner .l-footer-col .l-footer-col-list .l-footer-col-list-item.l-footer-col-list-item__sl {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 27px;
}

.l-footer .l-footer-inner .l-footer-col:first-of-type {
  margin-bottom: 50px;
}

.l-footer .l-footer-inner .l-footer-col .l-footer-col-list__s {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.l-footer .l-footer-inner .l-footer-col .l-footer-col-list__s li {
  font-size: 11px;
  padding-right: 35px;
}

.l-footer .l-footer-inner .l-footer-col:last-of-type {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer .l-footer-inner p.c-footer-copyright {
  font-size: 11px;
  font-weight: 500;
}

.l-footer .l-footer-inner .l-toggle-list {
  padding-bottom: 20px;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item {
  font-size: 3.7vw;
  font-weight: 500;
  text-align: left;
  border-top: 1px solid #666;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-acd {
  padding: 18px 0 19px 30px;
  display: block;
  position: relative;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-acd:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: block;
  transition: .3s;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-acd:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-acd.u-toggle-active:before {
  opacity: 0;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-arrow {
  padding: 18px 0 19px 30px;
  display: block;
  position: relative;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-copyright {
  font-size: 2.9vw;
  padding: 0 0 0 30px;
  margin: 35px 0 15px;
  display: block;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .l-toggle-sublist {
  display: none;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .l-toggle-sublist li {
  font-size: 3.4vw;
  border-top: 1px solid #b2b2b2;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .l-toggle-sublist li a {
  display: block;
  padding: 18px 0 19px 30px;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item:last-of-type {
  border-top: none;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item:last-of-type .c-toggle-copyright {
  margin-top: 0;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-acd {
  padding-left: 0;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-acd:before {
  right: 20px;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-acd:after {
  right: 20px;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .l-toggle-sublist li {
  padding-left: 0;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-arrow {
  padding-left: 0;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-arrow:before {
  right: 22px;
}

.l-footer .l-footer-inner .l-toggle-list li.l-toggle-list-item .c-toggle-copyright {
  padding-left: 0;
}

.l-header {
  width: 100%;
  height: 80px;
  position: relative;
  top: 0;
  z-index: 999;
  position: fixed;
  background-color: #fff;
}

.l-header .l-header-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.l-header .l-header-inner h1 {
  font-size: 0;
  padding-bottom: 16px;
}

.l-header .l-header-inner nav.l-nav ul.l-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item {
  margin-left: 24px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: .1em;
  padding-bottom: 22px;
  cursor: pointer;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item:hover {
  padding-bottom: 19px;
  border-bottom: 3px solid #004190;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item:hover>.l-nav-list-menu {
  opacity: 1;
  visibility: visible;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item>a {
  text-decoration: none;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item>a:hover {
  opacity: 1;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  background-color: rgba(242,250,253,.9);
  opacity: 0;
  visibility: hidden;
  transition: .25s;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner a:hover {
  opacity: 1;
  text-decoration: underline;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner .l-nav-list-menu-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 0 50px 0 28px;
  letter-spacing: .75em;
  position: relative;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner .l-nav-list-menu-link__ctr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 14px;
  padding: 0 50px;
  position: relative;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner .l-nav-list-menu-link__ctr:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #231815;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner .l-nav-list-menu-link__ctr p {
  padding-top: 14px;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner .l-nav-list-menu-link-text {
  min-width: 205px;
  font-size: 14px;
  text-align: left;
  padding: 0 50px 0 40px;
  position: relative;
  letter-spacing: .03em;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner .l-nav-list-menu-link-text:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #231815;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner .l-nav-list-menu-link-text li {
  margin-bottom: 20px;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business.scroll {
  overflow: auto;
  height: 100vh;
  padding-bottom: 60px;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 0;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-box {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link__ctr {
  width: 896px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link__ctr li {
  width: 192px;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link__ctr li:nth-of-type(1),
.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link__ctr li:nth-of-type(2),
.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link__ctr li:nth-of-type(3) {
  margin-bottom: 40px;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-title__group {
  width: 183px;
  letter-spacing: 0;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text {
  min-width: 195px;
  padding-right: 0;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text:last-of-type {
  margin-left: 40px;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text li {
  font-weight: 500;
  letter-spacing: .15em;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text li.l-nav-list-menu-link-text__blank {
  font-weight: 400;
  letter-spacing: .03em;
  position: relative;
}

_:-ms-fullscreen,
:root .l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text li.l-nav-list-menu-link-text__blank {
  font-weight: 500;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text li.l-nav-list-menu-link-text__blank {
    font-weight: 500;
  }
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text li.l-nav-list-menu-link-text__blank:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 5px;
}

_:-ms-fullscreen,
:root .l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text li.l-nav-list-menu-link-text__blank:after {
  top: 2px;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link-text li.l-nav-list-menu-link-text__blank:after {
    top: 2px;
  }
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-sus .l-nav-list-menu-inner .l-nav-list-menu-title {
  letter-spacing: 0;
}

.l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-sus .l-nav-list-menu-inner .l-nav-list-menu-link__ctr li {
  width: 192px;
}

.l-header .l-header-inner nav.l-toggle {
  display: block;
}

.l-header .l-header-inner .trigger,
.l-header .l-header-inner .trigger span {
  display: inline-block;
  transition: all .4s;
}

.l-header .l-header-inner .trigger {
  position: relative;
  width: 30px;
  height: 20px;
}

.l-header .l-header-inner .trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #231815;
}

.l-header .l-header-inner .trigger span:nth-of-type(1) {
  top: 0;
}

.l-header .l-header-inner .trigger span:nth-of-type(2) {
  top: 9px;
}

.l-header .l-header-inner .trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #231815;
  transition: all .4s;
}

.l-header .l-header-inner .trigger span:nth-of-type(3) {
  bottom: 0;
}

.l-header .l-header-inner.active nav.l-toggle {
  z-index: 99;
  position: relative;
}

.l-header .l-header-inner.active nav.l-toggle span {
  background-color: #231815;
}

.l-header .l-header-inner.active .trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2)::after {
  background-color: #231815;
  -webkit-transform: rotate(78deg);
  transform: rotate(78deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
  transform: translateY(8px) scale(0);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2) {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(2):after {
  -webkit-transform: rotate(78deg);
  transform: rotate(78deg);
}

.l-header .l-header-inner.active .trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
  transform: translateY(-8px) scale(0);
}

.l-header .toggleWrap {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  background-color: rgba(255,255,255,.9);
  transition-duration: .2s;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.l-header .toggleWrap .l-toggle-inner {
  padding: 0 0 50px;
}

.l-header .toggleWrap .l-toggle-logo {
  height: 70px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 5.3%;
}

.l-header .toggleWrap .l-toggle-logo h1.c-logo {
  font-size: 0;
  width: 51.3%;
  max-width: 250px;
  padding: 0;
}

.l-header .toggleWrap ul.l-toggle-list {
  width: 100%;
  text-align: center;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item {
  font-size: 3.7vw;
  font-weight: 500;
  text-align: left;
  border-top: 1px solid #666;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .c-toggle-acd {
  padding: 18px 0 19px 30px;
  display: block;
  position: relative;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .c-toggle-acd:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: block;
  transition: .3s;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .c-toggle-acd:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .c-toggle-acd.u-toggle-active:before {
  opacity: 0;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .c-toggle-arrow {
  padding: 18px 0 19px 30px;
  display: block;
  position: relative;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .c-toggle-arrow:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .c-toggle-copyright {
  font-size: 2.9vw;
  padding: 0 0 0 30px;
  margin: 35px 0 15px;
  display: block;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .l-toggle-sublist {
  display: none;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .l-toggle-sublist li {
  font-size: 3.4vw;
  border-top: 1px solid #b2b2b2;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item .l-toggle-sublist li a {
  display: block;
  padding: 18px 0 19px 30px;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item:last-of-type {
  border-top: none;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item:last-of-type .c-toggle-copyright {
  margin-top: 0;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item a {
  text-decoration: none;
}

.l-header .toggleWrap ul.l-toggle-list li.l-toggle-list-item:hover {
  opacity: 1;
}

.l-header .toggleWrap .toggle-copyright {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 2vh;
}

.l-header .toggleWrap.animation {
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.l-header.u-d-f {
  z-index: 2;
  position: fixed;
  opacity: 0;
  transition: 1s;
}

.l-header.active {
  opacity: 1;
}

.animation {
  transition-property: opacity,visibility;
  transition-timing-function: ease-in;
}

.hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.c-heading {
  font-size: 24px;
  text-align: center;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  color: #004190;
  letter-spacing: .125em;
  margin-bottom: 50px;
}

.c-heading span {
  font-size: 18px;
  display: block;
  letter-spacing: .2em;
  font-weight: 400;
  padding-top: 5px;
}

.c-heading__ja {
  letter-spacing: .25em;
  font-weight: 600;
}

.c-heading__ja span {
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: 600;
}

.c-sub-heading {
  font-family: "Noto Serif JP",serif;
  font-size: 20px;
  letter-spacing: .15em;
  font-weight: 600;
  text-align: center;
  color: #004190;
  margin-bottom: 35px;
}

.l-wrapper {
  overflow: hidden;
}

body.ready .l-wrapper {
  opacity: 1;
}

.l-main {
  overflow: hidden;
  padding-top: 80px;
}

.l-main .l-section-inner {
  width: 1080px;
  margin: 0 auto;
}

.page {
  overflow: auto;
}

.page .l-page-mainvisual {
  width: 100vw;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.page .l-breadcrumb {
  width: 1080px;
  margin: 0 auto;
  margin-top: 20px;
  color: #666;
  font-size: 12px;
  letter-spacing: .1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page .l-breadcrumb li {
  padding-right: 1em;
}

.page .l-breadcrumb li a {
  color: #666;
}

.page .l-related-link {
  margin-bottom: 120px;
}

.page .l-related-link.col__4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .l-related-link.col__4 .l-related-link-item {
  width: 25%;
  border-bottom: 1px solid #666;
}

.page .l-related-link.col__4 .l-related-link-item:last-of-type {
  border-right: none;
}

.page .l-related-link.col__3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #666;
}

.page .l-related-link.col__3 .l-related-link-item {
  width: 33.333%;
}

.page .l-related-link.col__3 .l-related-link-item:nth-of-type(3n) {
  border-right: none;
}

.page .l-related-link.col__2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #666;
}

.page .l-related-link.col__2 .l-related-link-item {
  width: 50%;
  border-right: 1px solid #666;
}

.page .l-related-link.col__2 .l-related-link-item:nth-of-type(2) {
  border-right: none;
}

.page .l-related-link.col__1 {
  border-bottom: 1px solid #666;
}

.page .l-related-link.col__1 .l-related-link-item {
  width: 100%;
  border-right: none;
}

.page .l-related-link .l-related-link-item {
  height: 120px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  text-align: center;
}

.page .l-related-link .l-related-link-item a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #231815;
}

.page .l-related-link .l-related-link-item a:hover {
  background-color: #004190;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.page .l-page-tab-list {
  width: 800px;
  margin: 58px auto 65px;
}

.page .l-page-tab-list .c-page-tab-btn {
  width: 33.333%;
  font-size: 16px;
  font-weight: 600;
  border-left: 1px solid #666;
  text-align: center;
  padding: 22px 0;
  font-weight: 600;
  letter-spacing: .3em;
  cursor: pointer;
}

.page .l-page-tab-list .c-page-tab-btn.u-active {
  color: #004190;
}

.page .l-page-tab-list .c-page-tab-btn:last-of-type {
  border-right: 1px solid #666;
}

.page .l-page-tab-list .c-page-tab-btn:hover {
  opacity: 1;
  color: #004190;
  text-decoration: underline;
}

.page .l-tab-content {
  display: none;
}

.page .l-tab-content.u-show {
  display: block;
}

.page .l-page-contact.l-page-link {
  text-align: center;
  margin-bottom: 150px;
}

.page .l-page-link {
  text-align: center;
}

.page .l-page-link .c-page-link-heading {
  font-size: 20px;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  color: #004190;
  letter-spacing: .1em;
  margin-bottom: 25px;
}

.page .l-page-link .c-page-link-bnr {
  width: 480px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding: 22px 0 23px;
  background-color: #004190;
  display: inline-block;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  letter-spacing: .15em;
}

.page .l-page-link .c-page-link-bnr:hover {
  text-decoration: none;
}

.topmessage .l-page-mainvisual {
  background-image: url(../images/company/img_topmessage01@2x.jpg);
}

.company .l-page-mainvisual {
  background-image: url(../images/company/img_company01@2x.jpg);
}

.business .l-page-mainvisual {
  background-image: url(../images/business/img_business01@2x.jpg);
}

.bi01 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd01@2x.jpg);
}

.bi02 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd02@2x.jpg);
}

.bi03 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd03@2x.jpg);
}

.bi04 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd04@2x.jpg);
}

.bi05 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd05@2x.jpg);
}

.bi06 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd06@2x.jpg);
}

.bi08 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd08@2x.jpg);
}

.bi09 .l-page-mainvisual {
  background-image: url(../images/business/detail/img_mv_bd09@2x.jpg);
}

.groupcompany .l-page-mainvisual {
  background-image: url(../images/business/img_mv_groupcompany01@2x.jpg);
}

.globalstrategy .l-page-mainvisual {
  background-image: url(../images/business/img_mv_globalstrategy01@2x.jpg);
}

.sustainability .l-page-mainvisual {
  background-image: url(../images/sustainability/img_sustainability01@2x.jpg);
}

.sdgs .l-page-mainvisual {
  background-image: url(../images/sustainability/img_mv_sdgs01@2x.jpg);
}

.project .l-page-mainvisual {
  background-image: url(../images/sustainability/img_mv_project01@2x.jpg);
}

.page-template-page-business-detail .l-page-mainvisual {
  height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-template-page-business-detail .l-page-mainvisual .c-heading {
  color: #fff;
  margin-bottom: 0;
}

.page-template-page-business-detail .l-business-detail {
  width: 920px;
  margin: 0 auto;
  padding: 85px 0 80px;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading {
  font-family: "Noto Serif JP",serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .15em;
  color: #004190;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.8;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading.c-bd-heading__catch {
  font-size: 24px;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading.c-bd-heading__overview {
  color: #231815;
  margin-bottom: 45px;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading.c-bd-subheading {
  font-size: 15px;
  color: #231815;
  margin-bottom: 15px;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading.c-bd-subheading+.l-bd-col {
  margin-top: 50px;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading__sans {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #004190;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.8;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading+.l-bd-col {
  margin-top: 70px;
}

.page-template-page-business-detail .l-business-detail .c-bd-heading+.l-bd-img {
  margin-top: 70px;
}

.page-template-page-business-detail .l-business-detail .c-bd-text {
  text-align: center;
  margin-bottom: 70px;
  line-height: 2;
  position: relative;
  padding: 0 65px;
}

.page-template-page-business-detail .l-business-detail .c-bd-text span,
.page-template-page-business-detail .l-business-detail .c-bd-text a {
  font-size: 14px;
  display: block;
  padding-top: 1em;
}

.page-template-page-business-detail .l-business-detail .c-bd-text a {
  text-decoration: underline;
}

.page-template-page-business-detail .l-business-detail .c-bd-text.c-bd-text__brackets {
  width: 558px;
  margin: 50px auto;
}

.page-template-page-business-detail .l-business-detail .c-bd-text.c-bd-text__brackets:before {
  content: "";
  width: 17px;
  height: 100%;
  display: block;
  position: absolute;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  border-bottom: 1px solid #231815;
  left: 0;
  top: 0;
}

.page-template-page-business-detail .l-business-detail .c-bd-text.c-bd-text__brackets:after {
  content: "";
  width: 17px;
  height: 100%;
  display: block;
  position: absolute;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  right: 0;
  top: 0;
}

.page-template-page-business-detail .l-business-detail .c-border {
  width: 100%;
  height: 1px;
  background-color: #918c8a;
  margin: 70px 0;
}

.page-template-page-business-detail .l-business-detail .c-border__dashed {
  background-color: rgba(0,0,0,0);
  border-bottom: 1px dashed #918c8a;
}

.page-template-page-business-detail .l-business-detail .l-bd-col {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
}

.page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-text {
  width: 317px;
}

.page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-text h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 1.5em;
  letter-spacing: .01em;
}

.page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-text p {
  line-height: 2;
}

.page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-text p span {
  font-size: 14px;
  display: block;
  padding-top: 1em;
}

.page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-img {
  width: 500px;
}

.page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-img__small {
  width: 420px;
}

.page-template-page-business-detail .l-business-detail .l-bd-col+.c-border {
  margin-top: 80px;
}

.page-template-page-business-detail .l-business-detail .l-bd-col+.c-bd-caption {
  margin-top: -5px;
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li {
  width: 140px;
  text-align: center;
  position: relative;
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li img {
  width: 100px;
  margin-bottom: 20px;
}

_:-ms-fullscreen,
:root .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li img {
  width: 99px;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li img {
    width: 99px;
  }
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box {
  width: 220px;
  text-align: center;
  margin: 0 25px;
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box h4 {
  font-size: 15px;
  font-weight: 500;
  color: #004190;
  letter-spacing: .005em;
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box img {
  width: 116px;
  margin: 30px 0;
}

_:-ms-fullscreen,
:root .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box img {
  width: 119px;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box img {
    width: 119px;
  }
}

.page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box .l-bd-col-box-text {
  text-align: left;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: .075em;
}

.page-template-page-business-detail .l-business-detail .l-bd-img {
  margin-bottom: 35px;
  text-align: center;
}

.page-template-page-business-detail .l-business-detail .l-bd-img.l-bd-img__large {
  width: 100%;
}

.page-template-page-business-detail .l-business-detail .l-bd-img.l-bd-img__pr {
  padding-right: 40px;
}

.page-template-page-business-detail .l-business-detail .c-bd-caption {
  text-align: center;
}

.page-template-page-business-detail .l-related-link {
  border-bottom: 1px solid #666;
}

.page-template-page-business-detail .l-related-link .l-related-link-item {
  border-bottom: none !important;
}

.page-template-page-business-detail .l-related-link .l-related-link-item:nth-of-type(4) {
  border-right: none;
}

.page-template-page-business-detail.bi02 .l-bd-col:nth-of-type(4) {
  margin-bottom: 70px;
}

.page-template-page-business-detail.bi02 .l-bd-col__1 {
  margin-top: 50px !important;
}

.page-template-page-business-detail.bi02 .l-bd-col__1+.c-border {
  margin-top: 55px;
}

.page-template-page-business-detail.bi02 .l-bd-img__medium {
  width: 535px;
  margin: 0 auto;
}

_:-ms-fullscreen,
:root .page-template-page-business-detail.bi02 .l-bd-img__medium img {
  width: 100% !important;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .page-template-page-business-detail.bi02 .l-bd-img__medium img {
    width: 100% !important;
  }
}

.page-template-page-business-detail.bi02 .l-bd-img__medium {
  width: 535px;
  margin: 0 auto;
}

.page-template-page-business-detail.bi02 .l-bd-img__medium:nth-last-of-type(4) {
  width: 571px;
  margin-top: 70px;
}

_:-ms-fullscreen,
:root .page-template-page-business-detail.bi03 .l-bd-img img {
  width: 100% !important;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .page-template-page-business-detail.bi03 .l-bd-img img {
    width: 100% !important;
  }
}

_:-ms-fullscreen,
:root .page-template-page-business-detail.bi05 .l-bd-img img {
  width: 100% !important;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .page-template-page-business-detail.bi05 .l-bd-img img {
    width: 100% !important;
  }
}

.page-template-page-business-detail.bi05 .l-bd-img.u-sp-small {
  width: 517px;
  margin: 0 auto 35px;
}

.page-template-page-business-detail.bi05 .l-bd-col.l-bd-col__3:nth-last-of-type(4) .l-bd-col-box.l-bd-col-box__2 img {
  width: 142px;
  margin-bottom: 18px;
}

.page-template-page-business-detail.bi05 .l-bd-col.l-bd-col__3:nth-last-of-type(4) .l-bd-col-box.l-bd-col-box__3 img {
  width: 123px;
  margin-bottom: 10px;
}

.page-template-page-business-detail.bi05 .l-bd-col.l-bd-col__3:nth-last-of-type(2) .l-bd-col-box.l-bd-col-box__3 img {
  margin: 53px auto;
}

.page-template-page-business-detail.bi06 .l-business-detail .c-bd-heading {
  color: #231815;
}

.page-template-page-business-detail.bi06 .l-business-detail .c-bd-heading.c-bd-heading__catch {
  font-size: 22px;
  color: #004190;
}

.page-template-page-business-detail.bi06 .l-business-detail .l-bd-col {
  margin-bottom: 80px;
}

.page-template-page-business-detail.bi06 .l-business-detail .l-bd-col .l-bd-col-text h3 span {
  font-size: 14px;
  display: block;
  padding-top: .75em;
}

.l-businessintro {
  padding-top: 70px;
  margin-bottom: 40px;
}

.l-businessintro .c-heading {
  margin-bottom: 75px;
}

.l-businessintro .l-businessintro-list {
  width: 800px;
  margin: 0 auto 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-businessintro .l-businessintro-list .c-businessintro-item {
  width: 200px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: .1em;
  text-align: center;
  padding: 3px 0;
  border-left: 1px solid #666;
  margin-bottom: 20px;
}

.l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(4),
.l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(8) {
  border-right: 1px solid #666;
}

.l-businessintro .l-businessintro-list .c-businessintro-item a:hover {
  opacity: 1;
  color: #004190;
}

.l-businessintro .l-businessintro-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-businessintro .l-businessintro-col .l-businessintro-box {
  width: 50%;
}

.l-businessintro .l-businessintro-col .l-businessintro-box div {
  width: 100%;
}

.l-businessintro .l-businessintro-col .l-businessintro-box div a {
  width: 100%;
  height: 360px;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.l-businessintro .l-businessintro-col .l-businessintro-box div a span {
  font-size: 28px;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
}

.l-businessintro .l-businessintro-col .l-businessintro-box div a:hover {
  text-decoration: none;
}

.l-businessintro .l-businessintro-col .l-businessintro-box p {
  width: 400px;
  line-height: 2;
  letter-spacing: .005em;
  margin: 45px auto 75px;
}

.l-businessintro .l-businessintro-col .l-businessintro-box p a {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
}

.l-businessintro .l-businessintro-col .l-businessintro-box:first-of-type div a {
  background-image: url(../images/business/img_businessintro01@2x.jpg);
}

.l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(2) div a {
  background-image: url(../images/business/img_businessintro02@2x.jpg);
}

.l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(3) div a {
  background-image: url(../images/business/img_businessintro03@2x.jpg);
}

.l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(4) div a {
  background-image: url(../images/business/img_businessintro04@2x.jpg);
}

.l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(5) div a {
  background-image: url(../images/business/img_businessintro08@2x.jpg);
}

.l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(6) div a {
  background-image: url(../images/business/img_businessintro09@2x.jpg);
}

.l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(7) div a {
  background-image: url(../images/business/img_businessintro05@2x.jpg);
}

.l-businessintro .l-businessintro-col .l-businessintro-box:last-of-type div a {
  background-image: url(../images/business/img_businessintro06@2x.jpg);
}

.l-business-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-business-col .l-business-col-img {
  width: 50%;
  height: 400px;
  background-size: cover;
  background-position: center center;
}

.l-business-col .l-business-col-text {
  width: 50%;
  padding-left: 85px;
}

.l-business-col .l-business-col-text .l-business-col-text-inner {
  width: 400px;
  padding-bottom: 50px;
  position: relative;
}

.l-business-col .l-business-col-text .c-business-col-heading {
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: .05em;
  color: #004190;
  margin-bottom: 35px;
}

.l-business-col .l-business-col-text .c-business-col-heading span {
  font-family: "Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
  display: block;
  color: #231815;
  font-weight: normal;
}

.l-business-col .l-business-col-text .c-business-col-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: .005em;
}

.l-groupcompany {
  padding-top: 65px;
  margin-bottom: 180px;
}

.l-groupcompany .c-heading {
  margin-bottom: 155px;
}

.l-groupcompany .l-groupcompany-col .l-groupcompany-col-img {
  background-image: url(../images/business/img_groupcompany01@2x.jpg);
}

.l-groupcompany .l-groupcompany-col:nth-of-type(2n) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-groupcompany .l-groupcompany-col:nth-of-type(2) .l-groupcompany-col-img {
  background-image: url(../images/business/img_groupcompany02@2x.jpg);
}

.l-groupcompany .l-groupcompany-col:nth-of-type(3) .l-groupcompany-col-img {
  background-image: url(../images/business/img_groupcompany03@2x.jpg);
}

.l-groupcompany .l-groupcompany-col:nth-of-type(4) .l-groupcompany-col-img {
  background-image: url(../images/business/img_groupcompany04@2x.jpg);
}

.l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link {
  font-size: 13px;
  font-weight: 500;
  padding: 0 14px 5px 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #231815;
}

.l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link:after {
  content: "";
  background-image: url(../images/business/ic_link.svg);
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

_::-webkit-full-page-media,
_:future,
:root .l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link:after {
  top: 4px;
}

.Win .l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link:after {
  top: 4px;
}

_:-ms-fullscreen,
:root .Win .l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link:after {
  top: 2px;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .Win .l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link:after {
    top: 2px;
  }
}

.l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link:hover {
  text-decoration: none;
}

.l-globalstrategy {
  padding-top: 65px;
  margin-bottom: 110px;
}

.l-globalstrategy .c-globalstrategy-catch {
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
  margin: 85px 0 90px;
}

.l-globalstrategy .l-globalstrategy-col .l-globalstrategy-col-img {
  background-image: url(../images/business/img_globalstrategy01@2x.jpg);
}

.l-globalstrategy .l-globalstrategy-col:nth-of-type(2) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-globalstrategy .l-globalstrategy-col:nth-of-type(2) .l-globalstrategy-col-img {
  background-image: url(../images/business/img_globalstrategy02@2x.jpg);
}

.l-globalstrategy .l-globalstrategy-col:nth-of-type(3) .l-globalstrategy-col-img {
  background-image: url(../images/business/img_globalstrategy04@2x.jpg);
}

.l-globalstrategy .l-globalstrategy-col:nth-of-type(4) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-globalstrategy .l-globalstrategy-col:nth-of-type(4) .l-globalstrategy-col-img {
  background-image: url(../images/business/img_globalstrategy03@2x.jpg);
}

.l-globalstrategy .l-globalstrategy-col .l-globalstrategy-col-text .l-globalstrategy-col-text-inner {
  padding-bottom: 0;
}

.l-globalstrategy .l-globalstrategy-col .c-globalstrategy-heading {
  font-size: 24px;
  letter-spacing: .1em;
  margin-bottom: 17px;
}

.l-globalstrategy .l-globalstrategy-col .c-globalstrategy-text {
  margin-bottom: 1em;
}

.l-globalstrategy .l-globalstrategy-col .c-globalstrategy-text:last-of-type {
  margin-bottom: 0;
}

.company .l-section-inner {
  width: 800px;
  margin: 0 auto;
}

.company .l-related-link {
  margin-bottom: 110px;
}

.l-company-tab-menu {
  padding: 18px 13.3%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-top: 45px;
  cursor: pointer;
}

.l-company-tab-menu h3 {
  font-size: 4vw;
  font-weight: 500;
  position: relative;
}

.l-company-tab-menu h3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #666 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-company-tab-menu.u-menu-active h3:after {
  content: "";
  background-color: none;
  background-image: url(../images/company/ic_close.svg);
  background-repeat: no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
  right: -5px;
}

.l-page-tab-list .c-page-tab-btn.c-tab-group {
  letter-spacing: .15em;
}

.l-overview .l-overview-table {
  margin-bottom: 200px;
}

.l-overview .l-overview-table tr {
  font-size: 15px;
}

.l-overview .l-overview-table tr th {
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  color: #004190;
  text-align: center;
  letter-spacing: .2em;
  width: 230px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 25px 0;
}

.l-overview .l-overview-table tr td {
  border-bottom: 1px solid #666;
  font-weight: 400;
  padding: 25px 0 25px 70px;
  text-align: left;
  letter-spacing: .05em;
  line-height: 1.8;
}

.l-overview .l-overview-table tr td p {
  margin-bottom: 30px;
}

.l-overview .l-overview-table tr td p:last-of-type {
  margin-bottom: 0;
}

.l-overview .l-overview-table tr td a {
  text-decoration: underline;
}

.l-overview .l-overview-table tr td.flex-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-overview .l-overview-table tr td.flex-col .l-boardmember:first-of-type {
  padding-right: 50px;
}

.l-overview .l-overview-table tr td .l-table-business li:before {
  content: "・";
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.l-organizationchart {
  padding-bottom: 240px;
  text-align: center;
}

.l-group .l-group-list {
  width: 440px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-group .l-group-list .c-group-item {
  border-right: 1px solid #666;
  border-left: 1px solid #666;
}

.l-group .l-group-list .c-group-item a {
  width: 188px;
  display: block;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  padding: 3px 0;
}

.l-group .l-group-list .c-group-item a:hover {
  opacity: 1;
  color: #004190;
}

.l-group .l-group-inner {
  width: 800px;
  margin: 0 auto;
}

.l-group .l-group-inner .c-group-heading {
  font-family: "Noto Serif JP",serif;
  font-size: 24px;
  font-weight: 600;
  color: #004190;
  letter-spacing: .5em;
  padding-bottom: 17px;
  border-bottom: 1px solid #231815;
  margin-top: 116px;
}

.l-group .l-group-inner .c-group-heading span {
  padding: 0 13px 17px 25px;
  position: relative;
}

.l-group .l-group-inner .c-group-heading span:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #004190;
  display: block;
  position: absolute;
  bottom: -4px;
  z-index: 1;
}

.l-group .l-group-inner .l-group-box {
  border-bottom: 1px solid #231815;
  padding: 35px 0 27px;
}

.l-group .l-group-inner .l-group-box h3 {
  font-size: 18px;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  color: #004190;
  position: relative;
  margin-bottom: 25px;
}

.l-group .l-group-inner .l-group-box h3 a {
  color: #004190;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
}

.l-group .l-group-inner .l-group-box h3 a:after {
  content: "";
  background-image: url(../images/company/ic_company_link.svg);
  background-size: cover;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-group .l-group-inner .l-group-box dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-group .l-group-inner .l-group-box dl dt {
  width: 80px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
  text-align: justify;
  text-align-last: justify;
  padding-bottom: 8px;
}

.l-group .l-group-inner .l-group-box dl dt span {
  display: none;
}

.l-group .l-group-inner .l-group-box dl dd {
  width: 700px;
  letter-spacing: .15em;
  padding-bottom: 8px;
}

.l-group .l-group-inner .l-group-box:nth-of-type(8) {
  border-bottom: none;
}

.l-group .l-group-inner .l-group-box:last-of-type {
  margin-bottom: 200px;
}

.l-history .c-heading {
  margin-bottom: 30px;
}

.l-history .l-tab-history {
  width: 800px;
  margin: 0 auto 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-history .l-tab-history .c-tab-history-btn {
  width: 190px;
  font-size: 15px;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  text-align: center;
  letter-spacing: .1em;
  margin: 25px 30px;
  cursor: pointer;
  transition: .3s;
}

.l-history .l-tab-history .c-tab-history-btn.u-sub-active {
  color: #004190;
}

.l-history .l-tab-history .c-tab-history-btn:hover {
  color: #004190;
  text-decoration: underline;
}

.l-history .l-tab-history-content {
  display: none;
  width: 800px;
  margin: 0 auto;
}

.l-history .l-tab-history-content .c-history-year {
  font-family: "Noto Serif JP",serif;
  font-size: 36px;
  letter-spacing: .05em;
  font-weight: 500;
  color: #004190;
  margin: 0 0 45px;
  line-height: 1;
}

.l-history .l-tab-history-content .c-history-year span {
  position: relative;
  padding-right: 40px;
  display: inline-block;
}

.l-history .l-tab-history-content .c-history-year span:after {
  content: "";
  width: 27px;
  height: 2px;
  background-color: #004190;
  display: block;
  position: absolute;
  right: 0;
  bottom: 2px;
}

.l-history .l-tab-history-content .l-history-list {
  margin-bottom: 40px;
}

.l-history .l-tab-history-content .l-history-list dt {
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: .1em;
  color: #004190;
  padding-bottom: 5px;
  border-bottom: 1px solid #004190;
  margin-bottom: 23px;
}

.l-history .l-tab-history-content .l-history-list dd {
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 2;
}

.l-history .l-tab-history-content.u-sub-show {
  display: block;
  margin-bottom: 150px;
}

.l-access .l-access-list {
  border-top: 1px solid #666;
  padding: 45px 0 50px;
}

.l-access .l-access-list .c-access-name {
  font-size: 20px;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  color: #004190;
  padding-left: 7px;
  margin-bottom: 16px;
}

.l-access .l-access-list .l-access-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.l-access .l-access-list .l-access-info dt {
  width: 110px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  padding-left: 7px;
  margin-bottom: 20px;
}

.l-access .l-access-list .l-access-info dd {
  width: calc(100% - 110px);
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.l-access .l-access-list .l-access-info dd a {
  text-decoration: underline;
}

.l-access .l-access-list:last-of-type {
  margin-bottom: 150px;
}

.l-access .l-access-map {
  position: relative;
  padding-top: 38.75%;
}

.l-access .l-access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.l-contact {
  padding: 90px 0;
}

.l-contact .l-contact-tab {
  width: 800px;
  margin: 0 auto;
}

.l-contact .l-contact-inner {
  display: none;
}

.l-contact .l-contact-inner.u-contact-show {
  display: block;
}

.l-contact p.c-contact-text {
  font-family: "Noto Serif JP",serif;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
}

.l-contact p.c-contact-notice {
  font-size: 14px;
  text-align: right;
  color: #004190;
  letter-spacing: .05em;
  margin: 40px 0;
}

.l-contact .l-contact-select h4 {
  font-size: 15px;
  padding: 0 0 10px 0;
  position: relative;
  font-weight: 500;
  letter-spacing: .005em;
}

.l-contact .l-contact-select .l-tab-contact {
  margin-bottom: 25px;
}

.l-contact .l-contact-select .l-tab-contact.u-active {
  background-color: #004190;
}

.l-contact .l-contact-select .l-tab-contact.u-active .c-tab-contact-heading span {
  color: #fff;
}

.l-contact .l-contact-select .l-tab-contact .c-tab-contact-heading {
  border: none;
  background-color: #f5f5f5;
  position: relative;
}

.l-contact .l-contact-select .l-tab-contact .c-tab-contact-heading span {
  padding: 12px 18px 13px;
  display: block;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
}

.l-contact .l-contact-select .l-tab-contact .c-tab-contact-heading .l-tab-contact-list {
  display: none;
  opacity: 0;
  background-color: #fff;
  border-top: 1px solid #918c8a;
  border-right: 1px solid #918c8a;
  border-left: 1px solid #918c8a;
  transition: .1s;
}

.l-contact .l-contact-select .l-tab-contact .c-tab-contact-heading .l-tab-contact-list .c-tab-contact-item {
  padding: 12px 18px 13px;
  display: block;
  font-size: 14px;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px solid #918c8a;
}

.l-contact .l-contact-select .l-tab-contact .c-tab-contact-heading.u-active {
  background-color: #004190;
}

.l-contact .l-contact-select .l-tab-contact .c-tab-contact-heading.u-active span {
  color: #fff;
}

.l-contact .l-contact-select .l-tab-contact .c-tab-contact-heading.u-active .l-tab-contact-list {
  opacity: 1;
}

.wpcf7 .wpcf7-form .wpcf7c-elm-step3 {
  display: none;
}

.wpcf7 .wpcf7-form th {
  width: 100%;
  text-align: left;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .005em;
  display: block;
}

.wpcf7 .wpcf7-form th .u-required:after {
  content: "（※）";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .005em;
  color: #004190;
}

.wpcf7 .wpcf7-form td {
  display: block;
  padding-bottom: 25px;
}

.wpcf7 .wpcf7-form .l-group {
  display: none;
}

.wpcf7 .wpcf7-form .form-zip td {
  text-align: left;
}

.wpcf7 .wpcf7-form .form-zip td:after {
  content: "※郵便番号入力後、自動で都道府県、市区町村が入力されます";
  font-size: 13px;
  letter-spacing: .05em;
  display: block;
  padding-top: 15px;
}

.wpcf7 .wpcf7-form .l-contact-privacy th {
  padding: 30px 0 15px;
  text-align: center;
}

.wpcf7 .wpcf7-form .l-contact-privacy td p {
  font-size: 14px;
  margin-bottom: 30px;
}

.wpcf7 .wpcf7-form .l-contact-privacy td .l-contact-privacy-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.wpcf7 .wpcf7-form .l-contact-privacy td .l-contact-privacy-list li {
  font-size: 14px;
  margin: 0 18px;
}

.wpcf7 .wpcf7-form .l-contact-privacy td .l-contact-privacy-list li a {
  padding-right: 14px;
  position: relative;
}

.wpcf7 .wpcf7-form .l-contact-privacy td .l-contact-privacy-list li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 8px;
}

.wpcf7 .wpcf7-form .l-submit-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wpcf7 .wpcf7-form .l-submit-btn .c-confirm-submit {
  position: relative;
}

.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: block;
  position: absolute;
  margin: 0;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7 .wpcf7cp-form-hide {
  display: none;
}

.wpcf7 #wpcf7cpcnf {
  position: relative;
  border-top: 1px solid #bdbab9;
  z-index: 0;
}

.wpcf7 #wpcf7cpcnf tr th {
  font-weight: 500;
  width: 250px;
  padding: 17px 5px 19px 20px;
  display: table-cell;
  color: #004190;
  text-align: left;
  letter-spacing: .15em;
  background-color: #f7f9fc;
  border-bottom: 1px solid #bdbab9;
}

.wpcf7 #wpcf7cpcnf tr td {
  font-size: 14px;
  letter-spacing: .1em;
  padding: 17px 5px 19px 35px;
  display: table-cell;
  text-align: left;
  border-bottom: 1px solid #bdbab9;
}

.wpcf7 #wpcf7cpcnf tr td span.u-required {
  display: none;
}

.wpcf7 #wpcf7cpcnf .wpcf7cp-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px 0 0;
}

.wpcf7 #wpcf7cpcnf .wpcf7cp-btns button {
  text-align: center;
  padding: 17px 0 19px;
  width: 400px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .16em;
  background-color: #004190;
  color: #fff;
  font-family: "Noto Serif JP",serif;
  overflow: hidden;
  width: 230px;
  position: relative;
  overflow: hidden;
  margin: 0 25px;
}

.wpcf7 #wpcf7cpcnf .wpcf7cp-btns button:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 5px;
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpcf7 #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  background-color: #858585;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed tr.u-required th:before {
  display: none;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed tr.form-text {
  margin-bottom: 75px;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed tr.form-text th {
  border-bottom: none;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed tr.form-text td {
  border-bottom: none;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed th {
  padding: 20px 0 20px 0;
  margin-left: 57px;
  border-bottom: 1px solid #b7b7b7;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed td {
  padding-bottom: 0;
  border-bottom: 1px solid #b7b7b7;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed td .category-select select {
  width: 100%;
  background-color: rgba(0,0,0,0);
  font-size: 16px;
  color: #231815;
  padding: 20px 0 20px 10px;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed td .category-select select::-ms-expand {
  display: none;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed td .category-select:before {
  display: none;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .l-submit-btn {
  margin-top: 40px;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .l-submit-btn .c-confirm-back {
  margin: 0 10px;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .l-submit-btn .c-confirm-submit {
  margin: 0 10px;
  position: relative;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .l-submit-btn .c-confirm-submit:after {
  content: "入力内容を確認する";
  display: block;
  position: absolute;
  font-size: 16px;
  top: 0;
  left: 0;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed p.wpcf7c-elm-step2 {
  text-align: center;
  margin: 0 0 80px 0px;
}

.wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .wpcf7c-conf {
  background-color: rgba(0,0,0,0);
  border: none;
}

.wpcf7 .wpcf7-form.sent {
  margin-top: -250px;
  padding-top: 250px;
}

.wpcf7 .wpcf7-form.sent p.wpcf7c-elm-step3 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 130px;
}

.wpcf7 .wpcf7-form.sent .wpcf7c-elm-step3 {
  display: block;
}

.wpcf7 .wpcf7-form.sent .wpcf7c-elm-step1,
.wpcf7 .wpcf7-form.sent .wpcf7cp-progress-cover,
.wpcf7 .wpcf7-form.sent .wpcf7cp-progress-content {
  display: none;
}

.wpcf7 .wpcf7-form.sent .formTable {
  display: none;
}

.wpcf7 .wpcf7-form.sent .l-submit-btn {
  display: none;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.l-contact-thanks {
  width: 430px;
  margin: 0 auto;
}

.l-contact-thanks dl {
  font-family: "Noto Serif JP",serif;
}

.l-contact-thanks dl .c-contact-thanks-title {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .2em;
  color: #004190;
  border-bottom: 2px solid #bdbab9;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.l-contact-thanks dl .c-contact-thanks-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 45px;
}

.l-contact-thanks .c-contact-thanks-text {
  font-size: 14px;
  letter-spacing: .085em;
  margin-bottom: 40px;
  line-height: 2;
}

.l-contact-thanks .c-contact-thanks-text:last-of-type {
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 0;
}

.l-contact-thanks .c-contact-thanks-name {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .085em;
}

.l-contact-thanks .c-contact-thanks-tel {
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  font-size: 34px;
  letter-spacing: .06em;
  color: #004190;
  margin-bottom: 15px;
}

.error404 .l-wrapper {
  position: relative;
}

.error404 .l-section-inner {
  text-align: center;
}

.news.single .l-news {
  padding-bottom: 200px;
}

.news.single .l-news .l-news-inner .l-news-section {
  display: block;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article {
  padding-bottom: 80px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article .l-news-article-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article .l-news-article-list li {
  color: #666;
  list-style: none;
  margin-bottom: 0;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article .l-news-article-list li.c-news-terms {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article h2.c-news-title {
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: 400;
  margin-bottom: 50px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article p {
  margin-bottom: 35px;
  line-height: 2;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article figure img {
  margin-bottom: 0;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article ul {
  margin-bottom: 35px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article ul li {
  margin-bottom: 1em;
  list-style: inside;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article ol {
  margin-left: 1em;
  margin-bottom: 35px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article ol li {
  margin-bottom: 1em;
  padding-left: .5em;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article blockquote {
  background-color: #f2f2f2;
  padding: .5em 1em;
  margin-bottom: 35px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article blockquote p:last-of-type {
  margin-bottom: 0;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article .wp-caption-text {
  font-size: 14px;
  letter-spacing: .05em;
  margin: 15px 0 35px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article img {
  display: block;
  margin-bottom: 35px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article a {
  text-decoration: underline;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article a[href$=".pdf"] {
  position: relative;
  padding-right: 40px;
}

.news.single .l-news .l-news-inner .l-news-section article.l-news-article a[href$=".pdf"]:after {
  content: "";
  width: 37px;
  height: 10px;
  background-image: url(../images/news/ic_pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news.single .l-news .l-news-inner .l-news-section .l-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.news.single .l-news .l-news-inner .l-news-section .l-pager .c-pager-top {
  width: 33.33%;
  text-align: center;
  font-size: 16px;
  letter-spacing: .1em;
}

.news.single .l-news .l-news-inner .l-news-section .l-pager .c-pager-prev,
.news.single .l-news .l-news-inner .l-news-section .l-pager .c-pager-next {
  width: 20px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}

.news.single .l-news .l-news-inner .l-news-section .l-pager .c-pager-prev a,
.news.single .l-news .l-news-inner .l-news-section .l-pager .c-pager-next a {
  width: 100%;
  display: block;
}

.news.single .l-news .l-news-inner .l-news-section .l-pager .c-pager-prev:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 3px;
  top: 5px;
}

.news.single .l-news .l-news-inner .l-news-section .l-pager .c-pager-next:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 3px;
  top: 5px;
}

.news.single .l-page-contact {
  display: none;
}

.l-news {
  padding: 90px 0 140px;
}

.l-news .c-heading {
  margin-bottom: 65px;
}

.l-news .l-news-wrapper {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-news .l-news-inner {
  width: 750px;
}

.l-news .l-news-inner .l-news-tab-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #231815;
  margin-bottom: 85px;
}

.l-news .l-news-inner .l-news-tab-list .l-news-tab-item {
  width: 24%;
  border-left: 1px solid #231815;
  padding: 0 20px;
  text-align: center;
}

.l-news .l-news-inner .l-news-tab-list .l-news-tab-item span,
.l-news .l-news-inner .l-news-tab-list .l-news-tab-item a {
  font-family: "Noto Serif JP",serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .005em;
  padding: 30px 0;
  display: block;
  cursor: pointer;
  transition: 0s;
}

.l-news .l-news-inner .l-news-tab-list .l-news-tab-item span:hover,
.l-news .l-news-inner .l-news-tab-list .l-news-tab-item a:hover {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
  color: #004190;
  opacity: 1;
  text-decoration: none;
}

.l-news .l-news-inner .l-news-tab-list .l-news-tab-item:nth-of-type(2) {
  width: 28%;
  padding: 0 14px;
}

.l-news .l-news-inner .l-news-tab-list .l-news-tab-item.u-news-active span,
.l-news .l-news-inner .l-news-tab-list .l-news-tab-item.u-news-active a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
  color: #004190;
}

.l-news .l-news-inner .l-news-acd-list {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item span {
  display: block;
  padding: 13px 50px 15px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #666 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item span.u-acd-active:after {
  content: "";
  background-color: none;
  background-image: url(../images/company/ic_close.svg);
  background-repeat: no-repeat;
  border: none;
  width: 20px;
  height: 20px;
  background-size: cover;
  display: block;
  right: 45px;
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist {
  display: none;
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-acd-subitem {
  border-top: 1px solid #918c8a;
  font-size: 15px;
  font-weight: 500;
  color: #7b7473;
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-acd-subitem span:after {
  display: none;
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-acd-subitem a {
  display: block;
  padding: 13px 50px 15px;
  color: #7b7473;
}

.l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-acd-subitem.u-news-active a,
.l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-acd-subitem.u-news-active span {
  color: #004190;
}

.l-news .l-news-inner .l-news-year-list {
  border-top: none;
  border-bottom: 1px solid #231815;
  margin-bottom: 50px;
}

.l-news .l-news-inner .l-news-year-list .l-news-acd-item .l-news-acd-sublist {
  display: none;
}

.l-news .l-news-inner .l-news-year-list .l-news-acd-item .l-news-acd-sublist .l-news-acd-subitem {
  padding: 0;
}

.l-news .l-news-inner .l-news-year-list .l-news-acd-item .l-news-acd-sublist .l-news-acd-subitem.u-year-active a {
  color: #004190;
}

.l-news .l-news-inner .l-news-section {
  display: none;
  padding-bottom: 45px;
  position: relative;
}

.l-news .l-news-inner .l-news-section.u-news-show {
  display: block;
}

.l-news .l-news-inner .l-news-section .c-news-category {
  font-family: "Noto Serif JP",serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .2em;
  color: #004190;
  padding: 0 0 25px 15px;
  border-bottom: 1px solid #004190;
  text-align: center;
}

.l-news .l-news-inner .l-news-section article {
  padding: 28px 15px;
  border-bottom: 1px solid #666;
  text-align: left;
}

.l-news .l-news-inner .l-news-section article .c-news-date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2em;
  margin-bottom: 10px;
  position: relative;
}

.l-news .l-news-inner .l-news-section article .c-news-date:after {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  position: absolute;
  right: 0;
}

.l-news .l-news-inner .l-news-section article .c-news-title {
  font-size: 15px;
  letter-spacing: .1em;
}

.l-news .l-news-inner .l-news-section article.l-news-article__retailbranding .c-news-date:after {
  content: "リーテイルブランディング";
}

.l-news .l-news-inner .l-news-section article.l-news-article__group .c-news-date:after {
  content: "グループ";
}

.l-news .l-news-inner .l-news-section article.l-news-article__global .c-news-date:after {
  content: "グローバル";
}

.l-news .l-news-inner .l-news-section article+.c-news-nonews {
  display: none;
}

.l-news .l-news-inner .l-news-section article.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
}

.l-news .l-news-inner .l-news-section .c-news-nonews {
  font-size: 15px;
  padding: 28px 15px;
  border-bottom: 1px solid #666;
}

.l-news .c-news-more {
  font-size: 16px;
  letter-spacing: .1em;
  padding-right: 50px;
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: 0;
}

.l-news .c-news-more:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 8px;
}

_:-ms-fullscreen,
:root .l-news .c-news-more:after {
  top: 4px;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .l-news .c-news-more:after {
    top: 4px;
  }
}

.l-news .c-news-more+.c-news-nonews {
  display: none;
}

.l-news aside {
  width: 180px;
}

.l-news aside .l-news-aside-year-list .c-news-aside-year {
  font-family: "Noto Serif JP",serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.l-news aside .l-news-aside-year-list .c-news-aside-year a {
  border-top: 1px solid #231815;
  display: block;
  padding: 28px 0;
  transition: 0s;
}

.l-news aside .l-news-aside-year-list .c-news-aside-year a:hover {
  opacity: 1;
  color: #004190;
  text-decoration: none;
}

.l-news aside .l-news-aside-year-list .c-news-aside-year:last-of-type a {
  border-bottom: 1px solid #231815;
}

.l-news aside .l-news-aside-year-list .c-news-aside-year.u-year-active a {
  color: #004190;
  border-top: 2px solid #004190;
  border-bottom: 2px solid #004190;
  padding: 26px 0;
}

.l-news aside .l-news-aside-year-list .c-news-aside-year.u-year-active+.c-news-aside-year a {
  border-top: none;
}

.term-all .l-news .l-news-inner .l-news-tab-list .l-news-tab-item__all a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.term-all .l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-tab-item__all a {
  color: #004190;
}

.term-retailbranding .l-news .l-news-inner .l-news-tab-list .l-news-tab-item__retailbranding a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.term-retailbranding .l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-tab-item__retailbranding a {
  color: #004190;
}

.term-group .l-news .l-news-inner .l-news-tab-list .l-news-tab-item__group a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.term-group .l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-tab-item__group a {
  color: #004190;
}

.term-global .l-news .l-news-inner .l-news-tab-list .l-news-tab-item__global a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.term-global .l-news .l-news-inner .l-news-acd-list .l-news-acd-item .l-news-acd-sublist .l-news-tab-item__global a {
  color: #004190;
}

.l-news.retailbranding .l-news-inner .l-news-tab-list .l-news-tab-item__retailbranding a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.l-news.group .l-news-inner .l-news-tab-list .l-news-tab-item__group a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.l-news.global .l-news-inner .l-news-tab-list .l-news-tab-item__global a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.page-template-page-news-all .l-news .l-news-inner .l-news-tab-list .l-news-tab-item__all a {
  padding-bottom: 28px;
  border-bottom: 2px solid #004190;
}

.page-template-page-news-all .l-news .l-news-inner .l-news-section article {
  display: block;
}

.terms .l-privacyterms .l-section-inner {
  width: 800px;
}

.terms .l-privacyterms .l-section-inner .c-heading {
  margin-bottom: 85px;
}

.l-privacyterms {
  padding: 90px 0 95px;
}

.l-privacyterms .l-section-inner {
  width: 880px;
  margin: 0 auto;
}

.l-privacyterms .c-privacyterms-text {
  text-align: center;
  line-height: 2;
  margin-bottom: 85px;
}

.l-privacyterms .l-privacyterms-list {
  margin-bottom: 37px;
}

.l-privacyterms .l-privacyterms-list dt {
  font-family: "Noto Serif JP",serif;
  font-size: 19px;
  font-weight: 600;
  font-weight: .2em;
  color: #004190;
  margin-bottom: 15px;
}

.l-privacyterms .l-privacyterms-list dd {
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
}

.l-privacyterms .l-privacyterms-list dd ul {
  margin: 17px 0 22px;
}

.l-privacyterms .l-privacyterms-list dd ul li {
  padding-left: 16px;
  position: relative;
  line-height: 2;
}

.l-privacyterms .l-privacyterms-list dd ul li:before {
  content: "・";
  position: absolute;
  left: -0.2em;
}

.l-privacyterms .l-privacyterms-list__sl dt {
  font-family: "Noto Sans JP","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

.l-privacyterms .l-privacyterms-list__sl dd .c-bnr-tel {
  width: 480px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  padding: 22px 0 23px;
  background-color: #004190;
  display: inline-block;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  letter-spacing: .15em;
  text-align: center;
  margin-top: 5px;
}

.l-privacyterms .l-privacyterms-list__sl dd .c-bnr-tel:hover {
  text-decoration: none;
}

.l-privacyterms .l-privacyterms-list__sl dd .c-bnr-tel span {
  position: relative;
}

.l-recruit {
  padding: 90px 0 160px;
}

.l-recruit .l-section-inner {
  width: 800px;
  margin: 0 auto;
}

.l-recruit .c-recruit-text {
  text-align: center;
  margin-bottom: 85px;
}

.l-recruit .l-recruit-ng {
  margin-bottom: 92px;
}

.l-recruit .l-recruit-md .l-recruit-table {
  font-size: 15px;
  border-top: 1px solid #231815;
  margin-bottom: 100px;
}

.l-recruit .l-recruit-md .l-recruit-table th {
  width: 240px;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: .25em;
  color: #004190;
}

.l-recruit .l-recruit-md .l-recruit-table td {
  text-align: left;
  padding: 25px 0 25px 70px;
  line-height: 2;
  border-bottom: 1px solid #231815;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}

.l-recruit .l-recruit-md .c-page-link-bnr {
  letter-spacing: 0;
}

.sustainability .l-page-contact.l-page-link,
.sdgs .l-page-contact.l-page-link,
.project .l-page-contact.l-page-link {
  margin-bottom: 150px;
}

.l-sustainability {
  padding-top: 70px;
  margin-bottom: 115px;
}

.l-sustainability .c-heading {
  margin-bottom: 75px;
}

.l-sustainability .c-heading+.c-sustainability-text {
  line-height: 2;
}

.l-sustainability .c-sustainability-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 115px;
}

.l-sustainability .l-sustainability-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-sustainability .l-sustainability-col .l-sustainability-box {
  width: 50%;
}

.l-sustainability .l-sustainability-col .l-sustainability-box a {
  width: 100%;
  height: 360px;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.l-sustainability .l-sustainability-col .l-sustainability-box a:hover {
  text-decoration: none;
}

.l-sustainability .l-sustainability-col .l-sustainability-box a span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .2em;
  text-align: center;
  display: block;
}

.l-sustainability .l-sustainability-col .l-sustainability-box:first-of-type a {
  background-image: url(../images/sustainability/img_sustainability02@2x.jpg);
}

.l-sustainability .l-sustainability-col .l-sustainability-box:nth-of-type(2) a {
  background-image: url(../images/sustainability/img_sustainability03@2x.jpg);
}

.l-sustainability .l-sgs-anchor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-sustainability .l-sgs-anchor .l-sgs-link {
  width: 33.333%;
}

.l-sustainability .l-sgs-anchor .l-sgs-link a {
  width: 100%;
  height: 252px;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d1d1d1;
  position: relative;
  background-size: cover;
}

.l-sustainability .l-sgs-anchor .l-sgs-link a span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.l-sustainability .l-sgs-anchor .l-sgs-link a:hover {
  text-decoration: none;
}

.l-sustainability .l-sgs-anchor .l-sgs-link a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform-origin: center center 0;
  transform-origin: center center 0;
  position: absolute;
  bottom: 20px;
}

.l-sustainability .l-sgs-anchor .l-sgs-link:first-of-type a {
  background-image: url(../images/sustainability/img_sdgs18-01@2x.jpg);
}

.l-sustainability .l-sgs-anchor .l-sgs-link:nth-of-type(2) a {
  background-image: url(../images/sustainability/img_sdgs18-02@2x.jpg);
}

.l-sustainability .l-sgs-anchor .l-sgs-link:last-of-type a {
  background-image: url(../images/sustainability/img_sdgs18-03@2x.jpg);
}

.l-sustainability .l-sgs-anchor.l-project-anchor .l-sgs-link {
  width: 50%;
}

.l-sustainability .l-sgs-anchor.l-project-anchor .l-sgs-link:first-of-type a {
  background-image: url(../images/sustainability/img_project01@2x.jpg);
}

.l-sustainability .l-sgs-anchor.l-project-anchor .l-sgs-link:last-of-type a {
  background-image: url(../images/sustainability/img_project02@2x.jpg);
}

.l-sustainability .c-sdgs-project-heading {
  font-size: 24px;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  letter-spacing: .15em;
  color: #004190;
  margin-bottom: 62px;
}

.l-sustainability .l-sdgs-img {
  display: none;
}

.l-sustainability .l-sdgs-list .l-sdgs-list-inner {
  width: 1080px;
  margin: 0 auto;
  padding: 120px 0 120px 130px;
}

.l-sustainability .l-sdgs-list .l-sdgs-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text {
  width: 350px;
}

.l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text .l-sdgs-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 38px 0 55px;
}

.l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text .l-sdgs-icon li {
  width: 80px;
}

.l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text p {
  line-height: 2;
}

.l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text p span {
  font-size: 14px;
  display: block;
  padding-top: 1em;
}

.l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-img {
  width: 520px;
}

.l-sustainability .l-sdgs-list:nth-of-type(2) {
  background-color: #f2fafd;
}

.l-sustainability .l-sdgs-list:nth-of-type(2) .l-sdgs-list-inner {
  padding: 80px 0 120px 130px;
}

.l-sustainability .l-sdgs-list:nth-of-type(2) .l-sdgs-col {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-sustainability .l-sdgs-list:nth-of-type(2) .l-sdgs-col .l-sdgs-col-text .l-sdgs-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-sustainability .l-sdgs-list:nth-of-type(2) .l-sdgs-col .l-sdgs-col-text .l-sdgs-icon li {
  margin: 0 5px;
}

.l-sustainability .l-sdgs-list:nth-of-type(4) {
  text-align: center;
  margin-bottom: 140px;
}

.l-sustainability .l-sdgs-list:nth-of-type(4) .l-sdgs-list-inner {
  padding: 20px 0 110px 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.l-sustainability .l-sdgs-list:nth-of-type(4) .l-sdgs-list-inner h3 {
  width: 350px;
}

.l-sustainability .l-sdgs-list:nth-of-type(4) .l-sdgs-list-inner p {
  width: 520px;
  line-height: 2;
}

.l-sustainability .l-project-list {
  padding-top: 112px;
}

.l-sustainability .l-project-list .c-sdgs-project-heading {
  text-align: center;
}

.l-sustainability .l-project-list .c-project-text {
  text-align: center;
  margin-bottom: 35px;
}

.l-sustainability .l-project-list .l-project-col {
  position: relative;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 60px;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text {
  width: 305px;
  margin: 0 30px 0 90px;
  position: relative;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text h3 {
  font-size: 20px;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
  letter-spacing: .15em;
  text-align: center;
  margin: 80px 0 135px;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text .l-project-img {
  display: none;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text p {
  line-height: 2;
  letter-spacing: .05em;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text p a {
  display: block;
  padding-top: 1em;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-img {
  width: 540px;
  margin: 0 30px;
}

.l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-img img {
  width: 100%;
  height: 390px;
}

.l-sustainability .l-project-list .l-project-col:after {
  content: "";
  width: 100%;
  height: 290px;
  background-color: #f2fafd;
  display: block;
  left: 0%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.l-sustainability .l-project-list .l-project-col:nth-of-type(2) .l-project-col-inner {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-sustainability .l-project-list .l-project-col:nth-of-type(2) .l-project-col-inner .l-project-col-text {
  margin: 0 90px 0 30px;
}

.l-sustainability .l-project-list:last-of-type .l-project-col .l-project-col-inner .l-project-col-text p {
  letter-spacing: 0;
}

.l-sustainability-project {
  margin-bottom: 140px;
}

.ready.home .l-mainvisual video {
  opacity: 1;
}

.home {
  overflow: auto;
}

.home .l-mainvisual {
  width: 100vw;
  height: 100vh;
}

.home .l-mainvisual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all .5s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.home .l-top-news {
  padding: 90px 0;
}

.home .l-top-news .l-top-news-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: .1em;
}

.home .l-top-news .l-top-news-list .l-top-news-date {
  width: 400px;
  padding-left: 70px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home .l-top-news .l-top-news-list .l-top-news-date:after {
  content: "";
  font-size: 10px;
  font-weight: 400;
  padding: 3px 4px 4px;
  line-height: 1;
  background-color: #666;
  display: inline;
  color: #fff;
  margin-left: 8px;
}

_:-ms-fullscreen,
:root .home .l-top-news .l-top-news-list .l-top-news-date:after {
  padding: 5px 4px 2px;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .home .l-top-news .l-top-news-list .l-top-news-date:after {
    padding: 5px 4px 2px;
  }
}

.home .l-top-news .l-top-news-list .l-top-news-date.u-top-news-retailbranding:after {
  content: "リーテイルブランディング";
}

.home .l-top-news .l-top-news-list .l-top-news-date.u-top-news-group:after {
  content: "グループ";
}

.home .l-top-news .l-top-news-list .l-top-news-date.u-top-news-global:after {
  content: "グローバル";
}

.home .l-top-news .l-top-news-list .l-top-news-text {
  width: 670px;
  font-size: 15px;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}

.home .l-top-news a.c-top-news-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 0 30px 3px 0;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #666;
  margin: 20px 0 0 800px;
}

.home .l-top-news a.c-top-news-link:after {
  content: "";
  width: 22px;
  height: 6px;
  background-image: url(../images/common/img_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}

_:-ms-fullscreen,
:root .home .l-top-news a.c-top-news-link:after {
  top: 6px;
}

@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  .home .l-top-news a.c-top-news-link:after {
    top: 6px;
  }
}

.home .l-top-news a.c-top-news-link:hover {
  text-decoration: none;
  opacity: 1;
  color: #004190;
}

.home .l-top-business {
  padding-bottom: 120px;
}

.home .l-top-business .l-top-business-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home .l-top-business .l-top-business-column li {
  width: calc((100% - 6px)/4);
  text-align: center;
  border-bottom: 2px solid #fff;
}

.home .l-top-business .l-top-business-column li a {
  width: 100%;
  padding-top: 68.75%;
  background-size: cover;
  background-position: center;
  background-image: url(../images/top/img_top01@2x.jpg);
  position: relative;
  display: block;
}

.home .l-top-business .l-top-business-column li a:hover {
  text-decoration: none;
}

.home .l-top-business .l-top-business-column li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}

.home .l-top-business .l-top-business-column li:nth-of-type(2) a {
  background-image: url(../images/top/img_top02@2x.jpg);
}

.home .l-top-business .l-top-business-column li:nth-of-type(3) a {
  background-image: url(../images/top/img_top03@2x.jpg);
}

.home .l-top-business .l-top-business-column li:nth-of-type(4) a {
  background-image: url(../images/top/img_top04@2x.jpg);
}

.home .l-top-business .l-top-business-column li:nth-of-type(5) a {
  background-image: url(../images/top/img_top12@2x.jpg);
}

.home .l-top-business .l-top-business-column li:nth-of-type(6) a {
  background-image: url(../images/top/img_top11@2x.jpg);
}

.home .l-top-business .l-top-business-column li:nth-of-type(7) a {
  background-image: url(../images/top/img_top05@2x.jpg);
}

.home .l-top-business .l-top-business-column li:nth-of-type(8) a {
  background-image: url(../images/top/img_top06@2x.jpg);
}

.home .l-top-business .l-top-business-column li span {
  font-size: 24px;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .1em;
}

.home .l-top-outline {
  padding-bottom: 180px;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box {
  width: 50%;
  height: 480px;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box a:hover {
  text-decoration: none;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box:first-of-type li {
  height: 100%;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box:first-of-type li a {
  background-image: url(../images/top/img_top07@2x.jpg);
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type {
  border-left: 2px solid #fff;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type li {
  height: 240px;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type li:first-of-type {
  border-bottom: 2px solid #fff;
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type li:first-of-type a {
  background-image: url(../images/top/img_top08@2x.jpg);
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type li:last-of-type a {
  background-image: url(../images/top/img_top09@2x.jpg);
}

.home .l-top-outline .l-top-outline-column .l-top-outline-box span {
  font-size: 24px;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .1em;
}

.home .l-top-sus {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 116px;
}

.home .l-top-sus a {
  width: 100%;
  height: 480px;
  display: block;
  background-size: cover;
  background-position: center;
  background-image: url(../images/top/img_top10@2x.jpg);
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.home .l-top-sus a span {
  font-size: 24px;
  font-family: "Noto Serif JP",serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .1em;
}

.home .l-top-sus a span span {
  display: block;
  font-size: 18px;
}

.l-topmessage {
  padding: 70px 0 120px;
  font-family: "Noto Serif JP",serif;
  font-weight: 600;
}

.l-topmessage .l-section-inner {
  width: 690px;
  margin: 0 auto;
}

.l-topmessage .c-topmessage-catch {
  font-size: 18px;
  font-weight: 600;
  color: #004190;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: .2em;
}

.l-topmessage .c-topmessage-text {
  margin: 0 0 50px;
  font-size: 15px;
  line-height: 2.66;
  letter-spacing: .015em;
}

.l-topmessage .c-topmessage-name {
  width: 230px;
  margin: 70px 0 0 auto;
}

.l-topmessage .c-topmessage-name li {
  font-size: 14px;
  letter-spacing: .015em;
  margin-bottom: 20px;
}

.Win .l-topmessage .c-topmessage-name {
  width: 232px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.u-bc-lightgray {
  background-color: #f5f5f4 !important;
}

.u-bc-blue {
  background-color: #004190 !important;
}

.u-bc-white {
  background-color: #fff;
}

.u-bc--salmon {
  background-color: #feb38a;
}

.u-bc--skyblue {
  background-color: #a9dee4;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-red {
  color: #b10734 !important;
}

.u-c-green {
  color: #86c644 !important;
}

.u-c-blue {
  color: #f2f5f9;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-sp-hide-b {
  display: none !important;
}

.u-sp375 {
  display: none !important;
}

.u-sp375-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.dm {
  font-family: "DM Sans",sans-serif;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.f-s-small {
  font-size: 12px;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 321px) {
  .u-sp375-hide {
    display: inline !important;
  }
}

@media screen and (min-width: 834px) {
  img {
    width: auto;
  }

  .flex-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-col_2>.flex-col-box {
    width: 505px;
  }

  .flex-col_2>li {
    width: 50%;
  }

  .flex-col_3>.flex-col-box {
    width: 310px;
  }

  .flex-col_3>li {
    width: 310px;
  }

  .flex-col_4>li {
    width: 25%;
  }

  .flex-col_5>li {
    width: 20%;
  }

  .flex-col-sp_2>li {
    width: 100%;
  }

  .flex-col-sp_2_nmargin>li {
    width: 100%;
  }

  .flex-col_pc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-arrow::after {
    margin-left: 10px;
  }

  .link-arrow__left::before {
    margin-top: -3px;
    margin-right: 10px;
    font-size: 16px;
  }

  .viewlinks {
    font-size: 16px;
  }

  .table {
    display: table;
    margin-top: 30px;
    text-align: left;
    border-collapse: collapse;
  }

  .table dl {
    display: table-row;
  }

  .table dl dt {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #666;
  }

  .table dl dd {
    display: table-cell;
    padding: 10px 25px;
    border: 1px solid #666;
  }

  .table--min {
    width: 500px;
  }

  .table--min dl dt {
    width: 170px;
  }

  .table--default {
    margin: 0;
  }

  .table--default dt {
    width: 180px;
    vertical-align: middle;
  }

  .table .table-note {
    padding-left: 1.5em;
    font-size: 13px;
  }

  .table .table-note::before {
    position: absolute;
    top: 0px;
    left: 0;
  }

  .table-ordered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-ordered>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    min-height: 140px;
  }

  .table-ordered>li .table-ordered__num {
    width: 50px;
    font-size: 23px;
  }

  .table-ordered>li .table-ordered__txt {
    padding: 30px 20px;
  }

  .table-ordered>li .table-ordered__txt .table-ordered__title {
    font-size: 18px;
  }

  .table-ordered>li .table-ordered__txt .table-ordered__txt--last {
    font-size: 23px;
  }

  textarea {
    width: 100%;
    height: 240px;
  }

  input[type=text] {
    font-size: 16px;
  }

  input[type=text].input__min {
    width: 290px;
  }

  input[type=text].middle-width {
    width: 340px;
  }

  input[type=text].full-width {
    width: 100%;
  }

  input[type=text].full-width--670 {
    width: 670px;
  }

  input[type=text].input--inline {
    display: inline-block;
    width: 90%;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 15px;
  }

  .l-footer {
    padding: 45px 0;
  }

  .l-footer .l-footer-inner {
    width: 840px;
    margin: 0 auto;
    padding: 0;
  }

  .l-footer .l-footer-inner .l-toggle-list {
    display: none;
  }

  .l-header .l-header-inner {
    width: 1080px;
    margin: 0 auto;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .l-header .l-header-inner nav.l-toggle {
    display: none;
  }

  .page .l-page-tab-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .page .l-page-tab-list .c-page-tab-btn {
    font-family: "Noto Serif JP",serif;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading.u-sp-hide {
    display: block !important;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li .l-bd-icon-img {
    height: 122px;
  }

  .page-template-page-business-detail.bi04 .c-bd-text__brackets+.l-bd-img {
    width: 559px;
    margin: 0 auto;
  }

  .page-template-page-business-detail.bi05 .c-border__dashed.u-sp-hide {
    display: block !important;
  }

  .page-template-page-business-detail.bi06 .l-business-detail .l-bd-col.l-bd-col__reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .l-groupcompany .l-groupcompany-col:nth-of-type(2n) .l-groupcompany-col-text {
    padding-left: calc(50% - 485px);
  }

  .l-globalstrategy .l-globalstrategy-col:nth-of-type(2) .l-globalstrategy-col-text {
    padding-left: calc(50% - 485px);
  }

  .l-globalstrategy .l-globalstrategy-col:nth-of-type(4) .l-globalstrategy-col-text {
    padding-left: calc(50% - 485px);
  }

  .l-company-tab-menu {
    display: none;
  }

  .l-company-tab-menu {
    display: none;
  }

  .l-history .l-tab-history-content .c-history-year span:after {
    right: 0;
    bottom: 2px;
  }

  .wpcf7 {
    width: 800px;
    margin: 0 auto;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .l-submit-btn {
    margin-top: 75px;
  }

  .error404 .main-block {
    min-height: 100vh;
    padding-bottom: 485px;
  }

  .error404 .l-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .l-news .l-news-inner .l-news-acd-list {
    display: none;
  }

  .l-news .l-news-inner .l-news-year-list {
    display: none;
  }

  .l-privacyterms .l-privacyterms-list__sl dd .c-bnr-tel {
    display: none;
  }

  .l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text p {
    position: absolute;
    bottom: 0;
  }

  .home .l-mainvisual .c-video__sp {
    display: none;
  }

  .aligncenter {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  .alignright {
    position: relative;
    left: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    text-align: right;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }

  .u-sp-hide-b {
    display: block !important;
  }

  .f-s-small {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .page .l-related-link {
    width: 1920px;
    margin: 0 auto 120px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
  }

  .l-businessintro .l-businessintro-col {
    width: 1920px;
    margin: 0 auto;
  }

  .l-business-col {
    width: 1920px;
    margin: 0 auto;
  }

  .l-sustainability .l-sustainability-col {
    width: 1920px;
    margin: 0 auto;
  }

  .l-sustainability .l-sgs-anchor {
    max-width: 1920px;
    margin: 0 auto;
  }

  .home .l-top-business .l-top-business-column {
    width: 1920px;
    margin: 0 auto;
  }

  .home .l-top-outline .l-top-outline-column {
    width: 1920px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1050px) {
  .l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu .l-nav-list-menu-inner {
    width: 1000px;
  }

  .l-header .l-header-inner nav.l-nav li.l-nav-list-item .l-nav-list-menu-business .l-nav-list-menu-inner .l-nav-list-menu-link__ctr {
    width: 486px;
  }
}

@media screen and (max-width: 910px) {
  .l-header .l-header-inner nav.l-nav ul.l-nav-list {
    width: 440px;
  }
}

@media screen and (max-width: 834px) {
  input[type=submit] {
    width: 100%;
    font-size: 4.2vw;
  }

  input[type=button] {
    width: 100%;
    font-size: 4.2vw;
  }

  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 4vw;
  }

  .menu-contact select {
    font-size: 4vw;
    padding: 11px 10px;
  }

  .menu-contact:before {
    right: 14px;
  }

  .wpcf7-radio label input[type=radio]+span::before {
    top: -3px;
  }

  .wpcf7-radio label input[type=radio]:checked+span::after {
    top: 2px;
  }

  .wpcf7-acceptance {
    text-align: left;
  }

  .wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 26px;
  }

  .wpcf7-form .c-contact-acceptance {
    margin-left: 0;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 30px;
    height: 30px;
  }

  .slick-prev {
    left: 5.3%;
  }

  [dir=rtl] .slick-prev {
    left: 5.3%;
  }

  .slick-next {
    right: 5.3%;
  }

  [dir=rtl] .slick-next {
    right: 5.3%;
  }

  .slick-dots {
    left: 50%;
    right: 0;
    bottom: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .l-footer .l-footer-inner h2.c-footer-title {
    font-size: 4.8vw;
    margin-bottom: 25px;
  }

  .l-footer .l-footer-inner .l-footer-col {
    display: none;
  }

  .l-footer .l-footer-inner p.c-footer-copyright {
    font-size: 2.9vw;
    text-align: center;
  }

  .l-header {
    height: 70px;
    overflow: visible;
  }

  .l-header .l-header-inner {
    padding: 0 5.3% 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header .l-header-inner h1 {
    width: 54.3%;
    max-width: 250px;
    padding: 0;
  }

  .l-header .l-header-inner nav.l-nav {
    display: none;
  }

  .l-header.u-d-f {
    display: none;
  }

  .c-heading {
    font-size: 5.3vw;
    letter-spacing: .05em;
    margin-bottom: 30px;
  }

  .c-heading span {
    font-size: 4vw;
    padding-top: 0;
  }

  .c-heading__ja {
    font-size: 5.6vw;
    font-weight: 600;
    letter-spacing: .25em;
  }

  .c-heading__ja span {
    font-size: 3.7vw;
    font-weight: 600;
    letter-spacing: .05em;
  }

  .l-main {
    padding-top: 70px;
  }

  .l-main .l-section-inner {
    width: 100%;
    padding: 0 5.3%;
  }

  .page .l-page-mainvisual {
    height: 330px;
  }

  .page .l-breadcrumb {
    display: none;
  }

  .page .l-related-link {
    border-bottom: 1px solid #666;
    margin-bottom: 80px;
  }

  .page .l-related-link.col__4 .l-related-link-item {
    width: 50%;
    border-bottom: none;
  }

  .page .l-related-link.col__4 .l-related-link-item:nth-of-type(2) {
    border-right: none;
  }

  .page .l-related-link.col__3 .l-related-link-item {
    width: 50%;
    border-bottom: none;
  }

  .page .l-related-link.col__3 .l-related-link-item:nth-of-type(2) {
    border-right: none;
  }

  .page .l-related-link.col__3 .l-related-link-item:nth-of-type(3) {
    border-right: 1px solid #666;
  }

  .page .l-related-link.col__3 .l-related-link-item:nth-of-type(4) {
    border-right: none;
  }

  .page .l-related-link.col__2 .l-related-link-item {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }

  .page .l-related-link .l-related-link-item {
    height: 50px;
  }

  .page .l-related-link .l-related-link-item a {
    font-size: 3.7vw;
  }

  .page .l-page-tab-list {
    width: 100%;
    margin: 0;
    display: none;
  }

  .page .l-page-tab-list .c-page-tab-btn {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #666;
    padding: 13px 13.3%;
    font-size: 4vw;
    font-weight: 500;
    color: #666;
    text-align: left;
    letter-spacing: .05em;
  }

  .page .l-page-tab-list .c-page-tab-btn:last-of-type {
    border-right: none;
  }

  .page .l-page-contact.l-page-link {
    margin-bottom: 70px;
  }

  .page .l-page-contact.l-page-link .c-page-link-bnr {
    width: 78.6%;
  }

  .page .l-page-link .c-page-link-heading {
    font-size: 4.8vw;
    font-weight: normal;
    margin-bottom: 17px;
  }

  .page .l-page-link .c-page-link-bnr {
    width: 97%;
    font-size: 4.2vw;
  }

  .company .l-page-mainvisual {
    background-image: url(../images/company/img_company_sp01@2x.jpg);
  }

  .business .l-page-mainvisual {
    background-image: url(../images/business/img_business_sp01@2x.jpg);
  }

  .bi01 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp01@2x.jpg);
  }

  .bi02 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp02@2x.jpg);
  }

  .bi03 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp03@2x.jpg);
  }

  .bi04 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp04@2x.jpg);
  }

  .bi05 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp05@2x.jpg);
  }

  .bi06 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp06@2x.jpg);
  }

  .bi08 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp08@2x.jpg);
  }

  .bi09 .l-page-mainvisual {
    background-image: url(../images/business/detail/img_mv_bd_sp09@2x.jpg);
  }

  .groupcompany .l-page-mainvisual {
    background-image: url(../images/business/img_mv_groupcompany_sp01@2x.jpg);
  }

  .globalstrategy .l-page-mainvisual {
    background-image: url(../images/business/img_mv_globalstrategy_sp01@2x.jpg);
  }

  .sustainability .l-page-mainvisual {
    background-image: url(../images/sustainability/img_sustainability_sp01.jpg);
  }

  .sdgs .l-page-mainvisual {
    background-image: url(../images/sustainability/img_mv_sdgs_sp01.jpg);
  }

  .project .l-page-mainvisual {
    background-image: url(../images/sustainability/img_mv_project_sp01.jpg);
  }

  .page-template-page-business-detail .l-page-mainvisual .c-heading {
    font-size: 5.3vw;
  }

  .page-template-page-business-detail .l-business-detail {
    width: 100%;
    padding: 40px 0 65px;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading {
    font-size: 4.8vw;
    letter-spacing: .05em;
    margin-bottom: 15px;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading.c-bd-heading__catch {
    font-size: 5.3vw;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading.c-bd-heading__overview {
    font-size: 4.2vw;
    letter-spacing: .4em;
    margin-top: -10px !important;
    margin-bottom: 15px;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading.c-bd-subheading {
    font-size: 4.2vw;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading__sans {
    font-size: 4.5vw;
    margin-bottom: 15px;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading.u-pc-hide {
    display: block !important;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading+.l-bd-col {
    margin-top: 30px;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-heading+.l-bd-img {
    margin-top: 40px;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-text {
    padding: 0 10.6%;
    text-align: left;
    margin-bottom: 45px;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-text a {
    text-align: center;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-text.c-bd-text__brackets {
    width: 89.4%;
    text-align: center;
    line-height: 1.56;
    margin-bottom: 30px;
    padding: 0;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-text.c-bd-text__brackets:before {
    display: none;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-text.c-bd-text__brackets:after {
    display: none;
  }

  .page-template-page-business-detail .l-business-detail .c-bd-text.c-bd-text__center {
    text-align: center;
  }

  .page-template-page-business-detail .l-business-detail .c-border {
    width: 78.6%;
    margin: 40px auto;
  }

  .page-template-page-business-detail .l-business-detail .c-border+.c-bd-heading {
    margin-top: 50px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-text {
    width: 100%;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-text h3 {
    font-size: 4.2vw;
    text-align: center;
    padding: 0 5.3%;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-text p {
    padding: 0 10.6%;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col .l-bd-col-img {
    width: 100%;
    padding: 0 5.3%;
    margin-bottom: 35px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col+.c-border {
    margin-top: 50px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 {
    padding: 0 5.3%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li {
    width: 36.7%;
    margin: 0 4% 20px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li img {
    width: 69.1%;
    margin-bottom: 10px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__1 li:last-of-type img {
    width: 79.1%;
    padding: 7px 0 18px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 {
    width: 100%;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box {
    width: 100vw;
    padding: 0 40px;
    margin: 0;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-col.l-bd-col__3 .l-bd-col-box img {
    width: 120px;
    margin: 40px auto 50px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-img.l-bd-img__large {
    padding: 20px;
    overflow-x: scroll;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-img.l-bd-img__large img {
    max-width: 850px;
    width: 850px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-img.l-bd-img__pr {
    padding-right: 0;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-img+.c-border {
    margin-top: 55px;
  }

  .page-template-page-business-detail .l-business-detail .l-bd-slick {
    display: block;
    padding: 25px 0;
    background-color: #f7fcfe;
    margin-bottom: 100px;
  }

  .page-template-page-business-detail .l-related-link {
    margin-bottom: 60px;
  }

  .page-template-page-business-detail .l-related-link .l-related-link-item:nth-of-type(6) {
    border-right: none;
  }

  .page-template-page-business-detail.bi01 .c-border:last-of-type {
    display: none;
  }

  .page-template-page-business-detail.bi02 .l-bd-col:nth-of-type(4) {
    margin-bottom: 50px;
  }

  .page-template-page-business-detail.bi02 .l-bd-col__1 {
    margin-top: 30px !important;
  }

  .page-template-page-business-detail.bi02 .l-bd-col__1+.c-border {
    margin-top: -10px;
  }

  .page-template-page-business-detail.bi02 .l-bd-img__medium {
    width: 100%;
  }

  .page-template-page-business-detail.bi02 .l-bd-img__medium:nth-last-of-type(4) {
    width: 100%;
    margin-top: 30px;
  }

  .page-template-page-business-detail.bi02 .c-border:last-of-type {
    display: none;
  }

  .page-template-page-business-detail.bi03 .l-bd-img__large img {
    max-width: 863px;
    width: 863px;
  }

  .page-template-page-business-detail.bi04 .c-border:last-of-type {
    display: none;
  }

  .page-template-page-business-detail.bi05 .c-bd-heading.u-sp-small {
    font-size: 4.8vw;
  }

  .page-template-page-business-detail.bi05 .l-bd-img.u-sp-small {
    width: 71.2%;
    margin: 0 auto 35px;
  }

  .page-template-page-business-detail.bi05 .l-bd-col.l-bd-col__3:nth-last-of-type(4) .l-bd-col-box.l-bd-col-box__2 img {
    margin-bottom: 43px;
  }

  .page-template-page-business-detail.bi05 .l-bd-col.l-bd-col__3:nth-last-of-type(4) .l-bd-col-box.l-bd-col-box__3 img {
    margin-bottom: 35px;
  }

  .page-template-page-business-detail.bi05 .l-bd-col.l-bd-col__3:nth-last-of-type(2) .l-bd-col-box img {
    margin: 30px auto;
  }

  .page-template-page-business-detail.bi05 .l-bd-col.l-bd-col__3:nth-last-of-type(2) .l-bd-col-box.l-bd-col-box__3 img {
    margin: 53px auto;
  }

  .page-template-page-business-detail.bi05 .c-bd-text__center {
    margin-top: 25px;
  }

  .page-template-page-business-detail.bi05 .c-bd-text__center:nth-last-of-type(2) {
    padding: 0 5.3%;
  }

  .page-template-page-business-detail.bi06 .l-business-detail .c-bd-heading.c-bd-heading__catch {
    font-size: 4.8vw;
  }

  .page-template-page-business-detail.bi06 .l-business-detail .l-bd-col {
    margin-bottom: 55px;
  }

  .page-template-page-business-detail.bi06 .l-business-detail .l-bd-col .l-bd-col-img {
    padding: 0;
  }

  .page-template-page-business-detail.bi06 .l-business-detail .l-bd-col:nth-last-of-type(2) {
    margin-bottom: 10px;
  }

  .page-template-page-business-detail.bi06 .c-border:last-of-type {
    display: none;
  }

  .page-template-page-business-detail.bi08 .l-bd-img {
    width: 52.5%;
    margin: 0 auto;
  }

  .page-template-page-business-detail.bi08 .c-bd-heading__sans+.l-bd-img {
    width: 88.2%;
    margin: 0 auto 0;
  }

  .page-template-page-business-detail.bi09 .l-bd-img:last-of-type {
    width: 64.2%;
    margin: 0 auto 35px;
  }

  .business section {
    padding-top: 35px;
  }

  .business section.l-page-contact {
    padding-top: 0;
  }

  .l-businessintro {
    margin-bottom: 55px;
  }

  .l-businessintro .c-heading {
    margin-bottom: 40px;
  }

  .l-businessintro .l-businessintro-list {
    width: 100%;
    padding: 0 2.6%;
    margin-bottom: 60px;
  }

  .l-businessintro .l-businessintro-list .c-businessintro-item {
    width: 50%;
    font-size: 3.7vw;
    letter-spacing: .05em;
    border-left: none;
    border-bottom: 1px solid #666;
    padding: 12px 0;
    margin-bottom: 0;
  }

  .l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(4),
  .l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(8) {
    border-right: none;
  }

  .l-businessintro .l-businessintro-list .c-businessintro-item:first-of-type {
    border-top: 1px solid #666;
  }

  .l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(2) {
    letter-spacing: .005em;
    border-top: 1px solid #666;
  }

  .l-businessintro .l-businessintro-list .c-businessintro-item:first-of-type a,
  .l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(3) a,
  .l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(5) a,
  .l-businessintro .l-businessintro-list .c-businessintro-item:nth-of-type(7) a {
    border-left: none;
  }

  .l-businessintro .l-businessintro-list .c-businessintro-item a {
    display: block;
    padding: 6px 0;
    border-left: 1px solid #666;
  }

  .l-businessintro .l-businessintro-col {
    display: block;
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box {
    width: 100%;
    padding-top: 100px;
    margin-top: -100px;
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box div {
    height: 200px;
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box div a {
    height: 200px;
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box div a span {
    font-family: "Noto Serif JP",serif;
    font-size: 5.3vw;
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box p {
    width: 80%;
    margin: 30px auto 50px;
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box p a {
    font-size: 3.7vw;
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:first-of-type div a {
    background-image: url(../images/business/img_businessintro_sp01@2x.jpg);
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(2) div a {
    background-image: url(../images/business/img_businessintro_sp02@2x.jpg);
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(3) div a {
    background-image: url(../images/business/img_businessintro_sp03@2x.jpg);
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(4) div a {
    background-image: url(../images/business/img_businessintro_sp04@2x.jpg);
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(5) div a {
    background-image: url(../images/business/img_businessintro_sp08@2x.jpg);
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(6) div a {
    background-image: url(../images/business/img_businessintro_sp09@2x.jpg);
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:nth-of-type(7) div a {
    background-image: url(../images/business/img_businessintro_sp05@2x.jpg);
  }

  .l-businessintro .l-businessintro-col .l-businessintro-box:last-of-type div a {
    background-image: url(../images/business/img_businessintro_sp06@2x.jpg);
  }

  .l-business-col {
    display: block;
  }

  .l-business-col .l-business-col-img {
    width: 100%;
    height: 240px;
  }

  .l-business-col .l-business-col-text {
    width: 100%;
    padding: 25px 5.3% 60px;
    text-align: center;
  }

  .l-business-col .l-business-col-text .l-business-col-text-inner {
    width: 100%;
    padding-bottom: 0;
  }

  .l-business-col .l-business-col-text .c-business-col-heading {
    font-size: 5.3vw;
    margin-bottom: 15px;
  }

  .l-business-col .l-business-col-text .c-business-col-heading span {
    font-size: 4vw;
    padding-top: 5px;
  }

  .l-business-col .l-business-col-text .c-business-col-text {
    text-align: left;
    font-size: 4vw;
  }

  .l-groupcompany {
    margin-bottom: 0;
  }

  .l-groupcompany .c-heading {
    margin-bottom: 40px;
  }

  .l-groupcompany .l-groupcompany-col {
    display: block;
  }

  .l-groupcompany .l-groupcompany-col .l-groupcompany-col-img {
    background-image: url(../images/business/img_groupcompany_sp01@2x.jpg);
  }

  .l-groupcompany .l-groupcompany-col:nth-of-type(2) .l-groupcompany-col-img {
    background-image: url(../images/business/img_groupcompany_sp02@2x.jpg);
  }

  .l-groupcompany .l-groupcompany-col:nth-of-type(3) .l-groupcompany-col-img {
    background-image: url(../images/business/img_groupcompany_sp03@2x.jpg);
  }

  .l-groupcompany .l-groupcompany-col:nth-of-type(4) .l-groupcompany-col-img {
    background-image: url(../images/business/img_groupcompany_sp04@2x.jpg);
  }

  .l-groupcompany .l-groupcompany-col .l-groupcompany-col-text .c-groupcompany-link {
    position: relative;
    font-size: 3.7vw;
    margin-top: 30px;
    display: inline-block;
    letter-spacing: .1em;
  }

  .l-globalstrategy {
    margin-bottom: 0;
  }

  .l-globalstrategy .c-heading {
    margin-bottom: 40px;
  }

  .l-globalstrategy .c-globalstrategy-catch {
    font-size: 4vw;
    padding: 0 5.3%;
    text-align: left;
    margin: 0 0 70px;
  }

  .l-globalstrategy .c-globalstrategy-catch span {
    display: block;
    padding-top: 2em;
  }

  .l-globalstrategy .l-globalstrategy-col .l-globalstrategy-col-img {
    background-image: url(../images/business/img_globalstrategy_sp01@2x.jpg);
  }

  .l-globalstrategy .l-globalstrategy-col:nth-of-type(2) .l-globalstrategy-col-img {
    background-image: url(../images/business/img_globalstrategy_sp02@2x.jpg);
  }

  .l-globalstrategy .l-globalstrategy-col:nth-of-type(3) .l-globalstrategy-col-img {
    background-image: url(../images/business/img_globalstrategy_sp04@2x.jpg);
  }

  .l-globalstrategy .l-globalstrategy-col:nth-of-type(4) .l-globalstrategy-col-img {
    background-image: url(../images/business/img_globalstrategy_sp03@2x.jpg);
  }

  .l-globalstrategy .l-globalstrategy-col .l-globalstrategy-col-text {
    padding: 30px 6.6% 60px;
  }

  .l-globalstrategy .l-globalstrategy-col .c-globalstrategy-heading {
    font-family: "Noto Serif JP",serif;
    font-size: 5.3vw;
    text-align: left;
    margin-bottom: 25px;
  }

  .l-globalstrategy .l-globalstrategy-col .c-globalstrategy-text {
    margin-bottom: 1.5em;
  }

  .company section {
    padding-top: 35px;
  }

  .l-overview .l-overview-table {
    border-top: 1px solid #666;
    margin-bottom: 80px;
  }

  .l-overview .l-overview-table tr th {
    display: block;
    width: 100%;
    border: none;
    text-align: left;
    padding: 25px 0 0 15px;
    font-size: 4.2vw;
  }

  .l-overview .l-overview-table tr td {
    display: block;
    width: 100%;
    font-size: 4vw;
    padding: 7px 0 25px 15px;
  }

  .l-organizationchart {
    padding-bottom: 80px;
  }

  .l-organizationchart .l-section-inner {
    padding: 0 8%;
  }

  .l-group .l-group-list {
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-group .l-group-list .c-group-item {
    width: 40.2%;
  }

  .l-group .l-group-list .c-group-item a {
    width: 100%;
  }

  .l-group .l-group-list .c-group-item:nth-of-type(2) {
    width: 42.3%;
    border-left: none;
  }

  .l-group .l-group-inner {
    width: 100%;
  }

  .l-group .l-group-inner .c-group-heading {
    font-size: 4.8vw;
    margin-top: 50px;
  }

  .l-group .l-group-inner .c-group-heading span {
    padding: 0 15px 17px 25px;
  }

  .l-group .l-group-inner .l-group-box {
    padding: 25px 0;
  }

  .l-group .l-group-inner .l-group-box h3 {
    font-size: 4.8vw;
    padding: 0 0 0 4.4%;
  }

  .l-group .l-group-inner .l-group-box dl {
    display: block;
    padding: 0 4.4%;
  }

  .l-group .l-group-inner .l-group-box dl dt {
    width: 100%;
    font-size: 4vw;
    text-align: left;
    text-align-last: left;
    letter-spacing: .15em;
    font-feature-settings: "palt";
    margin-bottom: 2px;
  }

  .l-group .l-group-inner .l-group-box dl dt span {
    display: inline;
  }

  .l-group .l-group-inner .l-group-box dl dd {
    width: 100%;
    margin-bottom: 15px;
  }

  .l-group .l-group-inner .l-group-box dl dd:last-of-type {
    margin-bottom: 0;
  }

  .l-group .l-group-inner .l-group-box:last-of-type {
    margin-bottom: 80px;
  }

  .l-history .l-tab-history {
    width: 100%;
    margin-bottom: 30px;
  }

  .l-history .l-tab-history .c-tab-history-btn {
    width: 112px;
    font-size: 4vw;
    margin: 0 0 20px;
  }

  .l-history .l-tab-history .c-tab-history-btn:first-of-type,
  .l-history .l-tab-history .c-tab-history-btn:nth-of-type(3),
  .l-history .l-tab-history .c-tab-history-btn:last-of-type {
    border: none;
  }

  .l-history .l-tab-history-content {
    width: 100%;
  }

  .l-history .l-tab-history-content .c-history-year {
    font-size: 9vw;
    margin-bottom: 40px;
  }

  .l-history .l-tab-history-content .c-history-year span {
    padding: 0 0 0 10.6%;
  }

  .l-history .l-tab-history-content .c-history-year span:after {
    width: 35px;
    left: 0;
    top: 50%;
  }

  .l-history .l-tab-history-content .l-history-list {
    padding: 0 10.6%;
  }

  .l-history .l-tab-history-content .l-history-list dt {
    font-size: 5.3vw;
    padding-bottom: 0;
  }

  .l-history .l-tab-history-content .l-history-list dd {
    font-size: 4vw;
    color: #666;
  }

  .l-history .l-tab-history-content.u-sub-show {
    margin-bottom: 70px;
  }

  .l-access .c-heading {
    margin-bottom: 40px;
  }

  .l-access .l-access-list {
    padding: 40px 0 50px;
  }

  .l-access .l-access-list .c-access-name {
    font-size: 5.3vw;
    padding: 0 4%;
  }

  .l-access .l-access-list .l-access-info {
    display: block;
    padding: 0 4%;
    margin-bottom: 40px;
  }

  .l-access .l-access-list .l-access-info dt {
    width: 100%;
    font-size: 4vw;
    padding-left: 0;
    margin-bottom: 6px;
  }

  .l-access .l-access-list .l-access-info dd {
    width: 100%;
    font-size: 4vw;
  }

  .l-access .l-access-list:last-of-type {
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .l-access .l-access-map {
    width: 101vw;
    padding-top: 72%;
    position: relative;
    left: -6%;
  }

  .l-contact {
    padding: 15px 0 40px;
  }

  .l-contact p.c-contact-text {
    font-size: 4vw;
    text-align: left;
    letter-spacing: .005em;
  }

  .l-contact p.c-contact-notice {
    font-size: 3.7vw;
    text-align: center;
    letter-spacing: .05em;
  }

  .wpcf7 .wpcf7-form th {
    font-size: 4vw;
  }

  .wpcf7 .wpcf7-form .l-contact-privacy th {
    text-align: left;
    padding: 0 0 15px;
  }

  .wpcf7 .wpcf7-form .l-contact-privacy td p {
    font-size: 3.2vw;
    text-align: left;
  }

  .wpcf7 .wpcf7-form .l-contact-privacy td .l-contact-privacy-list {
    display: block;
    text-align: left;
    margin-bottom: 20px;
  }

  .wpcf7 .wpcf7-form .l-contact-privacy td .l-contact-privacy-list li {
    font-size: 3.4vw;
    display: block;
    margin: 0 0 10px 0;
  }

  .wpcf7 .wpcf7-form .l-contact-privacy td .l-contact-acceptance {
    text-align: left;
  }

  .wpcf7 .wpcf7-form .l-submit-btn {
    display: block;
  }

  .wpcf7 #wpcf7cpcnf tr th {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .wpcf7 #wpcf7cpcnf tr td {
    display: block;
    font-size: 3.7vw;
    padding-left: 20px;
  }

  .wpcf7 #wpcf7cpcnf tr td p {
    min-height: 22px;
  }

  .wpcf7 #wpcf7cpcnf .wpcf7cp-btns {
    margin: 60px 0 0;
    display: block;
  }

  .wpcf7 #wpcf7cpcnf .wpcf7cp-btns button {
    width: 100%;
    font-size: 4.2vw;
  }

  .wpcf7 #wpcf7cpcnf .wpcf7cp-btns button {
    margin: 0 0 20px 0;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed tr.form-text th {
    display: block;
    width: 100%;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed tr.form-text td {
    display: block;
    width: 100%;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed tr.form-text td textarea {
    padding: 0;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed th {
    width: 32.8%;
    display: table-cell;
    margin-left: 0;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed td {
    display: table-cell;
    padding-left: 0;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .l-submit-btn .c-confirm-back {
    margin: 0 0 25px;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed .l-submit-btn .c-confirm-submit {
    margin: 0;
  }

  .wpcf7 .wpcf7-form.custom-wpcf7c-confirmed p.wpcf7c-elm-step2 {
    margin-bottom: 60px;
  }

  .wpcf7 .wpcf7-form.sent p.wpcf7c-elm-step3 {
    padding-top: 0;
    margin: 0 0 60px;
  }

  .l-contact-thanks {
    width: 100%;
    padding-bottom: 40px;
  }

  .l-contact-thanks dl .c-contact-thanks-title {
    font-size: 5.6vw;
    padding-bottom: 14px;
  }

  .l-contact-thanks dl .c-contact-thanks-message {
    font-size: 4vw;
    margin-bottom: 25px;
  }

  .l-contact-thanks .c-contact-thanks-text {
    font-size: 3.7vw;
    letter-spacing: .05em;
    margin-bottom: 35px;
  }

  .l-contact-thanks .c-contact-thanks-text:last-of-type {
    font-size: 3.4vw;
  }

  .l-contact-thanks .c-contact-thanks-name {
    font-size: 4vw;
  }

  .l-contact-thanks .c-contact-thanks-tel {
    font-size: 9vw;
  }

  .news.single .l-news {
    padding-bottom: 80px;
  }

  .news.single .l-news .l-news-article-list {
    padding: 0 15px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article {
    padding: 28px 0 20px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article h2.c-news-title {
    font-size: 4.5vw;
    border-bottom: 1px solid #666;
    padding: 0 15px 25px;
    margin-bottom: 25px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article p {
    font-size: 4vw;
    padding: 0 15px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article figure {
    padding: 0 15px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article ul {
    padding: 0 15px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article ol {
    padding: 0 15px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article .wp-caption-text {
    font-size: 3.7vw;
    margin-top: 10px;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article a[href$=".pdf"] {
    padding-right: 0;
  }

  .news.single .l-news .l-news-inner .l-news-section article.l-news-article a[href$=".pdf"]:after {
    display: inline-block;
    position: relative;
    top: .05em;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-left: 5px;
  }

  .news.single .l-page-contact {
    display: block;
  }

  .l-news {
    padding: 40px 0;
  }

  .l-news .c-heading {
    margin-bottom: 40px;
  }

  .l-news .l-news-wrapper {
    width: 100%;
    display: block;
  }

  .l-news .l-news-inner {
    width: 100%;
  }

  .l-news .l-news-inner>.l-news-tab-list {
    display: none;
  }

  .l-news .l-news-inner .l-news-tab-list .l-news-tab-item {
    border-left: none;
    border-bottom: 1px solid #231815;
  }

  .l-news .l-news-inner .l-news-section {
    padding: 0 5.3% 45px;
  }

  .l-news .l-news-inner .l-news-section .c-news-category {
    font-size: 4.8vw;
    text-align: center;
    padding-left: 0;
  }

  .l-news .l-news-inner .l-news-section article .c-news-date {
    font-size: 3.7vw;
  }

  .l-news .l-news-inner .l-news-section article .c-news-date:after {
    font-size: 3.4vw;
  }

  .l-news .l-news-inner .l-news-section article .c-news-title {
    font-size: 4vw;
  }

  .l-news .c-news-more {
    font-size: 4.2vw;
    right: 5.3%;
    padding-right: 30px;
  }

  .l-news aside {
    display: none;
  }

  .terms .l-privacyterms .l-section-inner {
    width: 100%;
    padding: 0 10.6%;
  }

  .terms .l-privacyterms .l-section-inner .c-heading {
    margin-bottom: 35px;
  }

  .l-privacyterms {
    padding: 15px 0 40px;
  }

  .l-privacyterms .l-section-inner {
    width: 100%;
    padding: 0 10.6%;
  }

  .l-privacyterms .c-privacyterms-text {
    text-align: left;
    margin-bottom: 45px;
  }

  .l-privacyterms .l-privacyterms-list dt {
    font-size: 5vw;
    font-weight: 500;
  }

  .l-privacyterms .l-privacyterms-list__sl dt {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 7px;
  }

  .l-privacyterms .l-privacyterms-list__sl dd .c-bnr-tel {
    width: 97%;
    font-size: 4.2vw;
  }

  .l-privacyterms .l-privacyterms-list__sl dd .c-bnr-tel span {
    padding-left: 35px;
  }

  .l-privacyterms .l-privacyterms-list__sl dd .c-bnr-tel span:before {
    content: "";
    background-image: url(../images/common/ic_tel.svg);
    width: 18px;
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-recruit {
    padding: 15px 0 80px;
  }

  .l-recruit .l-section-inner {
    width: 100%;
    padding: 0 5.3%;
  }

  .l-recruit .c-recruit-text {
    font-family: "Noto Serif JP",serif;
    font-weight: 500;
    font-size: 4vw;
    margin-bottom: 45px;
  }

  .l-recruit .l-recruit-ng {
    margin-bottom: 52px;
  }

  .l-recruit .l-recruit-md .l-recruit-table {
    margin-bottom: 60px;
  }

  .l-recruit .l-recruit-md .l-recruit-table th {
    width: 100%;
    display: block;
    border: none;
    text-align: left;
    padding: 25px 0 10px 15px;
    font-size: 4.2vw;
  }

  .l-recruit .l-recruit-md .l-recruit-table td {
    width: 100%;
    display: block;
    font-size: 4vw;
    padding: 0 0 25px 15px;
  }

  .sustainability section.l-page-contact,
  .sdgs section.l-page-contact,
  .project section.l-page-contact {
    padding-top: 0;
  }

  .l-sustainability {
    padding-top: 35px;
    margin-bottom: 55px;
  }

  .l-sustainability .c-heading {
    margin-bottom: 40px;
  }

  .l-sustainability .c-sustainability-text {
    text-align: left;
    padding: 0 8%;
    margin-bottom: 55px;
  }

  .l-sustainability .l-sustainability-col {
    display: block;
  }

  .l-sustainability .l-sustainability-col .l-sustainability-box {
    width: 100%;
    padding-top: 100px;
    margin-top: -100px;
  }

  .l-sustainability .l-sustainability-col .l-sustainability-box a {
    height: 200px;
  }

  .l-sustainability .l-sustainability-col .l-sustainability-box a span {
    font-size: 4.8vw;
  }

  .l-sustainability .l-sustainability-col .l-sustainability-box:first-of-type a {
    background-image: url(../images/sustainability/img_sustainability_sp02.jpg);
  }

  .l-sustainability .l-sustainability-col .l-sustainability-box:nth-of-type(2) a {
    background-image: url(../images/sustainability/img_sustainability_sp03.jpg);
  }

  .l-sustainability .l-sgs-anchor {
    display: block;
  }

  .l-sustainability .l-sgs-anchor .l-sgs-link {
    width: 100%;
  }

  .l-sustainability .l-sgs-anchor .l-sgs-link a {
    height: 100px;
  }

  .l-sustainability .l-sgs-anchor .l-sgs-link a span {
    font-size: 4.2vw;
  }

  .l-sustainability .l-sgs-anchor .l-sgs-link a:after {
    display: none;
  }

  .l-sustainability .l-sgs-anchor .l-sgs-link:first-of-type a {
    background-image: url(../images/sustainability/img_sdgs18-01@2x.jpg);
  }

  .l-sustainability .l-sgs-anchor .l-sgs-link:nth-of-type(2) a {
    background-image: url(../images/sustainability/img_sdgs18-02@2x.jpg);
  }

  .l-sustainability .l-sgs-anchor .l-sgs-link:last-of-type a {
    background-image: url(../images/sustainability/img_sdgs18-03@2x.jpg);
  }

  .l-sustainability .l-sgs-anchor.l-project-anchor .l-sgs-link {
    width: 100%;
  }

  .l-sustainability .l-sgs-anchor.l-project-anchor .l-sgs-link:first-of-type a {
    background-image: url(../images/sustainability/img_project01@2x.jpg);
  }

  .l-sustainability .l-sgs-anchor.l-project-anchor .l-sgs-link:last-of-type a {
    background-image: url(../images/sustainability/img_project02@2x.jpg);
  }

  .l-sustainability .c-sdgs-project-heading {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 32px;
  }

  .l-sustainability .l-sdgs-img {
    display: block;
  }

  .l-sustainability .l-sdgs-list .l-sdgs-list-inner {
    width: 100%;
    padding: 60px 5.3%;
  }

  .l-sustainability .l-sdgs-list .c-sdgs-project-heading {
    letter-spacing: .05em;
  }

  .l-sustainability .l-sdgs-list .l-sdgs-col {
    display: block;
  }

  .l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text {
    width: 100%;
  }

  .l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text .l-sdgs-icon {
    margin: 30px 0 25px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-text .l-sdgs-icon li {
    width: 20%;
    margin: 0 1.2%;
  }

  .l-sustainability .l-sdgs-list .l-sdgs-col .l-sdgs-col-img {
    display: none;
  }

  .l-sustainability .l-sdgs-list:nth-of-type(2) .l-sdgs-list-inner {
    width: 100%;
    padding: 60px 5.3%;
  }

  .l-sustainability .l-sdgs-list:nth-of-type(4) {
    margin-bottom: 60px;
  }

  .l-sustainability .l-sdgs-list:nth-of-type(4) .l-sdgs-list-inner {
    display: block;
    padding: 0 5.3% 50px;
  }

  .l-sustainability .l-sdgs-list:nth-of-type(4) .l-sdgs-list-inner h3 {
    width: 100%;
  }

  .l-sustainability .l-sdgs-list:nth-of-type(4) .l-sdgs-list-inner p {
    width: 100%;
  }

  .l-sustainability .l-sdgs-list:nth-of-type(4) .l-sdgs-list-inner+img {
    width: 83.7%;
  }

  .l-sustainability .l-project-list {
    padding: 60px 0 0;
  }

  .l-sustainability .l-project-list:last-of-type {
    padding: 10px 0 0;
  }

  .l-sustainability .l-project-list .c-sdgs-project-heading {
    font-size: 5.3vw;
  }

  .l-sustainability .l-project-list .c-project-text {
    padding: 0 8%;
    margin-bottom: 50px;
    text-align: left;
  }

  .l-sustainability .l-project-list .l-project-col .l-project-col-inner {
    width: 100%;
    padding: 0 5.3% 40px;
    display: block;
  }

  .l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text {
    width: 100%;
    margin: 0;
  }

  .l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text h3 {
    font-size: 4.8vw;
    margin: 0 0 30px;
  }

  .l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text .l-project-img {
    display: block;
    margin-bottom: 30px;
  }

  .l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-text p a {
    text-align: center;
  }

  .l-sustainability .l-project-list .l-project-col .l-project-col-inner .l-project-col-img {
    display: none;
  }

  .l-sustainability .l-project-list .l-project-col:after {
    height: 350px;
  }

  .l-sustainability .l-project-list .l-project-col:nth-of-type(2) .l-project-col-inner .l-project-col-text {
    margin: 0;
  }

  .home .l-mainvisual {
    height: 468px;
  }

  .home .l-mainvisual .c-video__pc {
    display: none;
  }

  .home .l-top-news {
    padding: 40px 0 70px;
    text-align: center;
  }

  .home .l-top-news .l-top-news-list {
    text-align: left;
  }

  .home .l-top-news .l-top-news-list .l-top-news-date {
    width: 100%;
    font-size: 4vw;
    letter-spacing: .1em;
    padding-left: 0;
    margin-bottom: 7px;
  }

  .home .l-top-news .l-top-news-list .l-top-news-date:after {
    font-size: 2.6vw;
  }

  .home .l-top-news .l-top-news-list .l-top-news-text {
    font-size: 4vw;
    width: 100%;
    letter-spacing: .1em;
  }

  .home .l-top-news .l-top-news-list .l-top-news-text a {
    color: #666;
  }

  .home .l-top-news a.c-top-news-link {
    font-size: 3.4vw;
    margin: 0 auto;
    color: #666;
    border-color: #666;
    padding-right: 11px;
  }

  .home .l-top-news a.c-top-news-link:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-52%) rotate(45deg);
    transform: translateY(-52%) rotate(45deg);
    background-image: none;
  }

  .home .l-top-business {
    padding-bottom: 70px;
  }

  .home .l-top-business .l-top-business-column li {
    width: calc((100% - 1px)/2);
    border-width: 1px;
  }

  .home .l-top-business .l-top-business-column li a {
    background-image: url(../images/top/img_top_sp01@2x.jpg);
    padding-top: 85.5614%;
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(2) {
    border-width: 1px;
    border-right: none;
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(2) a {
    background-image: url(../images/top/img_top_sp02@2x.jpg);
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(3) {
    border-width: 1px;
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(3) a {
    background-image: url(../images/top/img_top_sp03@2x.jpg);
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(4) a {
    background-image: url(../images/top/img_top_sp04@2x.jpg);
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(5) a {
    background-image: url(../images/top/img_top_sp12@2x.jpg);
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(6) a {
    background-image: url(../images/top/img_top_sp11@2x.jpg);
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(7) a {
    background-image: url(../images/top/img_top_sp05@2x.jpg);
  }

  .home .l-top-business .l-top-business-column li:nth-of-type(8) a {
    background-image: url(../images/top/img_top_sp06@2x.jpg);
  }

  .home .l-top-business .l-top-business-column li span {
    font-size: 4.2vw;
    font-weight: 600;
  }

  .home .l-top-outline {
    padding-bottom: 80px;
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box:first-of-type {
    width: 100%;
    height: 240px;
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box:first-of-type li a {
    background-image: url(../images/top/img_top_sp07@2x.jpg);
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type {
    border-left: none;
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type li:first-of-type {
    border-width: 1px;
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type li:first-of-type a {
    background-image: url(../images/top/img_top_sp08@2x.jpg);
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box:last-of-type li:last-of-type a {
    background-image: url(../images/top/img_top_sp09@2x.jpg);
  }

  .home .l-top-outline .l-top-outline-column .l-top-outline-box span {
    font-size: 4.2vw;
    font-weight: 600;
  }

  .home .l-top-sus a {
    height: 240px;
    background-image: url(../images/top/img_top10@2x.jpg);
  }

  .home .l-top-sus a span {
    font-size: 5.3vw;
    font-weight: 600;
  }

  .home .l-top-sus a span span {
    font-size: 4vw;
  }

  .l-topmessage .c-topmessage-name li img {
    width: 180px;
  }

  .l-topmessage .c-topmessage-name li:last-of-type {
    text-align: right;
  }

  .topmessage.page .l-related-link.col__3 .l-related-link-item {
    width: 100%;
    border-right: none;
  }
}

@media screen and (max-width: 320px) {
  .u-sp375 {
    display: inline !important;
  }
}

@media screen and (min-width: 834px)and (max-width: 1050px) {
  .l-header .l-header-inner {
    width: 980px;
  }

  .page .l-breadcrumb {
    width: 980px;
  }

  .l-business-col .l-business-col-text {
    padding-left: 55px;
  }

  .l-groupcompany .l-groupcompany-col:nth-of-type(2n) .l-groupcompany-col-text {
    padding-left: calc(50% - 455px);
  }

  .l-globalstrategy .l-globalstrategy-col:nth-of-type(2) .l-globalstrategy-col-text {
    padding-left: calc(50% - 455px);
  }

  .l-globalstrategy .l-globalstrategy-col:nth-of-type(4) .l-globalstrategy-col-text {
    padding-left: calc(50% - 455px);
  }
}