@charset "UTF-8";

.linktext a{
  text-decoration: underline;
}

.mod_wrap01 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1100px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_wrap01 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mod_wrap02 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_wrap02 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.mod_wrap03 {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_wrap03 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.clearfix:after, .mod_header .nav_wrap:after, .mod_footer .bottom:after {
  content: '';
  display: block;
  clear: both;
}

.vertmiddle:before, .mod_project .stories a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.vertmiddle > *, .mod_project .stories a > * {
  display: inline-block;
  vertical-align: middle;
}

.rightarr {
  position: relative;
}

.rightarr:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transform: rotate(45deg) skew(8deg, 8deg);
      -ms-transform: rotate(45deg) skew(8deg, 8deg);
          transform: rotate(45deg) skew(8deg, 8deg);
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
}

.no-touchevents .rightarr:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
      -ms-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}

.ph {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

html {
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ","Meiryo","Osaka",sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  color: #323232;
  font-size: 62.5%;


}

html.chrome {
  font-weight: 500;
}

html.safari {
  -webkit-font-smoothing: antialiased;
}

@media print, screen and (min-width: 768px) {
  html {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  html.safari {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure, input, select, button, textarea {
  margin: 0;
  padding: 0;
  letter-spacing: .05em;
}

body {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  body {
    padding-top: 110px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

@media print {
  body {
    padding-top: 310px;
    min-width: 1000px;
  }
  body:after {
    content: "印刷プレビュー画面で画像・文章が表示されない場合は、誠にお手数をお掛け致しますが\aページの最下部までスクロールし、印刷オプションの背景色・背景画像を有効にしてください。\a※Microsoft Edgeでは背景色や背景画像を印刷できません。";
    display: block;
    white-space: pre;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #273F68;
    padding: 20px 0;
    width: 90%;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10000000000;
  }
}

@media print {
  * {
    background-attachment: scroll !important;
  }
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #323232;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

summary {
  display: list-item;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  font: inherit;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  [data-sc-pc] {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  [data-sc-sp] {
    display: none !important;
  }
}

.mod_main {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mod_main {
    padding-top: 50px;
  }
}

.ph {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.device-tablet .mod_main {
  width: calc(100% + 1px);
}

[data-lf] {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

[data-lf][style], [data-lf][src] {
  opacity: 1;
}

[data-lf].load_view {
  opacity: 1;
}

/* ========================================================================================

_configをクラス化

======================================================================================== */
/*
margin:0;版をデフォルト化

html例）
<ul class="col_3 col_base">
	<li></li>
	<li></li>
	<li></li>
</ul>
*/
@media print, screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_1 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_1 {
      display: block;
    }
    .col_base.col_1:after {
      content: '';
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_1 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_1:after {
    content: '';
    display: block;
    clear: both;
  }
  .col_base.col_1 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 1 - 0px);
    float: left;
  }
  .ie .col_base.col_1 > * {
    width: calc(calc(100% - 1px) / 1 - 0px);
  }
  .col_base.col_1 > *:nth-child(1n+1) {
    margin-left: 0;
  }
  .col_base.col_1 > *:nth-child(-n+1) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_2 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_2 {
      display: block;
    }
    .col_base.col_2:after {
      content: '';
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_2 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_2:after {
    content: '';
    display: block;
    clear: both;
  }
  .col_base.col_2 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 2 - 0px);
    float: left;
  }
  .ie .col_base.col_2 > * {
    width: calc(calc(100% - 1px) / 2 - 0px);
  }
  .col_base.col_2 > *:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_base.col_2 > *:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_3 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_3 {
      display: block;
    }
    .col_base.col_3:after {
      content: '';
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_3 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_3:after {
    content: '';
    display: block;
    clear: both;
  }
  .col_base.col_3 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 3 - 0px);
    float: left;
  }
  .ie .col_base.col_3 > * {
    width: calc(calc(100% - 1px) / 3 - 0px);
  }
  .col_base.col_3 > *:nth-child(3n+1) {
    margin-left: 0;
  }
  .col_base.col_3 > *:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_4 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_4 {
      display: block;
    }
    .col_base.col_4:after {
      content: '';
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_4 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_4:after {
    content: '';
    display: block;
    clear: both;
  }
  .col_base.col_4 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 4 - 0px);
    float: left;
  }
  .ie .col_base.col_4 > * {
    width: calc(calc(100% - 1px) / 4 - 0px);
  }
  .col_base.col_4 > *:nth-child(4n+1) {
    margin-left: 0;
  }
  .col_base.col_4 > *:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  @supports (display: flow-root) {
    .col_base.col_5 {
      display: flow-root;
    }
  }
  @supports not (display: flow-root) {
    .col_base.col_5 {
      display: block;
    }
    .col_base.col_5:after {
      content: '';
      display: block;
      clear: both;
    }
  }
  .ie .col_base.col_5 {
    display: block;
    width: calc(100% + 1px);
  }
  .ie .col_base.col_5:after {
    content: '';
    display: block;
    clear: both;
  }
  .col_base.col_5 > * {
    margin: 0px 0 0 0px;
    width: calc(100% / 5 - 0px);
    float: left;
  }
  .ie .col_base.col_5 > * {
    width: calc(calc(100% - 1px) / 5 - 0px);
  }
  .col_base.col_5 > *:nth-child(5n+1) {
    margin-left: 0;
  }
  .col_base.col_5 > *:nth-child(-n+5) {
    margin-top: 0;
  }
}

.f_min {
  font-family: YuMincho, 'Yu Mincho',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
  font-weight: 400;
}

.f_pala {
  font-family: 'Palanquin Dark',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 400;
}

/* ========================================================================================

共通パーツ

======================================================================================== */
/* -----------------------------------------------------------------------------

.共通のメインビジュアル

----------------------------------------------------------------------------- */
.mod_mv01 {
  overflow: hidden;
  position: relative;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .mod_mv01 {
    height: 62.5vw;
  }
}

.mod_mv01 .ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 350px);
  -webkit-transition: opacity 1.0s;
  transition: opacity 1.0s;
}

@media screen and (max-width: 767px) {
  .mod_mv01 .ph {
/*    height: calc(100% + 200px); */
  }
}

/* -----------------------------------------------------------------------------

.共通のボタン系

----------------------------------------------------------------------------- */
.mod_btn01 {
  text-align: center;
  margin: 0 auto;
  padding: 18px 0;
  display: block;
  background-color: #273F68;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

@media print, screen and (min-width: 768px) {
  .mod_btn01 {
    width: 260px;
    padding-right: 34px;
    padding-left: 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .mod_btn01 {
    display: block;
    width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}

.mod_btn01 > * {
  position: relative;
}

.mod_btn01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005ead;
  -webkit-animation: mod_btn01_anim 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: mod_btn01_anim 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes mod_btn01_anim {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes mod_btn01_anim {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.no-touchevents .mod_btn01:hover:before {
  -webkit-animation: mod_btn01_anim01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: mod_btn01_anim01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes mod_btn01_anim01 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes mod_btn01_anim01 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (max-width: 767px) {
  .mod_btn01 span {
    margin-left: -10px;
  }
}

.mod_btn01 i {
  display: block;
  margin: auto 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
}

@media screen and (max-width: 767px) {
  .mod_btn01 i {
    border-width: 1px;
    width: 11px;
    height: 11px;
    right: 6px;
  }
}

.mod_btn01 i:after {
  content: "";
  display: block;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(0px, 0px);
      -ms-transform: rotate(45deg) translate(0px, 0px);
          transform: rotate(45deg) translate(0px, 0px);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mod_btn01 i:after {
    width: 3px;
    height: 3px;
    left: -2px;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}

.mod_btn01.c_gray {
  background-color: #646464;
}

.mod_btn01.c_red {
  background-color: #BE241D;
}

.mod_btn01.c_white {
  background-color: #fff;
  color: #273F68;
  line-height: 1;
  /*&:before {
			content: "";
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color:$bcr01;
			animation: mod_btn01_anim 0.3s cubic-bezier(0.785, 0.135, 0.150, 0.860);
			animation-animation-iteration-count: 1;
			animation-fill-mode: forwards;
			@keyframes mod_btn01_anim {
				0% {
					transform-origin: right top;
					transform: scaleX(1);
				}
				100% {
					transform-origin: right top;
					transform: scaleX(0);
				}
			}
		}*/
}

.mod_btn01.c_white i {
  border-color: #273F68;
}

.mod_btn01.c_white i:after {
  border-color: #273F68;
}

.no-touchevents .mod_btn01.c_white:hover {
  color: #fff;
  /*&:before {
				animation: mod_btn01_anim01 0.3s cubic-bezier(0.785, 0.135, 0.150, 0.860);
				animation-animation-iteration-count: 1;
				animation-fill-mode: forwards;
				@keyframes mod_btn01_anim01 {
					0% {
						transform-origin: left top;
						transform: scaleX(0);
					}
					100% {
						transform-origin: left top;
						transform: scaleX(1);
					}
				}
			}*/
}

.no-touchevents .mod_btn01.c_white:hover i {
  border-color: #fff;
}

.no-touchevents .mod_btn01.c_white:hover i:after {
  border-color: #fff;
}

/* -----------------------------------------------------------------------------

共通の見出し

----------------------------------------------------------------------------- */
.mod_under_ttl01 {
  margin-bottom: 50px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 500;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: .8;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl01 {
    margin-bottom: 24px;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.mod_under_ttl01:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #BE241D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl01:after {
    width: 16px;
  }
}

.mod_under_ttl01 .line01 {
  display: block;
  overflow: hidden;
}

.mod_under_ttl01 .line01 > span {
  display: block;
  padding: 4px 0;
  letter-spacing: 0.05em;
}

.mod_under_ttl01 .line02 {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .2em;
  margin-top: 20px;
  overflow: hidden;
}

.mod_under_ttl01 .line02 > span {
  display: block;
  padding: 4px 0;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl01 .line02 {
    margin-top: 0.3rem;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

.mod_under_ttl02 {
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: .05em;
  line-height: 1;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl02 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.mod_under_ttl02 span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl02 span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.mod_under_ttl02.tp02 span {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl02.tp02 span {
    margin-left: 10px;
  }
}

.mod_under_ttl03 {
  margin-bottom: 70px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: .8;
  letter-spacing: .05em;
  color: #273F68;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl03 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    line-height: 1;
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.mod_under_ttl03:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #BE241D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mod_under_ttl03 .line01 {
  display: block;
  overflow: hidden;
}

.mod_under_ttl03 .line01 > span {
  display: block;
  padding: 4px 0;
}

.mod_under_ttl03 .line01 > span large {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl03 .line01 > span large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.mod_under_ttl04 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .2em;
  color: #273F68;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl04 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    line-height: 1;
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.mod_under_ttl04:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #BE241D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mod_under_ttl04 .line01 {
  display: block;
  overflow: hidden;
}

.mod_under_ttl04 .line01 small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.mod_under_ttl04 .line01 > span {
  display: block;
  padding: 4px 0;
}

.mod_under_ttl04.tp02 {
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #c6c6c6;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl04.tp02 {
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
  }
}

.mod_under_ttl04.tp02:after {
  right: auto;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl04.tp02:after {
    right: 0;
    width: 15px;
  }
}

.mod_under_ttl04.tp02 .line01 large {
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mod_under_ttl04.tp02 .line01 large {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* -----------------------------------------------------------------------------

共通のテキスト

----------------------------------------------------------------------------- */
.mod_copy01 {
  margin-bottom: 20px;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: .1em;
  color: #000;
}

.mod_copy01.tp02 {
  text-align: right;
}

.mod_copy01.tp02 span {
  display: inline-block;
  width: 330px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .mod_copy01.tp02 span {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.mod_copy01.tp03 {
  text-align: left;
}

.mod_copy01.tp03 span {
  display: inline-block;
  width: 330px;
  margin: 0 auto;
  text-align: right;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .mod_copy01.tp03 span {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mod_copy01 {
    margin-bottom: 16px;
    letter-spacing: 0.04em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.mod_copy02 {
  margin-bottom: 2em;
  text-align: center;
  font-family: YuMincho, 'Yu Mincho',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .mod_copy02 {
    margin-bottom: 13px;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: left;
  }
}

.mod_copy03 {
  margin-bottom: 25px;
  text-align: left;
  font-family: YuMincho, 'Yu Mincho',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 0.9;
  letter-spacing: .1em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .mod_copy03 {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.mod_copy03.tp02 {
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .mod_copy03.tp02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.mod_copy03.tp02 small {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .mod_copy03.tp02 small {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}

.mod_txt01 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .mod_txt01 {
    margin-bottom: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align-last: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie .mod_txt01 {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

.mod_txt02 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .mod_txt02 {
    margin-bottom: 16px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align-last: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .ie .mod_txt02 {
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}

/* ========================================================================================

共通レイアウト

======================================================================================== */
/* -----------------------------------------------------------------------------

.mod_topicpath
パンくず

----------------------------------------------------------------------------- */
.mod_topicpath {
  position: relative;
  background-color: #F7F7F7;
}

.mod_topicpath ul {
  padding: 6px 0;
  padding-left: calc(50% - 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_topicpath ul {
    padding-left: 190px;
  }
}

.mod_topicpath ul li {
  position: relative;
}

.mod_topicpath ul li + li {
  padding-left: 10px;
  margin-left: 10px;
}

.mod_topicpath ul li + li:after {
  content: "";
  display: block;
  margin: auto 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid;
  border-top: 1px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod_topicpath .link {
  display: block;
  font-size: 1.2rem;
}

.mod_topicpath a {
  text-decoration: underline;
}

.no-touchevents .mod_topicpath a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------------------

.mod_header

----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  body.nav_open {
    -webkit-overflow-scrolling: auto;
    overflow-y: hidden;
  }
  body.nav_open .nav_wrap {
    -webkit-overflow-scrolling: touch;
  }
}

.mod_header {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print {
  .mod_header {
    position: absolute !important;
    top: 200px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .mod_header:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1499;
  }
  .nav_fix .mod_header {
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media print {
  .nav_fix .mod_header {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

@media screen and (max-width: 767px) {
  .mod_header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    background-color: transparent;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
  }
  .nav_fix .mod_header .name {
    position: fixed;
    top: -50px !important;
  }
  .nav_fix .mod_header .name a {
    -webkit-transform: translateY(-45px) !important;
        -ms-transform: translateY(-45px) !important;
            transform: translateY(-45px) !important;
  }
  .nav_open .mod_header {
    background-color: #FFF;
  }
  .nav_open .mod_header .name {
    -webkit-transform: translateY(-37px);
        -ms-transform: translateY(-37px);
            transform: translateY(-37px);
  }
  .nav_open .mod_header .nav_wrap {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .nav_fix .nav_open .mod_header .name {
    -webkit-transform: translateY(58px);
        -ms-transform: translateY(58px);
            transform: translateY(58px);
  }
}

.mod_header .name {
  width: 170px;
  z-index: 10;
  background-color: #273F68;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .mod_header .name {
    margin: 0 auto;
    position: absolute;
    left: -930px;
    right: 0;
    z-index: 1500;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .name {
    width: 117px;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .name {
    background-color: transparent;
    width: 100%;
    height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: background-color 1s, top 1s, -webkit-transform 1s;
    transition: background-color 1s, top 1s, -webkit-transform 1s;
    transition: background-color 1s, top 1s, transform 1s;
    transition: background-color 1s, top 1s, transform 1s, -webkit-transform 1s;
  }
}

.mod_header .name a {
  display: block;
  -webkit-transition: opacity .5s,-webkit-transform 1s;
  transition: opacity .5s,-webkit-transform 1s;
  transition: opacity .5s,transform 1s;
  transition: opacity .5s,transform 1s,-webkit-transform 1s;
}

@media screen and (max-width: 767px) {
  .mod_header .name a {
    position: absolute;
    top: 0;
    left: 16px;
    width: 100px;
    z-index: 1000;
  }
}

.no-touchevents .mod_header .name a:hover {
  opacity: .5;
}

.mod_header .name img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .name {
    right: auto;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap {
    width: 100%;
    top: 50px;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #DCDCDC;
    z-index: 1000;
    position: fixed;
    right: -100%;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    overflow-y: scroll;
    height: calc(100vh - 50px);
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -20px;
    padding-top: 48px;
    width: 820px;
    float: right;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main {
    margin-right: 0;
    width: calc(100% - 117px);
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li {
    border-bottom: 1px solid #DCDCDC;
  }
  .touchevents .mod_header .nav_wrap .main > li.touch_nolink > a:after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .touchevents .mod_header .nav_wrap .main > li.touch_nolink.current > a:after {
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}

.mod_header .nav_wrap .main > li > a {
  display: block;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  z-index: 1500;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li > a {
    padding: 21px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print, screen and (max-width: 900px) and (min-width: 768px) {
  .mod_header .nav_wrap .main > li > a {
    padding: 24px 0 23px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.mod_header .nav_wrap .main > li > a span:after {
  -webkit-animation: navhover02 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: navhover02 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes navhover02 {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes navhover02 {
  0% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@media print, screen and (min-width: 768px) {
  .no-touchevents .mod_header .nav_wrap .main > li > a:hover span:after, .mod_header .nav_wrap .main > li > a.active span:after {
    -webkit-animation: navhover01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: navhover01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes navhover01 {
    0% {
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    100% {
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
  @keyframes navhover01 {
    0% {
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
    100% {
      -webkit-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
  }
}

.mod_header .nav_wrap .main > li > a span {
  display: block;
  position: relative;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li > a span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li > a {
    padding: 12px 16px;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li a:after {
    content: "";
    display: block;
    margin: auto 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .mod_header .nav_wrap .main > li a.active {
    background-color: #273F68;
    color: #fff;
  }
}

.mod_header .nav_wrap .main > li.current a span:after {
  -webkit-animation: navhover01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: navhover01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes navhover01 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes navhover01 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.mod_header .nav_wrap .main > li.current .sub_wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.mod_header .nav_wrap .main > li .sub_wrap {
  padding: 16px 0 22px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: calc(50% - 270px);
    position: absolute;
    left: 0;
    top: 110px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    z-index: 1000;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print {
  .mod_header .nav_wrap .main > li .sub_wrap {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li .sub_wrap {
    display: none;
    padding: 0;
    border-top: 1px solid #DCDCDC;
    background-color: #F7F7F7;
    position: relative;
  }
  .mod_header .nav_wrap .main > li .sub_wrap > a {
    padding: 10px 16px;
    display: block;
    font-size: 1.2rem;
    position: relative;
  }
}

.mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox {
  margin-right: 20px;
  width: 190px;
  text-align-last: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ie .mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox {
    width: 162px !important;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox {
    display: none;
  }
}

.no-touchevents .mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox a:hover span:after {
  -webkit-transform: translateX(4px) rotate(45deg);
      -ms-transform: translateX(4px) rotate(45deg);
          transform: translateX(4px) rotate(45deg);
}

.mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox a span {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2px 0 0 0;
  display: inline-block;
  position: relative;
}

.mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #be241d;
  border-right: 3px solid #be241d;
  -webkit-transform: translateX(0px) rotate(45deg);
      -ms-transform: translateX(0px) rotate(45deg);
          transform: translateX(0px) rotate(45deg);
  -webkit-animation: none;
          animation: none;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox a .nav_subttl {
  margin-bottom: 10px;
  margin-top: -3px;
}

.mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox a .nav_txt {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox a .nav_txt {
    font-size: 1.1rem;
  }
}

@media print, screen and (max-width: 900px) and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_wrap .sub_wrap_ttlbox a .nav_txt {
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_wrap.col_4 .sub_dl {
    width: calc(100% / 3 - 70px);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_wrap.col_4 .sub_li li {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_wrap.col_5 .sub_wrap_ttlbox {
    margin-right: 15px;
    width: 162px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_wrap.col_5 .sub_dl + .sub_dl {
    margin-left: 15px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_wrap.col_5 .sub_dl {
    width: calc(100% / 4 - 55px);
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_wrap.col_5 .sub_li li a {
    width: 149px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_wrap.col_5 .sub_li li {
    width: 100%;
  }
  .mod_header .nav_wrap .main > li .sub_wrap.col_5 .sub_li li a {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_dl + .sub_dl {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_dl {
    width: calc(100% - 177px);
  }
  .mod_header .nav_wrap .main > li .sub_dl + .sub_dl {
    margin-left: 15px;
  }
}

.mod_header .nav_wrap .main > li .sub_dl dt {
  margin-bottom: 12px;
  border-left: 4px solid #BE241D;
  padding: 2px 0 0 5px;
  font-size: 1.4rem;
  line-height: 1.1;
  letter-spacing: .05em;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_dl dt {
    font-size: 1.3rem;
  }
}

@media print, screen and (max-width: 900px) and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_dl dt {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li .sub_dl dt {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_li.type01 {
    display: block;
  }
  .mod_header .nav_wrap .main > li .sub_li.type01 li {
    display: block;
    position: relative;
    height: auto;
  }
  .mod_header .nav_wrap .main > li .sub_li.type01 li + li {
    margin-left: 0 !important;
    margin-top: 5px;
  }
  .mod_header .nav_wrap .main > li .sub_li.type01 li a {
    height: auto;
  }
  .mod_header .nav_wrap .main > li .sub_li.type01 li a span {
    width: auto;
    position: relative;
    margin-left: 60px;
  }
  .mod_header .nav_wrap .main > li .sub_li.type01 li .ph {
    width: 60px;
    height: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_li li + li {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_li li {
    width: calc(100% / 3 - 10px);
  }
  .mod_header .nav_wrap .main > li .sub_li li + li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li .sub_li li {
    border-top: 1px solid #DCDCDC;
  }
}

.mod_header .nav_wrap .main > li .sub_li li a {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_li li a {
    width: 190px;
    height: 130px;
  }
  .mod_header .nav_wrap .main > li .sub_li li a:after {
    content: "";
    display: block;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #BE241D;
    border-right: 6px solid #BE241D;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .main > li .sub_li li a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li .sub_li li a {
    padding-left: 16px;
  }
}

.no-touchevents .mod_header .nav_wrap .main > li .sub_li li a:hover .ph, .mod_header .nav_wrap .main > li .sub_li li a.active .ph {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.mod_header .nav_wrap .main > li .sub_li li a .ph {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(1) brightness(0.7);
          filter: grayscale(1) brightness(0.7);
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .main > li .sub_li li a .ph {
    display: none;
  }
}

.mod_header .nav_wrap .main > li .sub_li li a > span {
  display: block;
  padding: 12px 0 11px 12px;
  width: 100%;
  font-size: 1.1rem;
  letter-spacing: .1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_li li a > span {
    color: #fff;
    background-color: rgba(39, 63, 104, 0.9);
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media print, screen and (max-width: 900px) and (min-width: 768px) {
  .mod_header .nav_wrap .main > li .sub_li li a > span {
    font-size: 1rem;
  }
}

.mod_header .nav_wrap .main > li .sub_li li a > span.type01 {
  padding-left: 8px;
  letter-spacing: -.01em;
}

.mod_header .nav_wrap .main > li .sub_li li a > span.type01 > span {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

@media print, screen and (min-width: 768px) {
  .mod_header .nav_wrap .sns_link {
    margin: 0 auto;
    width: 110px;
    text-align: right;
    z-index: 1500;
    position: absolute;
    top: 20px;
    right: -990px;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_header .nav_wrap .sns_link {
    right: 0;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .nav_wrap .sns_link {
    padding: 10px 0 80px;
    text-align: center;
  }
}

.mod_header .nav_wrap .sns_link a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touchevents .mod_header .nav_wrap .sns_link a:hover {
  opacity: 0.6;
}

.mod_header .nav_wrap .sns_link a > * {
  display: inline-block;
  vertical-align: middle;
}

.mod_header .nav_wrap .sns_link a img {
  margin-right: 10px;
}

.mod_header .nav_wrap .sns_link a span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .mod_header .entry_link {
    position: fixed;
    top: 160px;
    right: 0;
    width: 120px;
    height: 120px;
    z-index: 500;
  }
}

@media print {
  .mod_header .entry_link {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .entry_link {
    float: left;
    position: relative;
    text-align: center;
    padding: 20px 0;
    width: 50%;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .entry_link.mid {
    top: 300px;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .entry_link.mid a {
    background-color: #273f68;
  }
}

.mod_header .entry_link.mid a:after {
  background-color: #273f68;
}

@media print, screen and (min-width: 768px) {
  .mod_header .entry_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .mod_header .entry_link a {
    padding: 14px 10px;
    display: inline-block;
    background-color: #be241d;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 32px);
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .entry_link a:before, .mod_header .entry_link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(-100px 120px, 120px -100px, 120px 120px);
    clip-path: polygon(-100px 120px, 120px -100px, 120px 120px);
    transition: 0.3s -webkit-clip-path;
    -webkit-transition: 0.3s -webkit-clip-path;
    transition: 0.3s clip-path;
    transition: 0.3s clip-path, 0.3s -webkit-clip-path;
  }
}

.mod_header .entry_link a:before {
  background-color: #005ead;
}

.mod_header .entry_link a:after {
  background-color: #be241d;
}

.no-touchevents .mod_header .entry_link a:hover:after {
  -webkit-clip-path: polygon(100px 120px, 120px 100px, 120px 120px);
  clip-path: polygon(100px 120px, 120px 100px, 120px 120px);
}

.no-touchevents .mod_header .entry_link a:hover span:after {
  -webkit-animation: entryhover01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: entryhover01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes entryhover01 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes entryhover01 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.mod_header .entry_link a span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.1rem;
  z-index: 1;
  color: #FFF;
  padding-top: 42px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mod_header .entry_link a span {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_header .entry_link a span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    -webkit-animation: entryhover02 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            animation: entryhover02 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  @-webkit-keyframes entryhover02 {
    0% {
      -webkit-transform-origin: right top;
              transform-origin: right top;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
    100% {
      -webkit-transform-origin: right top;
              transform-origin: right top;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
  }
  @keyframes entryhover02 {
    0% {
      -webkit-transform-origin: right top;
              transform-origin: right top;
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
    }
    100% {
      -webkit-transform-origin: right top;
              transform-origin: right top;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }
  }
}

.mod_header .entry_link.type_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mod_header .entry_link.type_sp a {
  max-width: 100%;
  display: block;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 55px;
}

.mod_spNav_btn {
  display: block;
  position: fixed;
  border: 1px solid transparent;
  padding: 24px 24px;
  top: 0;
  right: 0;
  z-index: 1200;
  background-color: #fff;
  -webkit-transition: background 1s,border 1s;
  transition: background 1s,border 1s;
}

.mod_spNav_btn span {
  display: block;
  margin: auto;
  width: 60%;
  height: 3px;
  position: absolute;
  background-color: #273F68;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.mod_spNav_btn span:before, .mod_spNav_btn span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #273F68;
  -webkit-transition: top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s;
  transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s, -webkit-transform 0.5s;
  position: absolute;
  left: 0;
}

.mod_spNav_btn span:before {
  top: -10px;
}

.mod_spNav_btn span:after {
  bottom: -10px;
}

.nav_open .mod_spNav_btn {
  border: 1px solid transparent;
}

.nav_open .mod_spNav_btn span {
  background-color: rgba(255, 255, 255, 0);
}

.nav_open .mod_spNav_btn span:before, .nav_open .mod_spNav_btn span:after {
  top: 0;
  bottom: 0;
  background-color: #273F68;
}

.nav_open .mod_spNav_btn span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_open .mod_spNav_btn span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -----------------------------------------------------------------------------

.mod_footer

----------------------------------------------------------------------------- */
.mod_footer {
  background-color: #F7F7F7;
}

.mod_footer > .mod_wrap03 {
  padding-top: 45px;
  padding-bottom: 50px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod_footer > .mod_wrap03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer > .mod_wrap03 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_footer .l_t {
    margin-top: -45px;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer .l_t {
    margin: 0 auto 24px;
    max-width: 280px;
  }
}

.mod_footer .l_t .logo {
  margin-bottom: 24px;
}

.mod_footer .l_t .logo a {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.no-touchevents .mod_footer .l_t .logo a:hover {
  opacity: .7;
}

@media print, screen and (max-width: 1280px) and (min-width: 768px) {
  .mod_footer .l_t .logo a img {
    width: 100px;
    height: auto;
  }
}

.mod_footer .l_t .official {
  text-align: right;
}

.mod_footer .l_t .official a {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  background-color: #273f68;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.mod_footer .l_t .official a:hover {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .mod_footer .l_t .official a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mod_footer .c_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 924px) and (min-width: 768px) {
  .mod_footer .c_c {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c {
    margin: 0 auto 32px;
    max-width: 280px;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_footer .c_c .c_c_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c .c_c_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_footer .c_c .c_c_inner .c_c_inner_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mod_footer .c_c .c_c_inner .c_c_inner_box + .c_c_inner_box {
    margin-left: 20px;
  }
}

@media print, screen and (max-width: 1100px) and (min-width: 925px) {
  .mod_footer .c_c .c_c_inner .c_c_inner_box {
    display: block;
  }
  .mod_footer .c_c .c_c_inner .c_c_inner_box + .c_c_inner_box {
    margin-left: 40px;
  }
}

@media print, screen and (max-width: 924px) and (min-width: 768px) {
  .mod_footer .c_c .c_c_inner .c_c_inner_box {
    display: block;
  }
  .mod_footer .c_c .c_c_inner .c_c_inner_box + .c_c_inner_box {
    margin-left: 20px;
  }
}

.mod_footer .c_c ul {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c ul {
    margin-top: 0;
  }
  .mod_footer .c_c ul + ul {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_footer .c_c ul + ul {
    margin-left: 30px;
  }
}

@media print and (max-width: 924px) and (min-width: 768px), screen and (min-width: 768px) and (max-width: 924px) and (min-width: 768px) {
  .mod_footer .c_c ul + ul {
    margin: 32px 0 0 0;
  }
}

@media print, screen and (max-width: 1100px) and (min-width: 768px) {
  .mod_footer .c_c ul {
    margin-top: 0;
  }
  .mod_footer .c_c ul + ul {
    margin-top: 10px;
    margin-left: 0;
  }
}

.mod_footer .c_c li {
  line-height: 1.7;
}

.mod_footer .c_c li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c li + li {
    margin-top: 8px;
  }
}

.mod_footer .c_c dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c dt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mod_footer .c_c dd {
  margin-top: 2px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c dd {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.mod_footer .c_c a {
  color: #000;
}

.no-touchevents .mod_footer .c_c a:hover {
  text-decoration: underline;
}

.mod_footer .c_c .company {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c .company {
    padding-right: 0px;
    margin-bottom: 24px;
  }
}

.mod_footer .c_c .company .name {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c .company .name {
    margin-bottom: 8px;
  }
}

.mod_footer .c_c .company .name span {
  font-size: 14px;
  font-size: 1.4rem;
}

.mod_footer .c_c .company .name img {
  margin-top: 6px;
}

.mod_footer .c_c .company .address {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .mod_footer .c_c .company .address {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mod_footer .c_c .company .tel_box p {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .safari .mod_footer .c_c .company .tel_box p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.mod_footer .c_c .company .tel_box p + p {
  margin-left: 10px;
}

.mod_footer .r_b .mod_btn01 {
  width: 220px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

.mod_footer .r_b .mod_btn01 span {
  margin-left: -10px;
}

.mod_footer .r_b .mod_btn01 i {
  right: 10px;
}

.mod_footer .r_b .mod_btn01 + .mod_btn01 {
  margin-top: 10px;
}

.mod_footer .r_b .iso {
  max-width: 220px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod_footer .bottom {
  padding: 20px 0;
}

@media print, screen and (min-width: 768px) {
  .mod_footer .bottom {
    background-color: #273F68;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer .bottom {
    text-align: center;
    padding: 0;
  }
  .mod_footer .bottom .mod_wrap02 {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_footer .bottom .l {
    float: left;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer .bottom .l {
    display: table;
    width: 100%;
    margin: 0 auto 10px;
  }
}

.mod_footer .bottom .l a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}

.no-touchevents .mod_footer .bottom .l a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .mod_footer .bottom .l a {
    padding-right: 16px;
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_footer .bottom .l a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer .bottom .l a {
    display: table-cell;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_footer .bottom .l a + a {
    padding-left: 16px;
  }
}

.mod_footer .bottom .l a + a:after {
  content: "";
  display: block;
  margin: auto 0;
  height: 14px;
  border-left: 1px solid;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .mod_footer .bottom .l a + a:after {
    height: 11px;
  }
}

.mod_footer .bottom .copyright {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .mod_footer .bottom .copyright {
    float: right;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_footer .bottom .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .mod_footer .bottom .copyright {
    padding: 15px 0;
    background-color: #273F68;
    font-size: 11px;
    font-size: 1.1rem;
    height: 49px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 44px;
  }
  .os-android .mod_footer .bottom .copyright {
    padding-top: 19px;
  }
}
@media print {
  .mod_footer .pagetop {
    display: none !important;
  }
 }
.mod_footer .pagetop {
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1.6s cubic-bezier(0, 0.435, 0, 1), bottom 0.6s, -webkit-clip-path 1.6s cubic-bezier(0, 0.435, 0, 1);
  transition: opacity 1.6s cubic-bezier(0, 0.435, 0, 1), bottom 0.6s, -webkit-clip-path 1.6s cubic-bezier(0, 0.435, 0, 1);
  transition: opacity 1.6s cubic-bezier(0, 0.435, 0, 1), clip-path 1.6s cubic-bezier(0, 0.435, 0, 1), bottom 0.6s;
  transition: opacity 1.6s cubic-bezier(0, 0.435, 0, 1), clip-path 1.6s cubic-bezier(0, 0.435, 0, 1), bottom 0.6s, -webkit-clip-path 1.6s cubic-bezier(0, 0.435, 0, 1);
  transition: opacity 1.6s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 1.6s cubic-bezier(0, 0.435, 0, 1), bottom 0.6s;
  z-index: 999;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.scrolled02 .mod_footer .pagetop {
  pointer-events: auto;
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media print, screen and (min-width: 768px) {
  .scrolled03 .mod_footer .pagetop {
    bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .scrolled03 .mod_footer .pagetop:before {
    background-color: #16243B;
  }
}

.no-touchevents .mod_footer .pagetop:hover {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .mod_footer .pagetop {
    width: 49px;
    height: 49px;
  }
}

.mod_footer .pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #273F68;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.mod_footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mod_footer a{
	text-decoration: none;
}
[data-pararax01] {
  position: relative;
}

[data-pararax01] [data-pararax01-inview] {
  position: absolute;
  top: 200px;
  bottom: 200px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  [data-pararax01] [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}

[data-pararax01] [data-pararax01-inview][data-pararax01-inview01] {
  top: 0;
  bottom: 0;
}

[data-pararax01] [data-pararax01-title01].active:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title01]:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1.6s;
  transition: -webkit-transform 1.6s;
  transition: transform 1.6s;
  transition: transform 1.6s, -webkit-transform 1.6s;
}

[data-pararax01] [data-pararax01-title01] .line01.active > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title01] .line01 > span {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

[data-pararax01] [data-pararax01-title01] .line02.active > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title01] .line02 > span {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s, -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

[data-pararax01] [data-pararax01-title03].active:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title03]:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1.6s;
  transition: -webkit-transform 1.6s;
  transition: transform 1.6s;
  transition: transform 1.6s, -webkit-transform 1.6s;
}

[data-pararax01] [data-pararax01-title03] .line01.active > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title03] .line01 > span {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

[data-pararax01] [data-pararax01-title03] .line02.active > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title03] .line02 > span {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s, -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1) 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

[data-pararax01] [data-pararax01-title04] {
  /*.line02 {
			&.active {
				> span {
					transform: none;
				}
			}
			> span {
				transform: translateY(100%);
				transition: transform 1.6s cubic-bezier(0.625, 0.000, 0.355, 1.000) 0.3s;
				backface-visibility: hidden;
				overflow:hidden;
			}
		}*/
}

[data-pararax01] [data-pararax01-title04].active:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title04]:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1.6s;
  transition: -webkit-transform 1.6s;
  transition: transform 1.6s;
  transition: transform 1.6s, -webkit-transform 1.6s;
}

[data-pararax01] [data-pararax01-title04] .line01.active > span {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-title04] .line01 > span {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  transition: transform 1.6s cubic-bezier(0.625, 0, 0.355, 1), -webkit-transform 1.6s cubic-bezier(0.625, 0, 0.355, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

[data-pararax01] [data-pararax01-copy01] {
  opacity: 0;
  letter-spacing: 1.8em;
  -webkit-transition: letter-spacing 2s cubic-bezier(0.625, 0, 0.355, 1);
  transition: letter-spacing 2s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-copy01].active {
  letter-spacing: .2em;
}

[data-pararax01] [data-pararax01-copy01] > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: 2s cubic-bezier(0.625, 0, 0.355, 1);
  transition: 2s cubic-bezier(0.625, 0, 0.355, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

[data-pararax01] [data-pararax01-copy01] > span.active {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

[data-pararax01] [data-pararax01-clippath01] {
  transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  overflow: hidden;
  position: relative;
}

.ie [data-pararax01] [data-pararax01-clippath01] {
  opacity: 0;
}

[data-pararax01] [data-pararax01-clippath01].active {
  -webkt-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.ie [data-pararax01] [data-pararax01-clippath01].active {
  opacity: 1;
}

[data-pararax01] [data-pararax01-clippath01] .clippath01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-pararax01] [data-pararax01-clippath01] .clippath01 .clippath01in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-clip-path: polygon(100% 0%, 180% 0%, 180% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(100% 0%, 180% 0%, 180% 100%, 100% 100%, 100% 0%);
  transition: -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1) 0s;
  -webkit-transition: -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1) 0s;
  transition: clip-path 3s cubic-bezier(0, 0.435, 0, 1) 0s;
  transition: clip-path 3s cubic-bezier(0, 0.435, 0, 1) 0s, -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1) 0s;
}

[data-pararax01] [data-pararax01-clippath02] {
  transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.ie [data-pararax01] [data-pararax01-clippath02] {
  opacity: 0;
}

[data-pararax01] [data-pararax01-clippath02].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.ie [data-pararax01] [data-pararax01-clippath02].active {
  opacity: 1;
}

[data-pararax01] [data-pararax01-clippath01a] {
  transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), transform 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  position: relative;
}

.ie [data-pararax01] [data-pararax01-clippath01a] {
  opacity: 0;
}

[data-pararax01] [data-pararax01-clippath01a].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.ie [data-pararax01] [data-pararax01-clippath01a].active {
  opacity: 1;
}

[data-pararax01] [data-pararax01-clippath01a].active .clippath_a {
  -webkit-clip-path: polygon(5% 0%, 5% 0%, 5% 100%, 5% 100%, 5% 0%);
  clip-path: polygon(5% 0%, 5% 0%, 5% 100%, 5% 100%, 5% 0%);
}

[data-pararax01] [data-pararax01-clippath01a] .clippath_a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-clip-path: polygon(100% 0%, 180% 0%, 180% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(100% 0%, 180% 0%, 180% 100%, 100% 100%, 100% 0%);
  transition: -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1);
  -webkit-transition: -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1);
  transition: clip-path 3s cubic-bezier(0, 0.435, 0, 1);
  transition: clip-path 3s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1);
}

[data-pararax01] [data-pararax01-clippath02a] {
  transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 1s, clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), transform 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.ie [data-pararax01] [data-pararax01-clippath02a] {
  opacity: 0;
}

[data-pararax01] [data-pararax01-clippath02a].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.ie [data-pararax01] [data-pararax01-clippath02a].active {
  opacity: 1;
}

[data-pararax01] [data-pararax01-clippath02a].active .clippath_a {
  -webkit-clip-path: polygon(95% 0%, 95% 0%, 95% 100%, 95% 100%);
  clip-path: polygon(95% 0%, 95% 0%, 95% 100%, 95% 100%);
}

[data-pararax01] [data-pararax01-clippath02a] .clippath_a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-clip-path: polygon(-80% 0%, 0% 0%, 0% 100%, -80% 100%);
  clip-path: polygon(-80% 0%, 0% 0%, 0% 100%, -80% 100%);
  transition: -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1);
  -webkit-transition: -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1);
  transition: clip-path 3s cubic-bezier(0, 0.435, 0, 1);
  transition: clip-path 3s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 3s cubic-bezier(0, 0.435, 0, 1);
}

[data-pararax01] [data-pararax01-clippath03] {
  transition: opacity 0.2s, transform 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 0.2s, -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 0.2s, transform 0.8s cubic-bezier(0, 0.435, 0, 1), clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  transition: opacity 0.2s, transform 0.8s cubic-bezier(0, 0.435, 0, 1), clip-path 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-transform 0.8s cubic-bezier(0, 0.435, 0, 1), -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) !important;
  -webkit-clip-path: polygon(100% 100%, 200% 100%, 200% 100%, 100% 100%);
  clip-path: polygon(100% 100%, 200% 100%, 200% 100%, 100% 100%);
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  position: relative;
}

.ie [data-pararax01] [data-pararax01-clippath03] {
  opacity: 0;
}

[data-pararax01] [data-pararax01-clippath03]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #273F68;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s, opacity 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s;
  -webkit-transition: opacity 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s;
  transition: clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s, opacity 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s;
  transition: clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s, opacity 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s, -webkit-clip-path 0.8s cubic-bezier(0, 0.435, 0, 1) 0.4s;
}

.ie [data-pararax01] [data-pararax01-clippath03]:after {
  opacity: 1;
}

[data-pararax01] [data-pararax01-clippath03].active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.ie [data-pararax01] [data-pararax01-clippath03].active {
  opacity: 1;
}

[data-pararax01] [data-pararax01-clippath03].active:after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.ie [data-pararax01] [data-pararax01-clippath03].active:after {
  opacity: 0;
}

[data-pararax01] [data-pararax01-opacity01] {
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.625, 0, 0.355, 1);
  transition: 2s cubic-bezier(0.625, 0, 0.355, 1);
}

[data-pararax01] [data-pararax01-opacity01].active {
  opacity: 1;
}

/* ========================================================================================

下層共用エレメント

======================================================================================== */
.mod_table {
  display: table;
  width: 100%;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.mod_table + .mod_table {
  border-top: none;
  border-bottom: 1px solid #DCDCDC;
}

.mod_table > * {
  display: table-cell;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mod_table > * {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.mod_table > dt {
  width: 160px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_table > dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 120px;
  }
}

.mod_table > dd {
  width: calc(100% - 160px);
  padding: 15px 0;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_table > dd {
    width: calc(100% - 160px);
  }
}

.mod_table > dd .mod_table {
  border: none;
  width: auto;
}

.mod_table > dd .mod_table > * {
  padding: 0;
  width: auto;
}

.mod_table.tp02 {
  border: none;
}

.mod_table.tp02 + .mod_table {
  margin-top: 4px;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .mod_table.tp02 + .mod_table {
    margin-top: 2px;
  }
}

.mod_table.tp02 > * {
  display: table-cell;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .mod_table.tp02 > * {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

.mod_table.tp02 > dt {
  width: 300px;
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #888;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .mod_table.tp02 > dt {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 120px;
    padding: 10px;
  }
}

.mod_table.tp02 > dd {
  width: calc(100% - 300px);
  padding: 15px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  background-color: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .mod_table.tp02 > dd {
    width: calc(100% - 160px);
    font-size: 1.2rem;
    line-height: 1.8;
    padding: 10px;
  }
}

.mod_table .small {
  font-size: 0.85em;
}

.mod_inline {
  display: block;
}

.mod_inline > * {
  display: inline;
}

.mod_dotlist > li {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .mod_dotlist > li {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

.mod_dotlist > li:before {
  content: '・';
  display: inline-block;
  text-indent: -1em;
}

@media print, screen and (min-width: 768px) {
  .mod_dotlist.tp02 > li {
    padding-left: 0;
  }
  .mod_dotlist.tp02 > li:before {
    content: none;
    text-indent: 0;
  }
}

.mod_disc li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.mod_disc li:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #273F68;
}

@media screen and (max-width: 767px) {
  .mod_disc li:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_disc.mod_inline > li:first-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .mod_disc.mod_inline > * {
    display: block;
  }
}

.external {
  font-weight: 600;
/*  letter-spacing: 0.1em;*/
  color: #273F68;
  text-decoration: underline;
}

.no-touchevents .external:hover {
  text-decoration: none;
}

.external span {
  padding-left: 6px;
}

.external .ico {
  width: 16px;
  height: 16px;
  fill: #BE241D;
  position: relative;
  top: 3px;
}

.mod_linkbox {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .mod_linkbox {
    padding: 16px 0;
  }
}

.mod_linkbox > ul {
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mod_linkbox > ul {
    display: block;
  }
}

.mod_linkbox > ul li {
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mod_linkbox > ul li {
    margin-bottom: 16px;
  }
}

.no-touchevents .mod_linkbox > ul li a:hover .mod_btn01:before {
  -webkit-animation: mod_btn01_anim01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: mod_btn01_anim01 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes mod_btn01_anim01 {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@media screen and (max-width: 767px) {
  .mod_linkbox > ul li a {
    /*display: -webkit-flex;
					display: -moz-flex;
					display: -ms-flex;
					display: -o-flex;
					display: flex;
					width: 100%;
					align-items: center;*/
  }
}

.mod_linkbox > ul li.current .ph:before, .no-touchevents .mod_linkbox > ul li:hover .ph:before {
  background-color: rgba(0, 0, 0, 0);
}

.mod_linkbox .ph {
  position: relative;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 767px) {
  .mod_linkbox .ph {
    height: 183px;
  }
}

.mod_linkbox .ph:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.mod_linkbox .mod_btn01 {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .mod_linkbox .mod_btn01 {
    height: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .mod_linkbox .mod_btn01 i {
    right: 20px;
    width: 18px;
    height: 18px;
  }
  .mod_linkbox .mod_btn01 i:after {
    width: 5px;
    height: 5px;
  }
  .mod_linkbox .mod_btn01 span {
    margin-left: 0;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

[data-slidearea01] {
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] {
    overflow: visible;
  }
}

[data-slidearea01] .contantWrap {
  max-width: 820px;
  width: 100%;
  margin: auto;
  position: relative;
}

[data-slidearea01] .contantWrap .btns01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 460px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .btns01 {
    height: calc((100vw - 64px) * 0.56);
  }
}

[data-slidearea01] .contantWrap .btns01 button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .btns01 button {
    width: 30px;
    height: 30px;
  }
}

[data-slidearea01] .contantWrap .btns01 button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .2s;
  transition: .2s;
}

[data-slidearea01] .contantWrap .btns01 button:after {
  width: 36px;
  height: 36px;
  border: 1px solid #c6c6c6;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .btns01 button:after {
    width: 18px;
    height: 18px;
  }
}

[data-slidearea01] .contantWrap .btns01 button.next {
  right: -90px;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .btns01 button.next {
    right: -28px;
  }
}

[data-slidearea01] .contantWrap .btns01 button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
}

[data-slidearea01] .contantWrap .btns01 button.prev {
  left: -90px;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .btns01 button.prev {
    left: -28px;
  }
}

[data-slidearea01] .contantWrap .btns01 button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -3px;
}

.no-touchevents [data-slidearea01] .contantWrap .btns01 button:hover {
  /*&:before {
						background-color: #000;
					}*/
}

.no-touchevents [data-slidearea01] .contantWrap .btns01 button:hover:after {
  border-color: #BE241D;
}

[data-slidearea01] .contantWrap .contentWrapIn {
  padding: 0;
  overflow: hidden;
}

@media print, screen and (max-width: 800px) {
  [data-slidearea01] .contantWrap .contentWrapIn {
    padding: 0;
  }
}

[data-slidearea01] .contantWrap .contentWrapIn .content {
  position: relative;
  display: table;
}

[data-slidearea01] .contantWrap .contentWrapIn .content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}

[data-slidearea01] .contantWrap .contentWrapIn .content .link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  text-align: center;
}

[data-slidearea01] .contantWrap .contentWrapIn .content .link > .in {
  line-height: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  [data-slidearea01] .contantWrap .contentWrapIn .content .link > .in img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .contentWrapIn .content .link > .in img {
    width: 100%;
    height: auto;
  }
}

[data-slidearea01] .contantWrap .contentWrapIn .content .link > .in .caption {
  margin-top: 70px;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .contentWrapIn .content .link > .in .caption {
    margin-top: 40px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

[data-slidearea01] .contantWrap .pager {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  [data-slidearea01] .contantWrap .pager {
    bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .pager {
    top: calc(((100vw - 64px) * 0.56));
  }
}

[data-slidearea01] .contantWrap .pager button {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .pager button {
    width: 30px;
    height: 30px;
  }
}

[data-slidearea01] .contantWrap .pager button:after, [data-slidearea01] .contantWrap .pager button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #c6c6c6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  [data-slidearea01] .contantWrap .pager button:after, [data-slidearea01] .contantWrap .pager button:before {
    width: 6px;
    height: 6px;
  }
}

[data-slidearea01] .contantWrap .pager button:after {
  -webkit-transition: .2s;
  transition: .2s;
}

.no-touchevents [data-slidearea01] .contantWrap .pager button:hover:after, [data-slidearea01] .contantWrap .pager button.active:after {
  background-color: #BE241D;
}

[data-slidearea01] .contantWrap .pager button.active {
  cursor: default;
  pointer-events: none;
}

.mod_project {
  padding: 100px 0 65px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .mod_project {
    padding: 40px 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_project .mod_txt01 {
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_project .stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_project .stories li {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 767px) {
  .mod_project .stories li + li {
    margin-top: 4px;
  }
}

.mod_project .stories li.current a {
  -webkit-filter: brightness(1.6);
          filter: brightness(1.6);
  opacity: .8;
  pointer-events: none;
}

.mod_project .stories a {
  display: block;
  height: 430px;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: opacity .5s,-webkit-filter .5s;
  transition: opacity .5s,-webkit-filter .5s;
  transition: filter .5s,opacity .5s;
  transition: filter .5s,opacity .5s,-webkit-filter .5s;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_project .stories a {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .mod_project .stories a {
    height: 210px;
  }
}

.no-touchevents .mod_project .stories a:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
  opacity: .8;
}

.mod_project .stories dl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid #BE241D;
  border-bottom: 10px solid #BE241D;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .mod_project .stories dl:after {
    border-left-width: 5px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
}

.mod_project .stories dt {
  position: relative;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 1;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_project .stories dt {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .mod_project .stories dt {
    padding-bottom: 10px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.mod_project .stories dt:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #BE241D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mod_project .stories dd {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: 600;
  line-height: 1;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_project .stories dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .mod_project .stories dd {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.mod_project .stories dd span {
  display: block;
  padding: 20px 0 0;
  font-family: YuMincho, 'Yu Mincho',"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", serif;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .mod_project .stories dd span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .mod_project .stories dd span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.mod_entry_box {
  position: relative;
  z-index: 0;
  background-color: #ba241d;
  height: 310px;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_entry_box {
    height: auto;
    padding-top: 30px;
    padding: 30px 20px;
    text-align: center;
  }
}

.mod_entry_box:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  right: 20px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .mod_entry_box:before {
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
  }
}

.mod_entry_box .sec_tit {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .mod_entry_box .sec_tit {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.mod_entry_box .txt {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mod_entry_box .txt {
    text-align: left;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

.mod_entry_box .mod_btn01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mod_entry_box .mod_btn01 {
    margin-top: 20px;
    width: 100%;
  }
}

.mod_contact {
  padding: 120px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mod_contact {
    padding: 50px 0;
  }
}

.mod_contact .contact {
  background-color: #263e67;
  color: #fff;
  max-width: 800px;
  height: 246px;
  padding: 35px 0 55px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact {
    height: auto;
    padding: 30px 20px 35px;
  }
}

.mod_contact .contact .tel {
  font-size: 4.0rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact .tel {
    line-height: 1.4;
    font-size: 3.0rem;
  }
}

.mod_contact .contact .tel .ico {
  fill: #fff;
  width: 40px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact .tel .ico {
    width: 30px;
    height: 20px;
  }
}

.mod_contact .contact .tel i {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact .tel i {
    margin-right: 5px;
  }
}

.mod_contact .contact .time {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact .time {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.mod_contact .contact .fax, .mod_contact .contact .mail {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact .fax, .mod_contact .contact .mail {
    display: block;
  }
}

.mod_contact .contact .fax > dt, .mod_contact .contact .mail > dt {
  position: relative;
  top: -3px;
  background-color: #fff;
  color: #273F68;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
  display: inline-block;
  width: 70px;
  height: 20px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact .fax > dt, .mod_contact .contact .mail > dt {
    font-size: 1.2rem;
    line-height: 1.2;
    width: 50px;
    height: 16px;
  }
}

.mod_contact .contact .fax > dd, .mod_contact .contact .mail > dd {
  display: inline-block;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: 'Palanquin',"Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana,"メイリオ",Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact .fax > dd, .mod_contact .contact .mail > dd {
    font-size: 1.6rem;
  }
}

.mod_contact .contact dl + dl {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .mod_contact .contact dl + dl {
    margin-top: 6px;
    margin-left: 0;
  }
}

.mod_contact .contact .mail a {
  color: #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.no-touchevents .mod_contact .contact .mail a:hover {
  opacity: 0.5;
}

.sec_message .txtwrap {
  text-align-last: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ie .sec_message .txtwrap {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.sec_message .desc {
  text-align-last: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ie .sec_message .desc {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.sec_interview .mod_wrap01 .intro .career_box .in dd {
  text-align-last: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ie .sec_interview .mod_wrap01 .intro .career_box .in dd {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.sec_crosstalk .txt {
  text-align-last: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

.ie .sec_crosstalk .txt {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.logo-mark_wrap li {
  display: inline-block;  
}
.logo-mark_wrap li img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.logo-mark_wrap .policy_mark {
  width: 250px;
}
.logo-mark_wrap .kenko_keiei {
  width: 80px;
}
.logo-mark_wrap .kenko_yuryou {
  width: 90px;
  margin-left: -5px;
}
.logo-mark_wrap .y-sdgs-superior {
  width: 82px;
}
.logo-mark_wrap .kanagawa-sdgs {
  width: 78px;
}
@media screen and (max-width: 768px) {
  .logo-mark_wrap .policy_mark {
    width: 200px;
    margin: 0;
  }
  .logo-mark_wrap .kenko_keiei {
    width: 70px;
  }
  .logo-mark_wrap .y-sdgs-superior {
    width: 72px;
  }
  .logo-mark_wrap .kanagawa-sdgs {
    width: 68px;
  }
}
@media screen and (max-width: 600px) {
  .logo-mark_wrap .kanagawa-sdgs {
    margin-left: 15px;
  }
}

/* キャリア採用一時リンク無効対応 */
a[href$="mid_career/"] {
	opacity: 0.55;
	pointer-events: none;
}
a[href$="mid_career/"][class*="btn"] {
	background-color: #888;
}