@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
  position: relative;
  overflow: hidden;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  padding: 100px 0 100px;
  overflow: hidden;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 1200px;
}

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    max-width: inherit;
  }
}

#global_footer {
  min-width: inherit !important;
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

/*2カラム*/
a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .75;
}

.map {
  margin-bottom: 0;
}

.map iframe {
  vertical-align: bottom;
}

.form_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
  border-bottom: 1px solid #ccc;
}

.form_wrap dl:first-child {
  border-top: 1px solid #ccc;
}

.form_wrap dl dt, .form_wrap dl dd {
  border: none !important;
  padding: 10px !important;
}

.form_wrap dl dt a, .form_wrap dl dd a {
  text-decoration: underline;
  color: #000 !important;
}

.form_wrap dl dt {
  background: #f3f7fd !important;
  font-weight: 500;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
  }
}

.scrollarea {
  overflow-y: scroll;
  padding-right: 20px;
  border: none;
}

.scrollarea::-webkit-scrollbar {
  width: 10px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#0354a5), to(#002373));
  background: linear-gradient(180deg, #0354a5, #002373);
}

.news_list {
  max-width: 870px;
  width: 70%;
  max-height: 180px;
  overflow-y: auto;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
}

.news_list dl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 20px;
  border: none !important;
}

.news_list dl dt {
  width: 100px !important;
  font-weight: normal;
  display: block !important;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  margin-right: 40px;
}

.news_list dl dt span {
  color: inherit;
}

.news_list dl dd {
  width: calc(100% - 140px) !important;
  background: inherit !important;
  padding: 0 !important;
}

.news_list dl dd a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .news_list {
    max-height: 260px;
  }
  .news_list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list dl dt {
    width: auto !important;
    margin-bottom: 5px;
  }
  .news_list dl dd {
    width: 100% !important;
  }
}

.qa_list dl {
  border: none !important;
  margin-bottom: 20px;
}

.qa_list dl .clickbox {
  width: 100%;
}

.qa_list dl .clickbox dt {
  width: 100% !important;
  padding: 15px !important;
  padding-left: 65px !important;
  position: relative;
  background: #f3f7fd !important;
  color: #333;
}

.qa_list dl .clickbox dt::before {
  display: block;
  content: 'Q';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  line-height: 50px;
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #0354a5;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox dt::before {
    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 only screen and (max-width: 640px) {
  .qa_list dl .clickbox {
    cursor: auto;
    pointer-events: none !important;
  }
}

.qa_list dl .boxOpen {
  width: 100%;
}

.qa_list dl .boxOpen dd {
  width: 100% !important;
  padding: 20px 15px 20px 60px !important;
  position: relative;
}

.qa_list dl .boxOpen dd::before {
  display: block;
  content: 'A';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 34px;
  color: #0354a5;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen dd::before {
    height: 100%;
    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 only screen and (max-width: 640px) {
  .qa_list dl .boxOpen {
    display: block !important;
  }
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 190px;
  z-index: 999;
  opacity: 0.85;
}

@media only screen and (max-width: 834px) {
  #pagetop {
    bottom: 55px;
  }
}

#pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  background: #0354a5;
}

#pagetop a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f106';
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #fff !important;
  border: 1px solid #fff;
}

.nf_tx h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .nf_tx h2, .nf_tx div {
    text-align: left !important;
  }
}

.nf_btn a {
  width: 270px !important;
  margin: 0 auto;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 20px 0 10px;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(180deg, transparent 17px, #f7f7f7 17px);
}

.dropdown .second-level li {
  width: 100%;
  line-height: 1.6 !important;
}

.dropdown .second-level li a {
  white-space: nowrap;
}

.dropdown .second-level li a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  font-size: 13px;
  color: #0354a5;
  margin-right: 5px;
}

.dropdown .second-level li a::after {
  display: none;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
}

table td a {
  text-decoration: underline;
}

table td img {
  height: auto !important;
}

.tbl_scroll table {
  table-layout: auto;
}

.tb_p10 table td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tb_p10 table td {
    padding: 10px 5px !important;
  }
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  height: auto !important;
}

img.imgL {
  margin-right: 3%;
}

@media only screen and (max-width: 640px) {
  img.imgL {
    max-width: 100%;
  }
}

img.imgR {
  margin-left: 3%;
}

@media only screen and (max-width: 640px) {
  img.imgR {
    max-width: 100%;
  }
}

.ct_img img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img_w-auto img {
  width: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap {
  padding-top: 40px;
}

form .form_wrap dt {
  display: block !important;
}

form .form_wrap dt label {
  display: block;
  color: #dc143c !important;
}

form .form_wrap dd {
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form .form_wrap dd > div {
  width: 100%;
}

.contact_form .checkbox dt {
  word-break: keep-all;
}

.contact_form .checkbox dd label {
  display: block;
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact_form dl dt {
    width: 30% !important;
  }
  .contact_form dl dd {
    width: 70% !important;
  }
}

@media only screen and (max-width: 640px) {
  .contact_form dl dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .contact_form dl dt label {
    margin-left: 10px;
  }
}

.contact_form dl.file {
  padding-top: 30px;
  border: none !important;
  width: 32%;
  display: inline-block !important;
}

.contact_form dl.file dt {
  font-size: 16px !important;
}

.contact_form dl.file dd div.drop {
  height: 160px;
}

.contact_form dl.file dd label {
  width: 100px;
  height: 28px;
}

@media only screen and (max-width: 834px) {
  .contact_form dl.file {
    width: 100%;
    display: block !important;
  }
  .contact_form dl.file dt, .contact_form dl.file dd {
    width: 100% !important;
  }
}

.submit {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}

.submit button {
  background: #fff;
  color: #666;
  border: 1px solid #0354a5;
  border-bottom: 4px solid #0354a5;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: inherit;
  font-weight: 600;
  color: #0354a5;
  margin: 30px 10px 0;
  padding: 10px 15px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: 1px solid #0354a5;
  top: 2px;
  margin-bottom: 3px;
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.8125vw;
  }
}

.policy_link a {
  color: #ef0b22 !important;
  margin-right: 3px;
}

.error {
  margin-top: 0 !important;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*slick*/
/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px 45px;
  background: linear-gradient(145deg, #0353a3, #003673 83%);
}

@media only screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 30px 0 35px;
  }
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  z-index: 1;
  position: relative;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 3em;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 2em;
  }
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: block;
  width: 100%;
  letter-spacing: 0.01em;
  font-family: 'Anton',sans-serif;
  font-size: 0.6em;
  font-weight: normal;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  margin-top: -80px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 15px;
  }
}

.pan1 .pankuzu a {
  text-decoration: underline;
  text-underline-position: under;
}

.pan1 .pankuzu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: auto !important;
  z-index: 100;
  width: 100% !important;
  padding: 12px 20px 15px !important;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
  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;
}

.is-show {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

body::before, body::after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

body::before {
  z-index: 9999;
  -webkit-transition: .6s;
  transition: .6s;
  background: #003673;
}

body::after {
  z-index: 9998;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  background: #0354a5;
  opacity: 0.7;
}

body.fo::before {
  left: 150vw;
}

body.fo::after {
  left: 150vw;
}

.anime01 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime03 {
  opacity: 0;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.anime04 {
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.fadeIn-down, .fadeIn-up, .fadeIn-right, .fadeIn-left {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0354a5;
  color: #0354a5;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 99;
}

.hover:hover {
  opacity: 1;
  color: #fff !important;
}

.hover:hover:after {
  left: 0;
  z-index: -1;
}

.hover:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0354a5;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.top_bloglist {
  padding: 40px 20px 30px 40px;
}

@media only screen and (max-width: 640px) {
  .top_bloglist {
    padding: 20px;
    padding-right: 10px;
  }
}

.blog_list {
  max-height: 140px;
  overflow-y: auto;
  border: none !important;
  display: block !important;
  padding-right: 10px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.blog_list::-webkit-scrollbar {
  width: 10px;
}

.blog_list::-webkit-scrollbar-track {
  background: inherit;
}

.blog_list::-webkit-scrollbar-thumb {
  background: #0354a5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog_list > div .blog_photo, .blog_list > div .detail {
  display: none;
}

.blog_list > div .blog_text {
  width: calc(100% - 20px) !important;
  padding: 0 !important;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_list > div .blog_text .blog_date {
  font-size: 16px;
  color: #0354a5 !important;
  font-weight: bold;
  margin-right: 40px;
}

.blog_list > div .blog_text h3 {
  margin-bottom: 0;
}

.blog_list > div .blog_text h3 a span {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
}

@media only screen and (max-width: 640px) {
  .blog_list > div .blog_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_list > div .blog_text .blog_date {
    width: 100%;
    margin-right: 0;
  }
}

#blog {
  background: #fff;
}

#blog #nav_global {
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.blog {
  padding: 50px 0 80px;
  background: #f3f7fd !important;
}

.blog .wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .blog .wrap {
    max-width: inherit;
  }
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog a {
  color: #666 !important;
  text-decoration: underline !important;
}

.blog a:visited {
  color: #aaa !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

.blog aside {
  padding: 0;
  overflow: visible;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}

.blog aside table td.blog {
  padding: 0;
  background: none !important;
}

.blog aside table td.blog label {
  background: none !important;
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
}

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

.blog #contents {
  margin: 0;
  margin-left: 4%;
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
    margin-left: 0;
  }
}

.blog #contents article {
  font-size: 16px;
  line-height: 1.8;
}

.blog #contents article .date {
  color: #0354a5;
  font-size: 16px;
}

.blog #contents h1 {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.blog #contents h1 span {
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .blog #contents h1 {
    margin-bottom: 20px;
  }
}

.blog #contents img {
  margin: 20px 0 !important;
}

.blog #contents dt span.date {
  color: #aaa;
}

.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}

.blog #contents .flex_text {
  font-size: 16px;
}

.top_ig_list .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top_ig_list .sns_list > div {
  border-bottom: none;
  margin-bottom: 10px;
  width: 32%;
}

.top_ig_list .sns_list > div:not(:nth-child(3n)) {
  margin-right: 2%;
}

.top_ig_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.top_ig_list .sns_list > div .sns_photo a {
  display: block;
  position: relative;
}

.top_ig_list .sns_list > div .sns_photo a::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.top_ig_list .sns_list > div .sns_photo a img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.top_ig_list .sns_list > div .sns_text {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_ig_list .sns_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top_ig_list .sns_list > div {
    width: 49%;
  }
  .top_ig_list .sns_list > div:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .top_ig_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
}

.ct_instagram .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
  margin: 0 auto;
}

.ct_instagram .sns_list > div {
  border-bottom: none;
  margin-bottom: 30px;
  width: 32%;
}

.ct_instagram .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.ct_instagram .sns_list > div .sns_photo img {
  width: 100% !important;
}

.ct_instagram .sns_list > div .sns_text {
  display: none;
}

@media only screen and (max-width: 834px) {
  .ct_instagram .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 640px) {
  .ct_instagram .sns_list {
    padding: 0 3%;
  }
  .ct_instagram .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(50% - 15px);
  }
  .ct_instagram .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
}

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

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

.items article .photo::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}

.items article .price {
  color: #ff0000;
  font-weight: bold;
}

.search form input {
  padding: 10px 37px 10px 5px !important;
}

.search form select {
  height: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .i1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.i1 .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

.i1 .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.i1 .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}

.i1 .item_view h2 span {
  display: none;
}

.i1 .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

.header_container {
  padding: 15px 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;
}

.header_container .h_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_container .h_link .h_tel {
  line-height: 1.4;
  text-align: right;
}

.header_container .h_link .h_tel a {
  font-size: 26px;
  font-weight: bold;
}

.header_container .h_link .h_tel a::before {
  display: inline-block;
  content: 'TEL';
  font-size: 16px;
}

.header_container .h_link .h_tel p {
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .header_container .h_link .h_tel a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border: 1px solid #003673;
  }
  .header_container .h_link .h_tel a::before, .header_container .h_link .h_tel a span {
    display: none;
  }
  .header_container .h_link .h_tel a::after {
    display: block;
    font-family: "Font Awesome 5 Pro";
    content: '\f879';
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #003673;
  }
  .header_container .h_link .h_tel p {
    display: none;
  }
}

.header_container .h_link .h_contact {
  margin-left: 30px;
}

.header_container .h_link .h_contact a {
  display: inline-block;
  min-width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  color: #fff !important;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.header_container .h_link .h_contact a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#0354a5), to(#002373));
  background: linear-gradient(90deg, #0354a5, #002373);
}

.header_container .h_link .h_contact a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fd6600), to(#fc510d));
  background: linear-gradient(90deg, #fd6600, #fc510d);
}

.header_container .h_link .h_contact a ._btntx {
  margin-right: -10px;
  position: relative;
}

.header_container .h_link .h_contact a ._btntx::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  margin-left: 15px;
}

.header_container .h_link .h_contact a:hover {
  opacity: 1;
}

.header_container .h_link .h_contact a:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .header_container .h_link .h_contact a {
    width: 85%;
    height: 62px;
    line-height: 62px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .header_container .h_link .h_contact a::before, .header_container .h_link .h_contact a::after {
    border-radius: 31px;
  }
}

.header_container .h_link .h_contact a {
  width: 250px;
  min-width: inherit;
  padding: 0;
}

.header_container .h_link .h_contact a span {
  margin-left: 5px;
}

.header_container .h_link .h_contact a span::after {
  display: none;
}

@media only screen and (max-width: 834px) {
  .header_container .h_link .h_contact a {
    width: 50px;
    border-radius: 0;
  }
  .header_container .h_link .h_contact a::before, .header_container .h_link .h_contact a::after {
    border-radius: 0;
  }
  .header_container .h_link .h_contact a i {
    font-size: 26px;
    line-height: 49px;
  }
  .header_container .h_link .h_contact a span {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .header_container .h_link .h_contact a {
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1050px) {
  .header_container {
    max-width: inherit;
    width: 100%;
    padding: 15px 20px;
  }
  .header_container .h_link {
    margin-right: 60px;
  }
  .header_container .h_link .h_contact {
    margin-left: 15px;
  }
}

#nav_global {
  height: 80px;
  border-bottom: 1px solid #ccc;
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #nav_global ul {
    max-width: inherit;
    width: 100%;
  }
}

#nav_global ul li {
  width: calc(100% / 7);
  height: 80px;
  border-right: 1px solid #ccc;
}

#nav_global ul li:first-child {
  border-left: 1px solid #ccc;
}

#nav_global ul li a {
  display: block;
  height: 80px;
  padding: 15px 0;
  font-weight: 600;
}

#nav_global ul li a span {
  display: block;
  color: #0354a5;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_global ul li a:hover {
  color: #fd6600 !important;
}

#nav_global ul li a:hover span {
  color: #fd6600;
}

@media screen and (max-width: 1050px) {
  #nav_global {
    display: none;
  }
}

#mainArea {
  position: relative;
}

#mainArea img {
  width: 100vw;
  min-height: 635px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#mainArea li:nth-child(2) img {
  -o-object-position: 88%;
     object-position: 88%;
}

#mainArea h1 {
  font-size: 26px;
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 43px 100px 40px;
  background: rgba(0, 33, 66, 0.7);
  position: absolute;
  bottom: 48%;
  left: 0;
  -webkit-animation: top_h1 1.4s 0.4s;
          animation: top_h1 1.4s 0.4s;
}

@-webkit-keyframes top_h1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes top_h1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#mainArea h1 .orange {
  font-size: 34px;
  display: inline-block;
}

#mainArea h1 .orange::first-letter {
  color: #fd6600;
}

#mainArea h1 .red {
  font-size: 34px;
  display: inline-block;
}

#mainArea h1 .red::first-letter {
  color: #ec0000;
}

#mainArea h1 em {
  font-size: 60px;
  letter-spacing: 0.05em;
  display: block;
}

#mainArea h1 .notojp {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  font-weight: 500;
  display: block;
}

#mainArea .copy {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  padding-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainArea .copy .box {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #003673;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 0 10px #003673;
          box-shadow: 0 0 0 10px #003673;
  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;
  opacity: 0;
  -webkit-animation: top_tx 1s 0.8s forwards;
          animation: top_tx 1s 0.8s forwards;
}

@-webkit-keyframes top_tx {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes top_tx {
  0% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#mainArea .copy .box:not(:last-child) {
  margin-right: 35px;
}

#mainArea .copy .box:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#mainArea .copy .box:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

#mainArea .copy .box p {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

#mainArea .copy .box p br {
  display: none;
}

@media screen and (max-width: 580px) {
  #mainArea .copy .box p br {
    display: block;
  }
}

#mainArea .copy .box p span {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  display: block;
  margin-top: 20px;
}

@media only screen and (max-width: 834px) {
  #mainArea img {
    min-height: 436px;
  }
  #mainArea h1 {
    font-size: 20px;
    width: 80%;
    padding: 25px 0;
    padding-left: 7%;
    bottom: 170px;
  }
  #mainArea h1 .orange, #mainArea h1 .red {
    font-size: 30px;
  }
  #mainArea h1 em {
    font-size: 47px;
  }
  #mainArea h1 .notojp {
    font-size: 26px;
  }
  #mainArea .copy {
    padding: 5px 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainArea .copy .box {
    width: 31%;
    height: auto;
    padding: 5px 0 10px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 5px #003673;
            box-shadow: 0 0 0 5px #003673;
  }
  #mainArea .copy .box:not(:last-child) {
    margin-right: 0;
  }
  #mainArea .copy .box p {
    font-size: 18px;
  }
  #mainArea .copy .box p span {
    font-size: 16px;
    margin-top: 10px;
  }
}

#footer {
  background: #003673;
}

#footer .footer_container {
  color: #fff;
  text-align: left;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer_container .f_info {
  font-size: 16px;
}

#footer .footer_container .f_info .f_logo {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#footer .footer_container .f_info .f_logo a:not(:last-child) {
  margin-right: 10px;
}

#footer .footer_container .f_info .f_logo a i {
  font-size: 20px;
  vertical-align: bottom;
}

#footer .footer_container .f_info .f_logo a .fa-instagram {
  margin-bottom: -1px;
  font-size: 21px;
}

#footer .footer_container .f_info a {
  color: #fff !important;
}

#footer .footer_container .f_info p {
  color: #fff;
  line-height: 1.6;
}

#footer .footer_container .f_info p:last-child {
  margin-top: 15px;
}

@media screen and (max-width: 950px) {
  #footer .footer_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_container .f_info {
    width: 100%;
    margin-bottom: 40px;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 43%;
}

.nav_footer .nbox li:not(:last-child) {
  margin-bottom: 10px;
}

.nav_footer .nbox li a {
  color: #fff !important;
  padding: 3px;
  position: relative;
}

.nav_footer .nbox li a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  margin-right: 10px;
}

@media screen and (max-width: 950px) and (min-width: 751px) {
  .nav_footer {
    width: 100%;
    display: block;
  }
  .nav_footer .nbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav_footer .nbox li:not(:last-child) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 750px) {
  .nav_footer {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .nav_footer .nbox:first-child {
    margin-right: 10%;
  }
}

#copyright {
  color: #fff;
  font-weight: 500;
  line-height: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 834px) {
  #copyright {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    text-align: left;
    line-height: 40px;
    border-top: none;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 1200px) {
  #copyright {
    max-width: inherit;
  }
}

#link_fb {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
}

@media only screen and (max-width: 834px) {
  #link_fb {
    bottom: 55px;
  }
}

#link_fb a {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff !important;
  background: #003673;
  border: 1px solid #fff;
}

#link_fb a i {
  margin-right: 8px;
  margin-bottom: -1px;
  font-size: 18px;
}

.guide01 {
  background: #f7f7f7;
  padding: 50px 30px;
}

.guide01 table {
  table-layout: auto;
}

.guide01 table tr {
  border-bottom: 1px solid #ccc;
}

.guide01 table tr td {
  border: none;
  font-weight: 500;
  font-size: 1.1em;
}

.guide01 table tr td:first-child {
  text-align: center !important;
  color: #666;
  min-width: 54px;
}

.guide01 table tr:first-child {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.guide01 table tr:first-child td:nth-child(2) {
  border-bottom: 1px solid #ccc;
}

.guide01 table tr:nth-child(2) {
  border-bottom: none;
}

@media screen and (max-width: 1180px) {
  .guide01 table tr {
    padding: 10px 0;
  }
  .guide01 table tr td {
    display: block;
    width: 100%;
    text-align: center !important;
    padding: 3px !important;
  }
  .guide01 table tr:first-child td:first-child::before {
    display: block;
    content: '7F / 6F / 5F';
  }
  .guide01 table tr:first-child td:first-child div {
    display: none;
  }
  .guide01 table tr:nth-child(2) {
    display: none;
  }
  .guide01 table tr:nth-child(3) {
    display: none;
  }
}

.guide02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.guide02 .list_box {
  width: 48.5%;
  border: 1px solid #0354a5;
  border-top: none;
  padding-bottom: 20px;
}

.guide02 .list_box .box {
  width: 100%;
  text-align: center;
}

.guide02 .list_box .box:first-child {
  background: #0354a5;
  font-size: 1.1em;
  color: #fff;
  padding: 10px;
}

.guide02 .list_box .box:first-child div {
  font-weight: 500;
}

.guide02 .list_box .box b {
  color: #0354a5;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  .guide02 .list_box {
    width: 100%;
  }
  .guide02 .list_box:first-child {
    margin-bottom: 40px;
  }
}

.disclosure01 table {
  table-layout: auto;
}

.disclosure01 table tr td a {
  position: relative;
  padding-left: 23px;
}

.disclosure01 table tr td a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f1c1';
  font-weight: 200;
  color: #fd6600;
  position: absolute;
  left: 3px;
  top: 0;
}

.tanki01 td a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f019';
  font-weight: 200;
  color: #fd6600;
  margin-left: 5px;
}

.yougo_table table tr td, .yougo_table02 table tr td {
  text-align: center;
}

.yougo_table table tr td:first-child, .yougo_table02 table tr td:first-child {
  background: #f3f7fd;
  word-break: keep-all;
}

.yougo_table table tr td span, .yougo_table02 table tr td span {
  color: #dc143c;
}

.yougo_table table tr .td_title, .yougo_table02 table tr .td_title {
  background: #0354a5 !important;
  color: #fff;
  font-size: 1.1em;
}

.yougo_table table tr .td_title div, .yougo_table02 table tr .td_title div {
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .yougo_table, .yougo_table02 {
    white-space: inherit;
  }
  .yougo_table tr td, .yougo_table02 tr td {
    min-width: 150px;
  }
  .yougo_table tr .td_title, .yougo_table02 tr .td_title {
    text-align: left !important;
  }
}

@media only screen and (max-width: 640px) {
  .yougo_table02 tr td {
    min-width: 200px;
  }
}

.contact_table table tr td:first-child {
  background: #f3f7fd;
  width: 25%;
}

@media only screen and (max-width: 640px) {
  .contact_table table tr td {
    display: block;
    width: 100% !important;
    min-height: 50px;
  }
}

.policy dl {
  border-bottom: none !important;
}

.policy dl:first-child {
  border-top: none !important;
}

.policy dl:not(:last-child) {
  margin-bottom: 10px;
}

.policy dl dt, .policy dl dd {
  background: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 10px;
}

.policy dl dt {
  font-size: 1.1em;
}

.policy h3 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.1em;
}

.sitemap li {
  border-left: 10px solid #0354a5;
  font-size: 1.1em;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-left: 10px;
}

.df_01 {
  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;
}

.df_01 .ct_item {
  width: 48%;
}

@media only screen and (max-width: 640px) {
  .df_01 .ct_item {
    width: 100%;
  }
  .df_01 .ct_item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.fb_wrap {
  max-width: 500px;
}

/* home */
h2 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 40px;
}

h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}

.top_ti {
  text-align: center;
}

.top_ti h2 {
  font-size: 36px;
  margin-bottom: 0;
}

.top_ti h2 b {
  font-size: 1.35em;
}

.top_ti h2 ._sub {
  font-family: 'Anton',serif;
  font-size: 18px;
  color: #fd6600;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}

.top_ti h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.top_ti h3 ._sub {
  font-family: 'Anton',serif;
  font-size: 20px;
  color: #666;
  font-weight: normal;
  margin-left: 20px;
}

.top_ti h3 ._sub::before {
  display: inline-block;
  content: '/';
  font-family: sans-serif;
  margin-right: 10px;
}

@media only screen and (max-width: 640px) {
  .ti-right h2 {
    text-align: center !important;
  }
}

.ct_ti h2 {
  padding: 10px 20px;
  background: #f7f7f7;
  border-top: 3px solid #0354a5;
}

.ct_ti h3 {
  color: #0354a5;
  padding-left: 10px;
  border-left: 10px solid #0354a5;
}

.ct_ti02 h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.ct_ti02 h3 {
  padding: 10px 15px 10px 30px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  position: relative;
}

.ct_ti02 h3::before {
  display: block;
  content: '';
  width: 10px;
  height: calc(100% - 20px);
  background: #0354a5;
  position: absolute;
  left: 10px;
  top: 10px;
}

@media only screen and (max-width: 640px) {
  .ct_tx div {
    text-align: left !important;
  }
}

.txbox {
  font-size: 1.1em;
  padding: 30px;
  border: 4px double #0354a5;
}

.txbox div {
  font-weight: 500;
}

.txbox02 img {
  width: 40% !important;
}

@media only screen and (max-width: 640px) {
  .txbox02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .txbox02 img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100% !important;
    margin: 40px 0 0;
  }
}

em {
  font-weight: bold;
  font-size: 1.125em;
}

.ta-right {
  text-align: right !important;
}

.bg01 {
  background: #f3f7fd;
  padding: 30px;
}

@media only screen and (max-width: 834px) {
  .bg01 {
    padding: 30px 20px;
  }
}

.bg02 {
  background: #f7f7f7;
  padding: 30px;
}

@media only screen and (max-width: 834px) {
  .bg02 {
    padding: 30px 20px;
  }
}

.df01 {
  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;
}

.df01 .ct_tx {
  width: 48%;
}

.df01 .ct_img {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .df01 .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df01 .ct_img {
    width: 100%;
  }
  .df01 .ct_img img {
    width: 100% !important;
  }
}

.df01-reverse {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.df01-reverse .ct_tx {
  width: 48%;
}

.df01-reverse .ct_img {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .df01-reverse .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df01-reverse .ct_img {
    width: 100%;
  }
  .df01-reverse .ct_img img {
    width: 100% !important;
  }
}

.df02 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.df02 .ct_tx {
  width: 48%;
}

.df02 .ct_img {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .df02 .ct_tx {
    width: 100%;
    margin-bottom: 40px;
  }
  .df02 .ct_img {
    width: 100%;
  }
  .df02 .ct_img img {
    width: 100% !important;
  }
}

.df02 .ct_img {
  width: 30%;
  position: relative;
}

.df02 .ct_img::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.df02 .ct_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.df02 .ct_tx {
  width: 65%;
}

.df02 .ct_tx .link_btn {
  margin-top: 40px;
}

.df02 .ct_tx .link_btn a {
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .df02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .df02 .ct_tx {
    width: 68%;
  }
}

@media only screen and (max-width: 640px) {
  .df02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df02 .ct_tx {
    width: 100%;
  }
  .df02 .ct_tx .link_btn a {
    margin-right: auto;
  }
  .df02 .ct_img {
    width: 100%;
    margin-bottom: 40px;
  }
  .df02 .ct_img img {
    width: 100% !important;
  }
}

.df_tx {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_tx::after {
  display: none;
}

.df_tx div {
  width: 55%;
}

.df_tx img {
  width: 40% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 640px) {
  .df_tx div {
    width: 100%;
  }
  .df_tx img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.box_cont3 .box {
  width: 32%;
  margin-bottom: 40px;
}

.box_cont3 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

.box_cont3 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont3 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.box_cont3 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 640px) {
  .box_cont3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box_cont3 .box {
    width: 100%;
  }
  .box_cont3 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.box_cont4 .box {
  width: 23%;
  text-align: center;
  margin-bottom: 40px;
}

.box_cont4 .box:not(:nth-child(4n)) {
  margin-right: calc(8% / 3);
}

.box_cont4 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont4 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.box_cont4 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.box_cont4 .box h3 {
  font-size: 1.15em;
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .box_cont4 .box {
    width: 49%;
  }
  .box_cont4 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .box_cont4 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.box_cont5 .box {
  width: 19%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.box_cont5 .box:not(:nth-child(5n)) {
  margin-right: calc(5% / 4);
}

.box_cont5 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont5 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.box_cont5 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .box_cont5 .box {
    width: 23%;
  }
  .box_cont5 .box:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(4n)) {
    margin-right: calc(8% / 3);
  }
}

@media only screen and (max-width: 834px) {
  .box_cont5 .box {
    width: 32%;
  }
  .box_cont5 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.ul01 li, .li_circle li, .li_check li {
  font-size: 1.125em;
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

.ul01 li::before, .li_circle li::before, .li_check li::before {
  display: block;
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.ul01 li span, .li_circle li span, .li_check li span {
  color: #dc143c;
}

.ul02 li {
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 10px;
}

.li_circle {
  padding-left: 1em;
}

.li_circle li::before {
  content: '○';
}

@media only screen and (max-width: 640px) {
  .li_circle {
    padding-left: 0;
  }
}

.li_check li {
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f058';
  font-weight: 700;
  color: #0354a5;
  font-size: 24px;
  top: -2px;
}

.li_count01 li {
  padding: 5px 5px 5px 30px;
  position: relative;
}

.li_count01 li span {
  font-size: 1.25em;
  font-weight: 500;
  color: #0354a5;
  position: absolute;
  top: 2px;
  left: 5px;
}

.li_count01 li em {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  margin-left: -30px;
  display: block;
}

.form01 dl dt {
  background: none !important;
  color: #10316b;
}

.link_btn a {
  display: inline-block;
  min-width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  color: #fff !important;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.link_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#0354a5), to(#002373));
  background: linear-gradient(90deg, #0354a5, #002373);
}

.link_btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fd6600), to(#fc510d));
  background: linear-gradient(90deg, #fd6600, #fc510d);
}

.link_btn a ._btntx {
  margin-right: -10px;
  position: relative;
}

.link_btn a ._btntx::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  margin-left: 15px;
}

.link_btn a:hover {
  opacity: 1;
}

.link_btn a:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .link_btn a {
    width: 85%;
    height: 62px;
    line-height: 62px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .link_btn a::before, .link_btn a::after {
    border-radius: 31px;
  }
}

@media only screen and (max-width: 834px) {
  ._right div {
    text-align: center !important;
  }
}

.link_btn02 a {
  display: inline-block;
  min-width: 280px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  color: #fff !important;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.link_btn02 a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#0354a5), to(#002373));
  background: linear-gradient(90deg, #0354a5, #002373);
}

.link_btn02 a::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fd6600), to(#fc510d));
  background: linear-gradient(90deg, #fd6600, #fc510d);
}

.link_btn02 a ._btntx {
  margin-right: -10px;
  position: relative;
}

.link_btn02 a ._btntx::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f330';
  font-weight: 700;
  margin-left: 15px;
}

.link_btn02 a:hover {
  opacity: 1;
}

.link_btn02 a:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .link_btn02 a {
    width: 85%;
    height: 62px;
    line-height: 62px;
    border-radius: 31px;
    margin: 0 auto;
  }
  .link_btn02 a::before, .link_btn02 a::after {
    border-radius: 31px;
  }
}

.link_btn02 a {
  width: 400px;
  line-height: 1.6;
  padding: 10px;
}

.link_btn02 a::after {
  content: '\f330';
  font-weight: 700;
  font-size: 22px;
}

.link_btn02 a em {
  display: block;
}

@media only screen and (max-width: 640px) {
  .link_btn02 a {
    width: 90%;
  }
}

.tel_link a {
  font-size: 30px;
  color: #0354a5 !important;
  font-weight: bold;
}

.tel_link a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: '\f879';
  margin-right: 10px;
}

.contact_link {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact_link .box {
  width: 47%;
}

.contact_link .box a {
  color: #fff !important;
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  background: rgba(0, 70, 151, 0.8);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.contact_link .box a::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_link .box a span::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f2b6';
  font-weight: 700;
  margin-right: 15px;
}

.contact_link .box:first-child a {
  background: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  color: #003673 !important;
  height: 101px;
  line-height: 101px;
}

.contact_link .box:first-child a::after {
  border-color: rgba(0, 70, 151, 0.8);
}

.contact_link .box:first-child a em {
  font-size: 30px;
  margin: 0 10px 0 5px;
}

@media screen and (max-width: 1000px) {
  .contact_link .box {
    width: 100%;
  }
  .contact_link .box:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact_link .box a {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.dl01 dl {
  border-bottom: none !important;
  margin-bottom: 20px;
}

.dl01 dl span {
  color: inherit;
}

.dl01 dl:first-child {
  border-top: none !important;
}

.dl01 dl dt {
  width: 240px !important;
  color: #fff;
  text-align: center;
  padding: 10px !important;
  display: block !important;
  background: #0354a5 !important;
}

.dl01 dl dd {
  width: calc(100% - 240px) !important;
  padding: 0 0 0 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .dl01 dl dt {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .dl01 dl dd {
    width: 100% !important;
    padding-left: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top01 h2 {
  font-size: 24px;
}

.top01 h2 em {
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 834px) {
  .top01 div {
    text-align: left !important;
  }
}

.top02 {
  padding: 80px 0;
  background: #f3f7fd;
}

.top02 .ct_box .ct_tx {
  width: 50%;
  background: #fff;
  padding: 20px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .top02 .ct_box .ct_tx {
    padding: 20px 15px;
  }
  .top02 .ct_box .ct_tx h3 {
    font-size: 24px;
  }
  .top02 .ct_box .ct_tx h3 span {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 834px) {
  .top02 .ct_box .ct_tx {
    width: 100%;
    padding: 40px 15px;
  }
  .top02 .ct_box .ct_tx h3 {
    font-size: 26px;
    text-align: center !important;
  }
}

.top02 .link_btn {
  margin-top: 30px;
}

.top03 {
  padding: 80px 0;
  background: url(../images/contents/bg01.jpg) center/cover;
}

.top03 .top_ti h2 br {
  display: none;
}

@media only screen and (max-width: 834px) {
  .top03 .top_ti h2 br {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .top03 .top_ti h2 {
    font-size: 30px;
  }
  .top03 .top_ti div {
    text-align: left !important;
  }
  .top03 .top_ti div br {
    display: none;
  }
}

.top04 {
  background: #f3f7fd;
}

.top04 .inner {
  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;
}

.top04 .inner .top_ig_list {
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .top04 .inner .top_ti, .top04 .inner .news_list {
    width: 100%;
  }
}

.top_link01 a, .top_link02 a {
  display: block;
  width: 600px;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  text-align: center;
  color: #fff !important;
  background: -webkit-gradient(linear, left top, right top, from(#fda111), to(#fd8611));
  background: linear-gradient(90deg, #fda111, #fd8611);
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.top_link01 a::before, .top_link02 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#fd6600), to(#fc510d));
  background: linear-gradient(90deg, #fd6600, #fc510d);
}

.top_link01 a::after, .top_link02 a::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top_link01 a:hover, .top_link02 a:hover {
  opacity: 1;
}

.top_link01 a:hover::before, .top_link02 a:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .top_link01 a, .top_link02 a {
    width: 95%;
    line-height: 100px;
    margin: 0 auto;
  }
}

.top_link01 a span, .top_link02 a span {
  margin-left: -10px;
}

.top_link01 a span::before, .top_link02 a span::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../images/contents/icon01.png) no-repeat;
  margin: 0 15px -5px 0;
}

@media only screen and (max-width: 834px) {
  .top_link01, .top_link02 {
    margin-top: 40px !important;
  }
}

.top_link02 a span::before {
  background: url(../images/contents/icon02.png) no-repeat;
}

.philosophy01 {
  padding: 30px;
  border: 4px double #0354a5;
}

.philosophy01 h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #ccc;
}

.philosophy01 .tx-em {
  font-size: 1.125em;
  font-weight: bold;
}

.philosophy01 li {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 15px;
  padding-left: 2em;
  position: relative;
}

.philosophy01 li::before {
  display: block;
  content: '一、';
  position: absolute;
  left: 0;
  top: 0;
}

.recruit {
  background: #d9e5f7;
  padding: 70px 0;
  margin-bottom: -100px !important;
}

.recruit h2 {
  font-size: 26px;
}

.recruit h2 br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .recruit h2 br {
    display: block;
  }
}

.recruit .contact_link .box a {
  background: #004697;
}

.recruit .contact_link .box:first-child a {
  background: #fff;
}

/* title */
/*# sourceMappingURL=assets.css.map */