@charset "utf-8";
/**
 *
 *  サイト共通
 *
 */
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
ul, ol, li, dl, dt, dd {
  list-style-type: none;
  list-style-position: outside;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
img {
  vertical-align: top;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
  color: #231815;
  background: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
/* fonts */
.serif {
  font-family: "Noto Serif JP", "YuMincho", "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.en {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}
.playfair {
  font-family: 'Playfair Display', serif;
}
.playfair._it {
  font-style: italic;
}
.ropa {
  font-family: 'Ropa Sans', sans-serif;
  text-transform: uppercase;
}
.barlow {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}
.en._not, .ropa._not, .barlow._not {
  text-transform: none;
}
._txt_blue {
  color: #0068BA;
}
._txt_navy {
  color: #003C85;
}
._txt_orange {
  color: #F17100;
}
._txt_yellow {
  color: #F9BA00;
}
._txt_red {
  color: #B61100;
}
._txt_pink {
  color: #fE5252;
}
._txt_green {
  color: #0A9D4C;
}
/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  outline: none;
}
a:link, a:visited {
  text-decoration: none;
  color: #231815;
}
.ophover, .all-rover a {
  transition: opacity ease .3s;
}
.ophover:hover, .all-rover a:hover {
  opacity: .7;
}
/*--------------------------------------------------------------------------
   img
---------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/
.fade, .fade01, .fade02, .fade03, .fade04, .delay01, .delay02, .delay03, .delay04, .delay05 {
  transition: 1s;
}
.fade {
  opacity: 0;
  transform: translate(0, 0);
}
.fade01 {
  opacity: 0;
  transform: translate(0, 100px);
}
.fade02 {
  opacity: 0;
  transform: translate(0, -100px);
}
.fade03 {
  opacity: 0;
  transform: translate(-100px, 0);
}
.fade04 {
  opacity: 0;
  transform: translate(100px, 0);
}
.delay01 {
  transition-delay: 0.3s;
}
.delay02 {
  transition-delay: 0.6s;
}
.delay03 {
  transition-delay: 0.9s;
}
.delay04 {
  transition-delay: 1.2s;
}
.delay05 {
  transition-delay: 1.5s;
}
.mv {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------------------
   form フォーム
---------------------------------------------------------------------------*/
/* reset
-----------------------------------------------------------------*/
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: transparent;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: transparent;
}
label {
  cursor: pointer;
}
/* テキストボックス・テキストエリア
--------------------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  padding: 0.6em 0.8em;
  /*border: 1px solid #DDDFE2;*/
  border: 1px solid #000000;
  border-radius: 5px;
  background: #FFF;
  caret-color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1.6rem;
}
textarea {
  height: 200px;
}
input::placeholder, textarea::placeholder {
  position: relative;
  top: -2px;
  color: #000000;
}
/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}
/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000000;
}
:focus {
  outline: none;
}
/* ラジオボタン
--------------------------------------------------------------------------*/
input[type="radio"] {
  display: inline-block;
  margin-right: 10px;
  opacity: 0;
  cursor: pointer;
}
input[type=radio] + .radio {
  position: relative;
  padding-left: 3px;
  cursor: pointer;
}
input[type=radio] + .radio:before {
  position: absolute;
  left: -25px;
  top: -2px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #DDDFE2;
  background: #FFF;
  border-radius: 12px;
}
input[type=radio] + .radio:after {
  position: absolute;
  left: -20px;
  top: 3px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #FFF;
  border-radius: 50%;
}
input[type=radio]:checked + .radio:after {
  background: #006CBA;
}
/* チェックボックス
--------------------------------------------------------------------------*/
input[type="checkbox"] {
  position: relative;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 10px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #DDDFE2;
  border-radius: 4px;
  content: '';
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: -15px;
  display: block;
  margin-top: -7px;
  width: 14px;
  height: 13px;
  content: '';
  background: url(../../contact/image/ico_check.svg) no-repeat;
  background-size: 100% auto;
  opacity: 0;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/* セレクトボックス
--------------------------------------------------------------------------*/
select::-ms-expand {
  display: none;
}
.form_select {
  position: relative;
  display: inline-block;
}
.form_select:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 18px;
  height: 9px;
  background: url(../image/arw_nav_blue_down.svg) no-repeat center center;
  background-size: 100% auto;
  pointer-events: none;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 50px 0 0.8em;
  border: 1px solid #DDDFE2;
  border-radius: 3px;
  background: #FFF;
  font-size: 1.6rem;
  color: #0168B7;
  font-weight: bold;
  cursor: pointer;
}
/* 送信ボタン
--------------------------------------------------------------------------*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"], button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  box-sizing: border-box;
  appearance: button;
  width: 100%;
  height: 65px;
  background: #0068B7;
  border: none;
  border-radius: 34px;
  line-height: 63px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button::focus {
  outline-offset: -2px;
}
input[type="submit"], input[type="button"], button {
  box-sizing: border-box;
  cursor: pointer;
  transition: .3s;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
@media screen and (max-width: 768px) {
  input[type="submit"], input[type="button"], button {
    height: 55px;
    line-height: 53px;
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------------------------------
   PC
---------------------------------------------------------------------------*/
.sp {
  display: none;
}
/* box-sizing ---*/
header, footer, section, div, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, td, a, span {
  box-sizing: border-box;
}
/*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
#Page {
  overflow: hidden;
}
.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.wide-inner {
  max-width: 1390px;
}
.outer {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.layout-box {
  display: flex;
  justify-content: space-between;
}
/* clearfix
-----------------------------------------------------------------*/
.cf:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content {
  margin-top: 128px;
}
@media screen and (max-width: 1200px) {
  #Content {
    margin-top: 163px;
  }
}
/* SearchNavi
-----------------------------------------------------------------*/
#SearchNavi {
  display: none;
  padding: 95px 0 55px;
  background: #EAF5FC;
}
.serachnav-cont .inner {
  max-width: 1240px;
}
.serachnav-cont h2 {
  margin-bottom: 25px;
  text-align: center;
}
.serachnav-cont h2 + .txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.6rem;
}
.serachnav-cont .search-by-purpose {
  margin-bottom: 55px;
  padding: 25px 20px 40px;
  background: #0068B6;
  border-radius: 8px;
  color: #FFF;
}
.serachnav-cont .search-by-purpose h3 {
  margin-bottom: 25px;
  text-align: center;
}
.serachnav-cont .search-by-purpose h3 span {
  padding: 0 40px;
  background: url(../image/ico_flag.svg) no-repeat left center;
  background-size: 24px auto;
  font-size: 2.2rem;
}
.serachnav-cont .search-by-purpose .search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1314px;
  margin: 0 auto;
}
.serachnav-cont .search-by-purpose .search-list > div {
  max-width: 418px;
  width: calc((100% - 40px)/3);
}
.serachnav-cont .search-by-purpose .search-list dt {
  background: #0092D0;
  border-radius: 7px;
}
.serachnav-cont .search-by-purpose .search-list dt a {
  display: block;
  padding: 0;
  font-size: 2.1rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.serachnav-cont .search-by-purpose .search-list dt a strong {
  position: relative;
  display: inline-block;
  padding: 20px 40px 20px 80px;
}
.serachnav-cont .search-by-purpose .search-list .cat01 dt a strong {
  background: url(../image/ico_building.svg) no-repeat left 35px center;
  background-size: 28px auto;
}
.serachnav-cont .search-by-purpose .search-list .cat02 dt a strong {
  background: url(../image/ico_building_tree.svg) no-repeat left 28px center;
  background-size: 41px auto;
}
.serachnav-cont .search-by-purpose .search-list .cat03 dt a strong {
  background: url(../image/ico_asset.svg) no-repeat left 30px center;
  background-size: 36px auto;
}
.serachnav-cont .search-by-purpose .search-list dt a strong::after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 30px;
  height: 7px;
  background: url(../image/arw_gnav_pc.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}
.serachnav-cont .search-by-purpose .search-list dt a:hover strong::after {
  right: 0;
}
.serachnav-cont .search-by-purpose .search-list dd {
  display: none;
}
.search-cat-cont {
  position: relative;
  padding: 50px 40px;
  background: #1A8AC1;
  border: 20px solid #FFF;
  border-radius: 8px;
  max-width: 1200px;
  margin: 0 auto;
}
.search-cat-cont .btn-modal-close {
  position: absolute;
  right: -10px;
  top: -55px;
  cursor: pointer;
}
.search-cat-cont h4 {
  margin-bottom: 35px;
  text-align: center;
  color: #FFF;
}
.search-cat-cont h4 span {
  padding: 0 50px;
  font-size: 2.8rem;
  background: no-repeat left center;
}
.search-cat-cont.cat-modal01 h4 span {
  background-image: url(../image/ico_building.svg);
  background-size: 35px auto;
}
.search-cat-cont.cat-modal02 h4 span {
  padding: 5px 60px;
  background-image: url(../image/ico_building_tree.svg);
  background-size: 51px auto;
}
.search-cat-cont.cat-modal03 h4 span {
  background-image: url(../image/ico_asset.svg);
  background-size: 39px auto;
}
.search-cat-cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1060px;
  margin: 0 auto;
  text-align: left;
}
.search-cat-cont ul li {
  width: calc(50% - 10px);
}
.search-cat-cont ul li:nth-child(n+3) {
  margin-top: 40px;
}
.search-cat-cont ul .thumb {
  flex-shrink: 0;
  width: 150px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 7px;
}
.search-cat-cont ul .txt {
  font-size: 2.3rem;
  font-weight: bold;
}
.search-cat-cont ul li a {
  display: flex;
  align-items: center;
  color: #FFF;
}
.serachnav-cont .layout-box {
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1332px;
  margin: 0 auto;
}
.serachnav-cont .form-box {
  position: relative;
  flex-shrink: 0;
  width: 325px;
  margin-right: 35px;
}
.serachnav-cont .form-box input[type="search"] {
  width: 100%;
  padding: 25px 48px 25px 20px;
  border: none;
  border: 1px solid #0068B6;
  border-radius: 7px;
  background: #FFF;
  font-size: 1.6rem;
}
input[type="search"]:focus {
  outline: none;
}
.serachnav-cont .form-box input[type="submit"] {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 32px;
  background: url(../image/ico_search.svg) no-repeat #FFF;
  background-size: 100% auto;
  padding: 0;
  border-radius: 0;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
}
.serachnav-cont .form-box input::placeholder {
  color: #BFD9ED;
  font-weight: bold;
}
.serachnav-cont .form-box input:-ms-input-placeholder {
  color: #BFD9ED;
}
.serachnav-cont .form-box input::-ms-input-placeholder {
  color: #BFD9ED;
}
.serachnav-cont .hashtag-box .txt {
  margin-bottom: 12px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.serachnav-cont .hashtag-list li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.serachnav-cont .hashtag-list li a {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #0068B6;
  border-radius: 40px;
  background: #FFF;
  color: #0068B6;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
/* 見出し
-----------------------------------------------------------------*/
/* 第一階層 ページタイトル -------------------------------*/
.page-ttl {
  position: relative;
  height: 740px;
  padding-top: 130px;
  background: no-repeat center center;
  background-size: cover;
}
.page-ttl::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  content: "";
  width: calc(100% - ((100% - 1200px)/2));
  height: 212px;
  background: #FFF;
  border-radius: 0 8px 0 0;
}
.page-ttl h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  height: 270px;
  padding-left: 95px;
  margin-bottom: 145px;
  background: #006CBA;
  border-radius: 0 8px 8px 0;
  color: #FFF;
  line-height: 1.3;
}
.page-ttl h1 .ja {
  margin-bottom: 10px;
  font-size: 5rem;
}
.page-ttl h1 .en {
  font-size: 1.8rem;
  font-weight: 600;
}
.page-ttl .breadcrumb {
  position: relative;
  padding-left: 30px;
  z-index: 10;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}
.breadcrumb li + li {
  margin-left: 24px;
}
.breadcrumb li + li::before {
  position: absolute;
  left: -19px;
  top: 0px;
  display: inline-block;
  content: ">";
}
.page-first-sec {
  position: relative;
  z-index: 10px;
  margin-top: -210px;
}
/* 第二階層 ページタイトル -------------------------------*/
.page-lower-ttl {
  position: relative;
  height: 460px;
  padding-top: 80px;
}
.page-lower-ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 34.84vw;
  height: 100%;
  background: #E9F6FE;
  border-radius: 0 8px 8px 0;
}
.page-lower-ttl::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 76.13vw;
  height: 380px;
  background: no-repeat center left;
  background-size: cover;
  border-radius: 0 0 0 8px;
}
.page-lower-ttl h1 {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  height: 220px;
  padding-left: 60px;
  margin-bottom: 15px;
  background: #006CBA;
  border-radius: 0 8px 8px 0;
  color: #FFF;
  line-height: 1.3;
}
.page-lower-ttl h1 .ja {
  margin-bottom: 10px;
  font-size: 4rem;
}
.page-lower-ttl h1 .en {
  font-size: 1.4rem;
  font-weight: 600;
}
.page-lower-ttl > .breadcrumb {
  width: 22vw;
  padding-left: 20px;
}
/* 画像なし ページタイトル -------------------------------*/
.page-base-ttl {
  position: relative;
  padding-top: 40px;
}
.page-base-ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 180px;
  background: #E9F6FE;
}
.page-base-ttl h1 {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  height: 220px;
  padding-left: 60px;
  margin-bottom: 15px;
  background: #006CBA;
  border-radius: 0 8px 8px 0;
  color: #FFF;
  line-height: 1.3;
}
.page-base-ttl h1 .ja {
  margin-bottom: 10px;
  font-size: 4rem;
}
.page-base-ttl h1 .en {
  font-size: 1.4rem;
}
.page-base-ttl .breadcrumb {
  padding-left: 30px;
}
/* 下層 セクションタイトル -------------------------------*/
.sec-cont-ttl {
  position: relative;
  padding-top: 30px;
  margin-bottom: 50px;
  line-height: 1;
  font-size: 3rem;
  color: #0068BA;
}
.sec-cont-ttl::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  background: #0068BA;
}
/* 下層 セクションタイトル(中央) -------------------------------*/
.sec-center-ttl {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 30px;
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.1;
  color: #0068BA;
}
.sec-center-ttl small {
  display: block;
  margin-bottom: 5px;
  font-size: 2rem;
}
.sec-center-ttl::after {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  background: #0068BA;
}
/* absolute */
.sec-center-ttl._abs {
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: translateY(-100%);
  margin-bottom: 0;
}
/* ttl-plain -------------------------------*/
.ttl-plain {
  margin-bottom: 45px;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #0068BA;
}
/* ttl-line -------------------------------*/
.ttl-line {
  position: relative;
  margin-bottom: 45px;
}
.ttl-line::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #0068BA;
}
.ttl-line span {
  position: relative;
  z-index: 5;
  padding-right: 25px;
  background: #FFF;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #0068BA;
}
/* ttl-line-center -------------------------------*/
.ttl-line-center {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: center;
  color: #0068BA;
}
.ttl-line-center::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 26px;
  height: 1px;
  background: #0068BA;
}
.ttl-line-center .ja {
  font-size: 2.8rem;
}
.ttl-line-center .en {
  display: block;
  font-size: 1.6rem;
}
/* ページ導入部 intro -------------------------------*/
.ttl-intro {
  font-size: 3.6rem;
  line-height: 1.4;
  color: #0168B7;
}
.txt-intro {
  font-size: 1.8rem;
  font-weight: 500;
}
/* 背景色
-----------------------------------------------------------------*/
.bg_blue {
  background-color: #0068B7;
  color: #FFF;
}
._bg_paleblue {
  background-color: #E9F6FE;
}
._bg_darkblue {
  background-color: #005293;
  color: #FFF;
}
._bg_palebrown {
  background-color: #F5F0DD;
}
._bg_orange {
  background-color: #F17100;
}
._bg_paleorange {
  background-color: #F9F0E6;
}
._bg_yellow {
  background-color: #F9BA00;
  color: #003C85;
}
._bg_paleyellow {
  background-color: #F3F0DE;
}
._bg_red {
  background-color: #B61100;
  color: #FFF;
}
._bg_palered {
  background-color: #FFF3F3;
}
._bg_palepurple {
  background-color: #EEF0F6;
}
/* ボタン
-----------------------------------------------------------------*/
.btn-base a {
  display: block;
  height: 60px;
  background: #0068B7;
  border-radius: 30px;
  text-align: center;
  color: #FFF;
  line-height: 58px;
  font-size: 1.6rem;
  font-weight: 500;
}
.btn-base a span {
  position: relative;
  padding: 0 40px;
}
.btn-base a span::after {
  position: absolute;
  right: 0;
  top: 35%;
  display: block;
  content: "";
  width: 30px;
  height: 6px;
  background: url(../image/ico_arw_btn.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}
.btn-base a:hover span::after {
  right: -5px;
}
/* ブルーグレー */
.btn-base._pale a {
  background-color: #EEF0F6;
  color: #231815;
}
.btn-base._pale a span::after {
  background-image: url(../image/ico_arw_btn_blue.svg);
}
/* ブラウン */
.btn-base._brown a {
  background-color: #AA8420;
}
/* オレンジ */
.btn-base._orange a {
  background-color: #F17100;
}
/* イエロー */
.btn-base._yellow a {
  background-color: #F9BA00;
  color: #003C85;
}
.btn-base._yellow a span::after {
  background-image: url(../image/ico_arw_btn_navy.svg);
}
/* レッド */
.btn-base._red a {
  background-color: #B61100;
}
/* ピンク*/
.btn-base._pink a {
  background-color: #fE5252;
}
/* グリーン */
.btn-base._green a {
  background-color: #0A9D4C;
}
/* ホワイト */
.btn-base._w a {
  background-color: #FFF;
  color: #0068B7;
}
.btn-base._w a span::after {
  background-image: url(../image/ico_arw_btn_blue.svg);
}
/* 2行 */
.btn-base._lines a {
  position: relative;
  display: block;
  height: 80px;
  padding-top: 16px;
  border-radius: 40px;
  line-height: 1.4;
}
.btn-base._lines a span {
  display: inline-block;
  text-align: left;
  background-position: right top .4em;
}
/* アイコンありボタン -------------------------------*/
.btn-ico-base a {
  position: relative;
  display: block;
  height: 60px;
  background: #0068B7;
  border-radius: 30px;
  text-align: center;
  color: #FFF;
  line-height: 58px;
  font-size: 1.6rem;
  font-weight: 500;
}
.btn-ico-base a::after {
  position: absolute;
  right: 30px;
  top: 40%;
  display: block;
  content: "";
  width: 30px;
  height: 6px;
  background: url(../image/ico_arw_btn.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}
.btn-ico-base a:hover::after {
  right: 25px;
}
/* ブルーグレー */
.btn-ico-base._pale a {
  background-color: #EEF0F6;
  color: #231815;
}
.btn-ico-base._pale a::after {
  background-image: url(../image/ico_arw_btn_blue.svg);
}
/* ブラウン */
.btn-ico-base._brown a {
  background-color: #AA8420;
}
/* オレンジ */
.btn-ico-base._orange a {
  background-color: #F17100;
}
/* イエロー */
.btn-ico-base._yellow a {
  background-color: #F9BA00;
  color: #003C85;
}
.btn-ico-base._yellow a::after {
  background-image: url(../image/ico_arw_btn_navy.svg);
}
/* レッド */
.btn-ico-base._red a {
  background-color: #B61100;
}
/* ピンク*/
.btn-ico-base._pink a {
  background-color: #fE5252;
}
/* グリーン */
.btn-ico-base._green a {
  background-color: #0A9D4C;
}
/* ホワイト */
.btn-ico-base._w a {
  background-color: #FFF;
  color: #0068B7;
}
.btn-ico-base._w a::after {
  background-image: url(../image/ico_arw_btn_blue.svg);
}
/* _blank */
.btn-ico-base a[target="_blank"] span {
  padding: 0 15px;
  background: url(../image/ico_blank_w.png) no-repeat right center;
  background-size: 10px auto;
}
.btn-ico-base._pale a[target="_blank"] span, .btn-ico-base._w a[target="_blank"] span {
  background: url(../image/ico_blank_blue.png) no-repeat right center;
  background-size: 10px auto;
}
.btn-ico-base._yellow a[target="_blank"] span {
  background: url(../image/ico_blank_navy.png) no-repeat right center;
  background-size: 10px auto;
}
/* pdf */
.btn-ico-base._pdf a span {
  padding: 0 25px;
  background: url(../image/ico_pdf.svg) no-repeat right center;
  background-size: 16px auto;
}
.btn-ico-base._pdf._before a span {
  background-position: left center;
}
/* 2行 */
.btn-ico-base._lines a {
  position: relative;
  display: block;
  height: 80px;
  padding-top: 16px;
  border-radius: 40px;
  line-height: 1.4;
}
.btn-ico-base._lines a span {
  display: inline-block;
  text-align: left;
  background-position: right top .4em;
}
/* テキストリンク -------------------------------*/
a.link-txt {
  color: #0267B7;
}
a.link-txt[target="_blank"] {
  padding-right: 18px;
  background: url(../image/ico_blank_blue.png) no-repeat right 2px center;
  background-size: 10px auto;
}
a.link-txt._pdf {
  padding-right: 25px;
  background: url(../image/ico_pdf.svg) no-repeat right 2px center;
  background-size: 16px auto;
}
/* black */
a.link-txt._black {
  color: #231815;
}
a.link-txt._black [target="_blank"] {
  background: url(../image/ico_blank.png);
}
/* ページ内ナビゲーション
-----------------------------------------------------------------*/
.page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-nav ul li {
  margin: 0 10px;
}
.page-nav ul li a {
  display: block;
  width: 270px;
  height: 60px;
  padding-top: 20px;
  border-radius: 30px;
  background: #EEF0F6;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
}
.page-nav ul li a span {
  padding-right: 10px;
}
.page-nav ul li a span::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../image/ico_arw_blue_down.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}
.page-nav ul li a:hover span::before {
  transform: translateY(5px);
}
/* グループリンク
-----------------------------------------------------------------*/
.group-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.group-link ul li {
  margin: 0 10px;
}
.group-link ul li a {
  position: relative;
  display: block;
  width: 270px;
  height: 60px;
  padding-top: 15px;
  padding-right: 10px;
  border-radius: 30px;
  background: #EEF0F6;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
.group-link ul li a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background: url(../image/btn_blue_next.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}
.group-link ul li a:hover::before {
  right: 15px;
}
.group-link ul li a span {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
/* _blank */
.group-link ul li a[target="_blank"] span {
  padding: 5px 22px;
  background: url(../image/ico_blank.png) no-repeat right center;
  background-size: 10px auto;
}
/* pdf */
.group-link ul li a.pdf span {
  padding: 5px 25px;
  background: url(../image/ico_pdf.svg) no-repeat right center;
  background-size: 16px auto;
}
/* Acrobat Reader ダウンロード
-----------------------------------------------------------------*/
.acrobat {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  padding: 45px 40px;
  margin: 0 auto;
  border: 1px solid #DDDFE2;
}
.acrobat .ico {
  margin-right: 25px;
}
.acrobat .txt {
  font-size: 1.3rem;
}
/* コンテンツリスト
-----------------------------------------------------------------*/
.feature-cont-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-cont-list li {
  max-width: 570px;
  width: calc(50% - 10px);
}
.feature-cont-list li:nth-child(n+3) {
  margin-top: 70px;
}
.feature-cont-list .pic {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 8px;
  background: #FFF;
}
.feature-cont-list .pic img {
  transition: .3s;
}
.feature-cont-list a:hover .pic img {
  opacity: .7;
}
.feature-cont-list h3 {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.feature-cont-list a h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 44px;
  height: 44px;
  background: url(../image/ico_arw_blue.svg) no-repeat;
  background-size: 100% auto;
  transition: .3s;
}
.feature-cont-list a:hover h3::after {
  right: -10px;
}
.feature-cont-list a[target="_blank"] h3 .ja {
  padding-right: 15px;
  background: url(../image/ico_blank.png) no-repeat right top 0.45em;
  background-size: 10px auto;
}
.feature-cont-list h3 .ja {
  font-size: 2.4rem;
}
.feature-cont-list h3 .en {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #0068BA;
  letter-spacing: 1px;
}
.feature-cont-list .address {
  margin-bottom: 15px;
  font-size: 1.5rem;
  text-indent: -0.5em;
}
.feature-cont-list .address a {
  transition: .3s;
}
.feature-cont-list .address a:hover {
  opacity: .7;
}
.feature-cont-list .txt {
  font-size: 1.5rem;
}
/* 3列 -------------------------------*/
.feature-cont-list._col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.feature-cont-list._col3 li {
  max-width: 370px;
  margin-left: 45px;
}
.feature-cont-list._col3 li:nth-child(3n+1) {
  margin-left: 0;
}
.feature-cont-list._col3 li:nth-child(3) {
  margin-top: 0;
}
.feature-cont-list._col3 h3::after {
  width: 38px;
  height: 38px;
}
.feature-cont-list._col3 h3 .ja {
  font-size: 2rem;
}
.feature-cont-list._col3 h3 .en {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .feature-cont-list._col3 li {
    margin-left: 3.75%;
  }
}
/* 背景色有り */
.feature-cont-list._hasbg li {
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.feature-cont-list._hasbg li .pic {
  border-radius: 0;
}
.feature-cont-list._hasbg li .txt-area {
  padding: 0 6% 50px;
}
/* コンテンツ紹介レイアウト
-----------------------------------------------------------------*/
.cont-intro-base {
  position: relative;
}
.cont-intro-base > .layout-box {
  padding-top: 7%;
}
.cont-intro-base > .layout-box .txt-area {
  position: relative;
  width: 60%;
  min-height: 465px;
  padding: 70px 17% 60px 4%;
  background: #FFF;
  border-radius: 10px;
}
.cont-intro-base .txt-area h3 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-0.8em);
  width: 100%;
  padding-left: 7%;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 600;
}
.cont-intro-base._hasline .txt-area h3::before {
  position: absolute;
  left: 7%;
  top: -25px;
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  background: #0068BA;
}
.cont-intro-base .txt-area h3 .en {
  display: block;
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.cont-intro-base .txt-area h3 small {
  display: block;
  font-size: 2.8rem;
}
.cont-intro-base .txt-area .txt {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.cont-intro-base > .layout-box .pic {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 52.517%;
  overflow: hidden;
  border-radius: 10px;
}
.cont-intro-base._rev > .layout-box {
  flex-direction: row-reverse;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .cont-intro-base._rev > .layout-box {
    justify-content: flex-start;
  }
}
.cont-intro-base._rev > .layout-box .txt-area {
  padding: 70px 4% 50px 17%;
}
.cont-intro-base._rev > .layout-box .pic {
  right: auto;
  left: 0;
}
.cont-intro-base._rev .txt-area h3 {
  padding: 0 0 0 28%;
}
.cont-intro-base._rev .txt-area h3::before {
  left: 30%;
}
.cont-intro-base .btn-ico-base {
  max-width: 450px;
  margin-top: 40px;
}
/* コンテンツ紹介レイアウト(全幅)
-----------------------------------------------------------------*/
.wide-cont-intro {
  display: flex;
  align-items: center;
}
.wide-cont-intro .pic {
  width: 50%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.wide-cont-intro .pic img {
  width: 100%;
  max-width: none;
}
.wide-cont-intro .txt-area {
  display: flex;
  width: 50%;
  padding-left: 20px;
}
.wide-cont-intro .txt-area .txt-box {
  max-width: 660px;
  width: 100%;
  padding: 20px 0 20px 8%;
}
.wide-cont-intro .txt-area h3 {
  margin-bottom: 30px;
}
.wide-cont-intro .txt-area h3 .ja {
  font-size: 4.2rem;
  line-height: 1.2;
}
.wide-cont-intro .txt-area h3 .en {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1;
}
.wide-cont-intro .txt-area .txt {
  font-size: 1.7rem;
  line-height: 2;
}
.wide-cont-intro .btn {
  max-width: 450px;
  margin-top: 35px;
}
.wide-cont-intro._rev {
  flex-direction: row-reverse;
}
.wide-cont-intro._rev .pic {
  border-radius: 10px 0 0 10px;
}
.wide-cont-intro._rev .txt-area {
  flex-direction: row-reverse;
  padding: 0 0 0 20px;
}
.wide-cont-intro._rev .txt-box {
  padding: 20px 8% 20px 0;
}
h2.ttl-wide-cont-intro {
  margin-bottom: 35px;
  line-height: 1.3;
}
h2.ttl-wide-cont-intro .en {
  display: block;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
h2.ttl-wide-cont-intro .ja {
  font-size: 4rem;
  letter-spacing: 0.01em;
  font-weight: 700;
}
h2.ttl-wide-cont-intro .ja small {
  display: block;
  margin-top: 10px;
  font-size: 2.5rem;
}
p.txt-line {
  position: relative;
  padding-top: 35px;
  font-size: 1.7rem;
  line-height: 2.7;
}
p.txt-line::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 28px;
  height: 1px;
  background: #231815;
}
/* ワイド背景
-----------------------------------------------------------------*/
.widebg-cont {
  position: relative;
}
.widebg-cont::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  content: "";
  width: calc(100% - 80px);
  height: 100%;
  background: #FFF;
  border-radius: 0 10px 10px 0;
  transition: .2s;
}
.widebg-cont._rev::before {
  left: auto;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.widebg-cont .inner {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .widebg-cont::before {
    width: calc(100% - 20px);
  }
  .widebg-cont .inner {
    padding: 0 40px 0 20px;
  }
  .widebg-cont._rev .inner {
    padding: 0 20px 0 40px;
  }
}
/* table-list
-----------------------------------------------------------------*/
.table-list {
  position: relative;
  border-top: 1px solid #DDDFE2;
}
.table-list::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 300px;
  height: 100%;
  background: #f3F5F6;
}
.table-list > div {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDDFE2;
}
.table-list dt {
  flex-shrink: 0;
  width: 300px;
  padding: 25px 30px;
  font-size: 1.6rem;
  font-weight: bold;
}
.table-list dd {
  width: calc(100% - 300px);
  padding: 25px 30px;
  font-size: 1.3rem;
}
/* spec-list
-----------------------------------------------------------------*/
.spec-list {
  border-bottom: 1px solid #DDDFE2;
}
.spec-list > div {
  display: flex;
  align-items: center;
  padding: 30px 15px;
  border-top: 1px solid #DDDFE2;
}
.spec-list dt {
  flex-shrink: 0;
  width: 120px;
  font-size: 1.6rem;
  font-weight: bold;
}
.spec-list dd {
  font-size: 1.6rem;
}
/* column-box
-----------------------------------------------------------------*/
.column-box {
  border-radius: 8px;
  background: #EEF0F6;
}
/* bg-column
-----------------------------------------------------------------*/
.bg-column {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 0 10px 10px 0;
  background: #EEF0F6;
}
.bg-column._rev {
  border-radius: 10px 0 0 10px;
}
.bg-column::after {
  position: absolute;
  top: 0;
  left: 2px;
  transform: translateX(-100%);
  display: block;
  width: calc((100vw - 1398px)/2);
  height: 100%;
  content: "";
  background: #EEF0F6;
}
.bg-column._rev::after {
  left: auto;
  right: 2px;
  transform: translateX(100%);
}
/* オレンジ */
.bg-column._orange, .bg-column._orange::after {
  background: #F9F0E6;
}
/* レッド */
.bg-column._red, .bg-column._red::after {
  background: #FFF3F3;
}
@media screen and (max-width: 1440px) {
  .bg-column {
    margin: 0 0 0 20px;
  }
}
/* pic-cont-list
-----------------------------------------------------------------*/
.pic-cont-list {
  border-top: 1px solid #DDDFE2;
}
.pic-cont-list li {
  display: flex;
  justify-content: space-between;
  padding: 45px 0 55px;
  border-bottom: 1px solid #DDDFE2;
}
.pic-cont-list .pic-area {
  overflow: hidden;
  max-width: 600px;
  width: 50%;
  margin-right: 20px;
  border-radius: 8px;
}
.pic-cont-list .txt-area {
  max-width: 548px;
  width: calc(60% - 20px);
}
.pic-cont-list .txt-area h3 {
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 1.4;
}
.pic-cont-list .txt-area .txt {
  font-size: 1.5rem;
  line-height: 2;
}
/* 垂直方向中央揃え */
.pic-cont-list._a-middle li {
  align-items: center;
}
/* ft-breadcrumb
-----------------------------------------------------------------*/
.ft-breadcrumb {
  padding: 20px 0;
  background: #D4DAE4;
}
.ft-breadcrumb .breadcrumb li {
  margin-right: 24px;
}
.ft-breadcrumb .breadcrumb li + li {
  margin-left: 0;
}
/* ft-cont-lower
-----------------------------------------------------------------*/
.ft-cont-lower {
  padding: 70px 0 85px;
  background: #E9EDF3;
}
.ft-cont-lower .inner {
  display: flex;
  align-items: flex-start;
}
.ft-cont-lower h2 {
  flex-shrink: 0;
  width: 230px;
  line-height: 1.4;
}
.ft-cont-lower h2 a {
  display: block;
  padding-left: 50px;
  background: url(../image/ico_cont_list.svg) no-repeat left top;
  background-size: 40px auto;
}
.ft-cont-lower h2 .ja {
  font-size: 2.3rem;
}
.ft-cont-lower h2 .en {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #0068BA;
}
.ft-cont-lower h2 + div {
  width: calc(100% - 230px);
}
.ft-cont-lower .ttl-cont-cat {
  margin-bottom: 25px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.ft-cont-lower .ttl-cont-cat span {
  display: inline-block;
  padding: 10px 20px 8px;
  color: #FFF;
  background: #0068BA;
  border-radius: 18px;
  line-height: 1;
}
.ft-cont-lower .contents-lower-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.ft-cont-lower .contents-lower-list li {
  overflow: hidden;
  width: calc((100% - 36px)/3);
  margin-left: 16px;
  border-radius: 8px;
  background: #FFF;
}
.ft-cont-lower .contents-lower-list li:nth-child(3n+1) {
  margin-left: 0;
}
.ft-cont-lower .contents-lower-list li:nth-child(n+4) {
  margin-top: 20px;
}
.ft-cont-lower .contents-lower-list a {
  display: flex;
  align-items: center;
  background: #FFF;
  transition: .3s;
}
.ft-cont-lower .contents-lower-list a:hover {
  opacity: .7;
}
.ft-cont-lower .contents-lower-list .thumb {
  width: 95px;
}
.ft-cont-lower .contents-lower-list .ttl {
  width: calc(100% - 95px);
  padding: 10px 16px;
  font-weight: bold;
  line-height: 1.2;
}
.ft-cont-lower .contents-lower-list .ttl .ja {
  font-size: 1.7rem;
}
.ft-cont-lower .contents-lower-list a[target="_blank"] .ja {
  padding-right: 15px;
  background: url(../image/ico_blank.png) no-repeat right center;
  background-size: 10px auto;
}
.ft-cont-lower .contents-lower-list .ttl .en {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #AAB6C5;
  font-weight: 500;
}
/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
  }
  #Page {
    min-width: 320px;
  }
  #Page img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img.sp, br.sp {
    display: inline;
  }
  .txt {
    letter-spacing: 0;
  }
  .en {
    letter-spacing: 1px;
  }
  /*--------------------------------------------------------------------------
   Container
---------------------------------------------------------------------------*/
  .inner {
    max-width: initial;
  }
  /*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
  #Content {
    margin-top: 0;
  }
  /* SearchNavi
-----------------------------------------------------------------*/
  #SearchNavi {
    padding: 40px 0;
  }
  .serachnav-cont .inner {
    max-width: none;
  }
  #SearchNavi .btn-modal-close {
    display: none;
  }
  .serachnav-cont h2 {
    width: 184px;
    margin: 0 auto 15px;
  }
  .serachnav-cont h2 + .txt {
    display: none;
  }
  .serachnav-cont .search-by-purpose {
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 5px;
  }
  .serachnav-cont .search-by-purpose h3 {
    margin-bottom: 15px;
  }
  .serachnav-cont .search-by-purpose h3 span {
    padding: 0 20px;
    background-size: 15px auto;
    font-size: 1.4rem;
  }
  .serachnav-cont .search-by-purpose .search-list {
    display: block;
  }
  .serachnav-cont .search-by-purpose .search-list > div {
    max-width: none;
    width: 100%;
    background: #0092D0;
    border-radius: 5px;
  }
  .serachnav-cont .search-by-purpose .search-list > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .serachnav-cont .search-by-purpose .search-list dt {
    background: none;
    border-radius: 0;
  }
  .serachnav-cont .search-by-purpose .search-list dt a {
    display: none;
  }
  .serachnav-cont .search-by-purpose .search-list dt span {
    position: relative;
    display: block;
    padding: 15px 30px 15px 55px;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
  }
  .serachnav-cont .search-by-purpose .search-list .cat01 dt span {
    background: url(../image/ico_building.svg) no-repeat left 15px center;
    background-size: 22px auto;
  }
  .serachnav-cont .search-by-purpose .search-list .cat02 dt span {
    background: url(../image/ico_building_tree.svg) no-repeat left 15px center;
    background-size: 30px auto;
  }
  .serachnav-cont .search-by-purpose .search-list .cat03 dt span {
    background: url(../image/ico_asset.svg) no-repeat left 15px center;
    background-size: 28px auto;
  }
  .serachnav-cont .search-by-purpose .search-list dt span::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 10px;
    background: url(../image/arw_nav_down.svg) no-repeat;
    background-size: 100% auto;
  }
  .serachnav-cont .search-by-purpose .search-list dt.open span::after {
    background-image: url(../image/arw_nav_up.svg) no-repeat;
  }
  .serachnav-cont .search-by-purpose .search-list dd {
    transition: none;
    width: 100%;
  }
  .search-cat-cont {
    position: relative;
    padding: 5px 20px 20px;
    background: none;
    border: none;
    border-radius: 0;
  }
  .search-cat-cont .btn-modal-close {
    display: none;
  }
  .search-cat-cont h4 {
    display: none;
  }
  .search-cat-cont ul {
    display: block;
  }
  .search-cat-cont ul li {
    width: 100%;
  }
  .search-cat-cont ul li:nth-child(n+2) {
    margin-top: 12px;
  }
  .search-cat-cont ul .thumb {
    width: 75px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .search-cat-cont ul .txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .serachnav-cont .layout-box {
    display: block;
  }
  .serachnav-cont .form-box {
    width: 100%;
    margin: 0 0 15px;
  }
  .serachnav-cont .form-box input[type="search"] {
    padding: 0.2em 40px 0 15px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .serachnav-cont .form-box input[type="submit"] {
    right: 15px;
    width: 20px;
    height: 24px;
  }
  .serachnav-cont .hashtag-box .txt {
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-align: center;
  }
  .serachnav-cont .hashtag-list li {
    margin: 0 5px 10px 0;
  }
  .serachnav-cont .hashtag-list li a {
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 1.1rem;
  }
  /* モーダル表示時 -------------------------------*/
  .modaal-content-container .serachnav-cont {
    position: relative;
    background: #FFF;
    border-radius: 5px;
  }
  .modaal-content-container .serachnav-cont .inner {
    padding: 25px 15px;
  }
  .modaal-content-container .serachnav-cont .btn-modal-close {
    position: absolute;
    width: 64px;
  }
  .modaal-content-container .serachnav-cont .btn-modal-close.close01 {
    right: 2px;
    top: -22px;
  }
  .modaal-content-container .serachnav-cont .btn-modal-close.close02 {
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
  }
  /* 見出し
-----------------------------------------------------------------*/
  /* 第一階層 ページタイトル -------------------------------*/
  .page-ttl {
    height: 109.33vw;
    padding-top: 18.67vw;
  }
  .page-ttl::after {
    width: 92vw;
    height: 32vw;
    border-radius: 0 6px 0 0;
  }
  .page-ttl h1 {
    width: 54.67vw;
    height: 36vw;
    padding-left: 20px;
    border-radius: 0 6px 6px 0;
  }
  .page-ttl h1 .ja {
    margin-bottom: 1.5vw;
    font-size: 6.67vw;
  }
  .page-ttl h1 .en {
    font-size: 2.8vw;
    letter-spacing: 1px;
  }
  .page-ttl .breadcrumb {
    display: none;
  }
  .breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    font-size: 1.2rem;
  }
  .breadcrumb li a::after {
    position: absolute;
    right: -19px;
    top: 0px;
    display: inline-block;
    content: ">";
  }
  .page-first-sec {
    margin-top: -32vw;
  }
  .ft-breadcrumb .breadcrumb li + li::before {
    display: none;
  }
  /* 第二階層 ページタイトル -------------------------------*/
  .page-lower-ttl {
    height: 66.67vw;
    padding-top: 14.67vw;
  }
  .page-lower-ttl::before {
    width: 34.84vw;
    border-radius: 0 0 8px 0;
  }
  .page-lower-ttl::after {
    width: 85.33vw;
    height: 56vw;
    background: no-repeat center left;
    background-size: cover;
    border-radius: 0 0 0 5px;
  }
  .page-lower-ttl h1 {
    max-width: 205px;
    height: 26.67vw;
    padding-left: 20px;
    margin-bottom: 0;
    border-radius: 0 5px 5px 0;
  }
  .page-lower-ttl h1 .ja {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
  .page-lower-ttl h1 .en {
    font-size: 1rem;
  }
  .page-lower-ttl .breadcrumb {
    display: none;
  }
  /* 画像なし ページタイトル -------------------------------*/
  .page-base-ttl {
    padding-top: 40px;
  }
  .page-base-ttl::before {
    height: calc(100% - 40px);
  }
  .page-base-ttl h1 {
    max-width: 210px;
    height: 100px;
    padding-left: 15px;
    margin-bottom: 0;
    border-radius: 0 5px 5px 0;
  }
  .page-base-ttl h1 .ja {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
  .page-base-ttl h1 .en {
    font-size: 1rem;
  }
  .page-base-ttl .breadcrumb {
    display: none;
  }
  /* 下層 セクションタイトル -------------------------------*/
  .sec-cont-ttl {
    padding-top: 15px;
    margin-bottom: 25px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .sec-cont-ttl::before {
    width: 12px;
    height: 2px;
  }
  /* 下層 セクションタイトル(中央) -------------------------------*/
  .sec-center-ttl {
    margin-bottom: 25px;
    padding-top: 20px;
    font-size: 2.6rem;
  }
  .sec-center-ttl small {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  /* ttl-plain -------------------------------*/
  .ttl-plain {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  /* ttl-line -------------------------------*/
  .ttl-line {
    margin-bottom: 20px;
  }
  .ttl-line span {
    padding-right: 15px;
    font-size: 1.8rem;
  }
  /* ttl-line-center -------------------------------*/
  .ttl-line-center {
    margin-bottom: 18px;
    padding-bottom: 12px;
  }
  .ttl-line-center::after {
    width: 15px;
  }
  .ttl-line-center .ja {
    font-size: 1.7rem;
  }
  .ttl-line-center .en {
    font-size: 1rem;
  }
  /* ページ導入部 intro -------------------------------*/
  .ttl-intro {
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .txt-intro {
    font-size: 1.3rem;
    text-align: left;
  }
  /* ボタン
-----------------------------------------------------------------*/
  .btn-base a {
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
    font-size: 1.5rem;
  }
  .btn-base a:hover span::after {
    right: 0;
  }
  /* アイコンありボタン -------------------------------*/
  .btn-ico-base a {
    height: 50px;
    background: #0068B7;
    border-radius: 25px;
    line-height: 48px;
    font-size: 1.2rem;
  }
  .btn-ico-base a::after {
    right: 10px;
    top: 40%;
    display: block;
    content: "";
    width: 22px;
    height: 5px;
  }
  .btn-ico-base a:hover::after {
    right: 0;
  }
  /* _blank */
  .btn-ico-base a[target="_blank"] span {
    padding: 0 15px;
    background-size: 10px auto;
  }
  /* pdf */
  .btn-ico-base._pdf a span {
    padding: 0 20px;
    background-size: 12px auto;
  }
  /* テキストリンク -------------------------------*/
  a.link-txt[target="_blank"] {
    padding-right: 16px;
    background-size: 12px auto;
  }
  a.link-txt._pdf {
    padding-right: 18px;
    background-size: 12px auto;
  }
  /* ページ内ナビゲーション
-----------------------------------------------------------------*/
  .page-nav ul {
    display: block;
    max-width: 315px;
    margin: 0 auto;
  }
  .page-nav ul li {
    margin: 0;
  }
  .page-nav ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .page-nav ul li a {
    position: relative;
    width: 100%;
    height: 45px;
    padding-top: 16px;
    border-radius: 23px;
    font-size: 1.3rem;
  }
  .page-nav ul li a span {
    padding-right: 0;
  }
  .page-nav ul li a span::before {
    position: absolute;
    top: 12px;
    left: 30px;
    width: 22px;
    height: 22px;
    margin-right: 0;
  }
  .page-nav ul li a:hover span::before {
    transform: none;
  }
  /* グループリンク
-----------------------------------------------------------------*/
  .group-link ul {
    display: block;
  }
  .group-link ul li {
    margin: 0;
  }
  .group-link ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .group-link ul li a {
    height: 45px;
    padding-top: 10px;
    padding-right: 0;
    border-radius: 23px;
    font-size: 1.3rem;
  }
  .group-link ul li a::before {
    right: 10px;
    width: 22px;
    height: 22px;
    margin-right: 0;
  }
  .group-link ul li a:hover::before {
    right: 0;
  }
  .group-link ul li a span {
    padding: 5px 0;
  }
  /* _blank */
  .group-link ul li a[target="_blank"] span {
    padding: 5px 20px;
    background-size: 14px auto;
  }
  /* pdf */
  .group-link ul li a.pdf span {
    padding: 5px 20px;
    background-size: 14px auto;
  }
  /* Acrobat Reader ダウンロード
-----------------------------------------------------------------*/
  .acrobat {
    display: block;
    padding: 25px 20px;
  }
  .acrobat .ico {
    width: 130px;
    margin: 0 auto 10px;
  }
  .acrobat .txt {
    font-size: 1.2rem;
  }
  /* コンテンツリスト
-----------------------------------------------------------------*/
  .feature-cont-list {
    display: block;
  }
  .feature-cont-list li {
    width: 100%;
    margin: 0 auto;
  }
  .feature-cont-list li:nth-child(n+2) {
    margin-top: 35px;
  }
  .feature-cont-list .pic {
    margin-bottom: 15px;
    borde-radius: 6px;
  }
  .feature-cont-list h3 {
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .feature-cont-list a h3::after {
    width: 34px;
    height: 34px;
  }
  .feature-cont-list a:hover h3::after {
    right: 0;
  }
  .feature-cont-list a[target="_blank"] h3 .ja {
    padding-right: 18px;
    background: url(../image/ico_blank.png) no-repeat right top 0.5em;
    background-size: 10px auto;
  }
  .feature-cont-list h3 .ja {
    font-size: 1.8rem;
  }
  .feature-cont-list .txt {
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: justify;
  }
  .feature-cont-list .address {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .feature-cont-list .address a:hover {
    opacity: 1;
  }
  #Page .feature-cont-list .address .googlemap img {
    margin-top: 1px;
    width: 80px;
  }
  /* 3列(SP 2列 ) -------------------------------*/
  .feature-cont-list._col3 {
    justify-content: space-between;
  }
  .feature-cont-list._col3 li {
    max-width: none;
    width: calc(50% - 12px);
    margin-left: 0;
  }
  .feature-cont-list._col3 li:nth-child(2) {
    margin-top: 0;
  }
  .feature-cont-list._col3 li:nth-child(3) {
    margin-top: 35px;
  }
  .feature-cont-list._col3 h3::after {
    width: 22px;
    height: 22px;
  }
  .feature-cont-list._col3 h3 .ja {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .feature-cont-list._col3 h3 .en {
    font-size: 1rem;
  }
  /* 背景色有り */
  .feature-cont-list._hasbg li {
    border-radius: 5px;
  }
  .feature-cont-list._hasbg li .pic {
    border-radius: 0;
  }
  .feature-cont-list._hasbg li .txt-area {
    padding: 0 20px 40px;
  }
  /* コンテンツ紹介レイアウト
-----------------------------------------------------------------*/
  .cont-intro-base > .layout-box {
    display: block;
    padding-top: 0;
  }
  .cont-intro-base > .layout-box .txt-area {
    position: relative;
    width: auto;
    margin-right: 20px;
    min-height: inherit;
    margin-top: -90px;
    padding: 120px 15px 30px 15px;
    border-radius: 5px;
  }
  .cont-intro-base .txt-area h3 {
    position: relative;
    transform: none;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 2.6rem;
  }
  .cont-intro-base._hasline .txt-area h3::before {
    left: 0;
    top: -10px;
    width: 15px;
  }
  .cont-intro-base .txt-area h3 .en {
    font-size: 1.1rem;
  }
  .cont-intro-base .txt-area h3 small {
    font-size: 1.5rem;
  }
  .cont-intro-base .txt-area .txt {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .cont-intro-base > .layout-box .pic {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    margin-left: 20px;
    border-radius: 5px;
  }
  .cont-intro-base._rev > .layout-box {
    flex-direction: row-reverse;
  }
  .cont-intro-base._rev > .layout-box .txt-area {
    margin: -90px 0 0 20px;
    padding: 120px 20px 30px 20px;
  }
  .cont-intro-base._rev > .layout-box .pic {
    margin: 0 20px 0 0;
  }
  .cont-intro-base._rev .txt-area h3 {
    padding: 0;
  }
  .cont-intro-base._rev .txt-area h3::before {
    left: 0;
  }
  .cont-intro-base .btn-ico-base {
    margin-top: 20px;
  }
  /* コンテンツ紹介レイアウト(全幅)
-----------------------------------------------------------------*/
  .wide-cont-intro {
    display: block;
  }
  .wide-cont-intro .pic {
    width: calc(100% - 20px);
    margin-right: 20px;
    border-radius: 0 5px 5px 0;
  }
  .wide-cont-intro .txt-area {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .wide-cont-intro .txt-area .txt-box {
    max-width: none;
    padding: 25px 0;
  }
  .wide-cont-intro .txt-area h3 {
    margin-bottom: 15px;
  }
  .wide-cont-intro .txt-area h3 .ja {
    font-size: 2rem;
    line-height: 1.3;
  }
  .wide-cont-intro .txt-area h3 .en {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .wide-cont-intro .txt-area .txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .wide-cont-intro .btn {
    max-width: 315px;
    margin: 25px auto 0;
  }
  .wide-cont-intro._rev .pic {
    margin: 0 0 0 20px;
    border-radius: 5px 0 0 5px;
  }
  .wide-cont-intro._rev .txt-area {
    padding: 0 20px;
  }
  .wide-cont-intro._rev .txt-box {
    padding: 25px 0;
  }
  h2.ttl-wide-cont-intro {
    margin-bottom: 25px;
    line-height: 1.3;
    text-align: center;
  }
  h2.ttl-wide-cont-intro .en {
    margin-bottom: 7px;
    font-size: 1.2rem;
  }
  h2.ttl-wide-cont-intro .ja {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  h2.ttl-wide-cont-intro .ja small {
    margin-top: 6px;
    font-size: 1.3rem;
  }
  p.txt-line {
    padding-top: 25px;
    font-size: 1.3rem;
    line-height: 2;
  }
  p.txt-line::before {
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
  }
  /* ワイド背景
-----------------------------------------------------------------*/
  .widebg-cont .inner, .widebg-cont._rev .inner {
    padding: 0 20px 0;
  }
  .widebg-cont::before {
    display: none;
  }
  /* table-list
-----------------------------------------------------------------*/
  .table-list {
    border-top: none;
  }
  .table-list::before {
    display: none;
  }
  .table-list > div {
    display: block;
  }
  .table-list dt {
    width: 100%;
    padding: 20px;
    border: solid #DDDFE2;
    border-width: 1px 0;
    background: #f3F5F6;
    font-size: 1.4rem;
  }
  .table-list dd {
    width: 100%;
    padding: 20px 20px 30px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  /* spec-list
-----------------------------------------------------------------*/
  .spec-list > div {
    padding: 20px 10px;
  }
  .spec-list dt {
    flex-shrink: 0;
    width: 85px;
    font-size: 1.3rem;
  }
  .spec-list dd {
    font-size: 1.3rem;
  }
  .spec-list dd p + p {
    margin-top: 8px;
  }
  /* column-box
-----------------------------------------------------------------*/
  .column-box {
    border-radius: 5px;
  }
  /* bg-column
-----------------------------------------------------------------*/
  .bg-column {
    margin: 0 20px;
    border-radius: 5px;
  }
  .bg-column._rev {
    border-radius: 5px;
  }
  .bg-column::after {
    display: none;
  }
  .bg-column._rev::after {
    display: none;
  }
  /* pic-cont-list
-----------------------------------------------------------------*/
  .pic-cont-list li {
    display: block;
    padding: 40px 10px;
  }
  .pic-cont-list .pic-area {
    max-width: none;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 5px;
  }
  .pic-cont-list .txt-area {
    max-width: none;
    width: 100%;
  }
  .pic-cont-list .txt-area h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .pic-cont-list .txt-area .txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  /* ft-cont-lower
-----------------------------------------------------------------*/
  .ft-cont-lower {
    padding: 30px 0 45px;
  }
  .ft-cont-lower .inner {
    display: block;
  }
  .ft-cont-lower h2 {
    width: 100%;
    min-height: 40px;
    margin-bottom: 25px;
  }
  .ft-cont-lower h2, ja {
    font-size: 1.7rem;
  }
  .ft-cont-lower h2 .en {
    margin-top: 5px;
    font-size: 1rem;
  }
  .ft-cont-lower h2 + div {
    width: 100%;
  }
  .ft-cont-lower .ttl-cont-cat {
    margin: -12px 0 20px;
    font-size: 1.3rem;
  }
  .ft-cont-lower .ttl-cont-cat span {
    padding: 8px 12px 7px;
  }
  .ft-cont-lower .contents-lower-list {
    justify-content: space-between;
  }
  .ft-cont-lower .contents-lower-list li {
    width: calc(50% - 4px);
    margin-left: 0;
    border-radius: 5px;
  }
  .ft-cont-lower .contents-lower-list li:nth-child(n+3) {
    margin-top: 10px;
  }
  .ft-cont-lower .contents-lower-list a:hover {
    opacity: 0;
  }
  .ft-cont-lower .contents-lower-list .thumb {
    width: 60px;
    line-height: 0;
  }
  .ft-cont-lower .contents-lower-list .ttl {
    width: calc(100% - 60px);
    padding: 5px 0 5px 5px;
    line-height: 1;
    letter-spacing: 0;
  }
  .ft-cont-lower .contents-lower-list .ttl .ja {
    font-size: 1rem;
  }
  .ft-cont-lower .contents-lower-list .ttl .en {
    margin-top: 4px;
    font-size: 1rem;
  }
}