  @charset "UTF-8";
/* textCrop
============================================================= */
/* 失瓦丟奈扑亦件
=========================================================== */
/* 白尼奈玉奶件
????????????????????????????????? */
.inview__anim--fade-in {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity .8s ease 0s;
  transition: opacity .8s ease 0s;
}

.inview__complete .inview__anim--fade-in, .inview__anim--fade-in.inview__complete {
  opacity: 1;
}

/* 白尼奈玉奶件失永皿
????????????????????????????????? */
.inview__anim--fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  will-change: opacity, transform;
  -webkit-transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s, -webkit-transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-up, .inview__anim--fade-in-up.inview__complete {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* 白尼奈玉奶件 X
????????????????????????????????? */
.inview__anim--fade-in-x {
  opacity: 0;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  will-change: opacity, transform;
  -webkit-transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s, -webkit-transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-x, .inview__anim--fade-in-x.inview__complete {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 白尼奈玉奶件 XX
????????????????????????????????? */
.inview__anim--fade-in-xx {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  will-change: opacity, transform;
  -webkit-transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s, -webkit-transform .8s ease 0s;
}

.inview__complete .inview__anim--fade-in-xx, .inview__anim--fade-in-xx.inview__complete {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* 旦弗奈伙奶件
????????????????????????????????? */
.inview__anim--scale-in {
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  will-change: opacity, transform;
  -webkit-transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, -webkit-transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s;
  transition: opacity .8s ease 0s, transform .8s ease 0s, -webkit-transform .8s ease 0s;
}

.inview__complete .inview__anim--scale-in, .inview__anim--scale-in.inview__complete {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 旦弗奈伙Y
????????????????????????????????? */
.inview__anim--scale-y {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .8s ease 0s;
  transition: -webkit-transform .8s ease 0s;
  transition: transform .8s ease 0s;
  transition: transform .8s ease 0s, -webkit-transform .8s ease 0s;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.inview__complete .inview__anim--scale-y {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 旦仿奶玉奶件
????????????????????????????????? */
/* 恅趼
????????????????????????????????? */
/* 正奶疋件弘
????????????????????????????????? */
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Pluguins
 * 04. Layout
 * 05. Parts
 * 06. Project
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
/* Noto Sans
????????????????????????????????? */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(/common/css/fonts/NotoSansCJKjp_Regular.woff2) format("woff2"), url(/common/css/fonts/NotoSansCJKjp_Regular.woff) format("woff"), url(/common/css/fonts/NotoSansCJKjp_Regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Regular.otf"), url(/common/css/fonts/NotoSansCJKjp_Medium.woff2) format("woff2"), url(/common/css/fonts/NotoSansCJKjp_Medium.woff) format("woff"), url(/common/css/fonts/NotoSansCJKjp_Medium.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(/common/css/fonts/NotoSansCJKjp_Bold.woff2) format("woff2"), url(/common/css/fonts/NotoSansCJKjp_Bold.woff) format("woff"), url(/common/css/fonts/NotoSansCJKjp_Bold.otf) format("opentype");
  font-display: swap;
}

/* Noto Sans
????????????????????????????????? */
@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 400;
  src: url(/common/css/fonts/YakuHanJPs-Regular.eot);
  src: url(/common/css/fonts/YakuHanJPs-Regular.woff2) format("woff2"), url(/common/css/fonts/YakuHanJPs-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 500;
  src: url(/common/css/fonts/YakuHanJPs-Medium.eot);
  src: url(/common/css/fonts/YakuHanJPs-Medium.woff2) format("woff2"), url(/common/css/fonts/YakuHanJPs-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'YakuHanJPs';
  font-style: normal;
  font-weight: 700;
  src: url(/common/css/fonts/YakuHanJPs-Bold.eot);
  src: url(/common/css/fonts/YakuHanJPs-Bold.woff2) format("woff2"), url(/common/css/fonts/YakuHanJPs-Bold.woff) format("woff");
  font-display: swap;
}

html {
  color: #000;
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 150%;
  -webkit-text-size-adjust: 100%;
}

body.english {
  font-family: "Roboto", "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif !important;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px), print {
  body {
    line-height: 1.65;
    min-width: 1080px;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.7;
    font-size: 130%;
  }
}

/* link
   ========================================================================== */
a {
  color: #3c345b;
  text-decoration: underline;
}

a:visited {
  color: #3c345b;
  text-decoration: underline;
}

a:hover {
  color: #5c508c;
  text-decoration: none;
}

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents {
  display: block;
}

.clearfix:after,
.fbox:after,
#contents:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* bold
   ========================================================================== */
.text-bold {
  font-weight: bold;
}

/* note
   ========================================================================== */
.note {
  padding-left: 1em;
  position: relative;
  font-size: 0.9em;
}

.note::before {
  content: '↗';
  position: absolute;
  left: 0;
}

/* noteList -numbering
============================================================= */
.noteList {
  list-style-type: none;
}

.noteList.-numbering {
  counter-reset: item;
}

.noteList.-numbering .note {
  padding-left: 2em;
}

.noteList.-numbering .note::before {
  counter-increment: item;
  content: "↗" counter(item);
}

/* imageWrapper
========================================================================== */
.imageWrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .imageWrapper.-half {
    width: 50%;
  }
}

/* sup
============================================================= */
sup {
  position: relative;
  font-size: 0.6em;
  line-height: 0;
  vertical-align: super;
}

/* ==========================================================================
   02. Pluguins
   ========================================================================== */
/* Lightbox
   ========================================================================== */
/* Preload images */
body:after {
  content: url(/common/css/img/lightbox/close.png) url(/common/css/img/icon_reset.png) url(/common/css/img/lightbox/prev.png) url(/common/css/img/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  /* Image border */
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  display: none;
}

.lb-cancel {
  display: none;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/common/css/img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/common/css/img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/common/css/img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Swiper
   ========================================================================== */
/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  will-change: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(/common/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url(/common/css/"data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ==========================================================================
   04. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 48px;
  }
}

.has-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 20px !important;
}

.has-side #main {
  margin-left: 5%;
  width: 72%;
}

.has-side #side {
  padding-right: 3%;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .has-side {
    padding-top: 0 !important;
  }
}

.none-side#main {
  min-width: 1000px;
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .none-side#main {
    min-width: inherit;
    max-width: none;
  }
}

/* header
   ========================================================================== */
#head {
  background-color: #FFF;
  background: rgba(255, 255, 255, 0.98);
  height: 100px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(4, 0, 0, 0.05);
  box-shadow: 0px 3px 12px 0px rgba(4, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
}

#head .head-inner {
  padding: 61px 40px 0;
  position: relative;
}

#head a {
  text-decoration: none;
}

.head-logo {
  position: absolute;
  left: 40px;
  top: 36px;
  z-index: 10;
}

.head-logo.is-en {
  top: 42px;
}

/* 目永母奈囀及公及坻戊件氾件汁尺及伉件弁 */
.head-other-wrap {
  position: absolute;
  right: 40px;
  top: 17px;
  letter-spacing: -.40em;
  z-index: 10;
}

.head-other,
.head-srch {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  vertical-align: top;
}

.head-other {
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-other a {
  display: block;
  font-weight: bold;
  background-color: #1c61b0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
}

.head-other a:after {
  color: #FFF !important;
  margin-left: 2px !important;
}

.head-other li {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
}

.head-other li a {
  color: #FFF;
  font-weight: bold;
  background-color: #1c61b0;
  border: 1px solid #1c61b0;
  padding: 4.6px 15px 4.5px 20px;
  padding-right: 15px;
  padding-left: 20px;
}

.head-other li.-point a {
  background-color: #00a52d;
  border: 1px solid #00a52d;
}

.head-other li.-ghost a {
  padding: 5px 14px 5px;
  color: #3d2e80;
  background-color: #FFF;
  border: 1px solid #dadada;
}

.head-other li.-ghost a::after {
  color: #3d2e80 !important;
}

.head-other li.-english {
  margin-left: 20px;
}

.head-other li.-english a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #3d2e80;
  padding-left: 25px;
  position: relative;
}

.head-other li.-english a::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("/common/css/img/header/icon_earth.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
  top: -3px;
  left: 0;
}

.head-other li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.head-other li.is-en a {
  font-weight: 500;
  color: #3d2e80;
  background-color: #FFF;
  border: 1px solid #dadada;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  padding-left: 18px;
}

.head-srch {
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.12) inset;
  height: auto;
  padding: 29px 20px 70px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px), print {
  .head-srch {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 140px;
  }
}

.head-srch input {
  background: none !important;
}

.head-srch input[type="text"] {
  background-color: #FFF;
  width: 100% !important;
}

@media screen and (min-width: 768px), print {
  .head-srch input[type="text"] {
    font-size: 16px;
    font-size: 1.6rem;
    height: 62px !important;
    padding: 14px 18px 11px !important;
  }
}

@media screen and (max-width: 767px) {
  .head-srch input[type="text"] {
    font-size: 14px;
    font-size: 1.4rem;
    height: 50px !important;
    padding: 11px 18px !important;
  }
}

.head-srch input[type="text"]::-webkit-input-placeholder {
  color: #a6a6a6;
}

.head-srch input[type="text"]::-moz-placeholder {
  color: #a6a6a6;
}

.head-srch input[type="text"]:-ms-input-placeholder {
  color: #a6a6a6;
}

.head-srch input[type="text"]::-ms-input-placeholder {
  color: #a6a6a6;
}

.head-srch input[type="text"]::placeholder {
  color: #a6a6a6;
}

@media screen and (min-width: 768px), print {
  .head-srch input[type="text"]::-webkit-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .head-srch input[type="text"]::-moz-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .head-srch input[type="text"]:-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .head-srch input[type="text"]::-ms-input-placeholder {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .head-srch input[type="text"]::placeholder {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .head-srch input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .head-srch input[type="text"]::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .head-srch input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .head-srch input[type="text"]::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .head-srch input[type="text"]::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.head-srch input.gsc-search-button-v2 {
  margin-top: 0;
  position: relative;
  top: 0;
  width: 100%;
  height: 42px;
}

.head-srch input.gsc-search-button-v2[type="image"] {
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .head-srch td.gsc-search-button {
    width: 126px;
  }
}

@media screen and (max-width: 767px) {
  .head-srch td.gsc-search-button {
    width: 100%;
  }
}

.head-srch td#gs_tti50 {
  padding: 0 !important;
}

.head-srch button.gsc-search-button {
  width: 100%;
  position: relative;
  z-index: 5;
  border: none;
  border-top-color: transparent;
  background: #7364af;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px), print {
  .head-srch button.gsc-search-button {
    height: 62px;
  }
}

@media screen and (max-width: 767px) {
  .head-srch button.gsc-search-button {
    height: 40px;
    margin-top: 10px;
  }
}

.head-srch button.gsc-search-button::after {
  content: '帊';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  color: #FFF;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 10px;
}

@media screen and (min-width: 768px), print {
  .head-srch button.gsc-search-button::after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .head-srch button.gsc-search-button::after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .head-srch button.gsc-search-button-v2 > svg {
    width: 19px;
    height: 19px;
  }
}

@media screen and (max-width: 767px) {
  .head-srch button.gsc-search-button-v2 > svg {
    width: 15px;
    height: 15px;
  }
}

.head-srch .gsc-input-box {
  height: auto !important;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .head-srch .gsc-input-box {
    padding: 0;
  }
}

.head-srch table.gsc-search-box table > tbody,
.head-srch table.gsc-search-box table > tbody tr {
  display: block;
}

@media screen and (max-width: 767px) {
  .head-srch .gsc-search-box-tools .gsc-search-box .gsc-input {
    display: block;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .head-srch .gsc-search-box-tools .gsc-search-box .gsc-input,
  .head-srch .gsc-search-button {
    display: block;
  }
}

.head-srch .gsib_a {
  display: block;
}

.head-srch .gsib_b {
  display: none;
}

/* Chrome, Safari */
.head-srch-keyword::-webkit-input-placeholder {
  color: #808080;
}

/* Firefox */
.head-srch-keyword::-moz-placeholder {
  color: #808080;
}

/* Firefox 18眕ヶ */
.head-srch-keyword:-moz-placeholder {
  color: #808080;
}

/* IE */
.head-srch-keyword:-ms-input-placeholder {
  color: #808080;
}

.head-srch-submit {
  outline: none;
  margin-left: 6px;
}

.gsc-result .gs-title {
  height: auto !important;
}

@media screen and (min-width: 768px), print {
  .head-other-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .head-other-wrap {
    display: block;
    height: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .head-search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    cursor: pointer;
    border-left: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 767px) {
  .head-search-btn {
    border-right: 1px solid #d9d9d9;
    position: absolute;
    padding: 6px 15px 6px 0;
    right: 55px;
    top: -40px;
  }
}

@media screen and (min-width: 768px), print {
  .head-srchOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
}

.head-srchInner {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 768px), print {
  .head-srchInner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 100px 90px;
  }
}

@media screen and (max-width: 767px) {
  .head-srchInner {
    padding: 30px 20px 30px;
  }
}

.head-srchTitle {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px), print {
  .head-srchTitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .head-srchTitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.head-search-close {
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .head-search-close {
    width: 42px;
    height: 42px;
    cursor: pointer;
    top: 28px;
    right: 28px;
  }
}

@media screen and (max-width: 767px) {
  .head-search-close {
    width: 30px;
    height: 30px;
    top: 14px;
    right: 14px;
  }
}

.head-search-close::before, .head-search-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #7364af;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.head-search-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.head-search-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #head {
    border-bottom: 1px solid #cccbc7;
    height: 48px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  #head .head-inner {
    padding: 13px 0 12px;
  }
  .head-logo {
    position: static;
    margin-left: 15px;
    height: 23px;
    width: 116px;
  }
  .head-logo.is-en {
    margin-top: 3px;
    width: 230px;
    height: auto;
  }
  .head-other {
    display: none;
  }
  #btn-spmenu {
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
  }
  #panel-btn {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 19px;
    right: 15px;
    width: 19px;
    height: 2px;
    margin: 0;
    background: #796caf;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 2px;
    background: #796caf;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -6px;
    width: 14px;
  }
  #panel-btn-icon:after {
    margin-top: 4px;
    width: 24px;
  }
  .panel-btn-text {
    bottom: 9px;
    line-height: 1;
    position: absolute;
    text-align: center;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    left: 0;
    width: 100%;
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
  }
}

/* navigation
   ========================================================================== */
/* 弘伕奈田伙瓜申必奈扑亦件ㄗnavㄘ */
#gnav-wrap {
  position: relative;
  z-index: 5;
  padding: 61px 40px 0;
}

@media screen and (min-width: 768px), print {
  body {
    position: relative;
  }
  body::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 100px;
    left: 0;
    opacity: 0;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.-gnavOpen::after {
    opacity: 1;
  }
}

/* 弘伕奈田伙瓜申必奈扑亦件囀及伉旦玄ㄗulㄘ */
@media screen and (max-width: 767px) {
  #gnav-wrap {
    background-color: #FFF;
    -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.12) inset;
    position: fixed;
    right: -73%;
    top: 48px;
    width: 73%;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    height: calc(100vh - 48px);
  }
  .gnav-body {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 20px 20px 80px;
  }
  #gnav {
    text-align: left;
    letter-spacing: normal;
  }
  #gnav li {
    display: block;
  }
  #gnav li:first-child .gnav-child span {
    padding: 15px 17px 17px 22px;
  }
  .gnav-parent {
    background: none;
    border-bottom: 1px solid #d1d1d1;
    color: #000;
    padding: 16px 4px;
    position: relative;
    line-height: 1;
  }
  .gnav-parent:after {
    border-top: 2px solid #796caf;
    border-right: 2px solid #796caf;
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    position: absolute;
    width: 7px;
    right: 12px;
    top: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav-parent.has-child:before, .gnav-parent.has-child:after {
    background-color: #7364af;
    content: '';
    display: block;
    position: absolute;
  }
  .gnav-parent.has-child:before {
    height: 1px;
    top: 22px;
    right: 5px;
    width: 15px;
  }
  .gnav-parent.has-child:after {
    border: none;
    height: 15px;
    top: 15px;
    right: 12px;
    width: 1px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .gnav-parent.js-gnav-open {
    color: #7364af;
  }
  .gnav-parent.js-gnav-open:after {
    display: none;
  }
  .gnav-child {
    background-color: #FFF;
    display: none;
    -webkit-transition: none;
    transition: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    visibility: visible;
    opacity: 1;
  }
  .gnav-child li {
    border-style: dashed;
    border-color: #b2b2b2;
    white-space: normal;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .gnav-child li:before {
    border-color: #796caf;
    left: 7px;
    top: 18px;
  }
  .gnav-child a,
  .gnav-child span {
    color: #000;
  }
  .gnav-child span {
    padding: 15px 17px 17px 22px;
  }
  .gnav-utility li {
    margin-bottom: 10px;
  }
  .gnav-utility li:last-child {
    margin-bottom: 0;
  }
  .gnav-other-list {
    margin-top: 30px;
  }
  .gnav-other-list li {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
  }
  .gnav-other-list li:last-child {
    margin-bottom: 0;
  }
  .gnav-other-list-vision img {
    height: auto;
    width: 100%;
  }
  .gnav-other-list-recruit {
    text-align: center;
  }
  .gnav-other-list-recruit a {
    display: block;
    height: 0;
    padding-bottom: 50%;
  }
  .gnav-other-list-recruit a[target="_blank"]:after {
    content: "";
  }
  .gnav-other-list-recruit img {
    height: auto;
    width: 68%;
  }
  .gnav-other-list-recruit .other-list-recruit-inner {
    display: block;
    padding-top: 5.5%;
  }
  .gnav-other-list-advantage {
    background: url(/common/css/img/bnr_advantage_bg.jpg) no-repeat left top;
    background-size: cover;
    text-align: center;
  }
  .gnav-other-list-advantage a {
    display: block;
    height: 0;
    padding-bottom: 50%;
  }
  .gnav-other-list-advantage img {
    height: auto;
    width: 54.8%;
  }
  .gnav-other-list-advantage .other-list-advantage-inner {
    display: block;
    padding-top: 21%;
  }
  .gnav-utility {
    margin-top: 9px;
  }
  .gnav-utility a {
    color: #000;
    display: block;
    padding: 15px 5px 15px 21px;
  }
  .gnav-utility li {
    border-bottom: 1px dashed #d1d1d1;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .gnav-utility li:before {
    content: '';
    display: block;
    border-top: 1px solid #796caf;
    border-right: 1px solid #796caf;
    height: 4px;
    position: absolute;
    width: 4px;
    left: 5px;
    top: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav-external {
    margin-top: 21px;
  }
  .gnav-external li {
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
  }
  .gnav-external li:last-child {
    margin-bottom: 0;
  }
  .gnav-external li a {
    display: block;
    padding-bottom: 14px;
    padding-top: 15px;
  }
  .gnav-external .gnav-external-recruit a {
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
    background-color: #7364af;
    border: 1px solid #7364af;
    color: #fff;
  }
  .gnav-external .gnav-external-recruit a::after {
    color: #fff;
  }
  .gnav-external .gnav-external-insurance {
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .gnav-external .gnav-external-insurance a {
    border: 1px solid #d1d1d1;
    color: #000;
  }
  .gnav-external .gnav-external-kyouryokukai {
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .gnav-external .gnav-external-kyouryokukai a {
    border: 1px solid #d1d1d1;
    color: #000;
  }
  .gnav-external .gnav-external-eng {
    font-weight: bold;
  }
  .gnav-external .gnav-external-eng a {
    color: #3d2e80;
    border: 1px solid #d1d1d1;
  }
  body:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.js-menu-open:before {
    opacity: 1;
    visibility: visible;
  }
  body.js-menu-open #gnav-wrap {
    right: 0;
  }
  body.js-menu-open #panel-btn-icon {
    background: transparent;
    right: 17px;
  }
  body.js-menu-open #panel-btn-icon:before, body.js-menu-open #panel-btn-icon:after {
    margin-top: -2px;
    width: 20px;
  }
  body.js-menu-open #panel-btn-icon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.js-menu-open #panel-btn-icon:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

body.js-srch-open:before {
  opacity: 1;
  visibility: visible;
}

body.js-srch-open .head-other-wrap {
  height: auto;
}

body.js-srch-open .head-srch {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* 2022.06 伉瓦亙奈失伙
========================================================================== */
@media screen and (max-width: 767px) {
  #head > div:not([class]) {
    padding: 13px 0 12px;
  }
}

@media screen and (min-width: 768px), print {
  #gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px), print {
  #gnav > li.gnav-hover .gnav-parent {
    color: #3d2e80;
  }
}

#gnav > li > a {
  font-weight: bold;
  color: #000;
  line-height: 1;
}

#gnav > li > a span {
  display: block;
}

@media screen and (min-width: 768px), print {
  #gnav > li > a span {
    padding: 0 28px 24px;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

#gnav > li.-target a::after {
  display: none;
}

@media screen and (min-width: 768px), print {
  #gnav > li.-target a span {
    padding-right: 0;
  }
}

#gnav > li.-target a span::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "?";
  color: #888;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 5px;
  position: static;
}

@media screen and (min-width: 768px), print {
  .gnav-child {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #e5e5e5;
  }
  .gnav-hover .gnav-child {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
  }
}

@media screen and (min-width: 768px), print {
  .gnav-child {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #edecf4), color-stop(50%, #fff));
    background-image: linear-gradient(to right, #edecf4 50%, #fff 50%);
  }
}

/* svg
========================================================================== */
/* gnavChild__inner
========================================================================== */
.gnavChild__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px), print {
  .gnavChild__inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px), print {
  .-type01 .gnavChild__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 768px), print {
  .-type02 .gnavChild__inner {
    padding-left: 100px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__categoryWrapper {
    background-color: #edecf4;
    padding-top: 64px;
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__categoryWrapper {
    display: none;
  }
}

.gnavChild__category {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px), print {
  .gnavChild__categoryButton {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__categoryButton > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #fff;
    background-color: #7b6db4;
    line-height: 1;
    padding: 11px 15px;
    border-radius: 2px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .gnavChild__categoryButton > a:hover {
    background-color: #5c508c;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__categoryButton > a::before {
    content: '';
    width: 5px;
    height: 8px;
    background-image: url(/common/css/"data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20filter%3A%20url(%23filter)%3B%20%7D%20%3C%2Fstyle%3E%20%3Cfilter%20id%3D%22filter%22%20x%3D%22970%22%20y%3D%22440%22%20width%3D%2210%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22icon_arrow.svg%22%20class%3D%22cls-1%22%20d%3D%22M971.861%2C456l8.14-8-8.14-8-1.862%2C1.8L976.3%2C448%2C970%2C454.2Z%22%20transform%3D%22translate(-970%20-440)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkWrapper {
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 64px 0 88px 80px;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkWrapper {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .-type02 .gnavChild__linkWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__block:not(:first-child) {
    margin-top: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__block.-inet {
    position: absolute;
    top: 100px;
    left: calc(100% - (4em + 10px));
    white-space: nowrap;
  }
}

.gnavChild__linkList__head {
  color: #3d2e80;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__head {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__head {
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #ededed;
    padding: 15px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__head::before, .gnavChild__linkList__head::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #7364af;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__head::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__head.-show::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__itemWrapper {
    display: none;
    padding: 0 10px 10px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__item {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__item {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__item + .gnavChild__linkList__item {
    margin-top: calc(20px - (1.65em - 1em));
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__item + .gnavChild__linkList__item {
    border-top: 1px dashed #b2b2b2;
  }
}

@media screen and (min-width: 768px), print {
  .english .gnavChild__linkList__item + .gnavChild__linkList__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__item:first-of-type {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .english .gnavChild__linkList__item:first-of-type {
    margin-top: 0;
  }
}

.gnavChild__linkList__item > a {
  position: relative;
  color: #000;
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__item > a {
    padding-left: 15px;
    display: inline-block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__item > a {
    display: block;
    padding: 15px 17px 15px 22px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__item > a:hover {
    color: #7364af;
  }
}

.gnavChild__linkList__item > a::before {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  background-image: url(/common/css/"data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20filter%3A%20url(%23filter)%3B%20%7D%20%3C%2Fstyle%3E%20%3Cfilter%20id%3D%22filter%22%20x%3D%22970%22%20y%3D%22440%22%20width%3D%2210%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%233d2e80%22%2F%3E%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22icon_arrow.svg%22%20class%3D%22cls-1%22%20d%3D%22M971.861%2C456l8.14-8-8.14-8-1.862%2C1.8L976.3%2C448%2C970%2C454.2Z%22%20transform%3D%22translate(-970%20-440)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkList__item > a::before {
    top: 0.5em;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkList__item > a::before {
    top: 1.4em;
    left: 7px;
  }
}

/* gnavChild__linkThumb__wrapper
========================================================================== */
@media screen and (min-width: 768px), print {
  .gnavChild__linkThumb__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 554px;
    margin-right: 75px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkThumb {
    width: calc((100% - 40px * 2) / 3 - 0.1px);
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkThumb:not(:first-child) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkThumb:not(:first-child) {
    border-top: 1px dashed #b2b2b2;
  }
}

.gnavChild__linkThumb > a {
  display: block;
}

@media screen and (max-width: 767px) {
  .gnavChild__linkThumb > a {
    padding: 15px 17px 17px 22px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkThumb > a:hover .gnavChild__linkThumb__text {
    color: #7364af;
  }
}

.gnavChild__linkThumb img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .gnavChild__linkThumb img {
    display: none;
  }
}

.gnavChild__linkThumb__text {
  color: #000;
  letter-spacing: -0.02em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkThumb__text {
    padding-left: 18px;
    margin-top: calc(20px - (1.65em - 1em) / 2);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkThumb__text {
    line-height: 1;
  }
}

.gnavChild__linkThumb__text::before {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  background-image: url(/common/css/"data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20filter%3A%20url(%23filter)%3B%20%7D%20%3C%2Fstyle%3E%20%3Cfilter%20id%3D%22filter%22%20x%3D%22970%22%20y%3D%22440%22%20width%3D%2210%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%233d2e80%22%2F%3E%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22icon_arrow.svg%22%20class%3D%22cls-1%22%20d%3D%22M971.861%2C456l8.14-8-8.14-8-1.862%2C1.8L976.3%2C448%2C970%2C454.2Z%22%20transform%3D%22translate(-970%20-440)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkThumb__text::before {
    top: 0.5em;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkThumb__text::before {
    top: 0.3em;
    left: -15px;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkText__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkText__list {
    border-top: 1px dashed #b2b2b2;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkText__listItem:not(:first-child) {
    margin-top: calc(20px - (1.65em - 1em));
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkText__listItem:not(:first-child) {
    border-top: 1px dashed #b2b2b2;
  }
}

.gnavChild__linkText__listItem > a {
  color: #000;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkText__listItem > a {
    display: inline-block;
    padding-left: 18px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkText__listItem > a {
    display: block;
    padding: 15px 17px 17px 22px;
    line-height: 1;
  }
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkText__listItem > a:hover {
    color: #7364af;
  }
}

.gnavChild__linkText__listItem > a::before {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  background-image: url(/common/css/"data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23fff%3B%20fill-rule%3A%20evenodd%3B%20filter%3A%20url(%23filter)%3B%20%7D%20%3C%2Fstyle%3E%20%3Cfilter%20id%3D%22filter%22%20x%3D%22970%22%20y%3D%22440%22%20width%3D%2210%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%233d2e80%22%2F%3E%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%20%3C%2Ffilter%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22icon_arrow.svg%22%20class%3D%22cls-1%22%20d%3D%22M971.861%2C456l8.14-8-8.14-8-1.862%2C1.8L976.3%2C448%2C970%2C454.2Z%22%20transform%3D%22translate(-970%20-440)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  .gnavChild__linkText__listItem > a::before {
    top: 0.5em;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .gnavChild__linkText__listItem > a::before {
    top: 1.3em;
    left: 7px;
  }
}

/* side
   ========================================================================== */
/* 扔奶玉巨伉失囀及正奶玄伙 */
.side-ttl {
  line-height: 1;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.side-ttl a {
  background-color: #7364af;
  color: #FFF;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.side-ttl a:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  width: 6px;
  right: 22px;
  top: 43.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-ttl a:hover {
  background-color: #5c508c;
}

.side-ttl.is-en {
  font-family: "Roboto", "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif !important;
  font-weight: 500;
}

.side-ttl.is-en a:hover {
  background-color: #7364af;
  cursor: default;
}

.side-nav li {
  border-bottom: 1px dashed #999;
}

.side-nav a {
  color: #000;
  display: block;
  position: relative;
  text-decoration: none;
}

.side-nav a:after {
  border-top: 2px solid #7364af;
  border-right: 2px solid #7364af;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  width: 4px;
  left: 11px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.side-nav span {
  display: block;
  padding: 12px 10px 10px 30px;
}

.side-nav .active > span,
.side-nav .active > a > span, .side-nav .activeParent > span,
.side-nav .activeParent > a > span {
  background-color: #f1eff7;
  color: #7364af;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.side-nav.is-en .active > span,
.side-nav.is-en .active > a > span, .side-nav.is-en .activeParent > span,
.side-nav.is-en .activeParent > a > span {
  font-weight: 500;
}

.side-nav-layer3 {
  display: none;
}

.side-nav-layer3 li {
  border-bottom: none;
  border-top: 1px dashed #999;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
}

.side-nav-layer3 li:nth-child(n + 2) {
  margin-left: 17px;
}

.side-nav-layer3 li:first-child {
  border-top: 1px dashed #999;
  padding-left: 17px;
}

.side-nav-layer3 li:last-child {
  border-bottom: none;
}

.side-nav-layer3 a:after {
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  width: 4px;
  left: 11px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active .side-nav-layer3, .activeParent .side-nav-layer3 {
  display: block;
}

.active .side-nav-layer3 .active > span,
.active .side-nav-layer3 .active > a > span, .activeParent .side-nav-layer3 .active > span,
.activeParent .side-nav-layer3 .active > a > span {
  background-color: initial;
}

@media screen and (min-width: 768px), print {
  .has-side {
    padding-bottom: 60px !important;
  }
  .has-side #side,
  .has-side #main {
    padding-bottom: 50px;
  }
  .has-side #side {
    border-right: 1px solid #d1d1d1;
    position: relative;
  }
  .has-side #main {
    padding-top: 48px;
  }
  .has-side #side-wrap {
    padding-top: 18px;
  }
  .side-ttl {
    margin-bottom: 22px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .side-ttl a {
    padding: 40px 20px 40px 22px;
  }
  .side-ttl.is-en a::after {
    content: none;
  }
  .side-nav span {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .side-nav a:hover {
    color: #3d2e80;
    text-decoration: none;
  }
  .side-nav a:hover span {
    background-color: #f1eff7;
  }
  .side-nav-layer3 a:hover span {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  #contents-inner {
    padding-top: 0;
  }
  #contents-inner > .box-center {
    padding-left: 0;
    padding-right: 0;
  }
  .has-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .has-side #main {
    margin-left: 0;
    width: 100%;
  }
  .has-side #side {
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
  }
  .has-side #side-nav-wrap {
    padding-bottom: 30px;
  }
  .side-ttl {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .side-ttl a {
    padding: 13px 26px;
  }
  .side-ttl a:after {
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .side-nav {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .side-nav-layer3 li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .side-btn {
    border: 1px solid #9287c0;
    border-radius: 2px;
    color: #7364af;
    letter-spacing: .03em;
    line-height: 1;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
    text-align: center;
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .side-btn span {
    position: relative;
  }
  .side-btn span:before, .side-btn span:after {
    background-color: #7364af;
    content: '';
    display: inline-block;
    height: 12px;
    width: 2px;
  }
  .side-btn span:before {
    margin-right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .side-btn span:after {
    position: absolute;
    left: 0;
    top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #side-nav-wrap {
    display: none;
  }
}

/* 2022.06 伉瓦亙奈失伙袚樓
================================================================ */
.side-navAccordion__title {
  border-bottom: none !important;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 20px;
  background-color: #ededed;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .side-navAccordion__title {
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .side-navAccordion__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.side-navAccordion__title:not(:first-child) {
  margin-top: 12px;
}

.side-navAccordion__title::before, .side-navAccordion__title::after {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background-color: #7364af;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.side-navAccordion__title::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.side-navAccordion__title.-show::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.side-navAccordion__title.-show + .side-navAccordion__contents {
  display: block;
}

.side-navAccordion__contents {
  display: none;
}

@media screen and (min-width: 768px), print {
  .side-navAccordion__contents {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .side-navAccordion__contents {
    margin-top: 10px;
  }
}

.side-navAccordion__contents + li:not([class]) {
  margin-top: 20px;
  border-top: 1px dashed #999;
}

/* footer navi
   ========================================================================== */
.fnav {
  border-top: 1px solid #d1d1d1;
  padding-bottom: 78px;
  padding-top: 60px;
}

.fnav a {
  color: #000;
  text-decoration: none;
}

.fnav a:after {
  color: #b7b7b7;
}

.fnav .box-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav-side {
  width: 26.6666666667%;
}

.fnav-logo-eng {
  padding-left: 12px;
}

.fnav-side-list {
  margin-top: 28px;
  padding-left: 34px;
}

.fnav-side-list li {
  margin-bottom: 10px;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.fnav-side-list a:hover {
  color: #5c508c;
}

.fnav-column {
  display: table;
  width: 73.3333333333%;
}

.fnav-column-inner {
  display: table-cell;
  vertical-align: top;
}

.fnav-column-ttl {
  margin-bottom: 27px;
}

.fnav-column-ttl a:hover {
  color: #5c508c;
}

.fnav-column-list li {
  margin-bottom: 4px;
  font-size: 13px;
  font-size: 1.3rem;
}

.fnav-column-list li:last-child {
  margin-bottom: 0;
}

.fnav-column-list a:hover {
  text-decoration: underline;
}

.fnav-other-list {
  margin-bottom: 25px;
}

.fnav-other-list:last-child {
  margin-bottom: 0;
}

.fnav-other-list li {
  margin-bottom: 14px;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.fnav-other-list li:last-child {
  margin-bottom: 0;
}

.fnav-other-list a:hover {
  color: #5c508c;
}

/* footer
   ========================================================================== */
#foot {
  background-color: #6e60a6;
  padding: 13px 0;
  position: relative;
}

#foot.is-en {
  padding: 1.5em 0;
}

/* 白永正奈囀及瓜申必奈扑亦件ㄗulㄘ */
.foot-nav {
  letter-spacing: -.40em;
}

.foot-nav li {
  border-right: 1px solid #b7b0d3;
  line-height: 1;
  margin-right: 8px;
  padding-right: 9px;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.foot-nav li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.foot-nav a {
  color: #FFF;
  text-decoration: none;
}

.foot-nav a:hover {
  text-decoration: underline;
}

.copyright {
  color: #FFF;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 1;
  margin-top: -.5em;
  font-size: 12px;
  font-size: 1.2rem;
}

.copyright.is-en {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .fnav {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .fnav a {
    color: #000;
    text-decoration: none;
  }
  .fnav a::after {
    color: #b7b7b7;
  }
  .fnav .box-center {
    display: block;
  }
  #foot {
    background-color: #FFF;
    padding: 0;
  }
  #foot .box-center {
    padding: 0;
  }
  #foot.is-en {
    padding: 0;
  }
  .foot-nav {
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
  }
  .foot-nav li {
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    float: left;
    font-size: 11px;
    font-size: 2.9vw;
    line-height: 1;
    margin-right: 0;
    padding-right: 0;
    width: 50%;
  }
  .foot-nav li:nth-child(even) {
    border-right: none;
  }
  .foot-nav a {
    color: #000;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
  }
  .foot-logo a {
    display: block;
    text-align: center;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .copyright {
    background-color: #6e60a6;
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    text-align: center;
    right: auto;
    font-size: 10px;
    font-size: 1rem;
  }
}

/* 矢奈斥玄永皿 */
@media screen and (min-width: 768px), print {
  #pagetop {
    position: absolute;
    top: -70px;
    right: 20px;
    z-index: 5;
  }
  #pagetop.fixed {
    position: fixed;
    bottom: 20px;
    top: inherit;
  }
  #pagetop a {
    background-color: rgba(184, 184, 184, 0.85);
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 50px;
    width: 50px;
  }
  #pagetop a:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #pagetop.is-en.fixed {
    bottom: 67px;
  }
}

@media screen and (max-width: 767px) {
  #pagetop {
    line-height: 1;
    text-align: center;
  }
  #pagetop a {
    border-top: 1px solid #d9d9d9;
    color: #000;
    display: block;
    padding: 13px 0 12px;
    text-decoration: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #pagetop a:before {
    border-top: 2px solid #6e60a6;
    border-right: 2px solid #6e60a6;
    content: '';
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #pagetop span {
    display: inline-block;
  }
  #pagetop.is-en {
    padding: 9px 0;
  }
}

/* ==========================================================================
   05. Parts
   ========================================================================== */
/* 示永弁旦
   ========================================================================== */
/* 狟豻啞復悵蚚 */
.main-block {
  margin-bottom: 60px;
}

.main-block > * {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .main-block {
    margin-bottom: 50px;
  }
  .main-block > * {
    margin-bottom: 20px;
  }
}

/* SP酘衵豻啞復悵蚚 */
@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* 掖劓伎ㄗ弘伊奈ㄘ示永弁旦 */
.box-bg-gray {
  background-color: #ededed;
  padding: 35px 40px;
}

@media screen and (max-width: 767px) {
  .box-bg-gray {
    padding: 20px;
  }
}

/* 本件正奈示永弁旦 */
@media screen and (min-width: 768px), print {
  .box-center {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 40px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .box-center {
    padding: 0 15px;
    position: relative;
  }
}

/* 丟奶件巨伉失及心及本件正奈示永弁旦 */
@media screen and (min-width: 768px), print {
  .main-center {
    margin: 0 auto 100px;
    max-width: 1000px;
    min-width: 1000px;
    position: relative;
    width: 73.2%;
  }
}

@media screen and (max-width: 767px) {
  .main-center {
    padding: 0 15px;
    position: relative;
  }
}

/* 筵K太示永弁旦ㄗflexㄘ */
@media screen and (min-width: 768px), print {
  .box-col2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 50px;
  }
  .box-col2 > * {
    margin: 0 50px 50px 0;
    overflow: hidden;
    width: 50%;
  }
  .box-col2 > *:nth-child(2n) {
    margin-right: -50px;
  }
}

@media screen and (max-width: 767px) {
  .box-col2 > * {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .box-col3 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .box-col3 > * {
    margin: 0 30px 30px 0;
    overflow: hidden;
    width: 33.3333333333%;
  }
  .box-col3 > *:nth-child(3n) {
    margin-right: -60px;
  }
}

@media screen and (max-width: 767px) {
  .box-col3 > * {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .box-col4 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 90px;
  }
  .box-col4 > * {
    margin: 0 30px 30px 0;
    overflow: hidden;
    width: 25%;
  }
  .box-col4 > *:nth-child(4n) {
    margin-right: -90px;
  }
}

@media screen and (max-width: 767px) {
  .box-col4 > * {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .box-col2-percent {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-col2-percent > * {
    overflow: hidden;
    width: 49%;
  }
  .box-col2-percent > *:nth-child(n+1) {
    margin: 0 2% 2% 0;
  }
  .box-col2-percent > *:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-col2-percent > * {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .box-col3-percent {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-col3-percent > * {
    overflow: hidden;
    width: 32%;
  }
  .box-col3-percent > *:nth-child(n+1) {
    margin: 0 2% 2% 0;
  }
  .box-col3-percent > *:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-col3-percent > * {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .box-col4-percent {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-col4-percent > * {
    overflow: hidden;
    width: 23.5%;
  }
  .box-col4-percent > *:nth-child(n+1) {
    margin: 0 2% 2% 0;
  }
  .box-col4-percent > *:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .box-col4-percent > * {
    margin-bottom: 15px;
  }
}

.box-col2 > div.-borderImage img {
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px), print {
  .box-col2.-widthControl div:first-child {
    width: 67%;
  }
  .box-col2.-widthControl div:last-child {
    width: 33%;
  }
}

/* 賒砉酘﹜氾平旦玄衵 */
.box-img.-borderImage img {
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px), print {
  .box-img-l {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .box-img-l .box-img {
    padding-right: 50px;
  }
  .box-img-l .box-text {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .box-img-l .box-img {
    margin-bottom: 20px;
  }
  .box-img-l .box-img.-spMedium {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .box-img-l .box-img img {
    height: auto;
    width: 100%;
  }
}

/* 賒砉衵﹜氾平旦玄酘 */
@media screen and (min-width: 768px), print {
  .box-img-r {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .box-img-r .box-img {
    padding-left: 50px;
  }
  .box-img-r .box-text {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .box-img-r .box-img {
    margin-bottom: 20px;
  }
  .box-img-r .box-img img {
    height: auto;
    width: 100%;
  }
}

.relative {
  position: relative;
}

/* 示正件
   ========================================================================== */
.btn {
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.btn-large {
  width: 50%;
}

.btn-medium {
  width: 40%;
}

.btn-small {
  width: 30%;
}

.btn-cmn {
  background-color: #7364af;
  color: #FFF;
  position: relative;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-cmn:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  width: 6px;
  right: 20px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-cmn:hover {
  background-color: #5c508c;
  color: #FFF;
}

.btn-cmn:visited {
  color: #FFF;
}

.btn-cmn[target="_blank"]:after {
  border: none;
  color: #FFF;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: 35%;
}

.btn-cmn[href$=".pdf"]:after {
  position: static;
}

.btn-back {
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn-back:after {
  border-top: 2px solid #7364af;
  border-right: 2px solid #7364af;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  width: 6px;
  left: 20px;
  top: 22px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn-back:hover {
  background-color: #f1eff7;
}

.box-col2 a,
.box-col3 a,
.box-col4 a {
  width: 100%;
}

.box-col2 .-widthAuto a,
.box-col3 .-widthAuto a,
.box-col4 .-widthAuto a {
  width: auto;
}

@media screen and (max-width: 767px) {
  .btn a {
    border-radius: 2px;
  }
  .btn-large {
    width: 100%;
  }
  .btn-medium {
    width: 80%;
  }
  .btn-small {
    width: 70%;
  }
  .btn-cmn:after {
    right: 20px;
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btn-cmn:hover {
    background-color: #5c508c;
    color: #FFF;
  }
}

/* 白巧奈丞
   ========================================================================== */
input,
textarea {
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.4;
  outline: none;
  padding: 10px 10px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input:focus,
textarea:focus {
  border-color: #999;
}

input::-ms-clear,
textarea::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal,
textarea::-ms-reveal {
  visibility: hidden;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea {
  overflow: auto;
  width: 100%;
}

/* error */
.error input,
.error textarea {
  background-color: #fffcfb;
  border-color: #f99281;
}

.error input:hover,
.error textarea:hover {
  border-color: #f99281;
}

.error input:focus,
.error textarea:focus {
  border-color: #f99281;
}

@media screen and (max-width: 767px) {
  input,
  textarea {
    padding: 8px 8px 6px;
  }
}

/* submit
  ========================================================================== */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
button[type=submit] {
  cursor: pointer;
  font-family: inherit;
  outline: none;
  font-size: 14px;
  font-size: 1.4rem;
}

.form-btn-wrap {
  position: relative;
}

.form-btn-wrap .btn-cmn {
  border: none;
}

.form-btn-confirm {
  text-align: center;
}

.btn-confirm {
  width: 50%;
}

.form-btn-back {
  text-align: center;
}

.form-btn-back .btn-back {
  background-color: #FFF;
  width: 30%;
}

.form-btn-submit {
  margin-bottom: 20px;
  text-align: center;
}

.btn-submit {
  width: 50%;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  button[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .btn-confirm {
    width: 100%;
  }
  .form-btn-back {
    position: relative;
    width: 100%;
  }
  .form-btn-back .btn-back {
    width: 50%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .form-btn-submit {
    margin-bottom: 15px;
  }
  .btn-submit {
    width: 100%;
  }
}

/* radio
  ========================================================================== */
label {
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

input[type="radio"] {
  opacity: 0;
  position: absolute;
}

input[type="radio"] + label {
  display: inline-block;
  border-radius: 8px;
  padding-left: 26px;
}

input[type="radio"] + label:before, input[type="radio"] + label:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input[type="radio"] + label:before {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 18px;
  left: 0;
  margin-top: -8px;
  width: 18px;
}

input[type="radio"] + label:after {
  height: 8px;
  left: 5px;
  margin-top: -3px;
  width: 8px;
}

input[type="radio"]:checked + label:before {
  border-color: #999;
}

input[type="radio"]:checked + label:after {
  background-color: #999;
}

/* image
  ========================================================================== */
input[type="image"] {
  border: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  input[type="image"] {
    width: auto;
  }
}

/* error */
/* checkbox
  ========================================================================== */
input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"] + label {
  display: inline-block;
  padding-left: 26px;
}

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

input[type="checkbox"] + label:before {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 16px;
  left: 1px;
  margin-top: -6px;
  width: 16px;
}

input[type="checkbox"] + label:after {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  height: 4px;
  left: 4px;
  margin-top: -2px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"]:checked + label:before {
  background-color: #999;
  border-color: #999;
}

input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

/* error */
.error input[type="checkbox"] + label:before {
  background-color: #fffcfb;
  border-color: #f99281;
}

.error input[type="checkbox"]:checked + label:before {
  background-color: #999;
  border-color: #999;
}

.error input[type="checkbox"]:checked + label:after {
  border-color: #fff;
}

/* seect
  ========================================================================== */
select {
  background: #FFF url(img/select_arrow.gif) no-repeat right center;
  background-size: 28px auto;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 25px 5px 10px;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  font-size: 14px;
  font-size: 1.4rem;
}

select:focus {
  border-color: #999;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  select {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* form submit
  ========================================================================== */
.submitArea {
  text-align: center;
  margin-top: 50px;
}

.submitArea-list {
  margin-top: 20px;
}

.submitArea-list li {
  margin-bottom: 20px;
}

.submitArea-list li:last-child {
  margin-bottom: 0;
}

.submitArea-list-confirm,
.submitArea-list-submit {
  display: inline-block;
  padding: 15px 30px;
  width: 400px;
  font-size: 20px;
  font-size: 2rem;
}

a.submitArea-list-submit {
  background-color: #ff8800;
  border: none;
  border-radius: 4px;
  color: #FFF;
}

.submitArea-list-back {
  background-color: #e1e1e1 !important;
  color: #555 !important;
  padding: 15px 30px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .submitArea-list-confirm,
  .submitArea-list-submit {
    width: 100%;
  }
  .submitArea-list-back {
    width: 200px;
  }
}

/* form parts
  ========================================================================== */
.size-full {
  width: 100%;
}

.size-l {
  width: 80%;
}

.size-m {
  width: 50%;
}

.size-s {
  width: 20%;
}

.size-name,
.size-email {
  width: 40%;
}

.form-unit {
  margin-left: 10px;
  margin-right: 10px;
}

.form-tbl-notes,
.required {
  color: #f00;
  display: block;
  font-weight: bold;
  line-height: 1.25;
  font-size: 14px;
  font-size: 1.4rem;
}

.form-tbl-info {
  color: #888;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.form-tbl-add,
.form-tbl-point {
  display: table;
  margin-top: 10px;
  width: 100%;
}

.form-tbl-add:first-child,
.form-tbl-point:first-child {
  margin-top: 0;
}

.form-tbl-add dt,
.form-tbl-add dd,
.form-tbl-point dt,
.form-tbl-point dd {
  display: table-cell;
}

.form-tbl-add dt,
.form-tbl-point dt {
  width: 20%;
}

.form-tbl-add dd,
.form-tbl-point dd {
  width: 80%;
}

.form-tbl-add .size-s,
.form-tbl-point .size-s {
  width: 25%;
}

.form-tbl-point dt {
  width: 10%;
}

.form-tbl-point dd {
  width: 90%;
}

.form-tbl-col2List {
  letter-spacing: -.40em;
}

.form-tbl-col2List li {
  margin-bottom: 5px;
  margin-top: 5px;
  width: 50%;
  vertical-align: top;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

.form-tbl-col2List li.col2List-full {
  display: block;
  width: 100%;
}

.questionnaire-sct {
  margin-top: 50px;
}

.error td {
  background-color: #fae7e8;
}

.errorList {
  background-color: #fae7e8;
  border: 1px solid #cc1800;
  margin-bottom: 20px;
  padding: 15px;
}

.errorList a {
  color: #cc1800;
  text-decoration: underline;
}

.errorList a:hover {
  text-decoration: none;
}

.form-confirm-text {
  margin-bottom: 20px;
}

.lastMessageArea {
  text-align: center;
}

.submitArea-thanks-text {
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 2rem;
}

.form-tbl-noteList {
  margin: 20px auto;
  width: 85%;
}

.form-tbl-noteList li {
  margin-top: 8px;
  padding-left: 13px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.form-tbl-noteList li:before {
  background-color: #009bec;
  border-radius: 4px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  height: 8px;
  width: 8px;
}

.form-tbl-noteList li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .size-full,
  .size-l,
  .size-m {
    width: 100%;
  }
  .size-s {
    width: 28%;
  }
  .form-unit {
    margin-left: 5px;
    margin-right: 5px;
  }
  .required {
    display: inline-block;
    margin-left: 5px;
  }
  .form-tbl-add {
    display: block;
  }
  .form-tbl-add dt,
  .form-tbl-add dd {
    display: block;
  }
  .form-tbl-add dt {
    width: 100%;
  }
  .form-tbl-add dd {
    width: 100%;
  }
  .form-tbl-add .size-s {
    width: 35%;
  }
  .form-tbl-point dt {
    width: 15%;
  }
  .form-tbl-point dd {
    width: 85%;
  }
  .form-tbl-col2List li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .form-tbl-year {
    display: block;
    margin-bottom: 10px;
  }
  .input-memkyo-other {
    margin-top: 5px;
  }
  .errorList li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .submitArea-thanks-text {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .form-tbl-noteList li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-tbl-selectYear {
    display: block;
    margin-bottom: 5px;
  }
}

/* 白巧件玄
   ========================================================================== */
.font-r {
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-m {
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.font-b {
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.mincho {
  font-family: "蚔隴陳", YuMincho, "甲仿幼用隴陳 ProN W3", "Hiragino Mincho ProN", serif;
}

.eng-min {
  font-family: 'Vollkorn', serif;
}

.eng-go {
  font-family: 'Open Sans', sans-serif;
}

/* 失奶戊件
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  src: url("/common/css/fonts/icomoon.eot?n6dhp8");
  src: url("/common/css//common/css/fonts/icomoon.eot?n6dhp8") format("embedded-opentype"), url("/common/css/fonts/icomoon.ttf?n6dhp8") format("truetype"), url("/common/css/fonts/icomoon.woff?n6dhp8") format("woff"), url("/common/css/fonts/icomoon.svg?n6dhp8") format("svg");
}

[class*=" icon-"]:after,
[class^="icon-"]:after,
a[target="_blank"]:after,
a[href$=".pdf"]:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a[target="_blank"]:after {
  content: "?";
  color: #888;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 5px;
  position: static;
}

a[href$=".pdf"]:after {
  content: "?";
  color: #d7151a;
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

.-removeIcon:after {
  content: none !important;
}

/* 伉旦玄
   ========================================================================== */
/* \侳葆五伉旦玄 */
.list-disc {
  margin-left: 1.5em;
}

.list-disc li {
  list-style-type: disc;
  margin-bottom: 4px;
}

.list-disc li:last-child {
  margin-bottom: 0;
}

.list-disc li .list-disc {
  margin-left: 0;
  margin-top: 4px;
}

.list-disc li .list-disc > li {
  list-style-type: none;
  position: relative;
  padding-left: 1.2em;
}

.list-disc li .list-disc > li::before {
  content: '';
  display: block;
  width: 0.5em;
  height: 1.5px;
  background-color: #000;
  position: absolute;
  top: 0.7em;
  left: 0;
}

/* 楓瘍葆五伉旦玄 */
.list-decimal {
  counter-reset: list-decimal;
  list-style: none;
  position: relative;
}

.list-decimal li {
  counter-increment: list-decimal;
  margin-bottom: 4px;
  padding-left: 1.5em;
  position: relative;
}

.list-decimal li:before {
  content: counter(list-decimal) ".";
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.list-decimal li:last-child {
  margin-bottom: 0;
}

/* 扴伉旦玄ㄗdlㄘ */
.dl-cmn {
  background-color: #ededed;
  padding: 35px 40px;
}

.dl-cmn dt,
.dl-cmn dd {
  padding-left: 24px;
}

.dl-cmn dt {
  margin-bottom: 3px;
  margin-top: 15px;
  position: relative;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.dl-cmn dt:before {
  background-color: #7364af;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
}

.dl-cmn dt:first-child {
  margin-top: 0;
}

.dl-cmn dfn {
  font-style: normal;
}

.dl-cmn.no-bg {
  background-color: transparent;
  padding: 0;
}

@media screen and (max-width: 767px) {
  /* 瓦亙奈旦珨笊及伉旦玄 */
  .news-list {
    width: 100%;
  }
  .news-list li {
    line-height: 1.53;
    padding: 3em 10px 10px 10px;
  }
  .news-list-date {
    left: 10px;
  }
  /* 扴伉旦玄ㄗdlㄘ */
  .dl-cmn {
    padding: 20px;
  }
  .dl-cmn dt,
  .dl-cmn dd {
    padding-left: 20px;
  }
  .dl-cmn dt:before {
    top: 10px;
  }
  .dl-cmn dt:first-child {
    margin-top: 0;
  }
}

/* 公及坻由奈汁
   ========================================================================== */
/* 捼市仿奈 */
.attention {
  color: #3d2e80;
}

/* 奶件犯件玄 */
.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* 賒砉毛盟100%卞允月 */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object-fit-image */
img.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* backface-visibility-hidden */
img.bvh {
  -webkit-backface-visibility: hidden;
}

/* 僕籵本弁扑亦件囀及僇邈偞隅 */
.main-block p {
  margin-bottom: 4%;
}

/* 失戊奈犯奴左件 */
.main-acc-sct {
  margin-bottom: 20px;
}

.main-acc-ttl {
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.main-acc-ttl span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.main-acc-ttl span:before {
  background-color: #7364af;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
}

.main-acc-ttl:after {
  border-top: 3px solid #7364af;
  border-right: 3px solid #7364af;
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 35%;
  width: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.main-acc-ttl.acc-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-acc-body {
  display: none;
}

.main-acc-body-inner {
  padding: 20px;
}

/* 蛁砩 */
.note-txt {
  font-size: 0.95em;
}

.note-txt span {
  color: #3d2e80;
}

.separate-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.separate-box span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.separate-box-wrap .separate-box {
  margin-bottom: 1%;
}

/* 矢奈斥乓奈
   ========================================================================== */
.pager {
  font-size: 0;
  line-height: 1;
  margin: 50px auto;
  text-align: center;
}

.pager li {
  display: inline-block;
  margin: 0 10px;
  height: 40px;
  width: 40px;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
}

.pager a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pager a:hover {
  background-color: #f5f5f5;
}

.pager span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.pager span:before {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.pager .pager-item-prev,
.pager .pager-item-next {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
}

.pager .pager-item-prev span,
.pager .pager-item-next span {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.pager .pager-item-prev {
  margin-right: 50px;
}

.pager .pager-item-next {
  margin-left: 50px;
}

.pager .pager-item-current {
  background-color: #f5f5f5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pager li {
    margin: 0 5px;
    height: 30px;
    width: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pager .pager-item-prev,
  .pager .pager-item-next {
    font-size: 10px;
    font-size: 1rem;
  }
  .pager .pager-item-prev {
    margin-right: 5px;
  }
  .pager .pager-item-next {
    margin-left: 5px;
  }
}

/* 氾奈皮伙
   ========================================================================== */
.table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 4.6511627907%;
  margin-bottom: 4.6511627907%;
  width: 100%;
}

.table.-tdCenter td {
  text-align: center;
}

.table th,
.table td {
  vertical-align: middle;
}

.table th {
  padding: 1.5% 3.4%;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.table td {
  padding: 1.5% 4.2%;
}

.table th[scope^="col"] {
  background-color: #ededed;
  text-align: center;
  border-left: 1px solid #FFF;
}

.table th[scope^="row"] {
  background-color: #ededed;
  text-align: left;
}

.table caption {
  text-align: right;
  margin-bottom: 5px;
}

.table-th-head th,
.table-th-head td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table-th-head th:last-child,
.table-th-head td:last-child {
  border-right: none;
}

.table-th-head-strong th[scope^="col"] {
  background-color: #7364af;
  color: #FFF;
  padding: 1% 2%;
}

.table-th-head-strong td {
  padding: 1% 2%;
}

.table-th-head-strong td:first-child {
  background-color: #ededed;
}

.table-th-head-strong th,
.table-th-head-strong td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table-th-head-strong th:last-child,
.table-th-head-strong td:last-child {
  border-right: none;
}

.table-th-side {
  border-bottom: 1px solid #ccc;
}

.table-th-side th {
  border-bottom: 1px solid #FFF;
  width: 30%;
}

.table-th-side td {
  border-bottom: 1px solid #ccc;
  width: 70%;
}

.table-th-side tr:last-child th,
.table-th-side tr:last-child td {
  border-bottom: none;
}

.nowrap {
  white-space: nowrap;
}

.va-top {
  vertical-align: top !important;
}

@media screen and (max-width: 767px) {
  .table th {
    padding: 10px 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table td {
    padding: 10px 15px;
  }
  .scroll-wrap {
    margin-bottom: 20px;
    overflow-x: auto;
  }
  .scroll-wrap table {
    min-width: 500px;
    width: 110%;
  }
  .scroll-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .scroll-wrap::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #eee;
  }
  .scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #8376b6;
  }
  .main-block .main-scroll-guide {
    border: 1px solid #8376b6;
    color: #3d2e80;
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sp-cell-block {
    border: none;
  }
  .sp-cell-block th,
  .sp-cell-block td {
    border: none;
    display: block;
    width: 100%;
  }
}

/* .sdgsTable
???????????????????????????????????????????????????????? */
.sdgsTable {
  table-layout: fixed;
}

.sdgsTable > tbody tr:first-child th {
  background-color: #7364af !important;
  color: #fff;
}

.sdgsTable > tbody tr > th:first-child {
  width: 5%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #ededed;
}

.sdgsTable > tbody tr > th:first-child .-vertical > span {
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
  text-orientation: sideways;
}

.english .sdgsTable > tbody tr > th:first-child {
  text-orientation: unset;
}

.sdgsTable > tbody tr > th:nth-of-type(2) {
  width: 20%;
}

.sdgsTable > tbody tr > th:last-child {
  width: 16%;
}

.sdgsTable > tbody tr > td:last-child {
  border-right: 1px solid #ccc;
}

.sdgsTable > tbody tr > td:has(.sdgsIcon__list) {
  border-right: none;
}

.sdgsTable th,
.sdgsTable td {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
}

.sdgsTable.-tcfd {
  table-layout: auto;
}

@media screen and (max-width: 767px) {
  .sdgsTable.-tcfd {
    width: 180%;
  }
}

.sdgsTable.-tcfd > tbody tr:first-child th:nth-last-child(2), .sdgsTable.-tcfd > tbody tr:first-child th:nth-last-child(3) {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
}

.sdgsTable.-tcfd > tbody tr th:not(:first-child) {
  width: auto;
}

.sdgsTable.-tcfd > tbody tr td:nth-last-child(2) {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
}

.sdgsIcon__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-bottom: -3px;
}

.sdgsIcon__listItem {
  margin-right: 3px;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px), print {
  .sdgsIcon__listItem {
    width: 40px;
  }
}

.sdgsIcon__listItem img {
  width: 100%;
  height: auto;
}

/* .cgcTable
???????????????????????????????????????????????????????? */
.cgcTable {
  table-layout: fixed;
}

.cgcTable > tbody tr:first-child th {
  background-color: #7364af !important;
  color: #fff;
}

.cgcTable th,
.cgcTable td {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px;
}

.cgcTable td:nth-of-type(n + 3) {
  text-align: center;
}

/* .complianceTable
???????????????????????????????????????????????????????? */
.complianceTable {
  table-layout: fixed;
}

.complianceTable > tbody tr th {
  background-color: #7364af !important;
  color: #fff;
}

.complianceTable th,
.complianceTable td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}

.complianceTable th .-small,
.complianceTable td .-small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.5;
}

.complianceTable.-unFixed {
  table-layout: auto;
}

.targetTable tr:not(:first-child) {
  border-top: 1px solid #ccc;
}

.targetTable th {
  width: 15%;
}

.targetTable .-width10per {
  width: 10%;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
}

/* 正奶玄伙
   ========================================================================== */
.main-ttl-lv1 {
  border-bottom: 2px solid #d9d9d9;
  line-height: 1.2;
  margin-bottom: 45px;
  padding-bottom: 27px;
  padding-left: 5px;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Open Sans", "YakuHanJPs", "Noto Sans Japanese", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-weight: 500;
  color: #111;
  letter-spacing: 0.025em;
}

.main-ttl-lv1.is-long {
  line-height: 1.4;
  font-size: 30px;
  font-size: 3rem;
}

.main-ttl-lv1 .-small {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 8px;
  line-height: 1.5;
}

.none-side .main-ttl-lv1 {
  padding-top: 52px;
  text-align: center;
  font-family: "Open Sans", "YakuHanJPs", "Noto Sans Japanese", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-weight: 500;
  color: #111;
}

.none-side .main-ttl-lv1-eng {
  color: #3d2e80;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}

.main-ttl-lv2 {
  line-height: 1.2;
  padding-left: 22px;
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Open Sans", "YakuHanJPs", "Noto Sans Japanese", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-weight: 500;
  color: #111;
}

.main-ttl-lv2:before {
  background-color: #7059b2;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
}

.main-ttl-lv3 {
  background-color: #ebebeb;
  line-height: 1.2;
  padding: 10px 19px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", "YakuHanJPs", "Noto Sans Japanese", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-weight: 500;
  color: #111;
}

.main-ttl-lv3.-colorPurple {
  background-color: #7364af;
  color: #fff;
}

.main-ttl-lv4 {
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", "YakuHanJPs", "Noto Sans Japanese", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-weight: 500;
  color: #111;
}

@media screen and (max-width: 767px) {
  .main-ttl-lv1 {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
    padding: 30px 15px 30px;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 700;
  }
  .main-ttl-lv1.is-long {
    font-size: 20px;
    font-size: 2rem;
  }
  .main-ttl-lv1 .-small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .none-side .main-ttl-lv1 {
    padding-top: 35px;
    padding-top: 9.3vw;
  }
  .main-ttl-lv2 {
    padding-left: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .main-ttl-lv2:before {
    width: 4px;
  }
  .main-ttl-lv3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-ttl-lv4 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* 市氾玄永皿
   ========================================================================== */
/* 市氾玄永皿 伉旦玄
????????????????????????????????? */
.cmn-cattop-list {
  margin-bottom: 3.6603221083%;
}

@media screen and (min-width: 768px), print {
  .cmn-cattop-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .cmn-cattop-list > * {
    margin: 0 30px 30px 0;
    overflow: hidden;
    width: 33.3333333333%;
  }
  .cmn-cattop-list > *:nth-child(3n) {
    margin-right: -60px;
  }
}

@media screen and (max-width: 767px) {
  .cmn-cattop-list > * {
    margin-bottom: 50px;
  }
}

.cmn-cattop-list li {
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  will-change: filter, opacity;
}

.cmn-cattop-list-thumb img {
  width: 100%;
  height: auto;
}

.cmn-cattop-list-ttl {
  background: rgba(115, 100, 175, 0.95);
  color: #FFF;
  margin: 0 1.3157894737%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  line-height: 1;
  padding: 1.2em 45px;
}

.cmn-cattop-list-ttl:before {
  content: '';
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  height: 4px;
  position: absolute;
  width: 4px;
  left: 25px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmn-cattop-list a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: -1.6em;
}

.cmn-cattop-list a, .cmn-cattop-list a:link, .cmn-cattop-list a:visited, .cmn-cattop-list a:hover, .cmn-cattop-list a:active {
  text-decoration: none;
}

.cmn-cattop-list:hover li {
  opacity: .8;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
}

.cmn-cattop-list:hover li:hover {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .cmn-cattop-list li {
    margin-bottom: 20px;
    margin-bottom: 5.3vw;
  }
  .cmn-cattop-list a {
    font-size: 15px;
    font-size: 4vw;
  }
}

/* 市氾玄永皿 扔皮伉旦玄
????????????????????????????????? */
@media screen and (min-width: 768px), print {
  .cmn-cattop-sub-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .cmn-cattop-sub-list > * {
    margin: 0 20px 20px 0;
    overflow: hidden;
    width: 25%;
  }
  .cmn-cattop-sub-list > *:nth-child(4n) {
    margin-right: -60px;
  }
}

@media screen and (max-width: 767px) {
  .cmn-cattop-sub-list > * {
    margin-bottom: 20px;
  }
}

.cmn-cattop-sub-list a {
  display: block;
  border: 2px solid #ebebeb;
  position: relative;
  padding: .8em .8em .8em 2.5em;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  will-change: color;
}

.cmn-cattop-sub-list a, .cmn-cattop-sub-list a:link, .cmn-cattop-sub-list a:visited, .cmn-cattop-sub-list a:hover, .cmn-cattop-sub-list a:active {
  text-decoration: none;
}

.cmn-cattop-sub-list a:before {
  content: '';
  display: block;
  border-top: 1px solid #7364af;
  border-right: 1px solid #7364af;
  height: 4px;
  position: absolute;
  width: 4px;
  left: 20px;
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmn-cattop-sub-list a:hover {
  color: #7364af;
}

@media screen and (max-width: 767px) {
  .cmn-cattop-sub-list li:not(:last-child) {
    margin-bottom: 5px;
    margin-bottom: 1.3vw;
  }
  .cmn-cattop-sub-list a {
    font-size: 15px;
    font-size: 4vw;
  }
}

/* cattop__esg
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .cattop__esg {
    margin-top: 70px;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esg {
    margin-top: 60px;
    margin-top: 16vw;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
}

.cattop__esgTitle {
  background-color: #7364af;
  color: #FFF;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  border-radius: 5px 5px 0 0;
  opacity: 0.94;
  padding: 22px 0;
}

@media screen and (min-width: 768px), print {
  .cattop__esgTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esgTitle {
    font-size: 17px;
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 768px), print {
  .cattop__esgBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 73px;
  }
  .has-side .cattop__esgBlock {
    padding: 32px 0;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esgBlock {
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px), print {
  .-businessTop .cattop__esgBlock {
    padding: 40px 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .-businessTop .cattop__esgBlock {
    margin-top: 20px;
    margin-top: 5.3vw;
    padding-top: 40px;
    padding-top: 10.7vw;
    padding-bottom: 40px;
    padding-bottom: 10.7vw;
  }
}

@media screen and (min-width: 768px), print {
  .has-side .cattop__esgBlock:first-child {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .has-side .cattop__esgBlock:last-child {
    padding-bottom: 0;
  }
}

.cattop__esgBlock + .cattop__esgBlock {
  border-top: 1px dashed #d9d9d9;
}

.-businessTop .cattop__esgBlock + .cattop__esgBlock {
  margin-top: 0;
}

@media screen and (min-width: 768px), print {
  .cattop__esgBlock .cmn-cattop-sub-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esgBlock .cmn-cattop-sub-list {
    margin-top: 20px;
    margin-top: 5.3vw;
  }
}

.cattop__esgBlock .cmn-cattop-sub-list > li {
  margin: 0;
}

@media screen and (min-width: 768px), print {
  .cattop__esgBlock .cmn-cattop-sub-list > li {
    width: calc((100% - 20px * 2) / 3 - 0.1px);
  }
}

@media screen and (min-width: 768px), print {
  .cattop__esgBlock .cmn-cattop-sub-list > li:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .cattop__esgBlock .cmn-cattop-sub-list > li:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esgBlock .cmn-cattop-sub-list > li:not(:first-child) {
    margin-top: 5px;
    margin-top: 1.3vw;
  }
}

.cattop__esgBlock .cmn-cattop-sub-list > li > a {
  line-height: 1.25;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px), print {
  .cattop__esgBlock .cmn-cattop-sub-list > li > a {
    height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esgBlock .cmn-cattop-sub-list > li > a {
    height: 60px;
  }
}

.cattop__esgBlock .cmn-cattop-sub-list > li .cmn-cattop-sub-list-ttl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cattop__esgCategory {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .cattop__esgCategory {
    width: 140px;
    margin-right: 92px;
  }
  .has-side .cattop__esgCategory {
    width: 130px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esgCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px), print {
  .-businessTop .cattop__esgCategory {
    width: 25%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .cattop__esgCategory__icon {
    width: 25%;
    margin-right: 15px;
    margin-right: 4vw;
  }
}

.cattop__esgCategory__icon img {
  width: 100%;
  height: auto;
}

.cattop__esgCategory__text {
  margin-top: 12px;
}

.cattop__esgCategory__en {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1;
}

.cattop__esgCategory__en > strong {
  font-size: 1.78em;
  color: #3d2e80;
}

.cattop__esgCategory__ja {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3d2e80;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}

.-businessTop .cattop__esgCategory__ja {
  margin-top: 0;
}

/* 由件仁內伉旦玄
   ========================================================================== */
.topicpath-wrap {
  background-color: #f1eff7;
}

.topicpath {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 13px 40px 13px;
}

.topicpath li {
  display: inline;
  padding-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.topicpath li:before {
  content: '/';
  color: #999;
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-right: 8px;
  position: relative;
}

.topicpath li:first-child {
  background: url(/common/css/img/icon_home.png) no-repeat left center;
  background-size: 13px auto;
  padding-left: 22px;
}

.topicpath li:first-child:before {
  display: none;
}

.topicpath li a {
  text-decoration: underline;
}

.topicpath li:last-child a {
  color: #000;
  pointer-events: none;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }
  .pc-item {
    display: none !important;
  }
  .pc-block {
    display: inline;
  }
  .sp-block {
    display: block;
  }
  .tel-linktext {
    text-decoration: underline;
  }
}

/* ==========================================================================
伉件弁
   ========================================================================== */
.works-link-list {
  margin-top: -1em;
}

@media screen and (min-width: 768px), print {
  .works-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .works-link-list {
    display: block;
  }
}

.works-link-list > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px dashed #999999;
}

@media screen and (min-width: 768px), print {
  .works-link-list > li {
    width: 48.2558139535%;
  }
}

@media screen and (min-width: 768px), print {
  .works-link-list > li:nth-child(odd) {
    margin-right: 3.488372093%;
  }
}

.works-link-list > li a {
  display: block;
  padding: 1.25em .75em;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-transition: background .5s ease 0s;
  transition: background .5s ease 0s;
  will-change: background;
  position: relative;
}

@media screen and (max-width: 767px) {
  .works-link-list > li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

.works-link-list > li a, .works-link-list > li a:link, .works-link-list > li a:active, .works-link-list > li a:hover, .works-link-list > li a:visited {
  text-decoration: none;
  color: #000;
}

.works-link-list > li a:after {
  content: '';
  display: block;
  border-top: 2px solid #7364af;
  border-right: 2px solid #7364af;
  position: absolute;
  top: 50%;
  right: .75em;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
}

@media screen and (min-width: 768px), print {
  .works-link-list > li a:after {
    width: 6px;
    height: 6px;
  }
}

@media screen and (max-width: 767px) {
  .works-link-list > li a:after {
    width: 5px;
    height: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .works-link-list > li a:hover {
    background-color: #f1eff7;
  }
}

/* card
========================================================================== */
.cardWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .cardWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px), print {
  .card {
    width: calc((100% - 40px) / 2 - 0.1px);
  }
}

@media screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .card:nth-of-type(2n) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .card:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .card:not(:first-child) {
    margin-top: 10px;
  }
}

.card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  color: #1a1a1a;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .card > a {
    -webkit-transition: background-color 0.3s,color 0.3s;
    transition: background-color 0.3s,color 0.3s;
    padding: 5px;
  }
}

@media screen and (max-width: 767px) {
  .card > a {
    padding: 2px;
  }
}

@media screen and (min-width: 768px), print {
  .card > a:hover {
    background-color: #f1eff7;
    color: #7364af;
  }
}

.card > a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5c508c;
  border-right: 2px solid #5c508c;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media screen and (min-width: 768px), print {
  .card > a::after {
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .card > a::after {
    right: 30px;
  }
}

.cardThumb {
  margin-bottom: 0 !important;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .cardThumb {
    width: 132px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cardThumb {
    width: 35%;
    margin-right: 30px;
  }
}

.cardThumb img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .cardDetail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.cardDetail > * {
  line-height: 1;
  margin-bottom: 0 !important;
}

.cardDetail__name {
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .cardDetail__name {
    font-size: 22px;
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .cardDetail__name {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px !important;
  }
}

/**
 *
 * FAQ
 *
 */
.faq-box {
  border-bottom: 1px dashed #999;
  padding-top: 30px;
  padding-bottom: 15px;
}

.faq-box-q,
.faq-box-a {
  margin-bottom: 15px !important;
  position: relative;
  padding-left: 44px;
  font-size: 15px;
  font-size: 1.5rem;
}

.faq-box-q a,
.faq-box-a a {
  text-decoration: underline;
}

.faq-box-q a:hover,
.faq-box-a a:hover {
  text-decoration: none;
}

.faq-box-q span,
.faq-box-a span {
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  left: 5px;
  top: 0;
  text-align: center;
  width: 24px;
  height: 24px;
}

.-circle .faq-box-q span, .-circle
.faq-box-a span {
  border-radius: 50%;
}

.faq-box-q {
  font-weight: bold;
}

.faq-box-q span {
  background-color: #7059b2;
}

.-circle .faq-box-q span {
  background-color: rgba(112, 89, 178, 0.15);
  color: #7059b2;
}

.faq-box-a span {
  background-color: #00a52d;
}

.-circle .faq-box-a span {
  background-color: rgba(0, 165, 45, 0.14);
  color: #00a52d;
}

@media screen and (max-width: 767px) {
  .faq-box {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .faq-box-q,
  .faq-box-a {
    margin-bottom: 10px !important;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* profileList
============================================================= */
@media screen and (max-width: 767px) {
  .profileList + * {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px), print {
  .profileList__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.profileList__block + .profileList__block {
  margin-top: 14px;
}

.profileList__head {
  background-color: #ebebeb;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 2px;
  padding: 7px;
  min-width: 71px;
  text-align: center;
  margin-right: 15px;
}

@media screen and (min-width: 768px), print {
  .profileList__head {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .profileList__head {
    display: inline-block;
    font-size: 12px;
  }
}

.profileList__content {
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .profileList__content {
    margin-top: 4px;
  }
}

/* cookie
============================================================= */
@media screen and (min-width: 768px), print {
  .section {
    max-width: 1366px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 83px;
    padding-right: 83px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.cookieArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (min-width: 768px), print {
  .cookieArea {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
}

@media screen and (max-width: 767px) {
  .cookieArea {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out;
  }
}

.cookieArea.-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 768px), print {
  .cookieInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .cookieInner.section {
    padding: 24px 20px;
  }
}

.cookieText {
  line-height: 1.67;
}

.cookieText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.67) * .5em);
  content: "";
}

.cookieText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.67) * .5em);
  content: "";
}

@media screen and (min-width: 768px), print {
  .cookieText {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cookieText {
    font-size: 14px;
  }
}

.cookieButton {
  font-weight: 500;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .cookieButton {
    width: 160px;
    margin-left: 40px;
    padding: 19px 20px 20px;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .cookieButton {
    width: 70%;
    margin: 24px auto 0;
    padding: 15px 16px 16px;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .cookieButton {
    -webkit-transition: color 0.25s ease-out,background-color 0.25s ease-out;
    transition: color 0.25s ease-out,background-color 0.25s ease-out;
  }
  .cookieButton:hover {
    color: rgba(0, 0, 0, 0.75);
    background-color: #fff;
  }
}

/* ==========================================================================
   06. Project
   ========================================================================== */
/* 瓦亙奈旦伉伉奈旦
   ========================================================================== */
/* 瓦亙奈旦珨笊及伉旦玄 */
.news-list li {
  border-bottom: 1px dotted #d9d9d9;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  padding-left: 0.5em;
  display: table;
  width: 100%;
}

.news-list a {
  text-decoration: none;
  color: #111;
}

.news-list a:hover {
  text-decoration: underline;
}

.news-list-date,
.news-list-cat {
  line-height: 1;
  display: table-cell;
  white-space: nowrap;
}

.news-list-date {
  font-weight: bold;
  padding-right: 14px;
}

.news-list-cat {
  display: inline-block;
  left: 91px;
  min-width: 73px;
  margin-right: 25px;
  padding: 3px 11px;
  text-align: center;
  top: 14px;
  letter-spacing: -0.05em;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Open Sans", "YakuHanJPs", "甲仿幼用褒打 ProN W3", "Hiragino Kaku Gothic ProN", "丟奶伉左", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.news-list-ttl {
  display: table-cell;
  position: relative;
  top: 1px;
  width: 100%;
}

.news-cat-personnel {
  background-color: #bf4638;
  color: #fff;
}

.news-cat-ir {
  color: #fff;
  background-color: #1a61b2;
}

.news-cat-recruit {
  color: #fff;
  background-color: #3d2e80;
}

.news-cat-other {
  color: #fff;
  background-color: #7059b2;
}

.news-cat-release {
  color: #fff;
  background-color: #199040;
}

@media screen and (max-width: 767px) {
  /* 瓦亙奈旦珨笊及伉旦玄 */
  .news-list {
    width: 100%;
  }
  .news-list li {
    line-height: 1.53;
    padding: 1.1em 10px 10px 10px;
    display: block;
  }
  .news-list li:first-child {
    padding-top: 0;
  }
  .news-list-date {
    padding-right: 6px;
    display: inline-block;
  }
  .news-list-cat {
    min-width: 68px;
    margin-right: 0;
    padding: 3px 10px;
    top: 14px;
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
  }
  .news-list-ttl {
    display: block;
    width: 100%;
    position: static;
    margin-top: 8px;
  }
}

/* 帊鷜Y彆
   ========================================================================== */
@media screen and (max-width: 767px) {
  .cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 !important;
  }
}

/* athlete
========================================================================== */
@media screen and (min-width: 768px), print {
  .athleteProfile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .athleteProfile {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}

.athleteProfile__photo {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .athleteProfile__photo {
    width: 463px;
    margin-right: 60px;
  }
}

.athleteProfile__photo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .athleteProfile__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .athleteProfile__detail {
    margin-top: 20px;
  }
}

.athleteProfile__detail > p {
  margin-bottom: 0;
}

.athleteProfile__detail > * {
  line-height: 1;
}

.athleteProfile__detailName {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px), print {
  .athleteProfile__detailName {
    font-size: 32px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 767px) {
  .athleteProfile__detailName {
    font-size: 20px;
    margin-top: 10px;
  }
}

.athleteProfile__detailName__en {
  color: #7364af;
}

@media screen and (min-width: 768px), print {
  .athleteProfile__detailName__en {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .athleteProfile__detailName__en {
    margin-top: 8px;
  }
}

/* TCFD
========================================================================== */
@media screen and (max-width: 767px) {
  .scenarioStep__wrapper {
    overflow-x: auto;
    margin-top: 20px;
  }
}

.scenarioStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: item;
}

@media screen and (max-width: 767px) {
  .scenarioStep {
    width: 200%;
  }
}

.scenarioStep > li {
  list-style-type: none;
  background-color: #F5F5F5;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .scenarioStep > li {
    padding: 64px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .scenarioStep > li {
    padding: 54px 20px 20px;
  }
}

.scenarioStep > li:first-child::before {
  background-color: #E8E6EE;
}

.scenarioStep > li:first-child::after {
  border-left-color: #E8E6EE;
}

.scenarioStep > li:nth-of-type(2)::before {
  background-color: #DEDBE8;
}

.scenarioStep > li:nth-of-type(2)::after {
  border-left-color: #DEDBE8;
}

.scenarioStep > li:nth-of-type(3)::before {
  background-color: #D6D2E4;
}

.scenarioStep > li:nth-of-type(3)::after {
  border-left-color: #D6D2E4;
}

.scenarioStep > li::before {
  counter-increment: item;
  content: "STEP" counter(item);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background-color: #E8E6EE;
  position: absolute;
  top: 0;
  left: 0;
  color: #7364AF;
}

.scenarioStep > li::after {
  content: '';
  width: 10px;
  height: 36px;
  border-left: 10px solid #E8E6EE;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 100%;
  top: 0;
}

.scenarioStep > li:last-child {
  width: 155px;
}

.scenarioStep > li:last-child::before {
  background-color: #8072B6;
  color: #fff;
}

.scenarioStep > li:last-child::after {
  content: none;
}

.scenarioStep > li:not(:last-child) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
}

.scenarioStep > li .scenarioStep__text {
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .scenarioStep > li .scenarioStep__text {
    margin-top: calc(28px - (1.5em - 1em) / 2);
  }
}

@media screen and (max-width: 767px) {
  .scenarioStep > li .scenarioStep__text {
    margin-top: calc(18px - (1.5em - 1em) / 2);
  }
}

.scenarioStep__head {
  text-align: center;
  color: #7364AF;
  line-height: 1;
}

@media screen and (min-width: 768px), print {
  .scenarioStep__head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.scenarioStep__head::after {
  content: '';
  width: 10px;
  height: 36px;
  border-left: 10px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  z-index: 1;
}
