@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Montserrat:ital,wght@1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
html {
  overflow-y: scroll;
}

fieldset, img {
  border: none;
  vertical-align: top;
}

ul, ol {
  list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
}

caption, th {
  text-align: left;
}

a {
  outline: none;
}

/*-----------------------------------------------------------
    余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------
    その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
  content: "";
}

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

@-webkit-keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
:root {
  color: #231815;
}
@media (max-width: 767px) {
  :root {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  color: #231815;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Montserrat", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 4vw;
}
@media (min-width: 1280px) {
  body {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    /*		min-width: 640px; */
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  * {
    max-height: 100%;
  }
  #colorbox, #colorbox * {
    max-height: none;
  }
  #gnavi, #gnavi *, #mapbox * {
    max-height: none;
  }
  img {
    max-height: none;
    max-width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #231815;
}
@media (min-width: 1280px) {
  a:hover {
    color: #231815;
  }
  a:visited {
    color: #231815;
  }
  a:active {
    text-decoration: none;
  }
}

[type=text], [type=email], [type=password], [type=number], [type=tel], textarea, select {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
}

select {
  height: 2.5em;
  padding-right: 8%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border: 1px solid #ddd;
  background: #fff url(../img/common/arrow.svg) 96% center no-repeat;
  background-size: 12px;
}

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

[type=text], [type=email], [type=password], [type=number], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, textarea:focus {
  background: #fff;
  border: 1px solid #aaa;
}

/*
input[type=checkbox] {
	display: none;
}
[type=checkbox] + label:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	height: 14px;
	width: 14px;
	background: #f9f9f9;
	border: 1px solid #999;
	vertical-align: middle;
}
[type=checkbox]:checked + label:before {
	content: "\2713";
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	text-indent: -3px;
    color: #000;
}
*/
input[type=radio] {
  vertical-align: middle;
}

input[type=radio] + label {
  margin-left: 5px;
}

:-moz-placeholder-shown {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

:placeholder-shown {
  color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #BABABA;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/* デバイス毎の改行操作 */
@media screen and (min-width: 1024px) {
  [data-tb],
  [data-sp] {
    display: none !important;
  }
  [data-pc] {
    display: inline-block !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  [data-pc],
  [data-sp] {
    display: none !important;
  }
  [data-tb] {
    display: inline-block !important;
  }
}
@media screen and (max-width: 750px) {
  [data-tb],
  [data-pc] {
    display: none !important;
  }
  [data-sp] {
    display: inline-block !important;
  }
}
/* format */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

/* responsive */
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
/* layout */
.inner {
  position: relative;
  margin: 0px auto;
}
.grid_cell {
  display: table;
}
.grid_cell .cell {
  display: table-cell;
  vertical-align: middle;
}

.grid_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.ul_table > li > dl {
  display: table;
}
ul.ul_table > li > dl > dt,
ul.ul_table > li > dl > dd {
  display: table-cell;
  vertical-align: middle;
}
ul.ul_table > li > dl > dt {
  width: 120px;
  padding-right: 4px;
}

a.std_icn1 {
  position: relative;
}
a.std_icn1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 0.4em;
  background: url(../img/common/arr.svg) 0 0 no-repeat;
  background-size: contain;
}

/* accordion */
.list_qaa [type=checkbox] + label:before {
  display: none;
}

/*-----------------------------------------------------------
	tab
-----------------------------------------------------------*/
input[name=switch] {
  display: none;
}

/* :::::: button :::::: */
.tabBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0 0 0 4px;
  padding: 0;
  text-align: center;
}

.tabBtn li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-left: -4px;
  margin-top: -20px;
  z-index: 160;
}

.tabBtn label {
  display: block;
  cursor: pointer;
  padding: 10px 0 24px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 24px;
  border: 4px solid #3198d0;
  border-bottom: none;
  border-radius: 24px 24px 0 0;
  background: #fff;
}

.tabBtn li:nth-last-child(-n+5) label {
  padding: 10px 0 12px;
}

.tabBtn label:hover {
  color: #3198d0;
}

/* :::::: contents :::::: */
.tabContents section {
  padding: 20px;
  background: white;
}

.tabContents section::after {
  content: "";
  display: block;
  clear: left;
}

/* :::::: mechanism :::::: */
.tabContents section {
  opacity: 0.1;
}

.tabContents section {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#tab01:checked ~ .tabBtn label[for=tab01],
#tab02:checked ~ .tabBtn label[for=tab02],
#tab03:checked ~ .tabBtn label[for=tab03],
#tab04:checked ~ .tabBtn label[for=tab04],
#tab05:checked ~ .tabBtn label[for=tab05],
#tab06:checked ~ .tabBtn label[for=tab06],
#tab07:checked ~ .tabBtn label[for=tab07],
#tab08:checked ~ .tabBtn label[for=tab08],
#tab09:checked ~ .tabBtn label[for=tab09],
#tab10:checked ~ .tabBtn label[for=tab10] {
  color: #fff;
  background: #3198d0;
  position: relative;
}

#tab01:checked ~ .tabContents #tabsec01,
#tab02:checked ~ .tabContents #tabsec02,
#tab03:checked ~ .tabContents #tabsec03,
#tab04:checked ~ .tabContents #tabsec04,
#tab05:checked ~ .tabContents #tabsec05,
#tab06:checked ~ .tabContents #tabsec06,
#tab07:checked ~ .tabContents #tabsec07,
#tab08:checked ~ .tabContents #tabsec08,
#tab09:checked ~ .tabContents #tabsec09,
#tab10:checked ~ .tabContents #tabsec10 {
  opacity: 1;
  background: white;
}

/* :::::: slide :::::: */
.tabContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.tabContents section {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  opacity: 0.1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 4px solid #c3d5e9;
  border-radius: 0 0 16px 16px;
}

#tab01:checked ~ .tabContents {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#tab02:checked ~ .tabContents {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

#tab03:checked ~ .tabContents {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

#tab04:checked ~ .tabContents {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

#tab05:checked ~ .tabContents {
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

#tab06:checked ~ .tabContents {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#tab07:checked ~ .tabContents {
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}

#tab08:checked ~ .tabContents {
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

#tab09:checked ~ .tabContents {
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
}

#tab10:checked ~ .tabContents {
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}

.tabContents2 {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  position: relative;
}
.tabContents2 section {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 4px solid #3198d0;
  border-radius: 0 0 16px 16px;
  display: none;
  opacity: 0.1;
}
.tabContents2 section:hover {
  opacity: 0.75;
}

#tab01:checked ~ .tabContents2 #tabsec01,
#tab02:checked ~ .tabContents2 #tabsec02,
#tab03:checked ~ .tabContents2 #tabsec03,
#tab04:checked ~ .tabContents2 #tabsec04,
#tab05:checked ~ .tabContents2 #tabsec05,
#tab06:checked ~ .tabContents2 #tabsec06,
#tab07:checked ~ .tabContents2 #tabsec07,
#tab08:checked ~ .tabContents2 #tabsec08,
#tab09:checked ~ .tabContents2 #tabsec09,
#tab10:checked ~ .tabContents2 #tabsec10 {
  display: block;
  opacity: 1;
  background: #fff;
}

/* pagetop */
.pagetop1 {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 300;
  width: 56px;
  height: 56px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .pagetop1 {
    width: 80px;
    height: 80px;
    bottom: 140px;
  }
}
.pagetop1.active {
  bottom: 60px;
}
.pagetop1 a {
  display: block;
  height: 56px;
  padding-top: 30px;
  border: 3px solid #03304C;
  background: #fff url(../img/common/top.svg) center 9px no-repeat;
  background-size: 26px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  text-align: center;
  color: #03304C;
  letter-spacing: -0.1em;
  font-size: 10px;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagetop1 a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .pagetop1 a {
    display: block;
    height: 80px;
    font-size: 14px;
    padding-top: 48px;
    background-size: 40px 28px;
  }
}

/* お客様の声*/
.ul_voice_std {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .ul_voice_std {
    width: auto;
  }
}
.ul_voice_std > li {
  width: 460px;
  position: relative;
}
@media (max-width: 767px) {
  .ul_voice_std > li {
    width: auto;
  }
}
.ul_voice_std > li:nth-child(2) {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(2) {
    margin-left: 0;
  }
}
.ul_voice_std > li:nth-child(2) .desgin_tag:before {
  background: url(../img/index/obj_tape2.svg) center center no-repeat;
}
.ul_voice_std > li:nth-child(3) {
  width: 960px;
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(3) {
    width: auto;
  }
}
.ul_voice_std > li:nth-child(3) .note_blk {
  width: 460px;
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(3) .note_blk {
    width: auto;
    margin-bottom: 32px;
  }
}
.ul_voice_std > li:nth-child(3) .etc_blk {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .ul_voice_std > li:nth-child(3) .etc_blk {
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;
  }
  .ul_voice_std > li:nth-child(3) .etc_blk iframe {
    width: 560px;
    height: 315px;
  }
}
.ul_voice_std > li:nth-child(3) .desgin_tag:before {
  background: url(../img/index/obj_tape3.svg) center center no-repeat;
}

.desgin_tag {
  background: #f9f8f8;
  padding: 56px 20px 32px;
  position: relative;
  margin: 48px 0 36px;
  -webkit-box-shadow: 4px 4px 0 rgba(200, 200, 200, 0.6);
          box-shadow: 4px 4px 0 rgba(200, 200, 200, 0.6);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*&:before{
    content: "";
  	display: inline-block;
  	vertical-align: middle;
  	width: 240px;
  	height: 80px;
  	background: url(../img/index/obj_tape1.svg) center center no-repeat;
  	background-size: contain;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }*/
  /*.tmb{
  	margin: 24px auto 0;
  	text-align: center;
  }*/
  /*.name{
    font-size: 20px;
    color: #3198d0;
    text-align: right;
    margin-bottom: 16px;
    line-height: 1;
  	@include for-sp() {
  		font-size: 24px;
  	}
  }*/
}
.desgin_tag .gr_txt {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 248, 248, 0)), color-stop(49%, rgba(249, 248, 248, 0)), color-stop(#f9f8f8), to(#f9f8f8)), -webkit-gradient(linear, left top, left bottom, from(rgba(249, 248, 248, 0)), color-stop(94.5%, rgba(249, 248, 248, 0)), to(#424242));
  background-image: linear-gradient(90deg, rgba(249, 248, 248, 0) 0%, rgba(249, 248, 248, 0) 49%, #f9f8f8, #f9f8f8), linear-gradient(180deg, rgba(249, 248, 248, 0) 0%, rgba(249, 248, 248, 0) 94.5%, #424242 100%);
  background-repeat: repeat-x, repeat-y;
  background-size: 4px 100%, 100% 2em;
  line-height: 2;
  text-align: left;
  font-size: 16px;
}
@media (max-width: 767px) {
  .desgin_tag .gr_txt {
    font-size: 2.2rem;
  }
}
.desgin_tag .gr_txt p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .desgin_tag .gr_txt p {
    font-size: 2.2rem;
  }
}

/* ニュースティッカー */
.newsticker {
  width: 100%;
  height: 56px;
  overflow: hidden;
  z-index: 100;
  position: relative;
  top: -56px;
  background-color: rgba(0, 0, 0, 0.56);
  color: #fff;
}
.newsticker .tit_chap {
  display: none;
}
.newsticker ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newsticker ul > .blknew a {
  color: #fff;
  display: block;
}
.newsticker ul[data-length="5"] {
  top: 56px;
  -webkit-animation-name: news-5;
          animation-name: news-5;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.newsticker ul[data-length="4"] {
  top: 56px;
  -webkit-animation-name: news-4;
          animation-name: news-4;
  -webkit-animation-duration: 24s;
          animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.newsticker ul[data-length="3"] {
  top: 56px;
  -webkit-animation-name: news-3;
          animation-name: news-3;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.newsticker ul[data-length="2"] {
  top: 56px;
  -webkit-animation-name: news-2;
          animation-name: news-2;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.newsticker ul:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes news-5 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  35% {
    top: -56px;
  }
  40% {
    top: -112px;
  }
  55% {
    top: -112px;
  }
  60% {
    top: -168px;
  }
  75% {
    top: -168px;
  }
  80% {
    top: -224px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -280px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}

@keyframes news-5 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  35% {
    top: -56px;
  }
  40% {
    top: -112px;
  }
  55% {
    top: -112px;
  }
  60% {
    top: -168px;
  }
  75% {
    top: -168px;
  }
  80% {
    top: -224px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -280px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@-webkit-keyframes news-4 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  40% {
    top: -56px;
  }
  45% {
    top: -112px;
  }
  65% {
    top: -112px;
  }
  70% {
    top: -168px;
  }
  90% {
    top: -168px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -224px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@keyframes news-4 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  15% {
    top: 0;
  }
  20% {
    top: -56px;
  }
  40% {
    top: -56px;
  }
  45% {
    top: -112px;
  }
  65% {
    top: -112px;
  }
  70% {
    top: -168px;
  }
  90% {
    top: -168px;
  }
  95% {
    top: -224px;
  }
  99% {
    top: -224px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@-webkit-keyframes news-3 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -56px;
  }
  60% {
    top: -56px;
  }
  65% {
    top: -112px;
  }
  90% {
    top: -112px;
  }
  95% {
    top: -168px;
  }
  99% {
    top: -168px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@keyframes news-3 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  30% {
    top: 0;
  }
  35% {
    top: -56px;
  }
  60% {
    top: -56px;
  }
  65% {
    top: -112px;
  }
  90% {
    top: -112px;
  }
  95% {
    top: -168px;
  }
  99% {
    top: -168px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@-webkit-keyframes news-2 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -56px;
  }
  90% {
    top: -56px;
  }
  95% {
    top: -112px;
  }
  99% {
    top: -112px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
@keyframes news-2 {
  0% {
    top: 56px;
    visibility: visible;
  }
  5% {
    top: 0;
  }
  55% {
    top: 0;
  }
  60% {
    top: -56px;
  }
  90% {
    top: -56px;
  }
  95% {
    top: -112px;
  }
  99% {
    top: -112px;
    visibility: hidden;
  }
  100% {
    top: 56px;
    visibility: hidden;
  }
}
/*-----------------------------------------------------------
	snippet
-----------------------------------------------------------*/
.olwrap .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.olwrap .lo:nth-child(odd) .tmb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 32px;
}
.olwrap .lo:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.olwrap .lo:nth-child(even) .tmb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 32px;
}
.olwrap .lo:nth-child(even) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
    基本レイアウト
-----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

@media (max-width: 767px) {
  body {
    margin: 0 auto;
  }
}

.wrap,
.in {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .wrap,
  .in {
    max-width: 1080px;
  }
}
@media (max-width: 1279px) {
  .wrap,
  .in {
    width: 94%;
  }
}
@media (max-width: 767px) {
  .wrap,
  .in {
    width: auto;
    margin: 0px 4vw;
  }
}

.linkbox {
  cursor: pointer;
}

@media (min-width: 1280px) {
  .tellink {
    pointer-events: none;
  }
}
@media (min-width: 1280px) {
  .tb {
    display: none;
  }
}
@media (max-width: 1279px) {
  .tb {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .pc {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #wrap {
    width: 640px;
    margin: 0px auto;
    overflow: hidden;
  }
}

.banner {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .banner {
    display: none;
  }
}
.banner video {
  width: 300px;
}

/*----------------------- header --------------------------*/
/* overlay-styles.css */
.hamburger-overlay {
  position: absolute;
  top: 0px;
  right: 8px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .hamburger-overlay {
    display: none;
  }
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}

.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}

.hamburger-overlay__line:nth-of-type(3) {
  top: 32px;
}

.hamburger-overlay__line:nth-of-type(4) {
  top: 41px;
}

.hamburger-overlay__line:nth-of-type(5) {
  top: 50px;
}

.hamburger-overlay__line:nth-of-type(6) {
  top: 59px;
}

.hamburger-overlay__line:nth-of-type(7) {
  top: 68px;
}

.hamburger-overlay__line:nth-of-type(8) {
  top: 77px;
}

.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.nav-overlay.active .nav-overlay__item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.nav-overlay.active .nav-overlay__item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.nav-overlay.active .nav-overlay__item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.nav-overlay.active .nav-overlay__item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-overlay__link:hover {
  color: #4a90e2;
}

header.ghd {
  width: 100%;
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
@media (min-width: 1280px) {
  header.ghd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  header.ghd {
    height: 48px;
  }
}
header.ghd .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
}
@media (min-width: 1280px) {
  header.ghd .in {
    width: 96%;
    max-width: 1400px;
    height: 136px;
  }
}
@media (max-width: 1279px) {
  header.ghd .in {
    width: 96%;
  }
}
header.ghd .sitename {
  width: 72%;
}
@media (min-width: 1280px) {
  header.ghd .sitename {
    width: 64%;
    max-width: 48%;
  }
}
@media (max-width: 1279px) {
  header.ghd .sitename {
    width: 64%;
  }
}
header.ghd .sitename .logo {
  line-height: 1;
}
header.ghd .sitename .logo img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header.ghd .navi_area {
  position: absolute;
  right: 0;
  top: 0;
}
header.ghd .navi_area .gr_info {
  color: #03304C;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media (min-width: 1280px) {
  header.ghd .navi_area .gr_info {
    width: 100%;
    max-width: 280px;
  }
}
@media (max-width: 1279px) {
  header.ghd .navi_area .gr_info {
    width: 200px;
  }
}
header.ghd .navi_area .gr_info > .tit {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  padding: 0.4em 0 0.1em;
}
@media (min-width: 1280px) {
  header.ghd .navi_area .gr_info > .tit {
    font-size: 2.2rem;
  }
}
header.ghd .navi_area .gr_info > .tit .txt_open {
  font-size: 1.6rem;
  margin-left: 0.56em;
}
header.ghd .navi_area .gr_info .txt_tel {
  text-align: center;
  font-size: 2.2rem;
  padding: 0.32em 0;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
header.ghd .navi_area .gr_info .btn_contact a.btn1 {
  display: block;
  background-color: #03304C;
  color: #fff;
  text-align: center;
  padding: 0.64em 0.4em;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
header.ghd .navi_area .gr_info .btn_contact a.btn1:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 38px;
  height: 22px;
  background: url(../img/common/icn_contact.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.56em;
}
header.ghd #gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
@media (min-width: 1280px) {
  header.ghd #gnavi {
    height: 136px;
  }
}
@media (max-width: 1279px) {
  header.ghd #gnavi {
    display: none;
  }
}
@media (max-width: 767px) {
  header.ghd #gnavi {
    display: none;
  }
}
header.ghd #gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8em;
}
header.ghd #gnavi > ul > li {
  font-weight: 600;
  line-height: 1;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  overflow: hidden;
  padding-bottom: 1.2em;
}
@media (min-width: 1280px) {
  header.ghd #gnavi > ul > li {
    height: 156px;
    white-space: nowrap;
    font-size: 2.8rem;
  }
}
header.ghd #gnavi > ul > li > a {
  color: #03304C;
  display: block;
  padding: 0.56em 0.5em 18px;
  padding: 0.4em 0.6em 0;
  position: relative;
  z-index: 10;
}
header.ghd #gnavi > ul > li > a span {
  z-index: 100;
  position: relative;
  bottom: -10px;
}
header.ghd #gnavi > ul > li > a:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
  background-color: #fff;
}
header.ghd #gnavi > ul > li > a:after {
  background-color: #fff;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg) skew(-5deg, -5deg);
          transform: translateX(-50%) rotate(45deg) skew(-5deg, -5deg);
  left: 50%;
  bottom: -20px;
  z-index: -1;
  -webkit-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
}

/*----------------------- footer --------------------------*/
#gft {
  background: #03304C;
  color: #fff;
}
#gft .first .in .corpinfo {
  text-align: center;
  line-height: 1.2;
  padding: 5.6vw 0;
}
@media (min-width: 1280px) {
  #gft .first .in .corpinfo {
    padding: 4% 0;
    line-height: 1.4;
  }
}
#gft .first .in .corpinfo .corpname {
  font-size: 5.6vw;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-bottom: 2.4vw;
}
@media (min-width: 1280px) {
  #gft .first .in .corpinfo .corpname {
    font-size: 4rem;
    margin-bottom: 1.6%;
  }
}
#gft .first .in .corpinfo .corpname a {
  color: #fff;
}
#gft .first .in .corpinfo .add {
  font-size: 3.6vw;
  margin-bottom: 2.4vw;
}
@media (min-width: 1280px) {
  #gft .first .in .corpinfo .add {
    font-size: 2.4rem;
    margin-bottom: 0.8%;
  }
}
#gft .first .in .corpinfo .ul_data {
  font-size: 3.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1280px) {
  #gft .first .in .corpinfo .ul_data {
    font-size: 2.4rem;
  }
}
#gft .first .in .corpinfo .ul_data > li {
  margin: 0 0.48em;
}
#gft .first .in .unav {
  font-size: 4.4vw;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-bottom: 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  #gft .first .in .unav {
    width: 30em;
    margin: 0 auto;
    font-size: 2rem;
    margin-bottom: 3.2%;
  }
}
#gft .first .in .unav > li {
  margin: 0.24em 0.48em;
}
#gft .first .in .unav > li a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #gft .first .in .unav > li a {
    text-decoration: underline;
  }
}
#gft .first .in .unav > li a:hover {
  text-decoration: underline;
}
#gft .second .copyright {
  text-align: center;
  font-size: 3.2vw;
  line-height: 1;
  padding: 0.8em 0;
}
@media (min-width: 1280px) {
  #gft .second .copyright {
    font-size: 1.6rem;
    padding: 0.64em 0;
  }
}

/*----------------------- content --------------------------*/
#contents {
  width: 100%;
  margin: 0;
  position: relative;
}

main {
  overflow: hidden;
}

#contents .wp-pagenavi {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  padding: 0.4em 0 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  #contents .wp-pagenavi {
    font-size: 1.6rem;
  }
}
#contents .wp-pagenavi span, #contents .wp-pagenavi a {
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  padding-top: 1px;
  background: #fff;
  margin: 0px 0.16em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (min-width: 1280px) {
  #contents .wp-pagenavi span, #contents .wp-pagenavi a {
    margin: 0px 0.24em;
    width: 56px;
    height: 56px;
  }
}
#contents .wp-pagenavi a:hover,
#contents .wp-pagenavi .current {
  background: #9BB6CF;
}
#contents .pagenavi {
  clear: both;
  padding: 20px 0px 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#contents .pagenavi a {
  display: inline-block;
  margin: 0px 8px;
  line-height: 46px;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
#contents .pagenavi a[rel=next] {
  width: 46px;
  height: 46px;
  background: url(../img/news/pal.svg) right center no-repeat;
}
#contents .pagenavi a[rel=prev] {
  width: 46px;
  height: 46px;
  background: url(../img/news/par.svg) left center no-repeat;
}
#contents .bnr_conv {
  margin: 34px auto;
  text-align: center;
}
@media (max-width: 767px) {
  #contents .bnr_conv {
    margin: 34px 30px;
  }
}
#contents .bnr_conv .inner {
  text-align: left;
}
#contents .bnr_conv .title {
  margin-top: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}
/*----------------------- common base --------------------------*/
/* ボタン ベース 矢印 */
a.btn_std00,
a.btn_std01 {
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 0.8em 1.6em 0.74em;
  font-size: 2rem;
  line-height: 1;
  vertical-align: bottom;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  a.btn_std00,
  a.btn_std01 {
    font-size: 2.2rem;
  }
}
a.btn_std00:hover,
a.btn_std01:hover {
  background-position: 98% center;
}

/*押すタイプ*/
a.btn_std01 {
  -webkit-box-shadow: 0px 3px 0px rgb(206, 137, 0);
          box-shadow: 0px 3px 0px rgb(206, 137, 0);
}
a.btn_std01:active {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0 0 0 rgb(206, 137, 0);
          box-shadow: 0 0 0 rgb(206, 137, 0);
}

/* 挿入する場合の設定例 */
a.btn_std00 {
  color: #fff;
  background: #03304C;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.68);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.68);
}

/* 見出し ベース */
.h_icn1 {
  position: relative;
  font-size: 3.2rem;
  text-align: center;
  padding: 40px 0;
  line-height: 1;
  border-bottom: 1px solid #03304C;
  margin-bottom: 40px;
  /*&:before{
  	content: "";
  	display: block;
  	width: 32px;
  	height: 32px;
  	background: url(../img/common/h_icn1.svg) center center no-repeat;
  	background-size: contain;
  	margin: 0 auto 40px;
  	@include for-sp() {
  		margin-bottom: 24px;
  	}
  }*/
}
@media (max-width: 767px) {
  .h_icn1 {
    padding: 24px 0;
    margin-bottom: 24px;
  }
}
.h_icn1 .sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 16px;
}
.h_icn1 .att {
  font-size: 1.8rem;
  margin: 16px auto 0;
}

/* 文章構造 ベース */
.txt_line_std p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .txt_line_std p {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.txt_line_std p:last-child {
  margin-bottom: 0;
}

/* コンテンツ ベース */
.ssec {
  position: relative;
}
/*----------------------- snippet section --------------------------*/
/* 記事一覧 */
.ul_topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ul_topic > li {
  width: 300px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .ul_topic > li {
    width: 48%;
  }
}
.ul_topic > li:nth-last-child(2) {
  margin: 0 auto 0 30px;
}
@media (max-width: 767px) {
  .ul_topic > li:nth-last-child(2) {
    margin: 0;
  }
}
.ul_topic > li a {
  display: block;
  position: relative;
  padding-bottom: 8px;
  border-bottom: solid 4px #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_topic > li a:hover {
  border-bottom: solid 4px #03304C;
}
.ul_topic > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
@media (max-width: 767px) {
  .ul_topic > li a:before {
    width: 20px;
    height: 21px;
  }
}
.ul_topic > li a .tmb {
  min-height: 160px;
  border: 1px solid #03304C;
  border-radius: 16px;
  position: relative;
  margin-bottom: 8px;
}
.ul_topic > li a .tmb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ul_topic > li a .txt {
  min-height: 12em;
}
@media (max-width: 767px) {
  .ul_topic > li a .txt {
    min-height: 8em;
  }
}
.ul_topic > li a .txt > .tit {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 6px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .ul_topic > li a .txt > .tit {
    font-size: 1.8rem;
  }
}
.ul_topic > li a .txt .txt_line p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ul_topic > li a .txt .txt_line p {
    font-size: 1.8rem;
  }
}
.ul_topic > li a .date {
  padding: 8px 0;
}
.ul_topic > li a .date .cat {
  font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .ul_topic > li a .date .cat {
    font-size: 1.4rem;
  }
}
.ul_topic > li a .date .update {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #666;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ul_topic > li a .date .update {
    font-size: 1.6rem;
  }
}

/*----------------------- share section --------------------------*/
/*バナーバー INFO */
.bnrbar {
  border-radius: 16px;
  height: 240px;
  background: url(../img/common/bnr_bg_info.jpg) center center no-repeat;
}
@media (max-width: 767px) {
  .bnrbar {
    background-size: auto;
  }
}
.bnrbar .blk_l {
  width: 50%;
  height: 100%;
  background: rgba(237, 0, 102, 0.56);
  border-radius: 16px 0 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 24px 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .bnrbar .blk_l {
    width: 100%;
    border-radius: 16px;
  }
}
.bnrbar .blk_l > .tit {
  font-size: 3.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .bnrbar .blk_l > .tit {
    text-align: center;
  }
}
.bnrbar .blk_l .blk_form a.btn {
  display: block;
  border-radius: 8px;
  background: #fff;
  color: #03304C;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  padding: 0.56em 0;
  margin: 8px auto;
}
@media (max-width: 767px) {
  .bnrbar .blk_l .blk_tel {
    margin-top: 16px;
  }
}
.bnrbar .blk_l .blk_tel a {
  color: #fff;
}
.bnrbar .blk_l .blk_tel .dl_tel {
  text-align: center;
}
.bnrbar .blk_l .blk_tel .dl_tel dt {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.bnrbar .blk_l .blk_tel .dl_tel dd {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: arial;
}

/*404*/
#notfound #contents {
  min-height: 100vh;
}

.main_notfound {
  min-height: 600px;
}
.main_notfound .inner {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .main_notfound .inner {
    padding: 40px 0;
  }
}
.main_notfound .inner p {
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .main_notfound .inner p {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
   share
-----------------------------------------------------------*/
/* 色変更のみ */
a.btn_std2 {
  color: #fff;
  background-color: #03304C;
}
a.btn_std2:hover {
  opacity: 1;
  background-color: #ffcc33;
}

/* 色変更のみ */
a.btn_std1 {
  color: #fff;
  background-color: #03304C;
  border-radius: 50px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  a.btn_std1 {
    font-size: 2.2rem;
  }
}
a.btn_std1:hover {
  opacity: 1;
  background-color: #ffcc33;
}

/*-----------------------------------------------------------
   index
-----------------------------------------------------------*/
body#index .hd_sec02 {
  position: relative;
  padding: 2.4vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  body#index .hd_sec02 {
    padding: 4% 0;
  }
}
@media (max-width: 1279px) {
  body#index .hd_sec02 {
    padding: 4% 0;
  }
}
@media (max-width: 767px) {
  body#index .hd_sec02 {
    padding: 4vw 0;
    text-align: center;
  }
}
body#index .hd_sec02 .tit {
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
}
@media (min-width: 1280px) {
  body#index .hd_sec02 .tit {
    font-size: 1.6rem;
  }
}
@media (max-width: 1279px) {
  body#index .hd_sec02 .tit {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  body#index .hd_sec02 .tit {
    font-size: 3.2vw;
    letter-spacing: 0.04em;
  }
}
body#index .hd_sec02 .tit:before {
  content: attr(data-title);
  font-family: "Oswald", cursive;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 600;
  margin-bottom: 0.64vw;
}
@media (min-width: 1280px) {
  body#index .hd_sec02 .tit:before {
    font-size: 6rem;
    margin-bottom: 0.16em;
  }
}
@media (max-width: 1279px) {
  body#index .hd_sec02 .tit:before {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  body#index .hd_sec02 .tit:before {
    font-size: 6.4vw;
    margin-bottom: 1.6vw;
  }
}

a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64%;
  height: 12vw;
  font-size: 4.8vw;
  margin: 0 auto;
  padding-right: 3.6em;
  border-radius: 10vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
}
@media (max-width: 1279px) {
  a.btn {
    font-size: 4.4vw;
    width: 72%;
    height: 12vw;
  }
}
@media (min-width: 1280px) {
  a.btn {
    width: 372px;
    height: 70px;
    font-size: 2.6rem;
  }
}
a.btn:after {
  width: 8vw;
  height: 8vw;
  content: "";
  background-image: url(../img/feature/arr_btn1.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.56em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  a.btn:after {
    right: 0.8em;
    width: 44px;
    height: 44px;
  }
}

@media (min-width: 1280px) {
  main.main_home .in {
    max-width: 1400px;
    position: relative;
  }
}
main.main_home .key {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1280px) {
  main.main_home .key {
    height: 720px;
  }
}
@media (max-width: 767px) {
  main.main_home .key {
    width: 100%;
    height: 56vw;
  }
}
main.main_home .key video {
  margin: 0 auto;
}
main.main_home .heading1 {
  text-align: center;
}
main.main_home .heading1 .tit {
  display: inline-block;
  color: #03304C;
  border-bottom: 2px solid #03304C;
  padding: 0.24em 0.24em;
  line-height: 1;
  font-weight: 600;
  font-size: 6.4vw;
}
@media (min-width: 1280px) {
  main.main_home .heading1 .tit {
    font-size: 4.8rem;
  }
}
main.main_home .heading1 .tit:before {
  content: attr(data-title);
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 600;
  margin-bottom: 0.64vw;
  line-height: 1;
}
@media (min-width: 1280px) {
  main.main_home .heading1 .tit:before {
    font-size: 3.6rem;
    margin-bottom: 0.16em;
  }
}
@media (max-width: 1279px) {
  main.main_home .heading1 .tit:before {
    font-size: 4.8rem;
  }
}
@media (max-width: 767px) {
  main.main_home .heading1 .tit:before {
    font-size: 6.4vw;
    margin-bottom: 1.6vw;
  }
}
main.main_home a.btn_std {
  color: #fff;
  background-color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64%;
  height: 12vw;
  margin: 0 auto;
  padding-right: 2.4em;
  border-radius: 2vw 0 2vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 4.4vw;
}
@media (min-width: 1280px) {
  main.main_home a.btn_std {
    font-size: 1.8rem;
    width: 200px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  main.main_home a.btn_std {
    margin: 8% auto 0;
    font-size: 4vw;
    width: 56%;
    height: 12vw;
  }
}
main.main_home a.btn_std:after {
  width: 18px;
  height: 16px;
  content: "";
  background-image: url(../img/common/icn_arr1.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  right: 0.48em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  main.main_home a.btn_std:after {
    right: 1.2em;
    width: 18px;
    height: 16px;
  }
}
main.main_home a.btn_std:hover {
  background-color: #03304C;
  color: #fff;
}
main.main_home .sec_news {
  position: relative;
  padding: 6.4% 0;
}
@media (min-width: 1280px) {
  main.main_home .sec_news {
    padding: 4% 0;
  }
}
main.main_home .sec_news .ul_news {
  margin: 8% 4vw;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_home .sec_news .ul_news {
    width: 80%;
    max-width: 1080px;
    margin: 4% auto 0;
    font-size: 1.6rem;
  }
}
main.main_home .sec_news .ul_news > li {
  margin: 0.4em 0;
}
main.main_home .sec_news .ul_news > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #03304C;
}
main.main_home .sec_news .ul_news > li dl dt {
  width: 8em;
}
@media (min-width: 1280px) {
  main.main_home .sec_news .ul_news > li dl dt {
    width: 10em;
  }
}
main.main_home .sec_news .ul_news > li dl dd a {
  color: #03304C;
}
@media (min-width: 1280px) {
  main.main_home .sec_news .index_btn {
    position: absolute;
    right: 4%;
    bottom: 8%;
  }
}
@media (max-width: 767px) {
  main.main_home #index_about .in {
    margin: 0 auto;
  }
}
@media (min-width: 1280px) {
  main.main_home #index_about .ssec_about {
    max-width: 1920px;
    height: 690px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  main.main_home #index_about .ssec_about .img {
    width: 68%;
    height: 100%;
  }
}
main.main_home #index_about .ssec_about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.main_home #index_about .ssec_about .txt {
  padding: 4%;
  position: relative;
}
@media (min-width: 1280px) {
  main.main_home #index_about .ssec_about .txt {
    width: 32%;
    height: 92%;
  }
}
@media (min-width: 1280px) {
  main.main_home #index_about .ssec_about .txt .btn_conv {
    position: absolute;
    right: 4%;
    bottom: 0;
  }
}
main.main_home #index_about .ssec_biz {
  height: 50vw;
  background-image: url(../img/index/pic2.jpg);
  background-position: center;
  background-size: cover;
  padding: 4%;
  position: relative;
}
@media (min-width: 1280px) {
  main.main_home #index_about .ssec_biz {
    max-width: 1920px;
    height: 690px;
  }
}
@media (min-width: 1280px) {
  main.main_home #index_about .ssec_biz .btn_conv {
    position: absolute;
    right: 4%;
    bottom: 0;
  }
}
@media (min-width: 1280px) {
  main.main_home #index_about .wrap_lo1 {
    max-width: 1920px;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.main_home #index_about .wrap_lo1 .ssec_srv {
  height: 50vw;
  background-image: url(../img/index/pic3.jpg);
  background-position: center;
  background-size: cover;
  padding: 4%;
  position: relative;
}
@media (min-width: 1280px) {
  main.main_home #index_about .wrap_lo1 .ssec_srv {
    width: 50%;
    height: 500px;
  }
}
@media (min-width: 1280px) {
  main.main_home #index_about .wrap_lo1 .ssec_srv .btn_conv {
    position: absolute;
    right: 4%;
    bottom: 0;
  }
}
main.main_home #index_about .wrap_lo1 .ssec_faci {
  height: 50vw;
  background-image: url(../img/index/pic4.jpg);
  background-position: center;
  background-size: cover;
  padding: 4%;
  position: relative;
}
@media (min-width: 1280px) {
  main.main_home #index_about .wrap_lo1 .ssec_faci {
    width: 50%;
    height: 500px;
  }
}
@media (min-width: 1280px) {
  main.main_home #index_about .wrap_lo1 .ssec_faci .btn_conv {
    position: absolute;
    right: 4%;
    bottom: 0;
  }
}

@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
.pagetitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/common/key_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #F7F7F7;
  color: #fff;
}
@media (min-width: 1280px) {
  .pagetitle {
    background-image: url(../img/common/key_bg.png);
    height: 360px;
  }
}
@media (max-width: 767px) {
  .pagetitle {
    height: 48vw;
  }
}
.pagetitle .heading h1.tit {
  line-height: 1;
  text-align: center;
  padding: 4% 0;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .pagetitle .heading h1.tit {
    font-size: 5rem;
  }
}
.pagetitle .heading h1.tit:before {
  content: attr(data-title);
  font-family: "Oswald", cursive;
  font-weight: 600;
  font-size: 12vw;
  display: block;
  margin-bottom: 1.6rem;
  z-index: -1;
}
@media (min-width: 1280px) {
  .pagetitle .heading h1.tit:before {
    margin-bottom: 1.6rem;
    font-size: 10rem;
  }
}
.pagetitle .pan {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8em 0;
}
.pagetitle .pan a {
  color: #03304C;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagetitle .pan a:hover {
  opacity: 0.56;
}

.btn_conv {
  text-align: center;
}
@media (min-width: 1280px) {
  .btn_conv {
    margin: 5.6% auto;
  }
}
.btn_conv a.btn_std {
  color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64%;
  height: 12vw;
  margin: 0 auto;
  padding-right: 3.6em;
  border-radius: 10vw;
  border: 1px solid #03304C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 4.8vw;
}
@media (max-width: 1279px) {
  .btn_conv a.btn_std {
    font-size: 4.4vw;
    width: 72%;
    height: 12vw;
  }
}
@media (min-width: 1280px) {
  .btn_conv a.btn_std {
    font-size: 2.6rem;
    width: 372px;
    height: 70px;
  }
}
.btn_conv a.btn_std:after {
  width: 10vw;
  height: 10vw;
  content: "";
  background-image: url(../img/common/arr_btn.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  right: 0.48em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .btn_conv a.btn_std:after {
    right: 0.8em;
    width: 44px;
    height: 44px;
  }
}
.btn_conv a.btn_std:hover {
  background-color: #03304C;
  color: #fff;
}

.btn_conv1 {
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 1280px) {
  .btn_conv1 {
    margin: 5.6% auto;
  }
}
.btn_conv1 .cap {
  padding: 0.32em 0;
  font-size: 4.4vw;
}
@media (max-width: 1279px) {
  .btn_conv1 .cap {
    font-size: 4.4vw;
  }
}
@media (min-width: 1280px) {
  .btn_conv1 .cap {
    font-size: 2rem;
  }
}
.btn_conv1 .cap:before {
  content: "＼";
}
.btn_conv1 .cap:after {
  content: "／";
}
.btn_conv1 a.btn_std {
  color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64%;
  height: 12vw;
  margin: 0 auto;
  font-size: 4.4vw;
  padding-right: 3.6em;
  border-radius: 10vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#fad822), to(#fdf150));
  background: linear-gradient(#fad822 0%, #fdf150 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
}
@media (max-width: 1279px) {
  .btn_conv1 a.btn_std {
    font-size: 4.4vw;
    width: 72%;
    height: 12vw;
  }
}
@media (min-width: 1280px) {
  .btn_conv1 a.btn_std {
    width: 372px;
    height: 70px;
    font-size: 2.6rem;
  }
}
.btn_conv1 a.btn_std:after {
  width: 8vw;
  height: 8vw;
  content: "";
  background-image: url(../img/feature/arr_btn1.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .btn_conv1 a.btn_std:after {
    width: 44px;
    height: 44px;
  }
}

.conv_area .gr_blk {
  margin: 0 auto;
  padding: 0 0;
}
@media (min-width: 1280px) {
  .conv_area .gr_blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1040px;
    padding: 4% 0;
  }
}
.conv_area .gr_blk .banner1 {
  width: 100%;
}
@media (min-width: 1280px) {
  .conv_area .gr_blk .banner1 {
    width: 50%;
  }
}
.conv_area .gr_blk .banner1 > a {
  width: 100%;
  height: 34vw;
  display: block;
  background-color: #ddd;
  position: relative;
  padding: 4%;
}
@media (min-width: 1280px) {
  .conv_area .gr_blk .banner1 > a {
    height: 217px;
    padding: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.conv_area .gr_blk .banner1 > a:after {
  content: "";
  width: 24px;
  height: 48px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 4.8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .conv_area .gr_blk .banner1 > a:after {
    width: 32px;
    height: 58px;
  }
}
.conv_area .gr_blk .banner1 .gr .tit {
  padding: 1.2em 0 0.8em;
  line-height: 1;
  font-size: 4.8vw;
}
@media (min-width: 1280px) {
  .conv_area .gr_blk .banner1 .gr .tit {
    padding: 0.8em 0;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .conv_area .gr_blk .banner1 .gr .tit {
    font-weight: 600;
  }
}
.conv_area .gr_blk .banner1 .gr .cap {
  height: 4em;
  line-height: 1.4;
  font-size: 3.2vw;
}
@media (min-width: 1280px) {
  .conv_area .gr_blk .banner1 .gr .cap {
    font-size: 1.5rem;
  }
}
.conv_area .gr_blk .bnr_mate > a {
  background: -webkit-gradient(linear, left top, right top, from(#fad822), to(#fdf150));
  background: linear-gradient(90deg, #fad822 0%, #fdf150 100%);
  color: #03304C;
}
.conv_area .gr_blk .bnr_mate > a:after {
  background-image: url(../img/common/arr_btn2.svg);
}
.conv_area .gr_blk .bnr_apo > a {
  background: -webkit-gradient(linear, left top, right top, from(#52b3f6), to(#1c43a8));
  background: linear-gradient(90deg, #52b3f6 0%, #1c43a8 100%);
  color: #fff;
}
.conv_area .gr_blk .bnr_apo > a:after {
  background-image: url(../img/common/arr_btn2-w.svg);
}
.conv_area .gr_blk .bnr_apo > a .tit {
  position: relative;
  z-index: 1;
}
.conv_area .gr_blk .bnr_apo > a .tit:before {
  color: #448BEF;
  content: attr(data-title);
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12vw;
  display: block;
  position: absolute;
  left: -12px;
  top: -12px;
  z-index: -1;
}
@media (min-width: 1280px) {
  .conv_area .gr_blk .bnr_apo > a .tit:before {
    font-size: 3.2vw;
    left: -16px;
    top: -24px;
    font-size: 6rem;
  }
}
/*-----------------------------------------------------------
   about
-----------------------------------------------------------*/
@media (max-width: 767px) {
  .tit_about:after {
    background-image: url(../img_sp/about/key_img1.jpg);
  }
}

.heading_cont {
  margin-bottom: 9.8%;
}
@media (min-width: 1280px) {
  .heading_cont {
    margin-bottom: 5.6%;
  }
}
.heading_cont .tit {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  padding: 5.6% 0;
  position: relative;
}
@media (min-width: 1280px) {
  .heading_cont .tit {
    font-size: 2.4rem;
    padding: 4% 0;
  }
}
@media (max-width: 767px) {
  .heading_cont .tit {
    font-size: 3.6vw;
    letter-spacing: 0.04em;
  }
}
.heading_cont .tit:before {
  content: attr(data-title);
  font-family: "Oswald", cursive;
  font-size: 4rem;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 600;
  margin-bottom: 0.32em;
}
@media (min-width: 1280px) {
  .heading_cont .tit:before {
    font-size: 6.4rem;
    margin-bottom: 0.24em;
  }
}
@media (max-width: 767px) {
  .heading_cont .tit:before {
    font-size: 7.4vw;
  }
}
.heading_cont .tit:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 80px;
  height: 4px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1280px) {
  .heading_cont .tit:after {
    width: 140px;
    height: 8px;
  }
}
main.main_about .wrap_about {
  background-color: #0A5F95;
  color: #fff;
}
main.main_about .wrap_about .sec {
  padding: 4vw 0;
}
@media (min-width: 1280px) {
  main.main_about .wrap_about .sec {
    padding: 6.4vw 0 3.2vw;
    font-size: 2.4rem;
  }
  main.main_about .wrap_about .sec:last-child {
    padding-bottom: 6.4vw;
  }
}
main.main_about .wrap_about .sec .txt_line p {
  margin-bottom: 0.4em;
  line-height: 1.64;
}
main.main_about .wrap_about .sec .txt_line p strong {
  font-size: 150%;
}
main.main_about .wrap_about .sec .txt_line p:last-child {
  margin-bottom: 0;
}
main.main_about .wrap_about .sec .in {
  max-width: 800px;
}
main.main_about #about_greeting .txt_name {
  text-align: right;
  margin-top: 0.8em;
}
main.main_about #about_greeting .txt_name strong {
  margin-left: 0.4em;
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
main.main_about #about_history ul.ul_history > li {
  border-bottom: 1px dashed #fff;
  padding: 16px 0;
}
main.main_about #about_history ul.ul_history > li:first-child {
  border-top: 1px dashed #fff;
}
main.main_about #about_history ul.ul_history > li > dl {
  display: table;
}
main.main_about #about_history ul.ul_history > li > dl dt, main.main_about #about_history ul.ul_history > li > dl dd {
  display: table-cell;
  padding: 8px 16px;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_about #about_history ul.ul_history > li > dl dt, main.main_about #about_history ul.ul_history > li > dl dd {
    font-size: 2.4rem;
  }
}
main.main_about #about_history ul.ul_history dt {
  width: 7em;
}
main.main_about #about_history ul.ul_history dd {
  border-left: 4px solid #fff;
}
main.main_about #about_outline .ul_outline > li {
  padding: 0.56em 0;
  border-bottom: 1px solid #fff;
}
@media (min-width: 1280px) {
  main.main_about #about_outline .ul_outline > li {
    padding: 0.8em 0;
  }
}
main.main_about #about_outline .ul_outline > li:first-child {
  border-top: 1px solid #fff;
}
main.main_about #about_outline .ul_outline > li > dl {
  display: table;
}
main.main_about #about_outline .ul_outline > li > dl > dt, main.main_about #about_outline .ul_outline > li > dl > dd {
  display: table-cell;
  vertical-align: top;
}
main.main_about #about_outline .ul_outline > li > dl > dt {
  width: 8em;
  padding: 0 0.4em;
}
@media (min-width: 1280px) {
  main.main_about #about_outline .ul_outline > li > dl > dt {
    width: 160px;
    padding: 0 0.8em;
  }
}
main.main_about #about_outline .ul_outline > li > dl > dd {
  padding: 0 0.8em;
}
main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai > dt {
  width: 4em;
}
@media (min-width: 1280px) {
  main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai > dt {
    width: 6em;
  }
}
main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai > dd {
  width: calc(100% - 4em);
}
@media (min-width: 1280px) {
  main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai > dd {
    width: calc(100% - 6em);
  }
}
main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai dd > ul > li > dl {
  display: table;
}
main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai dd > ul > li > dl > dt, main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai dd > ul > li > dl > dd {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai dd > ul > li > dl > dt {
  width: 5em;
}
@media (min-width: 1280px) {
  main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai dd > ul > li > dl > dt {
    padding: 0 0.8em;
    width: 160px;
  }
}
main.main_about #about_outline .ul_outline > li > dl > dd .dl_meisai dd > ul > li > dl > dd {
  width: 3em;
}
main.main_about #about_access .googlemap {
  margin: 0 auto;
}
@media (max-width: 767px) {
  main.main_about #about_access .googlemap iframe {
    width: 100%;
    height: 32vw;
  }
}
@media (min-width: 1280px) {
  main.main_about #about_access .gr_navi .gr_acs {
    margin-bottom: 6.4%;
  }
}
main.main_about #about_access .gr_navi .gr_acs > .tit {
  font-weight: 600;
  line-height: 1;
  padding: 0.4em 0;
}
@media (min-width: 1280px) {
  main.main_about #about_access .gr_navi .gr_acs > .tit {
    font-size: 3.2rem;
  }
}
main.main_about #about_access .gr_navi .gr_acs > .tit:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-top: 0.64em;
}
main.main_about #about_access .gr_navi .gr_acs .txt_line p {
  margin-bottom: 0em;
}
main.main_about #about_access .gr_navi .gr_rail .box_buss {
  border: 1px solid #fff;
  margin: 2.4% auto;
  padding: 2.4%;
}
@media (min-width: 1280px) {
  main.main_about #about_access .gr_navi .gr_rail .box_buss {
    padding: 2.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.main_about #about_access .gr_navi .gr_rail .box_buss > .tit {
  width: 8em;
}
@media (min-width: 1280px) {
  main.main_about #about_access .gr_navi .gr_rail .box_buss > .tit {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  main.main_about #about_access .gr_navi .gr_rail .box_buss .ul_root {
    font-size: 2rem;
  }
}

/*-----------------------------------------------------------
   biz
-----------------------------------------------------------*/
.tit_std1 {
  background-color: #0A5F95;
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 0.64em 0.8em;
  border: 2px solid #03304C;
  overflow: hidden;
  z-index: 100;
}
@media (min-width: 1280px) {
  .tit_std1 {
    font-size: 3.2rem;
  }
}
.tit_std1:before {
  position: absolute;
  top: -60%;
  right: -10%;
  width: 100px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  background: #03304C;
  z-index: 10;
}
@media (min-width: 1280px) {
  .tit_std1:before {
    top: -60%;
    right: -10%;
    width: 300px;
    height: 300%;
  }
}

main.main_biz .sec_biz01 {
  padding: 8vw 0;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz01 {
    padding: 6.4vw 0 3.2vw;
    font-size: 2.4rem;
  }
  main.main_biz .sec_biz01:last-child {
    padding-bottom: 6.4vw;
  }
}
main.main_biz .sec_biz01 .txt_line p {
  margin-bottom: 0.4em;
  line-height: 1.64;
}
main.main_biz .sec_biz01 .txt_line p:last-child {
  margin-bottom: 0;
}
main.main_biz .sec_biz02 .biz_list {
  padding: 0 0 4%;
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list {
    padding: 4% 0;
  }
}
main.main_biz .sec_biz02 .biz_list .lo {
  padding: 4% 0;
  margin-bottom: 4%;
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
main.main_biz .sec_biz02 .biz_list .lo .pic {
  margin-bottom: 4%;
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo .pic {
    width: 60%;
    margin-bottom: 0;
  }
}
main.main_biz .sec_biz02 .biz_list .lo .pic img {
  width: 100%;
}
main.main_biz .sec_biz02 .biz_list .lo .txt {
  font-size: 4vw;
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo .txt {
    width: 60%;
    font-size: 2.4rem;
  }
}
main.main_biz .sec_biz02 .biz_list .lo .txt > .tit {
  line-height: 1.4;
  color: #03304C;
  font-size: 5.2vw;
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo .txt > .tit {
    font-size: 3.2rem;
  }
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo:nth-child(odd) .pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -8%;
  }
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo:nth-child(odd) .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 4% 0 4% 3.2%;
  }
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo:nth-child(even) .pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -8%;
  }
}
@media (min-width: 1280px) {
  main.main_biz .sec_biz02 .biz_list .lo:nth-child(even) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 4% 3.2% 4% 0;
  }
}

/*-----------------------------------------------------------
   SAFETY MANAGEMENT
-----------------------------------------------------------*/
main.main_sm .sec_sm01 {
  padding: 5.6% 0 4%;
}
@media (min-width: 1280px) {
  main.main_sm .sec_sm01 {
    padding: 5.6% 0 4%;
  }
}
main.main_sm .sm_gr .sm_list {
  padding: 2.4% 0;
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list {
    padding: 2.4% 0;
  }
}
main.main_sm .sm_gr .sm_list .lo {
  padding: 2.4% 0;
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list .lo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
main.main_sm .sm_gr .sm_list .lo .pic {
  margin-bottom: 4%;
  position: relative;
  /*&:before{
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	width: 80px;
  	height: 80px;
  	background-color: $c2;
  	position: absolute;
  	right: -12px;
  	bottom: -12px;
  	z-index: -1;
  	@include for-pc() {
  		width: 120px;
  		height: 120px;
  		right: -24px;
  		bottom: -24px;
  	}
  }*/
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list .lo .pic {
    width: 60%;
    margin-bottom: 0;
  }
}
main.main_sm .sm_gr .sm_list .lo .pic img {
  width: 100%;
}
main.main_sm .sm_gr .sm_list .lo .txt {
  font-size: 4vw;
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list .lo .txt {
    width: 60%;
    font-size: 2.4rem;
  }
}
main.main_sm .sm_gr .sm_list .lo .txt > .tit {
  line-height: 1.4;
  color: #03304C;
  font-size: 4.8vw;
  margin-bottom: 0.24em;
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list .lo .txt > .tit {
    font-size: 2.8rem;
    margin-bottom: 0.4em;
  }
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list:nth-child(odd) .lo .pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -8%;
  }
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list:nth-child(odd) .lo .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 4% 0 4% 3.2%;
  }
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list:nth-child(even) .lo .pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -8%;
  }
}
@media (min-width: 1280px) {
  main.main_sm .sm_gr .sm_list:nth-child(even) .lo .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 4% 3.2% 4% 0;
  }
}

/*-----------------------------------------------------------
   FACILITY
-----------------------------------------------------------*/
main.main_facility .sec_facility01 {
  padding: 7.4% 0 0;
}
@media (min-width: 1280px) {
  main.main_facility .sec_facility01 {
    padding: 5.6% 0 0;
  }
}
main.main_facility .sec_facility01 .in > .tit {
  text-align: center;
  color: #03304C;
  line-height: 1;
  font-size: 5.2vw;
}
@media (min-width: 1280px) {
  main.main_facility .sec_facility01 .in > .tit {
    font-size: 5.6rem;
  }
}
main.main_facility .facility_gr .facility_list {
  padding: 2.4% 0;
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list {
    padding: 2.4% 0;
  }
}
main.main_facility .facility_gr .facility_list .lo {
  padding: 2.4% 0;
  margin-bottom: 2%;
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list .lo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
main.main_facility .facility_gr .facility_list .lo .pic {
  margin-bottom: 4%;
  position: relative;
  /*&:before{
  	content: "";
  	display: inline-block;
  	vertical-align: middle;
  	width: 80px;
  	height: 80px;
  	background-color: $c2;
  	position: absolute;
  	right: -12px;
  	bottom: -12px;
  	z-index: -1;
  	@include for-pc() {
  		width: 120px;
  		height: 120px;
  		right: -24px;
  		bottom: -24px;
  	}
  }*/
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list .lo .pic {
    width: 60%;
    margin-bottom: 0;
  }
}
main.main_facility .facility_gr .facility_list .lo .pic img {
  width: 100%;
}
main.main_facility .facility_gr .facility_list .lo .txt {
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list .lo .txt {
    width: 60%;
    font-size: 2.4rem;
  }
}
main.main_facility .facility_gr .facility_list .lo .txt > .tit {
  line-height: 1.4;
  color: #03304C;
  font-size: 4.8vw;
  margin-bottom: 0.32em;
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list .lo .txt > .tit {
    font-size: 2.8rem;
    margin-bottom: 0.4em;
  }
}
main.main_facility .facility_gr .facility_list .lo .txt > .tit:after {
  margin-top: 0.24em;
  content: "";
  display: block;
  vertical-align: middle;
  width: 160px;
  height: 4px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(10, 95, 149)), color-stop(30%, rgb(3, 48, 76)));
  background-image: linear-gradient(90deg, rgb(10, 95, 149) 30%, rgb(3, 48, 76) 30%);
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list:nth-child(odd) .lo .pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -8%;
  }
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list:nth-child(odd) .lo .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 4% 0 4% 3.2%;
  }
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list:nth-child(even) .lo .pic {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: -8%;
  }
}
@media (min-width: 1280px) {
  main.main_facility .facility_gr .facility_list:nth-child(even) .lo .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 4% 3.2% 4% 0;
  }
}

/*-----------------------------------------------------------
   FACILITY
-----------------------------------------------------------*/
main.main_cost .sec_cost01 {
  padding: 5.6% 0 4%;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost01 {
    padding: 5.6% 0 4%;
  }
}
main.main_cost .sec_cost01 .txt_line {
  line-height: 1.6;
  margin: 2.4% 2.4vw;
  font-size: 4vw;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost01 .txt_line {
    ine-height: 1.8;
    font-size: 2.4rem;
    margin: 2.4% auto;
  }
}
main.main_cost .sec_cost01 .txt_line p {
  margin-bottom: 1.6em;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost01 .txt_line p b {
    font-weight: 400;
  }
}
main.main_cost .sec_cost01 .txt_line p:last-child {
  margin-bottom: 0;
}
main.main_cost .sec_cost01 .btn_area {
  margin: 0 auto;
}
main.main_cost .sec_cost01 .btn_area a.btn2 {
  width: 64%;
  display: block;
  text-align: center;
  border-radius: 8px;
  padding: 0.8em 1.6em 0.74em;
  margin: 0 auto;
  font-size: 4.4vw;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  vertical-align: bottom;
  background-color: #0A5F95;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost01 .btn_area a.btn2 {
    width: 32%;
    font-size: 2.4rem;
  }
}
main.main_cost .sec_cost01 .btn_area a.btn2:hover {
  opacity: 0.8;
}
main.main_cost .sec_cost02 .ol_flow {
  counter-reset: number 0;
  padding: 8% 0;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost02 .ol_flow {
    padding: 4% 0;
  }
}
main.main_cost .sec_cost02 .ol_flow > li {
  position: relative;
  height: 160px;
  padding: 38px 0 0 80px;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost02 .ol_flow > li {
    padding: 50px 0 0 120px;
    height: 210px;
  }
}
main.main_cost .sec_cost02 .ol_flow > li:before {
  width: 72px;
  height: 62px;
  font-family: "Oswald", cursive;
  background-image: url(../img/facility/ol_bg1.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost02 .ol_flow > li:before {
    width: 104px;
    height: 88px;
  }
}
main.main_cost .sec_cost02 .ol_flow > li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #B3C3E1;
  position: absolute;
  width: 8px;
  height: 80px;
  left: 24px;
  top: 68px;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost02 .ol_flow > li:after {
    height: 100px;
    left: 40px;
    top: 96px;
  }
}
main.main_cost .sec_cost02 .ol_flow > li:last-child:after {
  display: none;
}
main.main_cost .sec_cost02 .ol_flow > li .tit {
  color: #0A5F95;
  font-weight: 600;
  font-size: 4.8vw;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost02 .ol_flow > li .tit {
    font-size: 3.2rem;
  }
}
main.main_cost .sec_cost02 .ol_flow > li .tit:before {
  font-family: "Oswald", cursive;
  counter-increment: number 1;
  content: counter(number);
  color: #fff;
  position: absolute;
  left: 30px;
  top: 32px;
  z-index: 1;
  font-size: 7.4vw;
  line-height: 1;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost02 .ol_flow > li .tit:before {
    font-size: 5.6rem;
    left: 40px;
    top: 35px;
  }
}
main.main_cost .sec_cost02 .ol_flow > li p {
  line-height: 1.6;
  font-size: 4vw;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost02 .ol_flow > li p {
    line-height: 1.8;
    font-size: 2.4rem;
  }
}
main.main_cost .sec_cost03 .box_srv {
  background-color: #0A5F95;
  color: #fff;
  margin: 4% auto;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost03 .box_srv {
    margin: 2.4% auto;
  }
}
main.main_cost .sec_cost03 .box_srv .ul_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2% 2% 0;
  font-weight: 600;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost03 .box_srv .ul_flow {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  main.main_cost .sec_cost03 .box_srv .ul_flow {
    font-size: 4.4vw;
  }
}
main.main_cost .sec_cost03 .box_srv .ul_flow > li {
  width: 49%;
  height: 3.2em;
  background-color: #fff;
  color: #0A5F95;
  text-align: center;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost03 .box_srv .ul_flow > li {
    width: 49%;
    height: 3.2em;
  }
}
@media (max-width: 767px) {
  main.main_cost .sec_cost03 .box_srv .ul_flow > li {
    width: 100%;
    height: 12vw;
  }
}
main.main_cost .sec_cost03 .box_srv .txt_conv {
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 2.4% 0 4%;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_cost .sec_cost03 .box_srv .txt_conv {
    font-size: 2.8rem;
    padding: 1.2% 0 2.4%;
  }
}

/*-----------------------------------------------------------
   feature
-----------------------------------------------------------*/
@media (max-width: 767px) {
  .tit_feature:after {
    background-image: url(../img_sp/feature/key_img1.jpg);
  }
}

@media (min-width: 1280px) {
  main.main_feature {
    font-size: 2.2rem;
  }
}
main.main_feature .sec_feature01 {
  padding: 4% 0;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature01 {
    padding: 4% 0;
  }
}
main.main_feature .sec_feature01 > .in {
  max-width: 1360px;
  margin: 0 auto;
}
main.main_feature .sec_feature01 > .in > .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature01 > .in > .lo {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
main.main_feature .sec_feature01 > .in > .lo .txt {
  font-size: 4vw;
  line-height: 1.6;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature01 > .in > .lo .txt {
    padding: 0 4%;
    font-size: 2.2rem;
  }
}
main.main_feature .sec_feature01 > .in > .lo .txt > .tit {
  color: #03304C;
  line-height: 1.4;
  margin-bottom: 3.2%;
  font-size: 5vw;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature01 > .in > .lo .txt > .tit {
    font-size: 3.4rem;
  }
}
main.main_feature .sec_feature01 > .in .btn_conv1 {
  padding: 4% 0;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature01 > .in .btn_conv1 {
    padding: 0;
  }
}
main.main_feature .sec_feature02 {
  background: #E5EFF7;
}
main.main_feature .sec_feature02 > .in {
  max-width: 1360px;
  margin: 0 auto;
  padding: 6% 0;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 > .in {
    padding: 4% 0;
  }
}
main.main_feature .sec_feature02 .subsec {
  text-align: center;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec {
    margin-bottom: 4%;
  }
}
main.main_feature .sec_feature02 .subsec > .tit {
  color: #03304C;
  line-height: 1.4;
  padding: 2.4% 0 0;
  margin-bottom: 1.6%;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec > .tit {
    font-size: 3.4rem;
    margin-bottom: 2.4%;
  }
}
main.main_feature .sec_feature02 .subsec .subtit {
  padding: 0.4em 0;
  line-height: 1.6;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec .subtit {
    font-size: 3.4rem;
    line-height: 1.4;
  }
}
main.main_feature .sec_feature02 .subsec figure.chart1 {
  margin: 4% auto;
}
@media (max-width: 767px) {
  main.main_feature .sec_feature02 .subsec figure.chart1 {
    margin: 4% 5vw;
  }
}
main.main_feature .sec_feature02 .subsec .txt_line {
  line-height: 1.8;
  margin: 2.4% auto;
  font-size: 4vw;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec .txt_line {
    font-size: 2.4rem;
  }
}
main.main_feature .sec_feature02 .subsec .txt_line p {
  margin-bottom: 1.6em;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec .txt_line p b {
    font-weight: 400;
  }
}
main.main_feature .sec_feature02 .subsec .txt_line p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main.main_feature .sec_feature02 .subsec2 {
    margin: 0 auto 6.4%;
  }
}
main.main_feature .sec_feature02 .subsec2 .flow1 {
  padding: 0.4em;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 {
    max-width: 640px;
    margin: 4% auto 6.4%;
    padding: 0.8%;
  }
}
@media (max-width: 767px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 {
    margin: 0 5vw 4%;
  }
}
main.main_feature .sec_feature02 .subsec2 .flow1 > .inner {
  border-radius: 3px;
  border: 1px solid #03304C;
  padding: 6.4% 4%;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 > .inner {
    padding: 8% 6.4%;
  }
}
main.main_feature .sec_feature02 .subsec2 .flow1 > .inner > .tit {
  color: #03304C;
  line-height: 1.4;
  margin-bottom: 6%;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 > .inner > .tit {
    font-size: 3.4rem;
    line-height: 1.6;
    margin-bottom: 9%;
  }
}
@media (max-width: 767px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 > .inner > .tit {
    margin-top: 4%;
  }
}
main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script {
  text-align: left;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-size: 4vw;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script {
    font-size: 2.8rem;
  }
}
main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #03304C;
  line-height: 0;
  position: absolute;
  left: 7px;
  top: 0;
  z-index: 0;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script:before {
    left: 14px;
  }
}
main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script > li {
  margin-bottom: 16%;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script > li {
    margin-bottom: 24%;
  }
}
main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script > li:last-child {
  margin-bottom: 0;
}
main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script > li:last-child:before {
  background-color: #03304C;
}
main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script > li:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 4vw;
  height: 4vw;
  border-radius: 14px;
  background-color: #9BB6CF;
  line-height: 0;
  margin-right: 0.4em;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec2 .flow1 ol.flow_script > li:before {
    width: 28px;
    height: 28px;
  }
}
main.main_feature .sec_feature02 .subsec3 .chart3 {
  position: relative;
}
@media (max-width: 767px) {
  main.main_feature .sec_feature02 .subsec3 .chart3 {
    margin: 0 5vw 4%;
  }
}
main.main_feature .sec_feature02 .subsec3 .chart3:after {
  content: "";
  width: 147px;
  height: 62px;
  display: block;
  background-image: url(../img/feature/arr1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 1.2% auto;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec3 .chart3:after {
    margin: 2.4% auto;
  }
}
@media (max-width: 767px) {
  main.main_feature .sec_feature02 .subsec3 .chart3:after {
    width: 24%;
    height: 62px;
  }
}
main.main_feature .sec_feature02 .subsec3 .txt_line .tit_txt1 {
  line-height: 1;
  text-align: center;
}
@media (min-width: 1280px) {
  main.main_feature .sec_feature02 .subsec3 .txt_line .tit_txt1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 767px) {
  main.main_feature .sec_feature02 .subsec3 .txt_line .tit_txt1 {
    margin-bottom: 2.4%;
  }
}
main.main_feature .sec_feature02 .subsec3 .txt_line .tit_txt1 strong {
  display: inline-block;
  background-color: #fff;
  padding: 0.64em 1.8em;
}
/*-----------------------------------------------------------
   price
-----------------------------------------------------------*/
@media (max-width: 767px) {
  .tit_price:after {
    background-image: url(../img_sp/price/key_img1.jpg);
  }
}

@media (min-width: 1280px) {
  main.main_price {
    font-size: 2.2rem;
  }
}
main.main_price .sec_price01 {
  padding: 4% 0 8%;
}
@media (max-width: 767px) {
  main.main_price .sec_price01 {
    padding: 4% 0;
  }
}
main.main_price .sec_price01 > .in {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}
main.main_price .sec_price01 > .in > .tit {
  color: #03304C;
  line-height: 1.4;
  margin-bottom: 3.6%;
  font-size: 5vw;
}
@media (min-width: 1280px) {
  main.main_price .sec_price01 > .in > .tit {
    font-size: 3.4rem;
    margin-bottom: 3.2%;
  }
}
main.main_price .sec_price01 > .in .in_worries {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#cbdbf7), to(#f5f2e6));
  background: linear-gradient(90deg, #cbdbf7 0%, #f5f2e6 100%);
  margin: 0 5vw 4%;
  padding: 8% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  main.main_price .sec_price01 > .in .in_worries {
    max-width: 1040px;
    height: 334px;
    margin: 0 auto 4%;
  }
}
@media (max-width: 767px) {
  main.main_price .sec_price01 > .in .in_worries {
    padding: 10% 0;
  }
}
main.main_price .sec_price01 > .in .in_worries .stg_txt1 {
  line-height: 1;
  font-size: 4.8vw;
}
@media (min-width: 1280px) {
  main.main_price .sec_price01 > .in .in_worries .stg_txt1 {
    margin: 0 auto 2.4%;
    font-size: 4.8rem;
  }
}
main.main_price .sec_price01 > .in .in_worries .stg_txt1 strong {
  color: #03304C;
}
main.main_price .sec_price01 > .in .txt_line {
  font-size: 4.2vw;
  line-height: 1.8;
  padding: 2.4% 0;
}
@media (min-width: 1280px) {
  main.main_price .sec_price01 > .in .txt_line {
    padding: 0 4%;
    font-size: 2.4rem;
  }
}
main.main_price .sec_price01 > .in .txt_line p {
  margin-bottom: 1.6em;
}
main.main_price .sec_price01 > .in .txt_line p:last-child {
  margin-bottom: 0;
}
main.main_price .sec_price01 > .in .txt_line p strong {
  color: #03304C;
}
main.main_price .sec_price01 > .in > .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
main.main_price .sec_price02 {
  padding: 0;
}
@media (min-width: 1280px) {
  main.main_price .sec_price02 {
    padding: 0;
  }
}
main.main_price .sec_price02 .heading {
  text-align: center;
}
@media (max-width: 767px) {
  main.main_price .sec_price02 .heading {
    margin-bottom: 3.2%;
  }
}
main.main_price .sec_price02 .heading > .tit {
  color: #03304C;
  line-height: 1.6;
  margin-bottom: 3.2%;
  font-size: 5vw;
}
@media (min-width: 1280px) {
  main.main_price .sec_price02 .heading > .tit {
    line-height: 1.4;
    font-size: 3.4rem;
    margin-bottom: 3.2%;
  }
}
main.main_price .sec_price02 .area_form {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#316ea9), to(#52b3f6));
  background: linear-gradient(#316ea9 0%, #52b3f6 100%);
  color: #fff;
  padding: 6% 0;
  margin-top: 16%;
}
@media (min-width: 1280px) {
  main.main_price .sec_price02 .area_form {
    padding: 8% 0;
    margin-top: 8%;
  }
}
main.main_price .sec_price02 .area_form > .in .tip {
  position: absolute;
  top: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #0D0D0D;
  line-height: 1;
  white-space: nowrap;
  font-size: 4vw;
}
@media (min-width: 1280px) {
  main.main_price .sec_price02 .area_form > .in .tip {
    font-size: 2.4rem;
    top: -2%;
  }
}
main.main_price .sec_price02 .area_form > .in .tip:before, main.main_price .sec_price02 .area_form > .in .tip:after {
  font-size: 3.2vw;
}
@media (min-width: 1280px) {
  main.main_price .sec_price02 .area_form > .in .tip:before, main.main_price .sec_price02 .area_form > .in .tip:after {
    font-size: 1.6rem;
  }
}
main.main_price .sec_price02 .area_form > .in .tip:before {
  margin-right: 0.4em;
  content: "＼";
}
main.main_price .sec_price02 .area_form > .in .tip:after {
  margin-left: 0.4em;
  content: "／";
}
main.main_price .sec_price02 .area_form > .in > .tit {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3.2%;
  font-size: 4.8vw;
}
@media (min-width: 1280px) {
  main.main_price .sec_price02 .area_form > .in > .tit {
    font-size: 3.4rem;
  }
}

#price_confirm .area_form {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#316ea9), to(#52b3f6));
  background: linear-gradient(#316ea9 0%, #52b3f6 100%);
  color: #fff;
  padding: 6% 0;
  margin-top: 0;
}
@media (min-width: 1280px) {
  #price_confirm .area_form {
    padding: 8% 0;
    margin-top: 0%;
  }
}
#price_confirm .area_form .ul_form > li {
  padding-bottom: 1.6%;
}

.blk_form_std {
  max-width: 874px;
  margin: 0 auto;
}

.ul_form > li {
  margin-bottom: 1.6%;
}
.ul_form > li:last-child {
  margin-bottom: 0;
}
.ul_form > li .fh {
  display: block;
  padding: 0.48em 0;
  line-height: 1;
  font-size: 3.4vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fh {
    font-size: 2.4rem;
  }
}
.ul_form > li .fh .req {
  background-color: #F5CE40;
  display: inline-block;
  vertical-align: middle;
  padding: 0.08em 0.24em;
  line-height: 1;
  margin-left: 0.64em;
  font-size: 3.4vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fh .req {
    font-size: 2.4rem;
  }
}
.ul_form > li .fd input, .ul_form > li .fd select, .ul_form > li .fd textarea {
  font-size: 4.2vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fd input, .ul_form > li .fd select, .ul_form > li .fd textarea {
    font-size: 2.4rem;
  }
}
.ul_form > li .fd input.wpcf7-text,
.ul_form > li .fd textarea.wpcf7-textarea {
  width: 100%;
  padding: 0.56em;
}
@media (min-width: 1280px) {
  .ul_form > li .fd input.wpcf7-text,
  .ul_form > li .fd textarea.wpcf7-textarea {
    padding: 0.74em;
  }
}
.ul_form > li .fd select.wpcf7-select {
  width: 50%;
  padding: 0.4em 0.74em;
}
@media (max-width: 767px) {
  .ul_form > li .fd select.wpcf7-select {
    width: 100%;
    padding: 0.24em 0.56em;
  }
}
.ul_form > li .fd .wpcf7-list-item {
  display: block;
  font-size: 3.4vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fd .wpcf7-list-item {
    font-size: 2.4rem;
  }
}
.ul_form > li .fd textarea.wpcf7-textarea {
  height: 40vw;
}
@media (min-width: 1280px) {
  .ul_form > li .fd textarea.wpcf7-textarea {
    height: 24vw;
  }
}

.gr_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8% auto 4%;
}
.gr_submit input {
  margin: 0 1.6%;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-back {
  color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 30vw;
  margin: 0 auto;
  border-radius: 35px;
  border: 1px solid #03304C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 4.8vw;
}
@media (min-width: 1280px) {
  .wpcf7-back {
    font-size: 2.6rem;
    width: 372px;
    height: 70px;
  }
}
.wpcf7-back:hover {
  background-color: #03304C;
  color: #fff;
}

.txt_agree {
  font-size: 4vw;
  line-height: 1.4;
  padding: 0.8em 0;
}
@media (min-width: 1280px) {
  .txt_agree {
    font-size: 2.4rem;
  }
}

.check_privacy {
  text-align: center;
  margin: 2.4% auto;
}
@media (min-width: 1280px) {
  .check_privacy {
    margin: 4% auto;
  }
}

.wpcf7-previous {
  color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  height: 12vw;
  margin: 0 auto;
  font-size: 4.4vw;
  border-radius: 40px;
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
}
@media (min-width: 1280px) {
  .wpcf7-previous {
    width: 380px;
    height: 78px;
    font-size: 2.6rem;
  }
}
.wpcf7-previous:after {
  width: 8vw;
  height: 8vw;
  content: "";
  background-image: url(../img/feature/arr_btn1.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .wpcf7-previous:after {
    width: 44px;
    height: 44px;
  }
}
.wpcf7-confirm,
.wpcf7-submit {
  color: #0A5F95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  height: 12vw;
  margin: 0 auto;
  font-size: 4.4vw;
  font-weight: 600;
  border-radius: 4px;
  background-color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #0A5F95;
}
@media (min-width: 1280px) {
  .wpcf7-confirm,
  .wpcf7-submit {
    width: 64%;
    height: 78px;
    font-size: 2.6rem;
  }
}
.wpcf7-confirm:after,
.wpcf7-submit:after {
  width: 8vw;
  height: 8vw;
  content: "";
  background-image: url(../img/feature/arr_btn1.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .wpcf7-confirm:after,
  .wpcf7-submit:after {
    width: 44px;
    height: 44px;
  }
}
.wpcf7-confirm:hover,
.wpcf7-submit:hover {
  background-color: #0A5F95;
  color: #fff;
  border: 1px solid #fff;
}

/*-----------------------------------------------------------
   solution
-----------------------------------------------------------*/
@media (max-width: 767px) {
  .tit_solu:after {
    background-image: url(../img_sp/solution/key_img1.jpg);
  }
}

@media (min-width: 1280px) {
  main.main_solution {
    font-size: 2.2rem;
  }
}
main.main_solution .sec_solution01 {
  padding: 4% 0;
}
@media (max-width: 767px) {
  main.main_solution .sec_solution01 {
    padding-top: 4%;
    padding-bottom: 0;
  }
}
main.main_solution .sec_solution01 > .in {
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
}
main.main_solution .sec_solution01 > .in > .tit {
  color: #03304C;
  line-height: 1.4;
  margin-bottom: 3.2%;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in > .tit {
    font-size: 3.4rem;
  }
}
main.main_solution .sec_solution01 > .in .in_worries {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#cbdbf7), to(#f5f2e6));
  background: linear-gradient(90deg, #cbdbf7 0%, #f5f2e6 100%);
  margin: 0 5vw 4%;
  padding: 8% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in .in_worries {
    max-width: 1040px;
    height: 400px;
    padding: 0;
    margin: 0 auto 4%;
  }
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in .in_worries:after {
    content: "";
    width: 266px;
    height: 340px;
    background-image: url(../img/solution/solu_img1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 24px;
    bottom: 0;
  }
}
main.main_solution .sec_solution01 > .in .in_worries .ul_std1 {
  width: 90%;
  text-align: left;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in .in_worries .ul_std1 {
    width: 84%;
  }
}
main.main_solution .sec_solution01 > .in .in_worries .ul_std1 > li {
  line-height: 1;
  font-size: 4.2vw;
  margin: 0 auto 4%;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in .in_worries .ul_std1 > li {
    margin: 0 auto 4%;
    font-size: 3.4rem;
  }
}
main.main_solution .sec_solution01 > .in .in_worries .ul_std1 > li:before {
  content: "";
  width: 5vw;
  height: 5vw;
  display: inline-block;
  vertical-align: sub;
  background-image: url(../img/solution/li_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
  margin-right: 0.24em;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in .in_worries .ul_std1 > li:before {
    width: 43px;
    height: 43px;
  }
}
main.main_solution .sec_solution01 > .in .in_worries .ul_std1 > li:last-child {
  margin-bottom: 0;
}
main.main_solution .sec_solution01 > .in .in_worries .ul_std1 > li b {
  color: #03304C;
}
main.main_solution .sec_solution01 > .in .txt1 {
  line-height: 1.8;
  margin-bottom: 3.2%;
  font-size: 4.2vw;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in .txt1 {
    font-size: 2.4rem;
  }
}
main.main_solution .sec_solution01 > .in .txt_line {
  font-size: 4.2vw;
  line-height: 2;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution01 > .in .txt_line {
    padding: 0 4%;
    font-size: 2.4rem;
  }
}
main.main_solution .sec_solution01 > .in .txt_line p {
  margin-bottom: 1.6em;
}
main.main_solution .sec_solution01 > .in .txt_line p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main.main_solution .sec_solution02 {
    padding: 0 0 10%;
  }
}
main.main_solution .sec_solution02 .heading {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#316ea9), to(#52b3f6));
  background: linear-gradient(90deg, #316ea9 0%, #52b3f6 100%);
  color: #fff;
  padding: 6.4% 0;
  margin: 0 auto 20%;
  text-align: center;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 .heading {
    padding: 8% 0;
    margin: 8% 0;
  }
}
main.main_solution .sec_solution02 .heading:after {
  content: "";
  width: 57px;
  height: 24px;
  display: block;
  background-image: url(../img/feature/arr1.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2.4% auto;
  position: absolute;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 .heading:after {
    bottom: -140px;
    width: 147px;
    height: 62px;
  }
}
main.main_solution .sec_solution02 .heading > .tit {
  line-height: 1.4;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 .heading > .tit {
    font-size: 3.4rem;
  }
}
main.main_solution .sec_solution02 > .in {
  max-width: 1360px;
  margin: 0 auto;
}
main.main_solution .sec_solution02 > .in .lay1 > .lo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo:last-child {
  margin-bottom: 0;
}
main.main_solution .sec_solution02 > .in .lay1 > .lo .tmb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo .tmb {
    width: 46%;
    max-width: 572px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo .tmb {
    margin: 0 5vw;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo .tmb img {
  width: 100%;
}
main.main_solution .sec_solution02 > .in .lay1 > .lo .txt {
  font-size: 4.2vw;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo .txt {
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 54%;
    padding: 0 4%;
    font-size: 2.2rem;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo .txt > .tit {
  color: #03304C;
  line-height: 1.4;
  margin-bottom: 3.2%;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo .txt > .tit {
    font-size: 3.4rem;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo .txt .txt_line {
  margin-bottom: 2.4%;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo .txt .txt_line {
    margin-bottom: 0;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo .txt .txt_line p {
  margin-bottom: 1.6em;
}
main.main_solution .sec_solution02 > .in .lay1 > .lo .txt .txt_line p:last-child {
  margin-bottom: 0;
}
main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(odd) .tmb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(odd) .tmb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(odd) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(odd) .txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(even) .tmb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(even) .tmb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(even) .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1280px) {
  main.main_solution .sec_solution02 > .in .lay1 > .lo:nth-child(even) .txt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
main.main_solution .sec_price02 .area_form {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#316ea9), to(#52b3f6));
  background: linear-gradient(#316ea9 0%, #52b3f6 100%);
  color: #fff;
  padding: 4% 0;
}
@media (min-width: 1280px) {
  main.main_solution .sec_price02 .area_form {
    padding: 8% 0;
    margin-top: 8%;
  }
}
main.main_solution .sec_price02 .area_form > .in .tip {
  position: absolute;
  top: -24%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #0D0D0D;
  line-height: 1;
}
@media (min-width: 1280px) {
  main.main_solution .sec_price02 .area_form > .in .tip {
    font-size: 2.4rem;
  }
}
main.main_solution .sec_price02 .area_form > .in .tip:before {
  margin-right: 0.4em;
  font-size: 1.6rem;
  content: "＼";
}
main.main_solution .sec_price02 .area_form > .in .tip:after {
  margin-left: 0.4em;
  font-size: 1.6rem;
  content: "／";
}
main.main_solution .sec_price02 .area_form > .in > .tit {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3.2%;
}
@media (min-width: 1280px) {
  main.main_solution .sec_price02 .area_form > .in > .tit {
    font-size: 3.4rem;
  }
}

/*-----------------------------------------------------------
   blog
-----------------------------------------------------------*/
#works .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -3.3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #works .works_list {
    display: block;
    margin: 0;
  }
}
#works .works_list > li {
  width: 30%;
  margin: 0 0 4% 3.3%;
}
@media (min-width: 1280px) {
  #works .works_list > li {
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  #works .works_list > li {
    width: 100%;
    margin: 0 0 4% 0;
  }
}
#works .works_list > li a {
  text-decoration: none;
}
@media (max-width: 767px) {
  #works .works_list > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #works .works_list > li .tmb {
    width: 38%;
  }
}
#works .works_list > li .tmb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #works .works_list > li .tmb img {
    height: auto;
  }
}
@media (max-width: 767px) {
  #works .works_list > li .date {
    width: 55%;
  }
}
#works .works_list > li .date .heading {
  padding: 2.4% 0;
  border-bottom: 1px solid #03304C;
}
@media (max-width: 1279px) {
  #works .works_list > li .date .heading {
    padding: 4% 0;
  }
}
@media (max-width: 767px) {
  #works .works_list > li .date .heading {
    padding: 0;
  }
}
#works .works_list > li .date .heading .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#works .works_list > li .date .heading .cat {
  color: #0A5F95;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  #works .works_list > li .date .heading .cat {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  #works .works_list > li .date .heading .cat {
    font-size: 2.4vw;
  }
}
#works .works_list > li .date .heading .update {
  font-size: 1rem;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  #works .works_list > li .date .heading .update {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  #works .works_list > li .date .heading .update {
    font-size: 2.4vw;
  }
}
#works .works_list > li .date .heading .title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1279px) {
  #works .works_list > li .date .heading .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #works .works_list > li .date .heading .title {
    font-size: 3.4vw;
    padding: 2% 0;
  }
}
#works .works_list > li .desc {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  padding: 2.4% 0;
}
@media (max-width: 1279px) {
  #works .works_list > li .desc {
    padding: 4% 0;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  #works .works_list > li .desc {
    font-size: 2.8vw;
  }
}
#works .work_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8%;
}
@media (max-width: 767px) {
  #works .work_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8%;
  }
}
#works .work_detail .photo_blk {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 66%;
}
@media (min-width: 1280px) {
  #works .work_detail .photo_blk {
    min-width: 660px;
  }
}
@media (max-width: 767px) {
  #works .work_detail .photo_blk {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 4vw;
  }
}
#works .work_detail .photo_blk .mainimg img {
  width: 100%;
}
@media (max-width: 1279px) {
  #works .work_detail .photo_blk .mainimg img {
    height: auto;
  }
}
#works .work_detail .photo_blk .photo_list {
  margin-top: 24px;
  margin-bottom: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  #works .work_detail .photo_blk .photo_list {
    min-height: 440px;
  }
}
@media (max-width: 767px) {
  #works .work_detail .photo_blk .photo_list {
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
#works .work_detail .photo_blk .photo_list > li {
  width: 48%;
  margin-bottom: 4%;
}
@media (min-width: 1280px) {
  #works .work_detail .photo_blk .photo_list > li {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  #works .work_detail .photo_blk .photo_list > li {
    margin-bottom: 4%;
  }
}
#works .work_detail .photo_blk .photo_list > li a {
  display: block;
}
#works .work_detail .photo_blk .photo_list > li img {
  width: 100%;
}
@media (max-width: 1279px) {
  #works .work_detail .photo_blk .photo_list > li img {
    height: auto;
  }
}
#works .work_detail .photo_blk .photo_list > li .cap {
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 2% 2%;
}
@media (max-width: 767px) {
  #works .work_detail .photo_blk .photo_list > li .cap {
    font-size: 3.6vw;
    padding: 4% 2%;
  }
}
#works .work_detail .date_area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 30%;
  margin-right: 4%;
}
@media (min-width: 1280px) {
  #works .work_detail .date_area {
    min-width: 320px;
  }
}
@media (max-width: 767px) {
  #works .work_detail .date_area {
    width: auto;
    margin-right: 0;
  }
}
#works .work_detail .date_area .date_blk .heading {
  padding: 2%;
  margin-bottom: 2%;
  border-bottom: 1px solid #03304C;
}
#works .work_detail .date_area .date_blk .heading .area {
  font-size: 1.6rem;
  color: #0A5F95;
}
@media (max-width: 1279px) {
  #works .work_detail .date_area .date_blk .heading .area {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #works .work_detail .date_area .date_blk .heading .area {
    font-size: 3.6vw;
  }
}
#works .work_detail .date_area .date_blk .heading .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #474647;
}
@media (max-width: 1279px) {
  #works .work_detail .date_area .date_blk .heading .title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #works .work_detail .date_area .date_blk .heading .title {
    font-size: 5.2vw;
  }
}
#works .work_detail .date_area .date_blk .desc_area {
  padding: 2%;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 1279px) {
  #works .work_detail .date_area .date_blk .desc_area {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #works .work_detail .date_area .date_blk .desc_area {
    font-size: 3.6vw;
  }
}
#works .work_detail .date_area .date_blk .spec {
  font-size: 1.6rem;
  padding: 2%;
}
@media (max-width: 1279px) {
  #works .work_detail .date_area .date_blk .spec {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #works .work_detail .date_area .date_blk .spec {
    font-size: 3.6vw;
  }
}
#works .work_detail .date_area .date_blk .spec > li {
  padding: 0.4em 0;
}
#works .work_detail .date_area .date_blk .spec > li dl dt {
  width: 5em;
}
#cat_topics {
  padding: 4% 0;
  background-color: #FCFCFC;
}
@media (min-width: 1280px) {
  #cat_topics {
    padding: 4% 0;
  }
}
#cat_topics > .in > .tit {
  text-align: center;
  color: #03304C;
  line-height: 1.4;
  margin-bottom: 3.2%;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  #cat_topics > .in > .tit {
    font-size: 3.4rem;
  }
}

.blog_list {
  max-width: 1040px;
  margin: 4% auto;
}
@media (max-width: 767px) {
  .blog_list {
    display: block;
    margin: 0;
  }
}
.blog_list .ul_topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .blog_list .ul_topics {
    gap: 4%;
  }
}
@media (max-width: 767px) {
  .blog_list .ul_topics {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog_list .ul_topics > li {
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  width: 48%;
  margin-bottom: 4%;
}
@media (min-width: 1280px) {
  .blog_list .ul_topics > li {
    border-radius: 16px;
    width: 30%;
  }
}
.blog_list .ul_topics > li a {
  border-radius: 8px;
  display: block;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1280px) {
  .blog_list .ul_topics > li a {
    border-radius: 16px;
  }
}
.blog_list .ul_topics > li a:hover {
  background-color: rgb(229, 239, 247);
}
@media (max-width: 767px) {
  .blog_list .ul_topics > li .tmb {
    width: 100%;
  }
}
.blog_list .ul_topics > li .tmb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 767px) {
  .blog_list .ul_topics > li .tmb img {
    height: auto;
    border-radius: 8px 8px 0 0;
  }
}
.blog_list .ul_topics > li .tmb_no {
  width: 100%;
  height: 26vw;
  max-height: 180px;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 1280px) {
  .blog_list .ul_topics > li .tmb_no {
    border-radius: 16px 16px 0 0;
  }
}
.blog_list .ul_topics > li .txt .heading {
  height: 2.2em;
  padding: 2.6% 6.4%;
}
@media (min-width: 1280px) {
  .blog_list .ul_topics > li .txt .heading {
    height: 8em;
  }
}
.blog_list .ul_topics > li .txt .heading .tit {
  line-height: 1.2;
  padding: 2% 0;
  color: #03304C;
  font-weight: 600;
  font-size: 2.6vw;
}
@media (min-width: 1280px) {
  .blog_list .ul_topics > li .txt .heading .tit {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .blog_list .ul_topics > li .txt .heading .tit {
    font-size: 3.6vw;
  }
}
.blog_list .ul_topics > li .txt .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ddd;
  font-size: 2.4vw;
  padding: 0.8em 0.74em 0.8em;
}
@media (min-width: 1280px) {
  .blog_list .ul_topics > li .txt .date {
    padding: 1.2em 1em 1.2em;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.blog_list .ul_topics > li .txt .date .cat {
  color: #0A5F95;
}
main.main_blog .new_entry .entry_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 4px solid #03304C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4vw;
  line-height: 1;
  padding: 1.4em 0;
}
@media (min-width: 1280px) {
  main.main_blog .new_entry .entry_head {
    font-size: 2rem;
    padding: 2.4em 0;
  }
}
main.main_blog .new_entry .entry_head .update {
  color: #555;
  white-space: nowrap;
  margin-right: 1em;
}
main.main_blog .new_entry .entry_head .update i {
  margin-right: 0.24em;
}
main.main_blog .new_entry .entry_head .cat {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  border-left: 1px solid #555;
  padding-left: 0.8em;
}
main.main_blog .new_entry .entry_head .cat a {
  text-decoration: underline;
}
main.main_blog .new_entry .entry_head .cat a:hover {
  color: #03304C;
}
main.main_blog .new_entry .title {
  font-size: 5.2vw;
  margin: 0 0 0.8em;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  main.main_blog .new_entry .title {
    font-size: 2.4rem;
    margin: 0 0 1.6em;
    padding: 0;
  }
}
main.main_blog .new_entry .txt_area {
  padding: 8px;
}
@media (max-width: 767px) {
  main.main_blog .new_entry .txt_area {
    padding: 8px 15px;
  }
}
main.main_blog .new_entry .txt_area p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  main.main_blog .new_entry .txt_area p {
    font-size: 3.2vw;
  }
}
main.main_blog .new_entry .txt_area p:last-child {
  margin-bottom: 0;
}
main.main_blog .new_entry .blog-single-thumbnail {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  main.main_blog .new_entry .blog-single-thumbnail {
    margin: 2.4% auto;
  }
}
main.main_blog .new_entry .blog-single-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* single nav */
.nav_page {
  width: 100%;
  margin: 4.8% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1280px) {
  .nav_page {
    margin: 8% auto;
  }
}
.nav_page:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav_page .np {
  letter-spacing: normal;
  vertical-align: top;
  font-size: 2.4vw;
}
@media (min-width: 1280px) {
  .nav_page .np {
    font-size: 1.4rem;
  }
}
.nav_page .np a {
  width: 100%;
  height: 60px;
  color: #03304C;
  display: table-cell;
  vertical-align: middle;
  padding: 2.4% 3.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_page .prev,
.nav_page .next {
  width: 50%;
  min-height: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_page .back {
  width: 34%;
  margin: 0 32%;
  text-align: center;
}
.nav_page .back a {
  width: 100%;
  display: block;
}
.nav_page .prev {
  vertical-align: middle;
}
.nav_page .prev:before {
  height: 100%;
  content: "◀︎";
  padding: 0 2px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  background: #bbb;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_page .next {
  text-align: right;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.nav_page .next:after {
  content: "▶︎";
  padding: 0 2px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  background: #bbb;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catback {
  text-align: center;
  margin: 6.4% auto;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
}
@media (min-width: 1280px) {
  .catback {
    font-size: 1.6rem;
    margin-top: 4%;
  }
}
.catback a {
  background-color: #fff;
  color: #03304C;
  padding: 0.8em 1.8em;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
  border: 2px solid #03304C;
  position: relative;
}
@media (min-width: 1280px) {
  .catback a {
    padding: 1.2em 2.4em;
  }
}
.catback a:hover {
  color: #fff;
  border: 2px solid #03304C;
  background: #03304C;
}

/* single-type */
.single-type {
  width: 100%;
  margin-bottom: 8%;
}
@media (min-width: 1280px) {
  .single-type {
    margin-bottom: 4%;
  }
}
@media (max-width: 767px) {
  .single-type {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
  }
}
.single-type h1.title {
  font-size: 4vw;
  padding-top: 0.32em;
  margin-bottom: 0.64em;
}
@media (min-width: 1280px) {
  .single-type h1.title {
    font-size: 2.4rem;
  }
}
.single-type .thumbnail {
  text-align: center;
  margin: 24px auto;
}
.single-type .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-type .post-thumbnail {
  float: right;
  height: auto;
  margin-bottom: 40px;
  margin-left: 16px;
  max-width: 285px;
}
.single-type .post-thumbnail img {
  border-radius: 8px;
}
.single-type .post-content {
  line-height: 1.8;
  padding: 0;
}
@media (max-width: 767px) {
  .single-type .post-content {
    margin: 3.6% 0;
  }
}
.single-type .post-content h2 {
  background: #03304C none repeat scroll 0 0;
  border-radius: 8px;
  color: #fff;
  line-height: 1.4;
  font-size: 2.8rem;
  margin: 16px 0;
  padding: 12px 12px;
}
@media (max-width: 767px) {
  .single-type .post-content h2 {
    font-size: 5vw;
  }
}
.single-type .post-content h3 {
  border-bottom: 4px solid #03304C;
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 16px 0;
  padding: 4px;
}
@media (max-width: 767px) {
  .single-type .post-content h3 {
    font-size: 5vw;
  }
}
.single-type .post-content h4 {
  color: #03304C;
  font-size: 2rem;
  line-height: 1.4;
  margin: 16px 0;
  padding: 4px;
}
@media (max-width: 767px) {
  .single-type .post-content h4 {
    font-size: 4.6vw;
  }
}
.single-type .post-content h5 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0.4em 0;
}
@media (max-width: 767px) {
  .single-type .post-content h5 {
    font-size: 4vw;
  }
}
.single-type .post-content h6 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0.4em 0;
}
@media (max-width: 767px) {
  .single-type .post-content h6 {
    font-size: 3.6vw;
  }
}
.single-type .post-content img {
  border-radius: 4px;
}
.single-type .post-content img.non {
  border-radius: 0;
}
.single-type .post-content a {
  color: #205a97;
  text-decoration: underline;
}
.single-type .post-content a:hover {
  color: #03304C;
}
.single-type .post-content p {
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  .single-type .post-content p {
    line-height: 1.8;
    font-size: 1.6rem;
  }
}
.single-type .post-content table {
  margin: 16px auto;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .single-type .post-content table {
    font-size: 4vw;
  }
}
.single-type .post-content table th, .single-type .post-content table td {
  border: 1px solid #bbb;
  padding: 8px 10px;
}
.single-type .post-content table tr:nth-child(2n+1) th,
.single-type .post-content table tr:nth-child(2n+1) td {
  background: #f5f5f5 none repeat scroll 0 0;
}
.single-type .post-content pre {
  margin: 1.6em 0;
  padding: 1em 1.6em;
  font-size: 1.8rem;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
}
.single-type .post-content blockquote {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  margin: 1.6em 0 1.6em 0.8em;
  line-height: 1.4;
  padding: 4% 8% 4% 12%;
  position: relative;
}
@media (min-width: 1280px) {
  .single-type .post-content blockquote {
    padding: 2% 4% 2% 8%;
    line-height: 1.6;
  }
}
.single-type .post-content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 120px;
  color: #e5e5e5;
  position: absolute;
  top: 24px;
  left: 12px;
  font-size: 32px;
  line-height: 1;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background: #444;
  color: #fff;
  left: -20px;
  font-size: 16px;
  padding-top: 2px;
  text-align: center;
}
.single-type .post-content dl {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .single-type .post-content dl {
    font-size: 4vw;
  }
}
.single-type .post-content ol {
  margin: 0.4em 0 0.4em 1.2em;
}
@media (max-width: 767px) {
  .single-type .post-content ol {
    font-size: 4vw;
  }
}
.single-type .post-content ol li {
  list-style-type: decimal;
  margin: 4px 0;
}
.single-type .post-content ul {
  margin: 16px 0 16px 18px;
}
.single-type .post-content ul li {
  list-style-type: disc;
  margin: 4px 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .single-type .post-content ul li {
    font-size: 4vw;
  }
}
.single-type .post-content p {
  margin-bottom: 0.8em;
}
.single-type .post-content img {
  display: block;
  margin: 0.8em auto;
}
.single-type .post-content .wp-video {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 24px;
}
.single-type .post-content .wp-video .wp-video-shortcode {
  width: 100% !important;
  height: auto !important;
}
.single-type .post-content .related {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
}
.single-type .post-content .related:last-child {
  margin-top: 40px;
}
.single-type .post-content .related.title {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 8px;
  padding: 0;
}
.single-type .post-content .related ul {
  margin: 0 0 0 14px;
}
.single-type .post-content .related ul li {
  margin: 0;
}

/* no image */
.tmb_no {
  width: 28%;
  height: 16vw;
  background: #03304C;
  text-align: center;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .tmb_no {
    width: 100%;
    height: 26vw;
    max-height: 180px;
  }
}
.tmb_no .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
.tmb_no .heading .logo_noimage {
  max-width: inherit;
  height: 6vw;
  margin-bottom: 0.24em;
}
@media (min-width: 1280px) {
  .tmb_no .heading .logo_noimage {
    height: 60px;
    margin-bottom: 8px;
  }
}
.tmb_no .heading .cap_noimage {
  font-size: 2.4vw;
  font-family: "Oswald", cursive;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 1280px) {
  .tmb_no .heading .cap_noimage {
    font-size: 2rem;
  }
}

/* cms-pagination */
.cms-pagination {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.cms-pagination ul {
  position: relative;
  float: left;
  left: 50%;
  margin-bottom: 0.8em;
  font-size: 2.6vw;
}
@media (min-width: 1280px) {
  .cms-pagination ul {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .cms-pagination ul {
    font-size: 3.2vw;
  }
}
.cms-pagination ul li {
  position: relative;
  float: left;
  left: -50%;
  width: 34px;
  height: 2em;
  display: table;
  margin: 0 2px;
  display: none;
}
@media (min-width: 1280px) {
  .cms-pagination ul li {
    width: 34px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .cms-pagination ul li {
    width: 54px;
    height: 54px;
    margin: 0 3px;
  }
}
.cms-pagination ul li.pagination-no-num {
  width: 5em;
  display: table;
}
@media (min-width: 1280px) {
  .cms-pagination ul li.pagination-no-num {
    width: 50px;
  }
}
.cms-pagination ul li.pagination-no-num span {
  background: #eee;
  border: 1px solid #ddd;
  color: #ccc;
}
.cms-pagination ul li.pagination-sp {
  display: table;
}
.cms-pagination ul li a, .cms-pagination ul li span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: 1px solid #999;
  background: #fff;
}
@media (max-width: 767px) {
  .cms-pagination ul li a, .cms-pagination ul li span {
    padding: 4px 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .cms-pagination ul li a {
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
@media (max-width: 767px) {
  .cms-pagination ul li a:hover {
    background: #ccc;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
}
.cms-pagination ul li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}
.cms-pagination ul li span {
  background: #03304C;
  border: 1px solid #555;
  color: #fff;
}
.cms-pagination ul li span:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}

.pagination-txt {
  clear: both;
  text-align: center;
  margin: 0 auto 4em;
  font-size: 2.4vw;
}
@media (min-width: 1280px) {
  .pagination-txt {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.pagination-txt span {
  color: #999;
}

.btn_det {
  text-align: center;
}
@media (min-width: 1280px) {
  .btn_det {
    margin: 5.6% auto;
  }
}
.btn_det a.btn_std {
  color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64%;
  height: 12vw;
  margin: 0 auto;
  padding-right: 3.6em;
  border-radius: 10vw;
  border: 1px solid #03304C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 4.8vw;
}
@media (max-width: 1279px) {
  .btn_det a.btn_std {
    font-size: 4.4vw;
    width: 72%;
    height: 12vw;
  }
}
@media (min-width: 1280px) {
  .btn_det a.btn_std {
    font-size: 1.6rem;
    width: 234px;
    height: 48px;
  }
}
.btn_det a.btn_std:after {
  width: 10vw;
  height: 10vw;
  content: "";
  background-image: url(../img/common/arr_btn.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  right: 0.48em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .btn_det a.btn_std:after {
    right: 0.64em;
    width: 34px;
    height: 34px;
  }
}
.btn_det a.btn_std:hover {
  background-color: #03304C;
  color: #fff;
}

.area_mate {
  max-width: 1160px;
  background-color: #03304C;
  color: #fff;
  padding: 4% 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1280px) {
  .area_mate {
    padding: 4% 4%;
  }
}
.area_mate .heading {
  text-align: center;
  margin-bottom: 8%;
}
@media (min-width: 1280px) {
  .area_mate .heading {
    padding: 4% 0;
    margin-bottom: 4%;
  }
}
.area_mate .heading .subcopy {
  font-size: 3.2vw;
  margin-bottom: 0.24em;
}
@media (min-width: 1280px) {
  .area_mate .heading .subcopy {
    font-size: 2.4rem;
  }
}
.area_mate .heading .tit {
  line-height: 1;
  font-size: 4vw;
}
@media (min-width: 1280px) {
  .area_mate .heading .tit {
    font-size: 3.2rem;
  }
}
.area_mate .ul_form {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .area_mate .ul_form {
    max-width: 580px;
  }
}
.area_mate .ul_form > li {
  margin-bottom: 1.6%;
}
.area_mate .ul_form > li:last-child {
  margin-bottom: 0;
}
.area_mate .ul_form > li .fh {
  padding: 0.48em 0;
  font-size: 3.2vw;
}
@media (min-width: 1280px) {
  .area_mate .ul_form > li .fh {
    font-size: 2rem;
  }
}
.area_mate .ul_form > li .fh .req {
  background-color: #F5CE40;
  display: inline-block;
  vertical-align: middle;
  padding: 0.08em 0.24em;
  line-height: 1;
  margin-left: 0.64em;
  font-size: 3.2vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .area_mate .ul_form > li .fh .req {
    font-size: 2rem;
  }
}
.area_mate .ul_form > li .fd input, .area_mate .ul_form > li .fd select, .area_mate .ul_form > li .fd textarea {
  font-size: 4.2vw;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .area_mate .ul_form > li .fd input, .area_mate .ul_form > li .fd select, .area_mate .ul_form > li .fd textarea {
    font-size: 2rem;
  }
}
.area_mate .ul_form > li .fd input.wpcf7-text,
.area_mate .ul_form > li .fd textarea.wpcf7-textarea {
  width: 100%;
  padding: 0.48em;
}
@media (min-width: 1280px) {
  .area_mate .ul_form > li .fd input.wpcf7-text,
  .area_mate .ul_form > li .fd textarea.wpcf7-textarea {
    padding: 0.64em;
  }
}
.area_mate .ul_form > li .fd select.wpcf7-select {
  width: 50%;
  padding: 0.4em 0.74em;
}
@media (max-width: 767px) {
  .area_mate .ul_form > li .fd select.wpcf7-select {
    width: 100%;
    padding: 0.24em 0.56em;
  }
}
.area_mate .ul_form > li .fd .wpcf7-list-item {
  display: block;
  font-size: 3.4vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .area_mate .ul_form > li .fd .wpcf7-list-item {
    font-size: 2.4rem;
  }
}
.area_mate .ul_form > li .fd textarea.wpcf7-textarea {
  height: 40vw;
}
@media (min-width: 1280px) {
  .area_mate .ul_form > li .fd textarea.wpcf7-textarea {
    height: 24vw;
  }
}
.area_mate .btn_down {
  margin-top: 8%;
}
@media (min-width: 1280px) {
  .area_mate .btn_down {
    margin-top: 5.6%;
  }
}

#downloadSection {
  text-align: center;
}
#downloadSection p {
  font-size: 3.2vw;
  margin-bottom: 0.16em;
}
@media (min-width: 1280px) {
  #downloadSection p {
    font-size: 2.4rem;
  }
}
#downloadSection .btn_pdf {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64%;
  height: 12vw;
  margin: 0 auto;
  border-bottom: 5px solid #38bd3e;
  background-color: #5ace5f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 4.8vw;
}
@media (max-width: 1279px) {
  #downloadSection .btn_pdf {
    font-size: 4.4vw;
    width: 72%;
    height: 12vw;
  }
}
@media (min-width: 1280px) {
  #downloadSection .btn_pdf {
    font-size: 2.6rem;
    width: 372px;
    height: 70px;
  }
}

/*-----------------------------------------------------------
   privacy
-----------------------------------------------------------*/
@media (max-width: 767px) {
  #privacy #contents .poli_sec1 {
    width: auto;
  }
}
#privacy #contents .poli_sec1 .in {
  max-width: 1040px;
}
#privacy #contents .poli_sec1 .read {
  padding-top: 4vw;
  margin-bottom: 4vw;
}
@media (min-width: 1280px) {
  #privacy #contents .poli_sec1 .read {
    margin-bottom: 4%;
    padding-top: 2.4vw;
  }
}
#privacy #contents .poli_sec1 .read p {
  font-size: 1.8rem;
}
@media (min-width: 1280px) {
  #privacy #contents .poli_sec1 .read p {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #privacy #contents .poli_sec1 .read p {
    font-size: 3.6vw;
  }
}
#privacy #contents .poli_sec1 ul.policy > li > dl > dt {
  font-size: 2rem;
  padding-bottom: 4px;
  margin-bottom: 0;
  color: #03304C;
}
@media (min-width: 1280px) {
  #privacy #contents .poli_sec1 ul.policy > li > dl > dt {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  #privacy #contents .poli_sec1 ul.policy > li > dl > dt {
    font-size: 4.8vw;
  }
}
#privacy #contents .poli_sec1 ul.policy > li > dl > dd {
  font-size: 1.6rem;
  margin-bottom: 32px;
}
@media (min-width: 1280px) {
  #privacy #contents .poli_sec1 ul.policy > li > dl > dd {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  #privacy #contents .poli_sec1 ul.policy > li > dl > dd {
    font-size: 3.6vw;
  }
}
#privacy #contents .poli_sec1 .box_contact {
  margin-top: 24px;
  padding: 8px 0px;
  border-top: 1px solid #000;
  line-height: 1.8;
}
/*-----------------------------------------------------------
   sitemap
-----------------------------------------------------------*/
.main_sitemap .sec_sm1 {
  padding: 4% 0;
}
@media (min-width: 1280px) {
  .main_sitemap .sec_sm1 {
    padding: 4% 0;
  }
}
.main_sitemap #sitemap_ul {
  border-top: 1px solid #dee2ec;
}
.main_sitemap #sitemap_ul > li {
  border-bottom: 1px solid #dee2ec;
}
.main_sitemap #sitemap_ul > li > a {
  display: block;
  padding: 16px 16px 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .main_sitemap #sitemap_ul > li > a {
    padding: 1em 1em 1em 1em;
    font-size: 2.2rem;
    background-size: 15px;
  }
}
.main_sitemap #sitemap_ul > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 2px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .main_sitemap #sitemap_ul > li > a:before {
    width: 20px;
    height: 21px;
  }
}
.main_sitemap #sitemap_ul > li > #sitemap_list {
  border-top: none;
}
.main_sitemap #sitemap_ul > li > #sitemap_list > li {
  border-bottom: 1px solid #dee2ec;
}
.main_sitemap #sitemap_ul > li > #sitemap_list > li > a {
  display: block;
  padding: 16px 16px 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .main_sitemap #sitemap_ul > li > #sitemap_list > li > a {
    padding: 1em 1em 1em 1em;
    font-size: 2.2rem;
    background-size: 15px;
  }
}
.main_sitemap #sitemap_ul > li > #sitemap_list > li > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  background: url(../img/common/a_arr.svg) center center no-repeat;
  background-size: contain;
  margin-bottom: 2px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .main_sitemap #sitemap_ul > li > #sitemap_list > li > a:before {
    width: 20px;
    height: 21px;
  }
}
.main_sitemap #sitemap_ul > li > ul > li a {
  display: block;
  padding: 16px 16px 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .main_sitemap #sitemap_ul > li > ul > li a {
    font-size: 2.2rem;
  }
}
.main_sitemap #sitemap_ul > li > ul > li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 14px;
  opacity: 1;
  background: url(../img/common/hd_arr.svg) 94% center no-repeat;
  background-size: 7px auto;
  margin-bottom: 2px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .main_sitemap #sitemap_ul > li > ul > li a:before {
    width: 20px;
    height: 21px;
  }
}

/*-----------------------------------------------------------
   not 404
-----------------------------------------------------------*/
@media (max-width: 767px) {
  main.main_not404 .pagetitle {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  main.main_not404 .pagetitle .cont {
    padding: 16% 0 8%;
  }
}
main.main_not404 .gr_txt {
  margin-bottom: 12%;
}
@media (min-width: 1280px) {
  main.main_not404 .gr_txt {
    margin-bottom: 0;
  }
}
main.main_not404 .gr_txt .hd_gr .txt_404 {
  line-height: 1.4;
  font-weight: 400;
  font-size: 6vw;
  margin-bottom: 10%;
}
@media (min-width: 1280px) {
  main.main_not404 .gr_txt .hd_gr .txt_404 {
    font-size: 3.4rem;
    margin-bottom: 0%;
  }
}
main.main_not404 .gr_txt .hd_gr .txt_404 b {
  font-family: "Jost";
  font-weight: 500;
  color: #03304C;
  display: block;
  line-height: 1;
  font-size: 24vw;
  margin-bottom: 6.4%;
}
@media (min-width: 1280px) {
  main.main_not404 .gr_txt .hd_gr .txt_404 b {
    margin-bottom: 0;
    font-size: 18rem;
  }
}
main.main_not404 .gr_txt .hd_gr h1.tit {
  line-height: 1.2;
  font-weight: 400;
  font-size: 5vw;
  padding: 2% 0;
}
@media (min-width: 1280px) {
  main.main_not404 .gr_txt .hd_gr h1.tit {
    line-height: 1.4;
    font-size: 2.8rem;
  }
}
main.main_not404 .gr_txt p.cap {
  line-height: 1.4;
  margin-bottom: 4%;
  font-size: 3.2vw;
}
@media (min-width: 1280px) {
  main.main_not404 .gr_txt p.cap {
    margin-bottom: 1.6%;
    font-size: 2rem;
  }
}

/*-----------------------------------------------------------
   form thanks
-----------------------------------------------------------*/
main.main_contact .sec_contact01 {
  padding: 4vw 0;
}
@media (min-width: 1280px) {
  main.main_contact .sec_contact01 {
    padding: 4% 0;
  }
}
main.main_contact .sec_contact01 .in > p {
  line-height: 1.6;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_contact .sec_contact01 .in > p {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}

.page-contact-privacy {
  overflow: auto;
  height: 300px;
  background-color: #fff;
  color: #333;
  padding: 30px;
  font-size: 16px;
  margin-bottom: 0.4em;
}
@media (max-width: 1279px) {
  .page-contact-privacy {
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-contact-privacy {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.page-contact-privacy h2 {
  margin-bottom: 10px;
  font-weight: bold;
}
.page-contact-privacy h3 {
  margin-bottom: 10px;
}
.page-contact-privacy p {
  margin-bottom: 30px;
}

.page-contact-txt {
  text-align: center;
  margin-bottom: 1.6em;
}

input[type=checkbox] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox] ~ span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 0 0 57px;
  font-size: 28px;
}
@media (max-width: 1279px) {
  input[type=checkbox] ~ span {
    font-size: 18px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  input[type=checkbox] ~ span {
    margin-bottom: 15px;
    padding: 0 0 0 30px;
    font-size: 16px;
  }
}
input[type=checkbox] ~ span::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #fff;
  display: block;
  background: transparent;
}
@media (max-width: 1279px) {
  input[type=checkbox] ~ span::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  input[type=checkbox] ~ span::before {
    width: 14px;
    height: 14px;
  }
}

input[type=checkbox] ~ span::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 7px;
  width: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
  left: 7px;
  opacity: 0;
}
@media (max-width: 1279px) {
  input[type=checkbox] ~ span::after {
    height: 5px;
    width: 14px;
    top: 11px;
    left: 5px;
  }
}
@media (max-width: 767px) {
  input[type=checkbox] ~ span::after {
    width: 10px;
    height: 5px;
    top: 9px;
    left: 3px;
  }
}

input[type=checkbox]:checked ~ span::after {
  opacity: 1;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
}

div.wpcf7-response-output {
  margin: 2em 0 0 0;
  padding: 0;
  border: none;
  font-weight: bold;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 2em;
}

h4.member_txt_sent {
  margin: 2em 0;
  text-align: center;
}

.member_txt_sent {
  text-align: center;
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-spam-blocked {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  color: #dc0003;
  font-weight: bold;
}

span.wpcf7-not-valid-tip {
  color: #dc0003;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  margin: 0.4em 0 1em 0;
}
@media (min-width: 1280px) {
  span.wpcf7-not-valid-tip {
    font-size: 1.6rem;
  }
}

.wpcf7-not-valid {
  background: #ffd0d1;
}

#wrap_contact table .post {
  margin: 0;
  padding: 0;
}

.member_txt {
  padding: 0 0 5px 0;
}

.sent table {
  display: none !important;
}

div.wpcf7 .ajax-loader {
  background-image: none;
  vertical-align: baseline;
}

div.wpcf7 .ajax-loader::after {
  content: "\f110";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  display: inline-block;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.back-top {
  background: #03304C;
  color: #fff;
  padding: 15px 30px;
  margin: 50px auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background: transparent !important;
}

.wpcf7c-conf {
  background: transparent;
}

main.main_thanks .cont {
  text-align: center;
  padding: 4vw 0;
}
@media (min-width: 1280px) {
  main.main_thanks .cont {
    padding: 4% 0;
  }
}
main.main_thanks .cont .in > p {
  line-height: 1.6;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_thanks .cont .in > p {
    font-size: 2.4rem;
    line-height: 1.8;
  }
}
main.main_thanks .cont .gr_txt {
  margin-bottom: 16vw;
}
@media (min-width: 1280px) {
  main.main_thanks .cont .gr_txt {
    margin-bottom: 0;
  }
}
main.main_thanks .cont .gr_txt .hd_gr .tit {
  color: #03304C;
  line-height: 1.4;
  margin-bottom: 4%;
  font-size: 5.05vw;
}
@media (min-width: 1280px) {
  main.main_thanks .cont .gr_txt .hd_gr .tit {
    font-size: 3.4rem;
    margin-bottom: 2%;
  }
}
@media (max-width: 767px) {
  main.main_thanks .cont .gr_txt .hd_gr .tit:after {
    display: none;
  }
}
main.main_thanks .cont .gr_txt p {
  line-height: 1.6;
  font-size: 4.2vw;
}
@media (min-width: 1280px) {
  main.main_thanks .cont .gr_txt p {
    font-size: 2.4rem;
  }
}

/*-----------------------------------------------------------
   share
-----------------------------------------------------------*/
.dl_table > li {
  display: table;
}
.dl_table > li dl {
  display: table-row;
}
.dl_table > li dl dt, .dl_table > li dl dd {
  display: table-cell;
}

#price_confirm .area_form {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#03304C), to(#0A5F95));
  background: linear-gradient(#03304C 0%, #0A5F95 100%);
  color: #fff;
  padding: 6% 0;
  margin-top: 0;
}
@media (min-width: 1280px) {
  #price_confirm .area_form {
    padding: 8% 0;
    margin-top: 0%;
  }
}
#price_confirm .area_form .tit {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 3.2%;
  font-size: 4.8vw;
}
@media (min-width: 1280px) {
  #price_confirm .area_form .tit {
    font-size: 4rem;
  }
}
#price_confirm .area_form .ul_form > li {
  padding-bottom: 1.6%;
}

.blk_form_std {
  max-width: 874px;
  margin: 0 auto;
}

.ul_form > li {
  margin-bottom: 1.6%;
}
.ul_form > li:last-child {
  margin-bottom: 0;
}
.ul_form > li .fh {
  display: block;
  padding: 0.48em 0;
  line-height: 1;
  font-size: 3.4vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fh {
    font-size: 2.4rem;
  }
}
.ul_form > li .fh .req {
  background-color: #F5CE40;
  display: inline-block;
  vertical-align: middle;
  padding: 0.08em 0.24em;
  line-height: 1;
  margin-left: 0.64em;
  font-size: 3.4vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fh .req {
    font-size: 2.4rem;
  }
}
.ul_form > li .fd input, .ul_form > li .fd select, .ul_form > li .fd textarea {
  font-size: 4.2vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fd input, .ul_form > li .fd select, .ul_form > li .fd textarea {
    font-size: 2.4rem;
  }
}
.ul_form > li .fd input.wpcf7-text,
.ul_form > li .fd textarea.wpcf7-textarea {
  width: 100%;
  padding: 0.56em;
}
@media (min-width: 1280px) {
  .ul_form > li .fd input.wpcf7-text,
  .ul_form > li .fd textarea.wpcf7-textarea {
    padding: 0.74em;
  }
}
.ul_form > li .fd select.wpcf7-select {
  width: 50%;
  padding: 0.4em 0.74em;
}
@media (max-width: 767px) {
  .ul_form > li .fd select.wpcf7-select {
    width: 100%;
    padding: 0.24em 0.56em;
  }
}
.ul_form > li .fd .wpcf7-list-item {
  display: block;
  font-size: 3.4vw;
  line-height: 1.4;
}
@media (min-width: 1280px) {
  .ul_form > li .fd .wpcf7-list-item {
    font-size: 2.4rem;
  }
}
.ul_form > li .fd textarea.wpcf7-textarea {
  height: 40vw;
}
@media (min-width: 1280px) {
  .ul_form > li .fd textarea.wpcf7-textarea {
    height: 24vw;
  }
}

.gr_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8% auto 4%;
}
.gr_submit input {
  margin: 0 1.6%;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-back {
  color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 30vw;
  margin: 0 auto;
  border-radius: 35px;
  border: 1px solid #03304C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 4.8vw;
}
@media (min-width: 1280px) {
  .wpcf7-back {
    font-size: 2.6rem;
    width: 372px;
    height: 70px;
  }
}
.wpcf7-back:hover {
  background-color: #03304C;
  color: #fff;
}

.txt_agree {
  font-size: 4vw;
  line-height: 1.4;
  padding: 0.8em 0;
}
@media (min-width: 1280px) {
  .txt_agree {
    font-size: 2.4rem;
  }
}

.wpcf7-previous {
  color: #03304C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  height: 12vw;
  margin: 0 auto;
  font-size: 4.4vw;
  border-radius: 40px;
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
}
@media (min-width: 1280px) {
  .wpcf7-previous {
    width: 380px;
    height: 78px;
    font-size: 2.6rem;
  }
}
.wpcf7-previous:after {
  width: 8vw;
  height: 8vw;
  content: "";
  background-image: url(../img/feature/arr_btn1.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .wpcf7-previous:after {
    width: 44px;
    height: 44px;
  }
}
/*------------------- エントリーリセット ---------------------*/
.entry {
  line-height: 2;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  position: static;
  clear: both;
  float: none;
  color: #03304C;
}
.entry h1 {
  font-size: 145.5%;
}
.entry h2 {
  font-size: 136.4%;
  border-bottom: 1px solid #03304C;
}
.entry h3 {
  font-size: 127.3%;
}
.entry h4 {
  font-size: 127.3%;
}
.entry h5 {
  font-size: 118.2%;
}
.entry h6 {
  font-size: 100%;
}
.entry strong, .entry b {
  font-weight: bold;
}
.entry p {
  margin: 0em 0em 0.8em 0em;
}
.entry em {
  font-style: italic;
}
.entry ol {
  margin: 1em 2em 1em;
}
.entry ul {
  margin: 1em 0 1em;
}
.entry ul li {
  margin: 0em 0em 0.5em 1em;
}
.entry ol li {
  margin: 0em 0em 0.5em 0em;
}
.entry ul {
  list-style: disc;
}
.entry ol {
  list-style: decimal;
}
.entry dl {
  margin: 1em 0;
}
.entry dd {
  margin-left: 2em;
}
.entry table.wp-oembed,
.entry table.wp-oembed td {
  border: none;
}
.entry table caption {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.entry table {
  clear: both;
  width: 99%;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em 0 1em 1px;
}
.entry table th {
  padding: 0.5em;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #f5f5f5;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
.entry table td {
  padding: 0.5em;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
}
.entry img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.entry img.aligncenter {
  margin: auto;
}
.entry a {
  text-decoration: underline;
}

/*-----------------------------------------------------------
   news
-----------------------------------------------------------*/
#news #key .heading .tit {
  font-size: 4rem;
}
#news #key .heading .tit:before {
  content: "News";
}
#news #contents main.main_news .news_area {
  padding-top: 56px;
  margin-bottom: 56px;
}

#pagetitle .hl {
  text-align: center;
  padding: 72px 0 48px;
}
#pagetitle .hl__tit {
  font-size: 2.1rem;
  line-height: 1;
  position: relative;
  margin-bottom: 1em;
}
#pagetitle .hl__tit:after {
  content: attr(data-title);
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  font-weight: 600;
  color: #03304C;
  margin-top: 0.4em;
}
@media (max-width: 1279px) {
  #pagetitle .hl__tit:after {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  #pagetitle .hl__tit:after {
    font-size: 6.4vw;
  }
}
#pagetitle .hl__desc {
  font-size: 1.6rem;
  line-height: 1.6;
}

.cont_blog {
  padding: 8% 0 0;
}
@media (min-width: 1280px) {
  .cont_blog {
    padding: 4% 0;
  }
}
.cont_blog .grid_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1280px) {
  .cont_blog .grid_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4%;
  }
}
@media (max-width: 767px) {
  .cont_blog .grid_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1280px) {
  .cont_blog .grid_flex .primary {
    width: 66%;
  }
}
@media (min-width: 1280px) {
  .cont_blog .grid_flex .secondary {
    width: 32%;
  }
}
main.main_news .primary {
  width: 68%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1280px) {
  main.main_news .primary {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  main.main_news .primary {
    width: 100%;
  }
}
main.main_news .primary .new_entry .entry_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 4px solid #0A5F95;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4vw 0;
}
@media (min-width: 1280px) {
  main.main_news .primary .new_entry .entry_head {
    padding: 24px 8px;
  }
}
main.main_news .primary .new_entry .entry_head > p, main.main_news .primary .new_entry .entry_head > div {
  display: table-cell;
  vertical-align: middle;
}
main.main_news .primary .new_entry .entry_head .update {
  white-space: nowrap;
  line-height: 1;
  margin-right: 0.4em;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_news .primary .new_entry .entry_head .update {
    margin-right: 1em;
    font-size: 1.8rem;
  }
}
main.main_news .primary .new_entry .entry_head .update i {
  margin-right: 0.24em;
}
main.main_news .primary .new_entry .entry_head .cat > span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  background: #999;
  color: #fff;
  border-radius: 20px;
  padding: 8px 12px 8px;
  margin-bottom: 0;
  float: right;
  font-size: 3.6vw;
}
@media (min-width: 1280px) {
  main.main_news .primary .new_entry .entry_head .cat > span {
    font-size: 1.6rem;
  }
}

main.main_news,
#news {
  /* cms-pagination */
  /* side */
}
main.main_news .cms-pagination,
#news .cms-pagination {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
main.main_news .cms-pagination ul,
#news .cms-pagination ul {
  position: relative;
  float: left;
  left: 50%;
  margin-bottom: 12px;
  font-size: 1.6rem;
}
main.main_news .cms-pagination ul li,
#news .cms-pagination ul li {
  position: relative;
  float: left;
  left: -50%;
  width: 40px;
  height: 44px;
  display: table;
  margin: 0 4px;
  display: none;
}
main.main_news .cms-pagination ul li.pagination-no-num,
#news .cms-pagination ul li.pagination-no-num {
  width: 62px;
  display: table;
}
main.main_news .cms-pagination ul li.pagination-no-num span,
#news .cms-pagination ul li.pagination-no-num span {
  background: #eee;
  border: 1px solid #ddd;
  color: #ccc;
}
main.main_news .cms-pagination ul li.pagination-sp,
#news .cms-pagination ul li.pagination-sp {
  display: table;
}
main.main_news .cms-pagination ul li a, main.main_news .cms-pagination ul li span,
#news .cms-pagination ul li a,
#news .cms-pagination ul li span {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border: 1px solid #999;
  background: #fff;
}
main.main_news .cms-pagination ul li a:before,
#news .cms-pagination ul li a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}
main.main_news .cms-pagination ul li span,
#news .cms-pagination ul li span {
  background: #03304C;
  border: 1px solid #555;
  color: #fff;
}
main.main_news .cms-pagination ul li span:before,
#news .cms-pagination ul li span:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  background: #ccc;
  bottom: -3px;
  left: 2%;
}
main.main_news .pagination-txt,
#news .pagination-txt {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
main.main_news .pagination-txt span,
#news .pagination-txt span {
  color: #ccc;
}
main.main_news #side,
#news #side {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 1280px) {
  main.main_news #side,
  #news #side {
    width: 28%;
    min-width: 300px;
  }
}
main.main_news #side .widget h2,
#news #side .widget h2 {
  color: #666e7b;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  main.main_news #side .widget h2,
  #news #side .widget h2 {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
main.main_news #side .cat_year,
#news #side .cat_year {
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 767px) {
  main.main_news #side .cat_year,
  #news #side .cat_year {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
main.main_news #side .cat_year ul,
#news #side .cat_year ul {
  border: 1px solid #e5e5e5;
}
main.main_news #side .cat_year ul li,
#news #side .cat_year ul li {
  border-bottom: 1px solid #e5e5e5;
  line-height: 28px;
}
@media (max-width: 767px) {
  main.main_news #side .cat_year ul li,
  #news #side .cat_year ul li {
    line-height: 28px;
  }
}
main.main_news #side .cat_year ul li:last-child,
#news #side .cat_year ul li:last-child {
  border-bottom: medium none;
}
main.main_news #side .cat_year ul li a,
#news #side .cat_year ul li a {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding: 12px 12px 12px 48px;
  position: relative;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  main.main_news #side .cat_year ul li a,
  #news #side .cat_year ul li a {
    padding: 8px 8px 8px 38px;
  }
}
main.main_news #side .cat_year ul li a::before,
#news #side .cat_year ul li a::before {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #525e6c;
  content: "\f15c";
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  padding: 12px;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  main.main_news #side .cat_year ul li a::before,
  #news #side .cat_year ul li a::before {
    padding: 8px;
  }
}
main.main_news #side .cat_year ul li a:hover,
#news #side .cat_year ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #03304C;
  opacity: 1;
}
main.main_news #side .cat_year ul li a:hover::before,
#news #side .cat_year ul li a:hover::before {
  background: #03304C none repeat scroll 0 0;
  color: #fff;
}
main.main_news .newslist_sec,
#news .newslist_sec {
  padding: 56px 0;
  position: relative;
}
@media (max-width: 767px) {
  main.main_news .newslist_sec,
  #news .newslist_sec {
    padding: 56px 30px;
  }
}
@media (max-width: 767px) {
  main.main_news .newslist_sec .inner,
  #news .newslist_sec .inner {
    width: auto;
  }
}
main.main_news .newslist_sec .heading .tit,
#news .newslist_sec .heading .tit {
  margin: 56px auto 56px;
}
main.main_news .newslist_sec ul,
#news .newslist_sec ul {
  margin: 32px 0 26px -20px;
  letter-spacing: -0.4em;
  text-align: center;
}
@media (max-width: 767px) {
  main.main_news .newslist_sec ul,
  #news .newslist_sec ul {
    margin: 32px 0 26px 0;
  }
}
main.main_news .newslist_sec ul li,
#news .newslist_sec ul li {
  width: 300px;
  min-height: 320px;
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  main.main_news .newslist_sec ul li,
  #news .newslist_sec ul li {
    width: auto;
    max-width: 80%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}
main.main_news .newslist_sec ul li .amore a:after,
#news .newslist_sec ul li .amore a:after {
  content: "＞";
}
main.main_news .newslist_sec ul li a,
#news .newslist_sec ul li a {
  text-decoration: none;
  color: #03304C;
}
main.main_news .newslist_sec ul li a:hover,
#news .newslist_sec ul li a:hover {
  opacity: 0.56;
}
@media (max-width: 767px) {
  main.main_news .newslist_sec ul li .tmb img,
  #news .newslist_sec ul li .tmb img {
    width: 100%;
  }
}
main.main_news .newslist_sec ul li p,
#news .newslist_sec ul li p {
  font-size: 1.5rem;
  vertical-align: top;
}
@media (max-width: 767px) {
  main.main_news .newslist_sec ul li p,
  #news .newslist_sec ul li p {
    font-size: 1.8rem;
  }
}
main.main_news .newslist_sec ul li .date,
#news .newslist_sec ul li .date {
  padding: 8px 4px;
  text-align: left;
}
@media (max-width: 767px) {
  main.main_news .newslist_sec ul li .date,
  #news .newslist_sec ul li .date {
    padding: 8px 4px;
  }
}
main.main_news .newslist_sec ul li p.postdate,
#news .newslist_sec ul li p.postdate {
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 4px;
  color: #03304C;
}
@media (max-width: 767px) {
  main.main_news .newslist_sec ul li p.postdate,
  #news .newslist_sec ul li p.postdate {
    font-size: 1.8rem;
  }
}
main.main_news,
#news {
  /* detail */
}
@media (max-width: 767px) {
  main.main_news .newsdetail_sec,
  #news .newsdetail_sec {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  main.main_news .newsdetail_sec .inner,
  #news .newsdetail_sec .inner {
    width: auto;
  }
}
main.main_news .newsdetail_sec .post .heading,
#news .newsdetail_sec .post .heading {
  border-bottom: 3px solid #03304C;
  text-align: left;
  color: #03304C;
  padding: 8px 4px;
}
@media (max-width: 767px) {
  main.main_news .newsdetail_sec .post .heading,
  #news .newsdetail_sec .post .heading {
    padding: 8px 4px;
  }
}
main.main_news .newsdetail_sec .post .heading .postdate,
#news .newsdetail_sec .post .heading .postdate {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  main.main_news .newsdetail_sec .post .heading .postdate,
  #news .newsdetail_sec .post .heading .postdate {
    font-size: 16px;
  }
}
main.main_news .newsdetail_sec .post .heading .tit,
#news .newsdetail_sec .post .heading .tit {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 767px) {
  main.main_news .newsdetail_sec .post .heading .tit,
  #news .newsdetail_sec .post .heading .tit {
    font-size: 22px;
    line-height: 1.4;
  }
}
main.main_news .newsdetail_sec .post .entry,
#news .newsdetail_sec .post .entry {
  padding: 4px;
}
main.main_news .newsdetail_sec .post .entry p,
#news .newsdetail_sec .post .entry p {
  font-size: 15px;
}
@media (max-width: 767px) {
  main.main_news .newsdetail_sec .post .entry p,
  #news .newsdetail_sec .post .entry p {
    font-size: 16px;
  }
}
main.main_news .newsdetail_sec .post .entry img,
#news .newsdetail_sec .post .entry img {
  display: block;
  margin: 40px 0;
}
@media (max-width: 767px) {
  main.main_news .newsdetail_sec .post .entry img,
  #news .newsdetail_sec .post .entry img {
    max-width: 100%;
  }
}
main.main_news .news_area,
#news .news_area {
  width: auto;
}
@media (max-width: 767px) {
  main.main_news .news_area,
  #news .news_area {
    width: auto;
  }
}
main.main_news .news_area > .heading,
#news .news_area > .heading {
  position: relative;
  padding: 8px 0 8px;
  margin-top: 48px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  main.main_news .news_area > .heading,
  #news .news_area > .heading {
    padding: 8px 0 8px;
    margin-top: 48px;
    margin-bottom: 56px;
  }
}
main.main_news .news_area ul.new_list,
#news .news_area ul.new_list {
  border-top: 1px solid #d5d5d5;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  main.main_news .news_area ul.new_list,
  #news .news_area ul.new_list {
    margin: 24px 15px 24px;
  }
}
main.main_news .news_area ul.new_list li,
#news .news_area ul.new_list li {
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 8px 20px 12px;
}
@media (max-width: 767px) {
  main.main_news .news_area ul.new_list li,
  #news .news_area ul.new_list li {
    padding: 24px 8px 24px 8px;
  }
}
main.main_news .news_area ul.new_list li a,
#news .news_area ul.new_list li a {
  text-decoration: none;
  color: #333;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main.main_news .news_area ul.new_list li a:hover,
#news .news_area ul.new_list li a:hover {
  opacity: 0.8;
}
main.main_news .news_area ul.new_list li a:hover .tit,
#news .news_area ul.new_list li a:hover .tit {
  color: #03304C;
}
main.main_news .news_area ul.new_list li a:hover p,
#news .news_area ul.new_list li a:hover p {
  opacity: 0.56;
}
main.main_news .news_area ul.new_list li .update,
#news .news_area ul.new_list li .update {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 767px) {
  main.main_news .news_area ul.new_list li .update,
  #news .news_area ul.new_list li .update {
    font-size: 1.8rem;
  }
}
main.main_news .news_area ul.new_list li .cat,
#news .news_area ul.new_list li .cat {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  background: #03304C;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px 6px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  main.main_news .news_area ul.new_list li .cat,
  #news .news_area ul.new_list li .cat {
    font-size: 1.8rem;
    padding: 8px 16px;
  }
}
main.main_news .news_area ul.new_list li .cont,
#news .news_area ul.new_list li .cont {
  margin-top: 4px;
}
@media (max-width: 767px) {
  main.main_news .news_area ul.new_list li .cont,
  #news .news_area ul.new_list li .cont {
    margin-top: 8px;
  }
}
main.main_news .news_area ul.new_list li .cont > .tit,
#news .news_area ul.new_list li .cont > .tit {
  font-size: 2rem;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  main.main_news .news_area ul.new_list li .cont > .tit,
  #news .news_area ul.new_list li .cont > .tit {
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
}
main.main_news .news_area ul.new_list li .cont p,
#news .news_area ul.new_list li .cont p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  main.main_news .news_area ul.new_list li .cont p,
  #news .news_area ul.new_list li .cont p {
    font-size: 2rem;
  }
}
main.main_news .new_entry,
#news .new_entry {
  min-height: 700px;
}
@media (max-width: 767px) {
  main.main_news .new_entry,
  #news .new_entry {
    min-height: inherit;
  }
}
main.main_news .new_entry .entry_head,
#news .new_entry .entry_head {
  width: 100%;
  display: table;
  border-top: 4px solid #03304C;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  main.main_news .new_entry .entry_head,
  #news .new_entry .entry_head {
    padding: 24px 15px;
  }
}
main.main_news .new_entry .entry_head .update, main.main_news .new_entry .entry_head .cat,
#news .new_entry .entry_head .update,
#news .new_entry .entry_head .cat {
  display: table-cell;
  vertical-align: middle;
}
main.main_news .new_entry .entry_head .update,
#news .new_entry .entry_head .update {
  font-size: 1.4rem;
  white-space: nowrap;
  line-height: 1;
  margin-right: 1em;
}
@media (max-width: 767px) {
  main.main_news .new_entry .entry_head .update,
  #news .new_entry .entry_head .update {
    font-size: 2rem;
  }
}
main.main_news .new_entry .entry_head .cat > p,
#news .new_entry .entry_head .cat > p {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  background: #999;
  color: #fff;
  border-radius: 20px;
  padding: 6px 12px 6px;
  font-size: 1.4rem;
  float: right;
}
@media (max-width: 767px) {
  main.main_news .new_entry .entry_head .cat > p,
  #news .new_entry .entry_head .cat > p {
    padding: 8px 16px;
    font-size: 2rem;
  }
}
main.main_news .new_entry .title,
#news .new_entry .title {
  font-size: 2.4rem;
  margin: 0 6px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  main.main_news .new_entry .title,
  #news .new_entry .title {
    font-size: 2.8rem;
    margin: 0;
    line-height: 1.4;
    margin-bottom: 24px;
  }
}
main.main_news .new_entry .txt_area,
#news .new_entry .txt_area {
  padding: 8px;
}
@media (max-width: 767px) {
  main.main_news .new_entry .txt_area,
  #news .new_entry .txt_area {
    padding: 8px 15px;
  }
}
main.main_news .new_entry .txt_area p,
#news .new_entry .txt_area p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  main.main_news .new_entry .txt_area p,
  #news .new_entry .txt_area p {
    font-size: 2rem;
  }
}
main.main_news .new_entry .txt_area p:last-child,
#news .new_entry .txt_area p:last-child {
  margin-bottom: 0;
}
main.main_news .nav_page,
#news .nav_page {
  width: 100%;
  margin: 32px auto;
  border-top: 1px solid #e5e5e5;
  display: table;
  position: relative;
}
@media (max-width: 767px) {
  main.main_news .nav_page,
  #news .nav_page {
    margin: 64px auto;
  }
}
main.main_news .nav_page .np,
#news .nav_page .np {
  letter-spacing: normal;
  vertical-align: top;
  font-size: 14px;
}
@media (max-width: 767px) {
  main.main_news .nav_page .np,
  #news .nav_page .np {
    font-size: 24px;
  }
}
main.main_news .nav_page .np a,
#news .nav_page .np a {
  width: 100%;
  color: #03304C;
  display: table-cell;
  vertical-align: middle;
  padding: 16px 16px;
}
main.main_news .nav_page .prev,
main.main_news .nav_page .next,
#news .nav_page .prev,
#news .nav_page .next {
  width: 32%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.main_news .nav_page .back,
#news .nav_page .back {
  width: 34%;
  margin: 0 32%;
  text-align: center;
}
main.main_news .nav_page .back a,
#news .nav_page .back a {
  width: 100%;
  display: block;
}
main.main_news .nav_page .prev,
#news .nav_page .prev {
  display: table-cell;
  vertical-align: middle;
  left: 0;
}
main.main_news .nav_page .prev:before,
#news .nav_page .prev:before {
  content: "◀︎";
  padding: 2px 5px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 16px;
  background: #03304C;
  color: #fff;
  margin-right: 8px;
}
main.main_news .nav_page .next,
#news .nav_page .next {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  right: 0;
}
main.main_news .nav_page .next:after,
#news .nav_page .next:after {
  content: "▶︎";
  padding: 2px 5px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  border-radius: 16px;
  background: #03304C;
  color: #fff;
  margin-left: 8px;
}

main.main_news nav.nav_anker,
#news nav.nav_anker {
  margin: 0 auto 4%;
}
main.main_news nav.nav_anker .ul_nav,
#news nav.nav_anker .ul_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
}
main.main_news nav.nav_anker .ul_nav > li,
#news nav.nav_anker .ul_nav > li {
  text-align: center;
  height: 56px;
  width: 120px;
  margin-right: 20px;
}
main.main_news nav.nav_anker .ul_nav > li.current a,
#news nav.nav_anker .ul_nav > li.current a {
  border-bottom: 2px solid #fff;
  color: #fff;
  margin-top: -1px;
}
main.main_news nav.nav_anker .ul_nav > li a,
#news nav.nav_anker .ul_nav > li a {
  font-size: 14px;
  display: block;
  color: #fff;
  line-height: 56px;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
  cursor: pointer;
}
main.main_news nav.nav_anker .ul_nav > li a:hover,
#news nav.nav_anker .ul_nav > li a:hover {
  color: #03304C;
}
main.main_news .newlist ul.new_list li,
#news .newlist ul.new_list li {
  border-bottom: 1px solid #d5d5d5;
  padding: 20px 8px 20px 12px;
}
@media (max-width: 767px) {
  main.main_news .newlist ul.new_list li,
  #news .newlist ul.new_list li {
    padding: 24px 8px 24px 8px;
  }
}
main.main_news .newlist ul.new_list li a,
#news .newlist ul.new_list li a {
  max-width: 980px;
  margin: 0 auto;
  text-decoration: none;
  color: #333;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main.main_news .newlist ul.new_list li a:hover,
#news .newlist ul.new_list li a:hover {
  opacity: 0.56;
}
main.main_news .newlist ul.new_list li a:hover .tit,
#news .newlist ul.new_list li a:hover .tit {
  color: #03304C;
}
main.main_news .newlist ul.new_list li .gr,
#news .newlist ul.new_list li .gr {
  margin-bottom: 1.6rem;
}
main.main_news .newlist ul.new_list li .gr .update,
#news .newlist ul.new_list li .gr .update {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  color: #999;
  margin-right: 1em;
}
@media (max-width: 767px) {
  main.main_news .newlist ul.new_list li .gr .update,
  #news .newlist ul.new_list li .gr .update {
    font-size: 1.8rem;
  }
}
main.main_news .newlist ul.new_list li .gr .update:after,
#news .newlist ul.new_list li .gr .update:after {
  content: "｜";
  margin-left: 1em;
}
main.main_news .newlist ul.new_list li .gr .cat,
#news .newlist ul.new_list li .gr .cat {
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  main.main_news .newlist ul.new_list li .gr .cat,
  #news .newlist ul.new_list li .gr .cat {
    font-size: 1.8rem;
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  main.main_news .newlist ul.new_list li .cont,
  #news .newlist ul.new_list li .cont {
    margin-top: 8px;
  }
}
main.main_news .newlist ul.new_list li .cont .tit,
#news .newlist ul.new_list li .cont .tit {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  main.main_news .newlist ul.new_list li .cont .tit,
  #news .newlist ul.new_list li .cont .tit {
    font-size: 2.4rem;
    margin-bottom: 4px;
  }
}
main.main_news .newlist ul.new_list li .cont .desc,
#news .newlist ul.new_list li .cont .desc {
  margin-top: 1em;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  main.main_news .newlist ul.new_list li .cont .desc,
  #news .newlist ul.new_list li .cont .desc {
    font-size: 2rem;
  }
}
main.main_news .newlist,
#news .newlist {
  background-color: #0A5F95;
  width: auto;
  margin: 0 auto;
  padding: 0 0 8%;
}
@media (max-width: 767px) {
  main.main_news .newlist,
  #news .newlist {
    width: auto;
  }
}
main.main_news .ul_topics,
#news .ul_topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1280px) {
  main.main_news .ul_topics,
  #news .ul_topics {
    gap: 4%;
  }
}
@media (max-width: 767px) {
  main.main_news .ul_topics,
  #news .ul_topics {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
main.main_news .ul_topics > li,
#news .ul_topics > li {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  width: 48%;
  margin-bottom: 4%;
}
@media (min-width: 1280px) {
  main.main_news .ul_topics > li,
  #news .ul_topics > li {
    width: 30%;
  }
}
main.main_news .ul_topics > li a,
#news .ul_topics > li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main.main_news .ul_topics > li a:hover,
#news .ul_topics > li a:hover {
  background-color: rgb(229, 239, 247);
}
@media (max-width: 767px) {
  main.main_news .ul_topics > li .tmb,
  #news .ul_topics > li .tmb {
    width: 100%;
  }
}
main.main_news .ul_topics > li .tmb img,
#news .ul_topics > li .tmb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  main.main_news .ul_topics > li .tmb img,
  #news .ul_topics > li .tmb img {
    height: auto;
  }
}
main.main_news .ul_topics > li .tmb_no,
#news .ul_topics > li .tmb_no {
  width: 100%;
  height: 26vw;
  max-height: 180px;
}
main.main_news .ul_topics > li .txt .heading,
#news .ul_topics > li .txt .heading {
  height: 2.2em;
  padding: 2.6% 6.4%;
}
@media (min-width: 1280px) {
  main.main_news .ul_topics > li .txt .heading,
  #news .ul_topics > li .txt .heading {
    height: 6em;
  }
}
main.main_news .ul_topics > li .txt .heading .tit,
#news .ul_topics > li .txt .heading .tit {
  line-height: 1.2;
  padding: 2% 0;
  color: #03304C;
  font-weight: 600;
  font-size: 2.6vw;
}
@media (min-width: 1280px) {
  main.main_news .ul_topics > li .txt .heading .tit,
  #news .ul_topics > li .txt .heading .tit {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  main.main_news .ul_topics > li .txt .heading .tit,
  #news .ul_topics > li .txt .heading .tit {
    font-size: 3.2vw;
  }
}
main.main_news .ul_topics > li .txt .date,
#news .ul_topics > li .txt .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ddd;
  font-size: 2.4vw;
  padding: 0.8em 0.74em 0.8em;
}
@media (min-width: 1280px) {
  main.main_news .ul_topics > li .txt .date,
  #news .ul_topics > li .txt .date {
    padding: 1.2em 1em 1.2em;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
main.main_news .ul_topics > li .txt .date .cat,
#news .ul_topics > li .txt .date .cat {
  color: #950F0A;
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
/*-----------------------------------------------------------
   contact
-----------------------------------------------------------*/
#contact .formsec1 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #contact .formsec1 {
    margin-bottom: 40px;
  }
}
#contact .formsec1 .lead .txt_blk {
  padding: 24px;
}
#contact .formsec1 .lead .txt_blk a {
  text-decoration: underline;
}
#contact .formsec1 .lead .txt_blk p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #contact .formsec1 .lead .txt_blk p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
#contact .formsec1 .lead .txt_blk p .required {
  color: #f50;
}
#contact .form_blk {
  margin-bottom: 48px;
}
#contact .form_blk .tit {
  font-size: 21px;
  line-height: 1;
  text-align: left;
  padding: 16px 4px;
  color: #03304C;
  font-weight: normal;
}
@media (max-width: 767px) {
  #contact .form_blk .tit {
    font-size: 34px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  #contact .form_blk .heading {
    margin-bottom: 24px;
  }
}
#contact .form_blk .heading .tit, #contact .form_blk .heading .desc {
  display: inline-block;
}
@media (max-width: 767px) {
  #contact .form_blk .heading .tit, #contact .form_blk .heading .desc {
    display: block;
  }
}
#contact .form_blk .heading .desc {
  font-size: 16px;
  margin-left: 2em;
}
@media (max-width: 767px) {
  #contact .form_blk .heading .desc {
    font-size: 24px;
    margin-left: 0;
  }
}
#contact .form_blk .required {
  padding-left: 0.5em;
  color: #f50;
}
#contact .li_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 56px;
}
@media (max-width: 767px) {
  #contact .li_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .li_contact li {
  width: 48%;
  border: 1px solid #595757;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  #contact .li_contact li {
    width: 100%;
    display: block;
    margin-bottom: 24px;
  }
}
#contact .li_contact li .tit {
  color: #03304C;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #595757;
  text-align: center;
  margin: 0 -12px;
  padding-bottom: 4px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  #contact .li_contact li .tit {
    font-size: 2.8rem;
  }
}
#contact .li_contact li p {
  font-size: 1.6rem;
  text-align: center;
  margin: 8px -8px;
  color: #231815;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #contact .li_contact li p {
    font-size: 2.2rem;
  }
}
#contact .li_contact li .dd {
  font-size: 2.4rem;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  background: #03304C;
  color: #fff;
  margin: 0;
  padding: 0.2em;
}
@media (max-width: 767px) {
  #contact .li_contact li .dd {
    padding: 0.4em;
  }
}

#contact_list .txt_blk {
  padding: 24px;
  text-align: center;
  margin-bottom: 64px;
}
#contact_list .txt_blk p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #contact_list .txt_blk p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
#contact_list .txt_blk p .required {
  color: #f50;
}

.list_form {
  border-top: 1px solid #dce0e3;
  margin-bottom: 56px;
}
.list_form > li {
  font-size: 1.8rem;
  padding: 12px 0;
  border-bottom: 1px solid #dce0e3;
}
@media (max-width: 767px) {
  .list_form > li {
    padding: 16px 0;
  }
}
.list_form > li > ul.list_gr > li {
  margin: 0 0 12px;
}
.list_form > li > ul.list_gr > li:last-child {
  margin-bottom: 0;
}
.list_form > li > .dl_table {
  width: 100%;
  display: table;
}
.list_form > li > .dl_table > dt,
.list_form > li > .dl_table > dd {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dt,
  .list_form > li > .dl_table > dd {
    display: block;
    font-size: 28px;
  }
}
.list_form > li > .dl_table > dt {
  width: 160px;
  text-align: center;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dt {
    width: auto;
    margin-bottom: 16px;
  }
}
.list_form > li > .dl_table > dd {
  padding-left: 3.5em;
  position: relative;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd {
    padding-left: 0;
  }
}
.list_form > li > .dl_table > dd > ul.list_gr > li {
  padding-bottom: 12px;
  margin: 0 0 12px;
  border-bottom: 1px solid #dce0e3;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd > ul.list_gr > li {
    border-bottom: none;
  }
}
.list_form > li > .dl_table > dd > ul.list_gr > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_form > li > .dl_table > dd ul.list_gr_noline > li {
  margin: 0 0 12px;
  position: relative;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd ul.list_gr_noline > li.zip {
    margin-left: 1.5em;
  }
}
.list_form > li > .dl_table > dd ul.list_gr_noline > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list_form > li > .dl_table > dd .br_blk {
  width: 8em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .br_blk {
    display: block;
    margin-bottom: 6px;
  }
}
.list_form > li > .dl_table > dd .in_blk {
  width: 28em;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .in_blk {
    width: 100%;
  }
}
.list_form > li > .dl_table > dd .inden {
  width: 3em;
  margin-right: 0.5em;
  position: absolute;
  left: -3.5em;
  top: 50%;
  text-align: right;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .list_form > li > .dl_table > dd .inden {
    width: auto;
    position: static;
    display: block;
    text-align: left;
    top: 0;
    -webkit-transform: translateY(0); /* Safari用 */
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .list_form > li.li_add dl {
    position: relative;
  }
  .list_form > li.li_add dl dd {
    padding-left: 0;
  }
  .list_form > li.li_add dl .inden {
    width: 1em;
    margin-right: 0.5em;
    position: absolute;
    left: -1.5em;
    top: 50%;
    text-align: right;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
  }
}
.list_form input {
  width: 50%;
}
@media (max-width: 767px) {
  .list_form input {
    width: 100%;
    padding: 15px 10px;
  }
}
.list_form input.seimei {
  width: 5em;
  display: inline-block;
}
.list_form input.inp_w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .list_form input.inp_w30 {
    width: 100%;
  }
}
.list_form input.inp_w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .list_form input.inp_w60 {
    width: 100%;
  }
}
.list_form input.inp_w90 {
  width: 90%;
}
@media (max-width: 767px) {
  .list_form input.inp_w90 {
    width: 100%;
  }
}
.list_form input#zip {
  width: 8em;
}
@media (max-width: 767px) {
  .list_form input#zip {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .list_form select {
    padding: 10px;
    padding-right: 2em;
  }
  .list_form select#item {
    width: 100%;
  }
}
.list_form textarea {
  width: 100%;
  height: 12em;
}

.list_form_area {
  margin-top: 16px;
  margin-bottom: 56px;
}
.list_form_area > li > .dl_table {
  width: 100%;
  display: table;
}
.list_form_area > li > .dl_table > dt,
.list_form_area > li > .dl_table > dd {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .list_form_area > li > .dl_table > dt,
  .list_form_area > li > .dl_table > dd {
    display: block;
    font-size: 28px;
  }
}
.list_form_area > li > .dl_table > dt {
  width: 160px;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .list_form_area > li > .dl_table > dt {
    width: auto;
    margin-bottom: 12px;
  }
}
.list_form_area > li > .dl_table > dd {
  padding-left: 2em;
  position: relative;
}
@media (max-width: 767px) {
  .list_form_area > li > .dl_table > dd {
    padding-left: 0;
  }
}
.list_form_area > li > .dl_table > dd.txtarea {
  display: block;
  padding-left: 0;
  margin-top: 24px;
}
.list_form_area input {
  width: 50%;
}
@media (max-width: 767px) {
  .list_form_area input {
    width: 100%;
    padding: 15px 10px;
  }
}
.list_form_area input.seimei {
  width: 30%;
  display: inline-block;
}
.list_form_area input.inp_w30 {
  width: 30%;
}
@media (max-width: 767px) {
  .list_form_area input.inp_w30 {
    width: 100%;
  }
}
.list_form_area input.inp_w60 {
  width: 60%;
}
@media (max-width: 767px) {
  .list_form_area input.inp_w60 {
    width: 100%;
  }
}
.list_form_area input.inp_w90 {
  width: 90%;
}
@media (max-width: 767px) {
  .list_form_area input.inp_w90 {
    width: 100%;
  }
}
.list_form_area select#type {
  min-width: 320px;
}
.list_form_area textarea {
  width: 100%;
  height: 12em;
}

.check_area {
  margin: 32px auto;
  text-align: center;
  font-size: 2rem;
  /*
  label {
  	padding-left: 48px;
  	display: inline-block;
  	cursor: pointer;
  	position: relative;
  	&:before {
  		content:'';
  		width: 32px;
  		height: 32px;
  		display: inline-block;
  		position: absolute;
  		left: 0;
  		top: 50%;
  		transform: translateY(-50%);
  		background-color:	#fff;
  		box-shadow:inset 1px 1px 2px 0px rgba(0,0,0,0.4);
  		border-radius:4px;
  		transition: .3s;
  		font-size:3.2rem;
  		line-height: 1;
  	}
  }
  input[type=checkbox] {
  	display: inline-block;
  	display: none;
  }
  input[type=checkbox]:checked + .mfp_element_hidden + label:before,
  input[type=checkbox]:checked + label:before {
  	content:'\2713';
  	font-size:3.2rem;
  	color: #fff;
  	background-color:	$c;
  	line-height: 1;
  }
  .mfp_err{
  	width: auto;
  }
  */
}
.check_area .precheck {
  width: auto;
}

.policy_area {
  margin-top: 24px;
  border-top: 1px solid #ddd;
  padding-top: 24px;
}
.policy_area .policyframe {
  border: 1px solid #ddd;
  height: 220px;
  overflow: scroll;
  padding: 16px;
  font-size: 1.6rem;
}
.policy_area .policyframe .dl_policy {
  padding-bottom: 16px;
}
.policy_area .policyframe .dl_policy > dd .ol_def1 > li:last-child > ul {
  margin-bottom: 0;
}
.policy_area .policyframe .dl_policy > dd .ol_def1 .h3_def1 {
  font-weight: normal;
}
.policy_area .policyframe .dl_policy > dd .ol_def1 .h3_def1 + ul {
  margin-bottom: 0.8em;
}

.send, .home2, .reset {
  text-align: center;
}
.send .button, .home2 .button, .reset .button {
  display: inline-block;
  padding: 1em 5em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #03304C;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 767px) {
  .send .button, .home2 .button, .reset .button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 24px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.send .button:hover, .home2 .button:hover, .reset .button:hover {
  opacity: 0.4;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#thanks {
  padding-top: 40px;
}
#thanks .tit {
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  padding: 16px 0;
  color: #03304C;
}
#thanks .txt_blk {
  padding: 24px 0;
  text-align: center;
}
#thanks .txt_blk #mfp_thanks {
  font-size: 2rem;
  line-height: 2;
}
#thanks .txt_blk p {
  font-size: 2rem;
  line-height: 2;
}
#thanks .txt_blk .txt_img1 {
  margin: 40px auto 32px;
}
@media (max-width: 767px) {
  #thanks .txt_blk .txt_img1 {
    max-width: 100%;
  }
}
#thanks .btn_area {
  width: 620px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  #thanks .btn_area {
    width: auto;
  }
}
#thanks .btn_area a.btn01 {
  color: #fff;
  display: block;
  border-radius: 8px;
  padding: 0.8em 4em;
  background: #03304C;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}
@keyframes img {
  0% {
    right: 100%;
    width: 100%;
  }
  50% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}