@charset "UTF-8";
body {
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  list-style-type: none; }

ul li {
  list-style: none; }

strong {
  font-weight: 500; }

.ct {
  text-align: center; }

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

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

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ""; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

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

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  transition: all 0.5s ease; }

.fr {
  float: right; }

.fl {
  float: left; }

.indent {
  text-indent: 1em; }

.flex_center {
  display: flex;
  justify-content: center; }

.flex_right {
  display: flex;
  justify-content: flex-end; }

img {
  max-width: 100%; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

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

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

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

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

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

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

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

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

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

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

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

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

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

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px); }

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px); }

.cmt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  color: #565656;
  line-height: 2; }
  .cmt:before {
    content: "※"; }

.cmt2 {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.05rem;
  color: #d30000;
  line-height: 2; }
  .cmt2:before {
    content: "※"; }

.cmt3 {
  padding-left: 1em;
  text-indent: -1em;
  /*font-size: 0.95rem;*/
  font-size: 1.05rem;
  color: #fff;
  line-height: 2; }

.cmt3:before {
  content: "※"; }

.cmt4 {
  padding-left: 1em;
  text-indent: -1em;
  /*font-size: 0.95rem;*/
  font-size: 1.05rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
  background-color: #b52f2f;
  padding: 8px 15px 8px 35px;
  border-radius: 5px; }

.cmt4:before {
  content: "※"; }

a.text_link {
  transition: 0.5s; }

a.text_link:link {
  color: #1086ad; }

a.text_link:visited {
  color: #1086ad; }

/*訪問済みのリンクの色*/
a.text_link:hover {
  color: #202d59;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
a.text_link:active {
  color: #202d59;
  text-decoration: none; }

/*クリック中のリンクの色*/
a.text_link_bk {
  transition: 0.5s; }

a.text_link_bk:link {
  color: #3c3c3c; }

a.text_link_bk:visited {
  color: #3c3c3c; }

/*訪問済みのリンクの色*/
a.text_link_bk:hover {
  color: #3c3c3c;
  text-decoration: none; }

/*カーソルが乗っているリンクの色*/
a.text_link_bk:active {
  color: #3c3c3c;
  text-decoration: none; }

/*クリック中のリンクの色*/
.disp_pc {
  display: block;
  visibility: visible; }

.disp_sp {
  display: none;
  visibility: hidden; }

@media screen and (max-width: 1024px) {
  .disp_pc {
    display: none;
    visibility: hidden; }

  .disp_sp {
    display: block;
    visibility: visible; } }
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal; }

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff; }

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px; }

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
header#header_area {
  position: relative; }
  header#header_area #header_contents {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100; }
    header#header_area #header_contents .global_header_core {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
      background-color: #fff;
      width: 100%; }
      header#header_area #header_contents .global_header_core .global_header_logo {
        padding: 30px 20px;
        transition: 0.5s; }
        header#header_area #header_contents .global_header_core .global_header_logo h1 a img {
          width: 300px;
          height: auto;
          transition: 0.5s; }

.SCRL header#header_area {
  position: relative; }
  .SCRL header#header_area #header_contents .global_header_core {
    width: 100%; }
    .SCRL header#header_area #header_contents .global_header_core .global_header_logo {
      padding: 20px;
      transition: 0.5s; }
      .SCRL header#header_area #header_contents .global_header_core .global_header_logo h1 a img {
        width: 230px;
        height: auto;
        transition: 0.5s; }

#navigation ul#global_menu {
  display: flex;
  align-items: center; }
  #navigation ul#global_menu li {
    margin-left: 40px; }
    #navigation ul#global_menu li a {
      font-family: "Noto Serif JP", serif;
      font-size: 1rem;
      transition: 0.5s;
      position: relative;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      #navigation ul#global_menu li a:before {
        content: "";
        position: absolute;
        background-color: #577a86;
        width: 15px;
        height: 1px;
        top: 12px;
        left: -20px; }
      #navigation ul#global_menu li a:link {
        color: #484848;
        text-decoration: none; }
      #navigation ul#global_menu li a:visited {
        color: #484848;
        text-decoration: none; }
      #navigation ul#global_menu li a:hover {
        color: #0f9dcd;
        text-decoration: none; }
      #navigation ul#global_menu li a:active {
        color: #0f9dcd;
        text-decoration: none; }
    #navigation ul#global_menu li.contact_btn a {
      position: relative;
      padding: 56px 30px 25px;
      font-size: 1rem;
      display: block;
      transition: 0.5s;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      #navigation ul#global_menu li.contact_btn a:before {
        content: none; }
      #navigation ul#global_menu li.contact_btn a:after {
        content: "";
        position: absolute;
        background: url("../images/img_commons/ico_mail.svg") no-repeat top center;
        width: 30px;
        height: 21px;
        background-size: cover;
        top: 21px;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.5s; }
      #navigation ul#global_menu li.contact_btn a:link {
        background-color: #1086ad;
        color: #fff;
        text-decoration: none; }
      #navigation ul#global_menu li.contact_btn a:visited {
        background-color: #1086ad;
        color: #fff;
        text-decoration: none; }
      #navigation ul#global_menu li.contact_btn a:hover {
        background-color: #202d59;
        color: #fff;
        text-decoration: none; }
      #navigation ul#global_menu li.contact_btn a:active {
        background-color: #202d59;
        color: #fff;
        text-decoration: none; }

.SCRL #navigation ul#global_menu {
  display: flex;
  align-items: center; }
  .SCRL #navigation ul#global_menu li {
    margin-left: 40px; }
    .SCRL #navigation ul#global_menu li a {
      font-size: 0.85rem;
      transition: 0.5s;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
    .SCRL #navigation ul#global_menu li.contact_btn a {
      position: relative;
      padding: 42px 30px 20px;
      font-size: 0.85rem;
      display: block;
      transition: 0.5s;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      .SCRL #navigation ul#global_menu li.contact_btn a:before {
        content: none; }
      .SCRL #navigation ul#global_menu li.contact_btn a:after {
        content: "";
        position: absolute;
        background: url("../images/img_commons/ico_mail.svg") no-repeat top center;
        width: 25px;
        height: 17px;
        background-size: cover;
        top: 21px;
        left: 0;
        right: 0;
        margin: auto;
        transition: 0.5s; }
      .SCRL #navigation ul#global_menu li.contact_btn a:link {
        background-color: #1086ad;
        color: #fff;
        text-decoration: none; }
      .SCRL #navigation ul#global_menu li.contact_btn a:visited {
        background-color: #1086ad;
        color: #fff;
        text-decoration: none; }
      .SCRL #navigation ul#global_menu li.contact_btn a:hover {
        background-color: #202d59;
        color: #fff;
        text-decoration: none; }
      .SCRL #navigation ul#global_menu li.contact_btn a:active {
        background-color: #202d59;
        color: #fff;
        text-decoration: none; }

@media screen and (max-width: 1080px) {
  #navigation {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: -1;
    padding: 52px 10px 50px;
    box-sizing: border-box; }
    #navigation ul#global_menu {
      display: block;
      overflow-Y: scroll; }
      #navigation ul#global_menu li {
        margin-left: 0;
        border-bottom: 1px solid #ccc; }
        #navigation ul#global_menu li a {
          font-size: 1rem;
          padding: 15px 0;
          display: block;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          #navigation ul#global_menu li a:before {
            content: none; }
          #navigation ul#global_menu li a:link {
            color: #484848;
            text-decoration: none; }
          #navigation ul#global_menu li a:visited {
            color: #484848;
            text-decoration: none; }
          #navigation ul#global_menu li a:hover {
            color: #0f9dcd;
            text-decoration: none; }
          #navigation ul#global_menu li a:active {
            color: #0f9dcd;
            text-decoration: none; }
        #navigation ul#global_menu li.contact_btn a {
          position: relative;
          padding: 15px 0;
          font-size: 1.1rem;
          display: block;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          #navigation ul#global_menu li.contact_btn a:before {
            content: none; }
          #navigation ul#global_menu li.contact_btn a:after {
            content: none; }
          #navigation ul#global_menu li.contact_btn a:link {
            background-color: #fff;
            color: #484848;
            text-decoration: none; }
          #navigation ul#global_menu li.contact_btn a:visited {
            background-color: #fff;
            color: #484848;
            text-decoration: none; }
          #navigation ul#global_menu li.contact_btn a:hover {
            background-color: #fff;
            color: #0f9dcd;
            text-decoration: none; }
          #navigation ul#global_menu li.contact_btn a:active {
            background-color: #fff;
            color: #0f9dcd;
            text-decoration: none; }

  header#header_area #header_contents .global_header_core .global_header_logo {
    padding: 15px; }
    header#header_area #header_contents .global_header_core .global_header_logo h1 a img {
      width: 180px;
      height: auto;
      transition: 0.5s; }

  .SCRL header#header_area #header_contents .global_header_core .global_header_logo {
    padding: 15px;
    transition: 0.5s; }
    .SCRL header#header_area #header_contents .global_header_core .global_header_logo h1 a img {
      width: 180px; }
  .SCRL #navigation {
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    z-index: -1;
    padding: 52px 10px 50px;
    box-sizing: border-box; }
    .SCRL #navigation ul#global_menu {
      display: block;
      overflow-Y: scroll; }
      .SCRL #navigation ul#global_menu li {
        margin-left: 0;
        border-bottom: 1px solid #ccc; }
        .SCRL #navigation ul#global_menu li a {
          font-size: 1rem;
          padding: 15px 0;
          display: block;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          .SCRL #navigation ul#global_menu li a:before {
            content: none; }
          .SCRL #navigation ul#global_menu li a:link {
            color: #484848;
            text-decoration: none; }
          .SCRL #navigation ul#global_menu li a:visited {
            color: #484848;
            text-decoration: none; }
          .SCRL #navigation ul#global_menu li a:hover {
            color: #0f9dcd;
            text-decoration: none; }
          .SCRL #navigation ul#global_menu li a:active {
            color: #0f9dcd;
            text-decoration: none; }
        .SCRL #navigation ul#global_menu li.contact_btn a {
          position: relative;
          padding: 15px 0;
          font-size: 1.1rem;
          display: block;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          .SCRL #navigation ul#global_menu li.contact_btn a:before {
            content: none; }
          .SCRL #navigation ul#global_menu li.contact_btn a:after {
            content: none; }
          .SCRL #navigation ul#global_menu li.contact_btn a:link {
            background-color: #fff;
            color: #484848;
            text-decoration: none; }
          .SCRL #navigation ul#global_menu li.contact_btn a:visited {
            background-color: #fff;
            color: #484848;
            text-decoration: none; }
          .SCRL #navigation ul#global_menu li.contact_btn a:hover {
            background-color: #fff;
            color: #0f9dcd;
            text-decoration: none; }
          .SCRL #navigation ul#global_menu li.contact_btn a:active {
            background-color: #fff;
            color: #0f9dcd;
            text-decoration: none; } }
/*スマホメニュー*/
@media screen and (max-width: 1080px) {
  #navigation {
    display: none; }

  .hamburger {
    position: absolute;
    display: block;
    width: 30px;
    height: 20px;
    top: 16px;
    right: 6px;
    margin-top: 4px;
    z-index: 99999;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    cursor: hand; }

  .MenuWH {
    /*position: absolute;*/
    top: 0;
    right: 0;
    background-color: #1086ad;
    width: 60px;
    height: 60px;
    z-index: 100; }

  .hamburger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: -9px;
    width: 100%;
    height: 2px;
    /*height: 2px;*/
    background-color: #fff;
    margin: 0 auto;
    text-align: center; }

  .hamburger em {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: -7px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    bottom: -21px;
    font-size: 12px;
    font-weight: 500; }

  .hamburger span:nth-of-type(1) {
    top: 0; }

  .hamburger span:nth-of-type(2) {
    top: 9px; }

  .hamburger span:nth-of-type(3) {
    bottom: 0; }

  .hamburger span:nth-of-type(1) {
    -webkit-animation: menu-ber01 .75s forwards;
    animation: menu-ber01 .75s forwards; }

  .hamburger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1; }

  .hamburger span:nth-of-type(3) {
    -webkit-animation: menu-ber02 .75s forwards;
    animation: menu-ber02 .75s forwards; }

  .hamburger span:nth-of-type(1) {
    top: 0; }

  .hamburger span:nth-of-type(2) {
    top: 9px; }

  .hamburger span:nth-of-type(3) {
    bottom: 0; }

  .hamburger span:nth-of-type(1) {
    -webkit-animation: menu-ber01 .75s forwards;
    animation: menu-ber01 .75s forwards; }

  .hamburger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1; }

  .hamburger span:nth-of-type(3) {
    -webkit-animation: menu-ber02 .75s forwards;
    animation: menu-ber02 .75s forwards; }

  .active span:nth-of-type(1) {
    -webkit-animation: active-menu-ber01 .75s forwards;
    animation: active-menu-ber01 .75s forwards;
    background-color: #fff; }

  .active span:nth-of-type(2) {
    opacity: 0; }

  .active span:nth-of-type(3) {
    -webkit-animation: active-menu-ber03 .75s forwards;
    animation: active-menu-ber03 .75s forwards;
    background-color: #fff; }

  @-webkit-keyframes menu-ber01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg); }
    50% {
      -webkit-transform: translateY(8px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-ber01 {
    0% {
      transform: translateY(8px) rotate(45deg); }
    50% {
      transform: translateY(8px) rotate(0); }
    100% {
      transform: translateY(0) rotate(0); } }
  @-webkit-keyframes menu-ber02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg); }
    50% {
      -webkit-transform: translateY(-8px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-ber02 {
    0% {
      transform: translateY(-8px) rotate(-45deg); }
    50% {
      transform: translateY(-8px) rotate(0); }
    100% {
      transform: translateY(0) rotate(0); } }
  @-webkit-keyframes active-menu-ber01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(10px) rotate(0); }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg); } }
  @keyframes active-menu-ber01 {
    0% {
      transform: translateY(0) rotate(0); }
    50% {
      transform: translateY(10px) rotate(0); }
    100% {
      transform: translateY(10px) rotate(45deg); } }
  @-webkit-keyframes active-menu-ber03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(-8px) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg); } }
  @keyframes active-menu-ber03 {
    0% {
      transform: translateY(0) rotate(0); }
    50% {
      transform: translateY(-8px) rotate(0); }
    100% {
      transform: translateY(-8px) rotate(-45deg); } } }
#sp_Navigation {
  display: none; }

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

  #sp_Navigation {
    background-color: #eebb22; }
    #sp_Navigation #sp_menu {
      display: block;
      overflow-Y: scroll;
      height: 50vh; }
      #sp_Navigation #sp_menu li {
        padding: 15px 10px;
        border-bottom: 1px solid #ffdd76; }

  .menu .menu_list > a {
    text-align: initial; }

  .menu_single::before,
  .menu_single::after {
    background-color: #fff; }

  .menu a.menu_single {
    /*訪問済みのリンクの色*/
    /*カーソルが乗っているリンクの色*/
    /*クリック中のリンクの色*/ }
    .menu a.menu_single:link {
      color: #303030;
      text-decoration: none; }
    .menu a.menu_single:visited {
      color: #303030;
      text-decoration: none; }
    .menu a.menu_single:hover {
      color: #fff;
      text-decoration: none; }
    .menu a.menu_single:active {
      color: #fff;
      text-decoration: none; }

  .MenuSearch {
    padding: 15px;
    height: 50px; }
    .MenuSearch #search_box02 {
      position: relative; }
      .MenuSearch #search_box02 .txt {
        width: 100%;
        padding: 5px;
        outline: 0;
        height: 50px;
        padding: 0 10px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 2px 0 0 2px;
        background: #fff;
        border: 0;
        box-sizing: border-box;
        border-radius: 10px;
        border: 5px solid #eb2; }
      .MenuSearch #search_box02 .SearchImages {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #ABABAB;
        border: none;
        font-weight: bold;
        font-size: 16px;
        border-left: 3px solid #eebb22;
        padding: 0 0 0 10px; }

  .accordion_header {
    font-size: 1.1rem; } }
#main_visual {
  position: relative;
  padding-top: 60px; }
  #main_visual .slider1 {
    width: 90%;
    margin-left: 10%; }
  #main_visual .slick-dots {
    display: none !important; }
  #main_visual #visual_bg {
    /*width: 86%;
    height: 94.3%;
    position: relative;
    margin-left: auto;
    z-index: 1;
    background: url("../images/img_index/mv_overlay.png"), url("../images/img_index/main_visual.webp") no-repeat center/cover;*/ }
    #main_visual #visual_bg h2 {
      position: absolute;
      width: auto;
      bottom: 33%;
      left: 3%; }
      #main_visual #visual_bg h2 img {
        width: 700px;
        height: auto; }
    #main_visual #visual_bg p {
      position: absolute;
      width: auto;
      bottom: 27%;
      left: 4%;
      color: #525252;
      font-family: "Noto Serif JP", serif;
      font-size: 1.8rem;
      font-weight: 600; }

#MainVisual_SP {
  display: none; }
  #MainVisual_SP .sliderMain {
    width: 85%;
    margin-left: 15%; }
    #MainVisual_SP .sliderMain .slick-dots {
      display: none !important; }
  #MainVisual_SP #visual_bg_sp h2 {
    position: absolute;
    width: auto;
    top: 41%;
    left: 6%; }
    #MainVisual_SP #visual_bg_sp h2 img {
      width: 80%;
      height: auto; }
  #MainVisual_SP #visual_bg_sp p {
    position: absolute;
    width: auto;
    top: 50%;
    left: 7%;
    color: #525252;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    font-weight: 600; }

#page_ttl {
  margin-top: 100px;
  background-size: contain;
  height: 335px;
  width: 90%;
  margin-left: 10%;
  position: relative; }
  #page_ttl h2 {
    color: #3c3c3c;
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 600;
    position: absolute;
    top: 44%;
    left: -60px; }
    #page_ttl h2 span {
      color: #3c3c3c;
      font-family: "Cinzel", serif;
      font-weight: 500;
      margin-left: 20px;
      font-size: 50%; }

.overview #page_ttl {
  background: url("../images/img_overview/img_header.webp") no-repeat top center; }

.sell #page_ttl {
  background: url("../images/img_sell/img_header.webp") no-repeat top center; }

.strength #page_ttl {
  background: url("../images/img_strength/img_header.webp") no-repeat top center; }

.contact #page_ttl {
  background: url("../images/img_contact/img_header.webp") no-repeat top center; }

.news #page_ttl {
  background: url("../images/img_news/img_header.webp") no-repeat top center; }

.policy #page_ttl {
  background: url("../images/img_policy/img_header.webp") no-repeat top center; }

@media screen and (max-width: 980px) {
  #page_ttl {
    margin-top: 60px;
    background-size: contain;
    height: 200px;
    width: 90%;
    margin-left: 10%;
    position: relative; }
    #page_ttl h2 {
      color: #3c3c3c;
      font-family: "Noto Serif JP", serif;
      font-size: 1.4rem;
      font-weight: 600;
      position: absolute;
      top: 44%;
      left: -30px; }
      #page_ttl h2 span {
        color: #3c3c3c;
        font-family: "Cinzel", serif;
        font-weight: 500;
        margin-left: 20px;
        font-size: 50%; }

  .overview #page_ttl {
    background: url("../images/img_overview/img_header_sp.webp") no-repeat top center; }

  .sell #page_ttl {
    background: url("../images/img_sell/img_header_sp.webp") no-repeat top center; }

  .strength #page_ttl {
    background: url("../images/img_strength/img_header_sp.webp") no-repeat top center; }

  .contact #page_ttl {
    background: url("../images/img_contact/img_header_sp.webp") no-repeat top center; }

  .news #page_ttl {
    background: url("../images/img_news/img_header_sp.webp") no-repeat top center; }

  .policy #page_ttl {
    background: url("../images/img_policy/img_header_sp.webp") no-repeat top center; } }
.breadcrumb ul {
  width: 90%;
  margin: 30px auto; }
  .breadcrumb ul li {
    display: inline;
    margin-right: 30px;
    font-size: 0.85rem;
    font-family: "Noto Serif JP", serif;
    position: relative; }
    .breadcrumb ul li:after {
      display: block;
      content: '';
      position: absolute;
      top: 12px;
      left: -27px;
      width: 19px;
      height: 1px;
      background: #3c3c3c;
      -webkit-transform: rotate(-49deg);
      transform: rotate(-49deg); }
    .breadcrumb ul li:first-child:after {
      content: none; }
    .breadcrumb ul li a {
      transition: 0.5s;
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ }
      .breadcrumb ul li a:link {
        color: #303030;
        text-decoration: none; }
      .breadcrumb ul li a:visited {
        color: #303030;
        text-decoration: none; }
      .breadcrumb ul li a:hover {
        color: #1086ad;
        text-decoration: none; }
      .breadcrumb ul li a:active {
        color: #1086ad;
        text-decoration: none; }

@media screen and (max-width: 1080px) {
  .breadcrumb ul {
    margin: 15px auto; }
    .breadcrumb ul li {
      display: inline; }
      .breadcrumb ul li a {
        /*訪問済みのリンクの色*/
        /*カーソルが乗っているリンクの色*/
        /*クリック中のリンクの色*/ } }
@media screen and (min-width: 920px) and (max-width: 1080px) {
  #MainVisual_SP #visual_bg_sp h2 {
    top: 60%; }
    #MainVisual_SP #visual_bg_sp h2 img {
      width: 80%;
      height: auto; }
  #MainVisual_SP #visual_bg_sp p {
    top: 71%;
    font-size: 1.3rem; } }
@media screen and (min-width: 820px) and (max-width: 919px) {
  #MainVisual_SP #visual_bg_sp h2 {
    top: 65%; }
    #MainVisual_SP #visual_bg_sp h2 img {
      width: 80%;
      height: auto; }
  #MainVisual_SP #visual_bg_sp p {
    top: 75%;
    font-size: 1.3rem; } }
@media screen and (min-width: 680px) and (max-width: 819px) {
  #MainVisual_SP #visual_bg_sp h2 {
    top: 60%; }
    #MainVisual_SP #visual_bg_sp h2 img {
      width: 80%;
      height: auto; }
  #MainVisual_SP #visual_bg_sp p {
    top: 70%;
    font-size: 1.3rem; } }
@media screen and (min-width: 580px) and (max-width: 679px) {
  #MainVisual_SP #visual_bg_sp h2 {
    top: 60%; }
    #MainVisual_SP #visual_bg_sp h2 img {
      width: 80%;
      height: auto; }
  #MainVisual_SP #visual_bg_sp p {
    top: 70%;
    font-size: 1.3rem; } }
@media screen and (min-width: 480px) and (max-width: 579px) {
  #MainVisual_SP #visual_bg_sp h2 {
    top: 55%; }
    #MainVisual_SP #visual_bg_sp h2 img {
      width: 80%;
      height: auto; }
  #MainVisual_SP #visual_bg_sp p {
    top: 65%;
    font-size: 1.3rem; } }
@media screen and (max-width: 479px) {
  #MainVisual_SP #visual_bg_sp h2 {
    top: 55%; }
    #MainVisual_SP #visual_bg_sp h2 img {
      width: 80%;
      height: auto; }
  #MainVisual_SP #visual_bg_sp p {
    top: 65%;
    font-size: 1rem; } }
.L_main_imgScroll {
  position: absolute;
  color: #1f1f1f;
  bottom: 96px;
  left: -65px;
  width: 220px;
  -webkit-animation: kf-load-scroll .6s ease-in-out 2.4s 1 normal forwards;
  animation: kf-load-scroll .6s ease-in-out 2.4s 1 normal forwards;
  text-align: right;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-animation: kf-load-scroll .6s ease-in-out 2.1s 1 normal forwards;
  animation: kf-load-scroll .6s ease-in-out 2.1s 1 normal forwards; }
  .L_main_imgScroll .L_imgScroll_txt {
    font-size: 0.95rem;
    text-transform: uppercase;
    color: #1f1f1f;
    font-family: "Noto Serif JP", serif;
    position: absolute;
    top: 17px;
    right: 70px; }
  .L_main_imgScroll .L_imgScroll_area_Bar {
    position: absolute;
    top: 11px;
    right: 70px;
    width: 150px;
    height: 1px;
    overflow: hidden;
    background: rgba(51, 51, 51, 0.1); }
    .L_main_imgScroll .L_imgScroll_area_Bar .L_imgScroll_Bar {
      position: absolute;
      top: 0;
      right: 0;
      width: 150px;
      height: 1px;
      background-color: #1f1f1f;
      -webkit-animation: kf-scroll-bar 5s cubic-bezier(1, 0, 0, 1) infinite;
      animation: kf-scroll-bar 5s cubic-bezier(1, 0, 0, 1) infinite; }

@-webkit-keyframes kf-scroll-bar {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; } }
@keyframes kf-scroll-bar {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  50.1% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  100% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; } }
@media screen and (max-width: 1080px) {
  #main_visual {
    display: none; }

  #MainVisual_SP {
    display: block;
    padding-top: 50px; }

  .L_main_imgScroll {
    position: absolute;
    color: #1f1f1f;
    bottom: 96px;
    left: -85px;
    width: 220px;
    -webkit-animation: kf-load-scroll .6s ease-in-out 2.4s 1 normal forwards;
    animation: kf-load-scroll .6s ease-in-out 2.4s 1 normal forwards;
    text-align: right;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: kf-load-scroll .6s ease-in-out 2.1s 1 normal forwards;
    animation: kf-load-scroll .6s ease-in-out 2.1s 1 normal forwards; }
    .L_main_imgScroll .L_imgScroll_txt {
      font-size: 0.65rem; }
    .L_main_imgScroll .L_imgScroll_area_Bar {
      position: absolute;
      top: 11px;
      right: 70px;
      width: 150px;
      height: 1px;
      overflow: hidden;
      background: rgba(51, 51, 51, 0.1); }
      .L_main_imgScroll .L_imgScroll_area_Bar .L_imgScroll_Bar {
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        height: 1px;
        background-color: #1f1f1f;
        -webkit-animation: kf-scroll-bar 5s cubic-bezier(1, 0, 0, 1) infinite;
        animation: kf-scroll-bar 5s cubic-bezier(1, 0, 0, 1) infinite; } }
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  /*width: 90%;*/
  width: 80%; }

@media screen and (max-width: 520px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%; } }
#first_contents {
  margin-bottom: 50px; }

.contents_inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: 5%; }
  .contents_inner:before {
    content: "";
    position: absolute;
    background-color: #e8e8e8;
    width: 44%;
    height: 55vh;
    top: -47px;
    right: 0;
    z-index: -1; }
  .contents_inner h2.first_ttl {
    color: #3c3c3c;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin-right: 4%;
    writing-mode: vertical-rl;
    text-orientation: upright; }
  .contents_inner .first_sell {
    margin: 4vw 6vw 0 2vw;
    width: 50%; }
    .contents_inner .first_sell h3 {
      color: #1086ad;
      font-weight: 700;
      font-size: 1.7rem;
      font-family: "Noto Serif JP", serif;
      margin-bottom: 20px; }
    .contents_inner .first_sell p {
      color: #3c3c3c;
      font-family: "Noto Serif JP", serif;
      font-size: 1.1rem;
      line-height: 1.8;
      margin-bottom: 10px; }
  .contents_inner .sell_img {
    width: 29%; }
    .contents_inner .sell_img img {
      width: 100%;
      height: auto; }

#sell_link {
  margin-bottom: 50px; }
  #sell_link .wrapper ul {
    display: flex;
    gap: 1vw 1vw;
    flex-wrap: wrap; }
    #sell_link .wrapper ul li {
      width: calc(50% - 10px); }
      #sell_link .wrapper ul li.chapter_01 a:before {
        background: url("../images/img_index/btn_bg_sell_01_pc.jpg") no-repeat center top; }
      #sell_link .wrapper ul li.chapter_02 a:before {
        background: url("../images/img_index/btn_bg_sell_02_pc.jpg") no-repeat center top; }
      #sell_link .wrapper ul li.chapter_03 a:before {
        background: url("../images/img_index/btn_bg_sell_03_pc.jpg") no-repeat center top; }
      #sell_link .wrapper ul li.chapter_04 a:before {
        background: url("../images/img_index/btn_bg_sell_04_pc.jpg") no-repeat center top; }
      #sell_link .wrapper ul li a {
        box-sizing: border-box;
        background-size: cover;
        padding: 10px 30px 6px;
        min-height: 245px;
        display: flex;
        align-items: center;
        transition: 1s all;
        position: relative;
        max-width: 590px;
        overflow: hidden;
        /*訪問済みのリンクの色*/
        /*カーソルが乗っているリンクの色*/
        /*クリック中のリンクの色*/ }
        #sell_link .wrapper ul li a span {
          font-family: "Noto Serif JP", serif;
          font-size: 1.5rem;
          font-weight: 600;
          z-index: 2;
          position: relative;
          display: block;
          width: 100%; }
          #sell_link .wrapper ul li a span:before {
            content: "";
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            transition: 0.3s;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto 0; }
          #sell_link .wrapper ul li a span:after {
            content: "";
            background: url("../images/img_commons/ico_arrow.svg") no-repeat center center;
            width: 19px;
            height: 19px;
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto 0; }
        #sell_link .wrapper ul li a:link {
          color: #fff;
          text-decoration: none; }
        #sell_link .wrapper ul li a:visited {
          color: #fff;
          text-decoration: none; }
        #sell_link .wrapper ul li a:hover {
          color: #c6f1ff;
          text-decoration: none; }
        #sell_link .wrapper ul li a:active {
          color: #c6f1ff;
          text-decoration: none; }

.chapter_01 a:before, .chapter_02 a:before, .chapter_03 a:before, .chapter_04 a:before {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.4s ease; }
.chapter_01 a:hover:before, .chapter_02 a:hover:before, .chapter_03 a:hover:before, .chapter_04 a:hover:before {
  transform: scale(1.1); }

#sell_link .wrapper ul li a span:hover:before {
  transform: scale(1.3); }

#sell_link .wrapper ul li a span:hover:after {
  animation: link_ico_hover .3s; }

@keyframes link_ico_hover {
  0% {
    opacity: 1;
    transform: translateX(0); }
  30% {
    opacity: 0;
    transform: translateX(15px); }
  30.1% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@media screen and (max-width: 1080px) {
  #first_contents {
    margin-bottom: 50px; }

  .contents_inner {
    display: block;
    width: 90%;
    margin: 0 auto; }
    .contents_inner:before {
      content: initial;
      position: absolute;
      background-color: #e8e8e8;
      width: 44%;
      height: 55vh;
      top: -47px;
      right: 0;
      z-index: -1; }
    .contents_inner h2.first_ttl {
      font-size: 1.4rem;
      margin: 0 0 20px;
      writing-mode: initial;
      text-orientation: initial; }
    .contents_inner .first_sell {
      margin: 0;
      width: 100%; }
      .contents_inner .first_sell h3 {
        color: #1086ad;
        font-weight: 700;
        font-size: 1.2rem;
        font-family: "Noto Serif JP", serif;
        margin-bottom: 20px; }
      .contents_inner .first_sell p {
        color: #3c3c3c;
        font-family: "Noto Serif JP", serif;
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 10px; }
    .contents_inner .sell_img {
      width: 35vw;
      margin: 30px auto 0; }
      .contents_inner .sell_img img {
        width: 100%;
        height: auto; }

  #sell_link {
    margin-bottom: 50px; }
    #sell_link .wrapper ul {
      display: block;
      gap: 1vw 1vw;
      flex-wrap: wrap; }
      #sell_link .wrapper ul li {
        width: 100%;
        margin-bottom: 15px; }
        #sell_link .wrapper ul li.chapter_01 a:before {
          background: url("../images/img_index/btn_bg_sell_01_pc.jpg") no-repeat center top; }
        #sell_link .wrapper ul li.chapter_02 a:before {
          background: url("../images/img_index/btn_bg_sell_02_pc.jpg") no-repeat center top; }
        #sell_link .wrapper ul li.chapter_03 a:before {
          background: url("../images/img_index/btn_bg_sell_03_pc.jpg") no-repeat center top; }
        #sell_link .wrapper ul li.chapter_04 a:before {
          background: url("../images/img_index/btn_bg_sell_04_pc.jpg") no-repeat center top; }
        #sell_link .wrapper ul li a {
          box-sizing: border-box;
          background-size: cover;
          padding: 10px 40px 6px 15px;
          min-height: 150px;
          display: flex;
          align-items: center;
          transition: 1s all;
          position: relative;
          max-width: 590px;
          overflow: hidden;
          margin: 0 auto;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          #sell_link .wrapper ul li a span {
            font-family: "Noto Serif JP", serif;
            font-size: 1.1rem;
            font-weight: 600;
            z-index: 2;
            position: relative;
            display: block;
            width: 100%; }
            #sell_link .wrapper ul li a span:before {
              content: "";
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              position: absolute;
              transition: 0.3s;
              right: -30px;
              top: 0;
              bottom: 0;
              margin: auto 0; }
            #sell_link .wrapper ul li a span:after {
              width: 11px;
              height: 11px;
              right: -25px;
              top: 0;
              bottom: 0;
              margin: auto 0; }
          #sell_link .wrapper ul li a:link {
            color: #fff;
            text-decoration: none; }
          #sell_link .wrapper ul li a:visited {
            color: #fff;
            text-decoration: none; }
          #sell_link .wrapper ul li a:hover {
            color: #c6f1ff;
            text-decoration: none; }
          #sell_link .wrapper ul li a:active {
            color: #c6f1ff;
            text-decoration: none; }

  .chapter_01 a:before, .chapter_02 a:before, .chapter_03 a:before, .chapter_04 a:before {
    content: '';
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.4s ease; }
  .chapter_01 a:hover:before, .chapter_02 a:hover:before, .chapter_03 a:hover:before, .chapter_04 a:hover:before {
    transform: scale(1.1); } }
#home_about_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 6vw;
  margin-bottom: 60px; }
  #home_about_inner .home_about_area_img {
    position: relative;
    width: 23vw; }
    #home_about_inner .home_about_area_img:before {
      content: "";
      position: absolute;
      background-color: #045c86;
      width: 26vw;
      height: 23vw;
      left: 0;
      top: 3vw;
      z-index: -1; }
    #home_about_inner .home_about_area_img figure img {
      width: 100%;
      height: auto; }
  #home_about_inner #home_abou_title h3 {
    color: #045c86;
    font-family: "Noto Serif JP", serif;
    font-size: 1.7rem;
    font-weight: 700;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 4vw;
    line-height: 1.5; }
  #home_about_inner #home_abou_text {
    margin: 6vw 0 0; }
    #home_about_inner #home_abou_text p {
      color: #3c3c3c;
      font-family: "Noto Serif JP", serif;
      font-size: 1.1rem;
      line-height: 2; }
  #home_about_inner .home_about_area_img_r {
    width: 8vw;
    margin-top: 6vw; }
    #home_about_inner .home_about_area_img_r figure img {
      width: 100%;
      height: auto; }

#animation {
  position: relative; }

.company_name {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  font-family: "Cinzel", serif;
  margin-top: 100px;
  color: #3c3c3c;
  position: absolute;
  top: -5vw;
  z-index: 10; }
  .company_name ul {
    animation: flowing 150s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0; }
    .company_name ul li {
      font-size: 7vw;
      font-weight: 100;
      display: inline-block;
      padding-right: 50px;
      line-height: 0.9;
      font-family: "Cinzel", serif; }

@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
@media screen and (max-width: 1080px) {
  #home_about_inner {
    display: block;
    padding-top: 6vw;
    margin-bottom: 50px; }
    #home_about_inner .home_about_area_img {
      position: relative;
      width: 70vw;
      margin-bottom: 15vw; }
      #home_about_inner .home_about_area_img:before {
        content: "";
        position: absolute;
        background-color: #045c86;
        width: 76vw;
        height: 72vw;
        left: 0;
        top: 3vw;
        z-index: -1; }
      #home_about_inner .home_about_area_img figure img {
        width: 100%;
        height: auto; }
    #home_about_inner #home_abou_title {
      margin: 20px auto 0;
      width: 90%; }
      #home_about_inner #home_abou_title h3 {
        color: #045c86;
        font-family: "Noto Serif JP", serif;
        font-size: 1.3rem;
        font-weight: 700;
        writing-mode: initial;
        text-orientation: initial;
        margin-top: 4vw;
        line-height: 1.5; }
    #home_about_inner #home_abou_text {
      margin: 20px auto 0;
      width: 90%; }
      #home_about_inner #home_abou_text p {
        font-size: 1rem; }
    #home_about_inner .home_about_area_img_r {
      display: none; }

  #animation {
    position: relative; }

  .company_name {
    top: 38vw; }
    .company_name ul li {
      font-size: 12vw; } }
#instagram {
  background-color: #dfeff5;
  padding: 70px 0;
  margin-bottom: 70px; }
  #instagram .instagram_inner h3 {
    position: relative;
    color: #3c3c3c;
    margin-bottom: 70px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center; }
    #instagram .instagram_inner h3:after {
      content: "";
      background-color: #484848;
      width: 100px;
      height: 1px;
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      margin: auto; }

#instafeed {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw; }
  #instafeed .col {
    width: calc((100% / 3) - 2%); }
    #instafeed .col a {
      border-radius: 0;
      border: none; }
      #instafeed .col a .feed-card-inner {
        position: relative;
        padding-top: 100%; }
        #instafeed .col a .feed-card-inner img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }

ul.instagram_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw; }
  ul.instagram_list li {
    width: calc((100% / 3) - 2%); }
    ul.instagram_list li a img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 1080px) {
  #instagram {
    background-color: #dfeff5;
    padding: 50px 0;
    margin-bottom: 70px; }
    #instagram .instagram_inner h3 {
      font-size: 1.3rem; }
      #instagram .instagram_inner h3:after {
        content: "";
        background-color: #484848;
        width: 80px;
        height: 1px;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto; }

  #instafeed {
    display: flex;
    flex-wrap: wrap;
    gap: 0; }
    #instafeed .col {
      width: calc((100% / 3) - 2%); }

  ul.instagram_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0; }
    ul.instagram_list li {
      width: calc((100% / 3)); }
      ul.instagram_list li a img {
        width: 100%;
        height: auto; } }
#menu_contents {
  position: relative;
  background-color: #202d59;
  z-index: 0;
  padding: 0 0 100px; }
  #menu_contents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background-color: #fff;
    z-index: -1; }
  #menu_contents .menu_image {
    margin-left: 10vw; }
    #menu_contents .menu_image figure img {
      width: 100%;
      height: auto; }
  #menu_contents .menu_list {
    margin-top: 40px; }
    #menu_contents .menu_list ul {
      display: flex;
      justify-content: space-between; }
      #menu_contents .menu_list ul li {
        width: 47%;
        position: relative;
        font-size: 16px; }
        #menu_contents .menu_list ul li a {
          display: block;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          #menu_contents .menu_list ul li a span {
            font-family: "Noto Serif JP", serif;
            transition: 0.5s;
            font-size: 1.5rem;
            font-weight: 600;
            position: relative;
            display: block; }
            #menu_contents .menu_list ul li a span:before {
              content: "";
              width: 30px;
              height: 30px;
              background: #fff;
              border-radius: 50%;
              position: absolute;
              transition: 0.3s;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto 0; }
            #menu_contents .menu_list ul li a span:after {
              content: "";
              background: url("../images/img_commons/ico_arrow_02.png") no-repeat center center;
              background-size: contain;
              width: 12px;
              height: 12px;
              position: absolute;
              right: 8px;
              top: 0;
              bottom: 0;
              margin: auto 0; }
          #menu_contents .menu_list ul li a:after {
            content: "";
            position: absolute;
            width: 100%;
            border-bottom: 1px solid #fff;
            left: 0;
            bottom: -20px;
            transition: 0.3s;
            transform: scaleX(1);
            transform-origin: right; }
          #menu_contents .menu_list ul li a:link {
            color: #fff;
            text-decoration: none; }
          #menu_contents .menu_list ul li a:visited {
            color: #fff;
            text-decoration: none; }
          #menu_contents .menu_list ul li a:hover {
            color: #fff;
            text-decoration: none; }
          #menu_contents .menu_list ul li a:active {
            color: #fff;
            text-decoration: none; }

#menu_contents .menu_list ul li a span:hover:before {
  transform: scale(1.3); }

#menu_contents .menu_list ul li a span:hover:after {
  animation: link_ico_hover .3s; }

#menu_contents .menu_list ul li a:hover:after {
  transform: scaleX(0); }

@media screen and (max-width: 1080px) {
  #menu_contents {
    padding: 0 0 50px; }
    #menu_contents:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10vw;
      background-color: #fff;
      z-index: -1; }
    #menu_contents .menu_image {
      margin-left: 5vw; }
    #menu_contents .menu_list {
      margin-top: 40px; }
      #menu_contents .menu_list ul {
        display: block; }
        #menu_contents .menu_list ul li {
          width: 100%;
          position: relative;
          font-size: 16px;
          margin-bottom: 30px; }
          #menu_contents .menu_list ul li:last-child {
            margin-bottom: 0; }
          #menu_contents .menu_list ul li a {
            display: block;
            /*訪問済みのリンクの色*/
            /*カーソルが乗っているリンクの色*/
            /*クリック中のリンクの色*/ }
            #menu_contents .menu_list ul li a span {
              font-family: "Noto Serif JP", serif;
              transition: 0.5s;
              font-size: 1.1rem;
              font-weight: 600;
              position: relative;
              display: block; }
              #menu_contents .menu_list ul li a span:before {
                content: "";
                width: 20px;
                height: 20px;
                background: #fff;
                border-radius: 50%;
                position: absolute;
                transition: 0.3s;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto 0; }
              #menu_contents .menu_list ul li a span:after {
                content: "";
                background: url("../images/img_commons/ico_arrow_02.png") no-repeat center center;
                background-size: contain;
                width: 8px;
                height: 8px;
                position: absolute;
                right: 6px;
                top: 0;
                bottom: 0;
                margin: auto 0; }
            #menu_contents .menu_list ul li a:after {
              content: "";
              position: absolute;
              width: 100%;
              border-bottom: 1px solid #fff;
              left: 0;
              bottom: -8px;
              transition: 0.3s;
              transform: scaleX(1);
              transform-origin: right; }
            #menu_contents .menu_list ul li a:link {
              color: #fff;
              text-decoration: none; }
            #menu_contents .menu_list ul li a:visited {
              color: #fff;
              text-decoration: none; }
            #menu_contents .menu_list ul li a:hover {
              color: #fff;
              text-decoration: none; }
            #menu_contents .menu_list ul li a:active {
              color: #fff;
              text-decoration: none; } }
#news_contents {
  padding: 80px 0; }
  #news_contents .news_wrapper {
    width: 90%;
    margin: 0 auto; }

.news_inner {
  display: flex; }
  .news_inner .news_ttl {
    margin-right: 100px; }
    .news_inner .news_ttl h2 {
      font-family: "Cinzel", serif;
      font-size: 3.5rem;
      color: #3c3c3c; }
      .news_inner .news_ttl h2 span {
        display: block;
        color: #202d59;
        font-family: "Noto Serif JP", serif;
        font-size: 1.2rem; }
  .news_inner .news_list {
    flex: 1; }
    .news_inner .news_list ul {
      border-top: 1px solid #ececec; }
      .news_inner .news_list ul li {
        display: flex;
        padding: 30px 0;
        border-bottom: 1px solid #ececec; }
        .news_inner .news_list ul li span {
          font-family: "Noto Sans JP", sans-serif;
          color: #3c3c3c;
          font-weight: 600;
          margin-right: 20px;
          font-size: 0.95rem;
          line-height: 1.8; }
        .news_inner .news_list ul li a {
          flex: 1;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 0.95rem;
          transition: 0.3s;
          line-height: 1.8;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          .news_inner .news_list ul li a:link {
            color: #3c3c3c;
            text-decoration: none; }
          .news_inner .news_list ul li a:visited {
            color: #3c3c3c;
            text-decoration: none; }
          .news_inner .news_list ul li a:hover {
            color: #1086ad;
            text-decoration: none; }
          .news_inner .news_list ul li a:active {
            color: #1086ad;
            text-decoration: none; }

@media screen and (max-width: 1080px) {
  #news_contents {
    padding: 50px 0; }

  .news_inner {
    display: block; }
    .news_inner .news_ttl {
      margin: 0 0 40px 0; }
      .news_inner .news_ttl h2 {
        font-size: 1.8rem; }
        .news_inner .news_ttl h2 span {
          font-size: 1rem;
          display: block; }
    .news_inner .news_list ul li {
      display: block;
      padding: 20px 0; }
      .news_inner .news_list ul li span {
        margin: 0 0 10px;
        display: block; }
      .news_inner .news_list ul li a {
        /*訪問済みのリンクの色*/
        /*カーソルが乗っているリンクの色*/
        /*クリック中のリンクの色*/ } }
#contact_contents {
  background: url("../images/img_commons/bg_contact.jpg") no-repeat top center;
  background-size: cover;
  padding: 80px 0; }
  #contact_contents .contact_wrapper {
    width: 95%;
    margin-left: 5%; }

.contact_inner {
  display: flex; }
  .contact_inner .contact_ttl {
    margin: 40px 60px 0 0; }
    .contact_inner .contact_ttl h2 {
      font-family: "Cinzel", serif;
      font-size: 3.5rem;
      color: #fff; }
      .contact_inner .contact_ttl h2 span {
        display: block;
        color: #fff;
        font-family: "Noto Serif JP", serif;
        font-size: 1.2rem; }
  .contact_inner .contact_box {
    padding: 50px;
    box-sizing: border-box;
    background-color: #fff;
    flex: 1; }
    .contact_inner .contact_box .contact_text {
      font-family: "Noto Serif JP", serif;
      color: #3c3c3c;
      font-size: 1.3rem;
      font-weight: 600;
      text-align: center;
      margin-bottom: 30px; }
    .contact_inner .contact_box .contact_box_inner {
      display: flex;
      align-items: center; }
      .contact_inner .contact_box .contact_box_inner .tel_number {
        width: 50%;
        text-align: center; }
        .contact_inner .contact_box .contact_box_inner .tel_number p {
          font-family: "Cinzel", serif;
          color: #3c3c3c;
          font-size: 2.1rem; }
        .contact_inner .contact_box .contact_box_inner .tel_number em {
          font-family: "Cinzel", serif;
          color: #3c3c3c;
          font-style: normal;
          font-size: 0.85rem; }
      .contact_inner .contact_box .contact_box_inner .contact_btn_list {
        width: 50%;
        padding-left: 50px;
        box-sizing: border-box;
        border-left: 1px solid #939393; }
        .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn {
          margin-bottom: 20px; }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a {
            font-family: "Noto Sans JP", sans-serif;
            font-weight: 600;
            font-size: 1.2rem;
            transition: 0.3s;
            padding: 15px 15px 15px 65px;
            position: relative;
            display: block;
            max-width: 330px;
            box-sizing: border-box;
            /*訪問済みのリンクの色*/
            /*カーソルが乗っているリンクの色*/
            /*クリック中のリンクの色*/ }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:before {
              content: "";
              background: url("../images/img_commons/ico_mail.svg") no-repeat top center;
              background-size: contain;
              display: block;
              width: 36px;
              height: 24px;
              top: 19px;
              left: 15px;
              position: absolute; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:link {
              color: #fff;
              background-color: #1f2e55;
              text-decoration: none; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:visited {
              color: #fff;
              background-color: #1f2e55;
              text-decoration: none; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:hover {
              color: #fff;
              background-color: #1e86ad;
              text-decoration: none; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:active {
              color: #fff;
              background-color: #1e86ad;
              text-decoration: none; }
        .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a {
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 600;
          font-size: 1.2rem;
          transition: 0.3s;
          padding: 15px 15px 15px 65px;
          position: relative;
          display: block;
          max-width: 330px;
          box-sizing: border-box;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:before {
            content: "";
            background: url("../images/img_commons/img_line.png") no-repeat top center;
            background-size: contain;
            display: block;
            width: 40px;
            height: 30px;
            top: 14px;
            left: 15px;
            position: absolute; }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:link {
            color: #fff;
            background-color: #06c755;
            text-decoration: none; }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:visited {
            color: #fff;
            background-color: #06c755;
            text-decoration: none; }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:hover {
            color: #fff;
            background-color: #1c8848;
            text-decoration: none; }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:active {
            color: #fff;
            background-color: #1c8848;
            text-decoration: none; }

@media screen and (max-width: 1180px) {
  #contact_contents {
    background: url("../images/img_commons/bg_contact.jpg") no-repeat top center;
    background-size: cover;
    padding: 40px 0; }
    #contact_contents .contact_wrapper {
      width: 95%;
      margin-left: 5%; }

  .contact_inner {
    display: block; }
    .contact_inner .contact_ttl {
      margin: 20px 0 30px 0; }
      .contact_inner .contact_ttl h2 {
        font-size: 1.8rem; }
        .contact_inner .contact_ttl h2 span {
          font-size: 1rem; }
    .contact_inner .contact_box {
      padding: 30px 25px; }
      .contact_inner .contact_box .contact_text {
        font-family: "Noto Serif JP", serif;
        color: #3c3c3c;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        margin-bottom: 30px; }
      .contact_inner .contact_box .contact_box_inner {
        display: block; }
        .contact_inner .contact_box .contact_box_inner .tel_number {
          width: 100%;
          text-align: center;
          padding-bottom: 30px; }
          .contact_inner .contact_box .contact_box_inner .tel_number p {
            font-family: "Cinzel", serif;
            color: #3c3c3c;
            font-size: 1.7rem; }
          .contact_inner .contact_box .contact_box_inner .tel_number em {
            font-family: "Cinzel", serif;
            color: #3c3c3c;
            font-style: normal;
            font-size: 0.85rem; }
        .contact_inner .contact_box .contact_box_inner .contact_btn_list {
          width: 100%;
          padding: 30px 0 0;
          box-sizing: border-box;
          border-left: initial;
          border-top: 1px solid #939393; }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn {
            margin-bottom: 20px; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a {
              font-size: 1rem;
              padding: 15px 15px 15px 55px;
              max-width: 100%;
              width: 100%;
              box-sizing: border-box;
              /*訪問済みのリンクの色*/
              /*カーソルが乗っているリンクの色*/
              /*クリック中のリンクの色*/ }
              .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:before {
                width: 27px;
                height: 19px;
                top: 17px;
                left: 13px; }
              .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:link {
                color: #fff;
                background-color: #1f2e55;
                text-decoration: none; }
              .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:visited {
                color: #fff;
                background-color: #1f2e55;
                text-decoration: none; }
              .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:hover {
                color: #fff;
                background-color: #1e86ad;
                text-decoration: none; }
              .contact_inner .contact_box .contact_box_inner .contact_btn_list .form_btn a:active {
                color: #fff;
                background-color: #1e86ad;
                text-decoration: none; }
          .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a {
            font-size: 1rem;
            transition: 0.3s;
            padding: 15px 15px 15px 55px;
            max-width: 100%;
            width: 100%;
            /*訪問済みのリンクの色*/
            /*カーソルが乗っているリンクの色*/
            /*クリック中のリンクの色*/ }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:before {
              width: 30px;
              height: 22px;
              top: 17px;
              left: 13px; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:link {
              color: #fff;
              background-color: #06c755;
              text-decoration: none; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:visited {
              color: #fff;
              background-color: #06c755;
              text-decoration: none; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:hover {
              color: #fff;
              background-color: #1c8848;
              text-decoration: none; }
            .contact_inner .contact_box .contact_box_inner .contact_btn_list .line_btn a:active {
              color: #fff;
              background-color: #1c8848;
              text-decoration: none; } }
#footer_area {
  background-color: #3c3c3c; }
  #footer_area #footer_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box; }

.footer_top {
  display: flex;
  padding: 0 0 50px;
  border-bottom: 1px solid #727272; }
  .footer_top .footer_logo {
    margin-right: 80px; }
    .footer_top .footer_logo h2 a img {
      width: 300px;
      height: auto; }
  .footer_top .footer_info p {
    color: #fff;
    font-family: "Noto Serif JP", serif; }
    .footer_top .footer_info p.address {
      font-size: 1rem;
      margin-bottom: 15px; }
    .footer_top .footer_info p.tel {
      font-size: 1.5rem; }

.footer_bottom {
  padding: 50px 0 30px; }
  .footer_bottom ul {
    display: flex; }
    .footer_bottom ul li {
      padding: 0 0 0 20px;
      position: relative;
      margin-right: 15px; }
      .footer_bottom ul li:before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 10px;
        height: 1px;
        top: 13px;
        left: 0; }
      .footer_bottom ul li a {
        font-family: "Noto Serif JP", serif;
        font-size: 0.95rem;
        transition: 0.5s;
        /*訪問済みのリンクの色*/
        /*カーソルが乗っているリンクの色*/
        /*クリック中のリンクの色*/ }
        .footer_bottom ul li a:link {
          color: #fff;
          text-decoration: none; }
        .footer_bottom ul li a:visited {
          color: #fff;
          text-decoration: none; }
        .footer_bottom ul li a:hover {
          color: #fff;
          text-decoration: none; }
        .footer_bottom ul li a:active {
          color: #fff;
          text-decoration: none; }

.copyright p {
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif; }

@media screen and (max-width: 1080px) {
  #footer_area #footer_wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 30px 10px; }

  .footer_top {
    display: block;
    padding: 0 0 20px; }
    .footer_top .footer_logo {
      margin: 0 0 30px; }
      .footer_top .footer_logo h2 a img {
        width: 180px;
        height: auto; }
    .footer_top .footer_info p {
      color: #fff;
      font-family: "Noto Serif JP", serif; }
      .footer_top .footer_info p.address {
        font-size: 0.85rem;
        margin-bottom: 15px; }
      .footer_top .footer_info p.tel {
        font-size: 1.1rem; }

  .footer_bottom {
    padding: 30px 0 20px; }
    .footer_bottom ul {
      display: block; }
      .footer_bottom ul li {
        padding: 0 0 0 20px;
        margin: 0 0 10px; }
        .footer_bottom ul li:before {
          width: 10px;
          height: 1px;
          top: 13px;
          left: 0; }
        .footer_bottom ul li a {
          font-size: 0.85rem;
          /*訪問済みのリンクの色*/
          /*カーソルが乗っているリンクの色*/
          /*クリック中のリンクの色*/ }
          .footer_bottom ul li a:link {
            color: #fff;
            text-decoration: none; }
          .footer_bottom ul li a:visited {
            color: #fff;
            text-decoration: none; }
          .footer_bottom ul li a:hover {
            color: #fff;
            text-decoration: none; }
          .footer_bottom ul li a:active {
            color: #fff;
            text-decoration: none; }

  .copyright p {
    font-size: 0.55rem; } }
a.pagetop_btn {
  box-sizing: border-box;
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #1086ad;
  right: 20px;
  bottom: 20px; }
  a.pagetop_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: #202d59;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: transform ease 0.4s; }
  a.pagetop_btn:hover:after {
    transform: translate(-50%, -50%) scale(1.1, 1.1); }
  a.pagetop_btn:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 3px 0 0 3px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border-color ease 0.1s; }
  a.pagetop_btn:hover:before {
    border-color: #fff; }

@media screen and (max-width: 1180px) {
  a.pagetop_btn {
    box-sizing: border-box;
    display: block;
    position: fixed;
    width: 30px;
    height: 30px;
    background-color: #1086ad;
    right: 20px;
    bottom: 40px; }
    a.pagetop_btn:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      background-color: #202d59;
      transform: translate(-50%, -50%) scale(0, 0);
      transition: transform ease 0.4s; }
    a.pagetop_btn:hover:after {
      transform: translate(-50%, -50%) scale(1.1, 1.1); }
    a.pagetop_btn:before {
      content: "";
      position: absolute;
      z-index: 10;
      top: 55%;
      left: 50%;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-color: #fff;
      border-width: 3px 0 0 3px;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: border-color ease 0.1s; }
    a.pagetop_btn:hover:before {
      border-color: #fff; } }
#services {
  margin: 100px 0 120px;
  position: relative; }
  #services .services_wrapper .services_inner {
    display: flex;
    position: relative;
    width: 90%;
    margin-left: 10%; }
    #services .services_wrapper .services_inner:before {
      content: "";
      position: absolute;
      background-color: #e8e8e8;
      width: 25%;
      height: 30vh;
      bottom: -50px;
      right: 0;
      z-index: -1; }
    #services .services_wrapper .services_inner .services_contents {
      flex: 1;
      margin-right: 30px; }
    #services .services_wrapper .services_inner .services_img {
      width: 38%;
      margin-right: 2%; }
      #services .services_wrapper .services_inner .services_img figure img {
        width: 100%;
        height: auto; }
  #services #services_animation .company_name {
    align-items: center;
    display: flex;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-family: "Cinzel", serif;
    margin-top: 100px;
    color: #3c3c3c;
    position: absolute;
    bottom: -25vw;
    z-index: 14; }
    #services #services_animation .company_name ul {
      animation: flowing 150s linear infinite;
      transform: translateX(100%);
      margin: 0;
      padding: 0; }
      #services #services_animation .company_name ul li {
        font-size: 7vw;
        font-weight: 100;
        display: inline-block;
        padding-right: 50px;
        line-height: 0.9;
        font-family: "Cinzel", serif; }

#greeting {
  position: relative;
  background-color: #f7f7f7;
  padding: 50px 0;
  margin: 60px 0 100px;
  z-index: -2; }
  #greeting:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #fff;
    z-index: -1;
    display: block; }
  #greeting .greeting_wrapper .greeting_img {
    position: relative;
    z-index: 0; }
    #greeting .greeting_wrapper .greeting_img figure img {
      width: 85%;
      height: auto; }
  #greeting .greeting_wrapper .greeting_inner {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    display: flex; }
    #greeting .greeting_wrapper .greeting_inner .greeting_ttl {
      margin-right: 30px; }
      #greeting .greeting_wrapper .greeting_inner .greeting_ttl h2 {
        color: #1086ad;
        font-size: 4rem;
        font-family: "Cinzel", serif;
        margin-bottom: 20px;
        margin-top: -35px;
        z-index: 5;
        position: relative; }
    #greeting .greeting_wrapper .greeting_inner .greeting_text {
      flex: 1;
      padding-top: 70px; }

#overview_area {
  padding: 10px 0 80px; }

#access_area {
  padding: 50px 0;
  background-color: #f7f7f7; }
  #access_area .iframe_area {
    margin-bottom: 40px; }
    #access_area .iframe_area iframe {
      width: 100%; }

@media screen and (max-width: 1080px) {
  #services {
    margin: 80px 0;
    position: relative; }
    #services .services_wrapper .services_inner {
      display: flex;
      flex-flow: column;
      position: relative;
      width: 90%;
      margin: 20px auto; }
      #services .services_wrapper .services_inner:before {
        content: "";
        position: absolute;
        background-color: #e8e8e8;
        width: 47%;
        height: 30vh;
        bottom: -25px;
        right: 16px;
        z-index: -1; }
      #services .services_wrapper .services_inner .services_contents {
        flex: 1;
        margin-right: 30px; }
      #services .services_wrapper .services_inner .services_img {
        width: 230px;
        margin: 20px auto; }
        #services .services_wrapper .services_inner .services_img figure img {
          width: 100%;
          height: auto; }
    #services #services_animation .company_name {
      align-items: center;
      display: flex;
      overflow: hidden;
      width: 100%;
      white-space: nowrap;
      font-family: "Cinzel", serif;
      margin-top: 0;
      color: #3c3c3c;
      position: absolute;
      margin-bottom: initial;
      bottom: -8vw;
      z-index: 14;
      top: auto; }
      #services #services_animation .company_name ul {
        animation: flowing 150s linear infinite;
        transform: translateX(100%);
        margin: 0;
        padding: 0; }
        #services #services_animation .company_name ul li {
          font-size: 7vw;
          font-weight: 100;
          display: inline-block;
          padding-right: 50px;
          line-height: 0.9;
          font-family: "Cinzel", serif; }

  #greeting {
    position: relative;
    background-color: #f7f7f7;
    padding: 25px 0;
    margin: 30px 0 40px;
    z-index: -2; }
    #greeting:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 130px;
      background-color: #fff;
      z-index: -1;
      display: block; }
    #greeting .greeting_wrapper .greeting_img {
      position: relative;
      z-index: 0; }
      #greeting .greeting_wrapper .greeting_img figure img {
        width: 100%;
        height: auto; }
    #greeting .greeting_wrapper .greeting_inner {
      display: block; }
      #greeting .greeting_wrapper .greeting_inner .greeting_ttl {
        margin: 0 30px 0 0; }
        #greeting .greeting_wrapper .greeting_inner .greeting_ttl h2 {
          font-size: 2.3rem;
          margin-bottom: 5px;
          margin-top: -25px;
          z-index: 5;
          position: relative; }
      #greeting .greeting_wrapper .greeting_inner .greeting_text {
        padding-top: 10px; } }
.ttl_style_01 {
  color: #1086ad;
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  margin-bottom: 20px; }

.ttl_style_02 {
  color: #3c3c3c;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  margin-bottom: 20px; }

.ttl_style_03 {
  color: #3c3c3c;
  font-size: 1.8rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1086ad;
  font-family: "Noto Serif JP", serif; }
  .ttl_style_03 span {
    color: #b7b7b7;
    font-family: "Noto Serif JP", serif;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px; }

.ttl_style_04 {
  position: relative;
  color: #3c3c3c;
  font-size: 1.6rem;
  border-bottom: 1px solid #D5DBE6;
  margin-bottom: 30px;
  padding-bottom: 24px;
  font-family: "Noto Serif JP", serif; }
  .ttl_style_04:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #1086ad; }

.ttl_style_05 {
  color: #3c3c3c;
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif; }
  .ttl_style_05 span {
    color: #1086ad;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    display: block;
    margin-bottom: 10px; }

.ttl_style_06 {
  color: #3c3c3c;
  font-size: 1.5rem;
  margin: 30px 0 20px;
  line-height: 1.3rem;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  display: flex; }
  .ttl_style_06:before {
    content: "";
    display: inline-block;
    border-top: 1px solid #1086ad;
    min-width: 0.7em;
    margin-right: 0.5em;
    margin-top: 11px; }

.ttl_style_07 {
  font-size: 1.3rem;
  margin: 30px 0 20px;
  line-height: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  color: #1086ad; }

.ttl_style_08 {
  color: #3c3c3c;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  margin-bottom: 20px; }

.ttl_style_09 {
  color: #3c3c3c;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  border-left: 2px solid #1086ad;
  padding: 5px 0 5px 15px;
  font-weight: 600; }

.ttl_style_10 {
  color: #3c3c3c;
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600; }

.ttl_style_11 {
  color: #1086ad;
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600; }

.ttl_style_12 {
  font-size: 1.4rem;
  margin: 30px 0 20px;
  line-height: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  color: #1086ad;
  font-weight: 600;
  text-align: center; }

.ttl_style_13 {
  font-size: 1.4rem;
  margin: 30px 0 20px;
  line-height: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  color: #3c3c3c;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #1086ad; }

.ttl_style_14 {
  font-size: 1.3rem;
  margin: 30px 0 20px;
  line-height: 1.7rem;
  font-family: 'Noto Serif JP', serif;
  color: #3c3c3c;
  font-weight: 600;
  padding: 14px 10px 14px 20px;
  background-color: #f7f7f7;
  position: relative; }
  .ttl_style_14:after {
    border-left: 2px solid #1086ad;
    content: "";
    display: block;
    height: 20px;
    left: -1px;
    position: absolute;
    top: calc(50% - 10px); }

.ttl_style_15 {
  font-size: 1.1rem;
  margin: 0 0 20px;
  line-height: 1.5rem;
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  color: #1086ad;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #1086ad; }

.contents_ttl {
  color: #1086ad;
  font-size: 3rem;
  font-family: "Cinzel", serif;
  margin-bottom: 40px; }
  .contents_ttl span {
    color: #3c3c3c;
    font-size: 1.4rem;
    font-family: "Noto Serif JP", serif;
    display: block; }

.text_style_01 {
  color: #565656;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 10px; }

.text_style_02 {
  color: #565656;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2; }

.caption {
  color: #9e9e9e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.85rem;
  line-height: 2;
  margin-bottom: 10px; }

.label {
  font-style: normal;
  background: #e4e4e4;
  padding: 5px 12px;
  font-size: 0.75rem;
  display: table;
  margin-bottom: 6px;
  color: #4a4a4a; }

.label_02 {
  font-style: normal;
  background: #e4e4e4;
  padding: 5px 12px;
  font-size: 0.75rem;
  display: table;
  margin-top: 6px;
  color: #4a4a4a; }

.caution {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  font-size: 1em;
  color: #565656;
  margin-bottom: 10px;
  font-weight: bold; }
  .caution.wh {
    color: #fff; }
  .caution i {
    background-color: #c54646;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    font-size: 1.1rem; }
  .caution span {
    flex: 1;
    line-height: 1.7;
    font-size: 1.2em; }

.underline {
  text-decoration: underline; }

.red {
  color: #c90505 !important; }

.bold {
  font-weight: 800; }

.list_style_01 li {
  position: relative;
  color: #565656;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-left: 17px;
  line-height: 1.7; }
  .list_style_01 li:before {
    content: "";
    position: absolute;
    background-color: #1086ad;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
    border-radius: 100px; }

.list_style_02 li {
  position: relative;
  color: #565656;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-left: 17px;
  line-height: 1.7; }
  .list_style_02 li:before {
    content: "";
    position: absolute;
    background-color: #3c3c3c;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
    border-radius: 100px; }

.list_style_03 li {
  position: relative;
  color: #565656;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-left: 17px;
  line-height: 1.7; }
  .list_style_03 li:before {
    content: "";
    position: absolute;
    background-color: #1086ad;
    width: 10px;
    height: 1px;
    top: 14px;
    left: 0; }

.list_style_04 li {
  position: relative;
  color: #565656;
  background-color: #f7f7f7;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 10px 17px 10px 25px;
  line-height: 1.7;
  border: 1px solid #ccc; }
  .list_style_04 li:before {
    content: "";
    position: absolute;
    background-color: #1086ad;
    width: 7px;
    height: 7px;
    top: 21px;
    left: 12px;
    border-radius: 100px; }

.list_style_05 {
  display: flex;
  flex-wrap: wrap; }
  .list_style_05 li {
    position: relative;
    color: #565656;
    font-size: 1rem;
    margin-bottom: 10px;
    padding-left: 17px;
    line-height: 1.7;
    margin-right: 15px; }
    .list_style_05 li:last-child {
      margin-right: 0; }
    .list_style_05 li:before {
      content: "";
      position: absolute;
      border: 1px solid #1086ad;
      width: 10px;
      height: 10px;
      top: 10px;
      left: 0;
      border-radius: 100px; }

ol {
  position: relative;
  margin: 0;
  padding: 0; }
  ol.number_list_01 li {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding-left: 1.25em;
    margin-bottom: 15px;
    line-height: 2;
    color: #565656;
    font-weight: 500; }
    ol.number_list_01 li:last-child {
      margin-bottom: 0; }
    ol.number_list_01 li span {
      position: absolute;
      left: 0;
      margin: 0; }
    ol.number_list_01 li em {
      font-style: normal; }

ol.number_list_02 {
  counter-reset: number;
  margin-left: 32px; }
  ol.number_list_02 li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    text-align: left;
    font-size: 1rem;
    line-height: 2 !important;
    margin-bottom: 10px !important;
    text-indent: -23px !important;
    color: #565656;
    padding: 0;
    font-weight: 500; }
    ol.number_list_02 li:before {
      display: marker !important;
      content: "(" counter(cnt) ") " !important; }

.single_img {
  margin: 20px 0; }
  .single_img figure img {
    /*max-width: 800px;*/
    margin: 0 auto;
    width: 100%;
    height: auto; }

.twin_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .twin_img figure {
    width: calc(100% / 2 - 20px);
    margin-bottom: 15px; }
    .twin_img figure img {
      width: 100%;
      height: auto; }

.triplets_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .triplets_img figure {
    width: calc((100% / 3) - 20px);
    margin-bottom: 15px; }
    .triplets_img figure:after {
      content: "";
      width: calc((100% / 3) - 20px); }
    .triplets_img figure img {
      width: 100%;
      height: auto; }

.quadruplets_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 1.5vw; }
  .quadruplets_img figure {
    width: calc((100% / 4) - 20px);
    margin-bottom: 15px; }
    .quadruplets_img figure img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 980px) {
  .twin_img figure {
    width: calc(100% / 2 - 1px); }

  .triplets_img {
    display: block; }
    .triplets_img figure {
      width: 100%; }

  .quadruplets_img {
    gap: 0 1.5vw; }
    .quadruplets_img figure {
      width: 48%;
      margin-bottom: 15px; }
      .quadruplets_img figure img {
        width: 100%;
        height: auto; } }
/*アコーディオン*/
.accordion_section {
  margin-bottom: 30px; }
  .accordion_section .accordion_one {
    background-color: #fff;
    border: 1px solid #1086ad;
    padding: 30px 40px 30px 30px; }
    .accordion_section .accordion_one p {
      color: #565656;
      font-size: 1rem;
      line-height: 2;
      font-family: "Noto Sans JP", sans-serif; }
    .accordion_section .accordion_one .accordion_header {
      color: #3c3c3c;
      font-size: 1.2rem;
      font-weight: 600;
      z-index: +1;
      cursor: pointer;
      transition-duration: 0.2s;
      position: relative; }
    .accordion_section .accordion_one .accordion_inner {
      display: none;
      padding: 0;
      box-sizing: border-box;
      margin-top: 15px; }
  .accordion_section.accordion_faq .accordion_one {
    background-color: #1086ad; }
    .accordion_section.accordion_faq .accordion_one .accordion_header {
      padding-left: 40px; }
      .accordion_section.accordion_faq .accordion_one .accordion_header:before {
        content: "Q";
        color: #3c3c3c;
        font-family: "Cinzel", serif;
        font-size: 2rem;
        position: absolute;
        top: -3px;
        left: 0;
        width: 30px;
        height: 35px; }
    .accordion_section.accordion_faq .accordion_one .accordion_inner .box_one.answer {
      position: relative;
      padding-left: 40px; }
      .accordion_section.accordion_faq .accordion_one .accordion_inner .box_one.answer:before {
        content: "A";
        color: #b52f2f;
        font-family: "Cinzel", serif;
        font-size: 2rem;
        position: absolute;
        top: -3px;
        left: 0;
        width: 30px;
        height: 35px; }
    .accordion_section.accordion_faq .accordion_one .accordion_inner .box_one p {
      font-size: 1.1rem;
      line-height: 1.8; }

.accordion_section .accordion_one .accordion_header:hover {
  opacity: .8; }

.accordion_section .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -3%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; }

.accordion_section .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }

.accordion_section .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.accordion_section .accordion_one .accordion_header .i_box .one_i:before, .accordion_section .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #1086ad;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center; }

.accordion_section .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px; }

.accordion_section .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none; }

.accordion_section .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.accordion_section .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box; }

@media screen and (max-width: 980px) {
  .accordion_section .accordion_one {
    padding: 15px 25px 15px 15px; }

  .accordion_section .accordion_one .accordion_header .i_box {
    top: 50%;
    right: -3%;
    width: 30px;
    height: 30px;
    margin-top: -15px; } }
.box_img {
  display: flex;
  margin-bottom: 30px; }
  .box_img .img_contents {
    width: 33%;
    margin-right: 50px; }
    .box_img .img_contents img {
      width: 100%;
      height: auto; }
  .box_img .doc {
    flex: 1; }
  .box_img.change {
    flex-direction: row-reverse; }
    .box_img.change .img_contents {
      margin: 0 0 0 50px; }
  .box_img.half .img_contents {
    width: 47.5%; }

.twin_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .twin_contents .contents_area {
    width: 48%; }

.triplets_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .triplets_contents .contents_area {
    width: calc((100% / 3) - 20px); }

.google_map_iframe {
  margin-bottom: 30px; }
  .google_map_iframe iframe {
    width: 100%; }

.youtube {
  max-width: 620px;
  margin: 0 auto 20px;
  width: 100%;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

.map_contents {
  display: flex;
  gap: 0 1.5vw;
  margin-bottom: 30px; }
  .map_contents .map_iframe {
    width: 47.5%; }
    .map_contents .map_iframe iframe {
      width: 100%; }
  .map_contents .map_info {
    flex: 1; }
  .map_contents.change {
    flex-direction: row-reverse; }

@media screen and (max-width: 620px) {
  /*.youtube {
  	width: 100%;
  	iframe {
  	}
  }*/ }
@media screen and (max-width: 980px) {
  .twin_contents {
    display: block; }
    .twin_contents .contents_area {
      width: 100%;
      margin-bottom: 30px; }

  .triplets_contents {
    display: block; }
    .triplets_contents .contents_area {
      width: 100%;
      margin-bottom: 30px; }

  .map_contents {
    display: block; }
    .map_contents .map_iframe {
      width: 100%;
      margin-bottom: 20px; }
      .map_contents .map_iframe iframe {
        width: 100%; }
    .map_contents .map_info {
      width: 100%; }
    .map_contents.change {
      flex-direction: row-reverse; } }
@media screen and (max-width: 1080px) {
  .box_img {
    display: block; }
    .box_img .img_contents {
      width: 100%;
      margin: 0 0 30px; }
      .box_img .img_contents figure {
        display: flex;
        justify-content: center; }
        .box_img .img_contents figure img {
          width: 250px;
          height: auto;
          margin: 0 auto; }
    .box_img .doc {
      flex: 1; }
    .box_img.change .img_contents {
      margin: 0 0 30px; } }
.number_text {
  display: flex;
  align-items: flex-start;
  color: #565656;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 10px; }
  .number_text i {
    color: #565656;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: 5px;
    text-align: center;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    font-size: 1rem; }
  .number_text span {
    flex: 1;
    color: #565656;
    font-family: "Noto Sans JP", sans-serif; }

table.table_style_01 {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid #bfe2ee;
  border-width: 0 1px 1px 0;
  font-size: 0.9rem;
  width: 100%; }
  table.table_style_01 th, table.table_style_01 td {
    border: 1px solid #bfe2ee;
    border-width: 1px 0 0 1px;
    padding: 20px;
    vertical-align: top; }
  table.table_style_01 th {
    background: #1086ad;
    color: #fff; }
  table.table_style_01 td {
    background: #fff;
    color: #6B6B6C; }
table.table_style_02 {
  padding: 10px;
  font-size: 16px;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width: 100%; }
  table.table_style_02 th, table.table_style_02 td {
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    padding: 20px;
    vertical-align: top; }
  table.table_style_02 th {
    color: #fff;
    background: #B4B4B4; }
  table.table_style_02 td {
    font-size: 16px;
    color: #444;
    border-collapse: collapse;
    border: 1px solid #ddd; }
    table.table_style_02 td.country {
      background: #c5e6ff; }
table.table_style_03 {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%; }
  table.table_style_03 th, table.table_style_03 td {
    color: #565656;
    padding: 1.3em 1.7em;
    box-sizing: border-box; }
  table.table_style_03 th {
    border-bottom: 1px solid #1086ad;
    text-align: left;
    width: 25%; }
  table.table_style_03 td {
    border-bottom: 1px solid #D5DBE6;
    width: 75%; }

@media screen and (max-width: 1080px) {
  .table_wrap {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }

  table.table_style_03 tr {
    display: block; }
  table.table_style_03 th, table.table_style_03 td {
    display: block;
    padding: 1.2em 1em;
    width: 100%; } }
.contents_box {
  margin-bottom: 50px; }

.second_layer {
  margin: 0 0 0 33px; }

a.link_bk {
  transition: 0.5s;
  /*訪問済みのリンクの色*/
  /*カーソルが乗っているリンクの色*/
  /*クリック中のリンクの色*/ }
  a.link_bk:link {
    color: #525252;
    text-decoration: none; }
  a.link_bk:visited {
    color: #525252;
    text-decoration: none; }
  a.link_bk:hover {
    color: #1086ad;
    text-decoration: none; }
  a.link_bk:active {
    color: #1086ad;
    text-decoration: none; }

@media screen and (max-width: 1080px) {
  .ttl_style_01 {
    font-size: 1.3rem;
    line-height: 1.5; }

  .ttl_style_02 {
    font-size: 1.2rem;
    line-height: 1.5; }

  .ttl_style_03 {
    font-size: 1.3rem;
    line-height: 1.5; }

  .ttl_style_08 {
    font-size: 1.4rem;
    line-height: 1.5; }

  .contents_ttl {
    font-size: 1.7rem; }
    .contents_ttl span {
      color: #3c3c3c;
      font-size: 1.2rem;
      font-family: "Noto Serif JP", serif;
      display: block; } }
dl.list_text {
  position: relative; }
  dl.list_text dt {
    display: block;
    color: #525252;
    position: absolute;
    left: 0;
    padding: 30px 0 0;
    border-top: 1px solid #1086ad;
    width: 180px;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif; }
  dl.list_text dd {
    margin-left: 185px;
    color: #525252;
    line-height: 2;
    display: block;
    border-top: 1px solid #bebebe;
    padding: 30px 0;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif; }

@media screen and (max-width: 1080px) {
  dl.list_text {
    position: relative;
    margin-bottom: 35px; }
    dl.list_text dt {
      display: block;
      position: initial;
      left: 0;
      padding: 0 0 20px;
      border-top: initial;
      border-bottom: 1px solid #1086ad;
      width: 100%; }
    dl.list_text dd {
      margin-left: 0;
      color: #525252;
      line-height: 2;
      display: block;
      border-top: initial;
      border-bottom: 1px solid #bebebe;
      padding: 15px 0;
      font-size: 1rem;
      font-family: "Noto Sans JP", sans-serif; } }
dl.FormContents {
  position: relative;
  border-bottom: 1px solid #bebebe; }
  dl.FormContents dt {
    width: 360px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #bebebe;
    position: absolute;
    left: 0;
    padding: 50px 30px 50px 0;
    box-sizing: border-box; }
    dl.FormContents dt:first-child {
      border-top: initial; }
    dl.FormContents dt:first-child + dd {
      border-top: initial; }
    dl.FormContents dt .Text {
      font-size: 1.2rem;
      color: #1f1f1f; }
    dl.FormContents dt .mark {
      background: #b81c22;
      width: 60px;
      height: 24px;
      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-weight: 400;
      font-size: 15px;
      color: #fff; }
    dl.FormContents dt .optional {
      background: #b0b0b0; }
  dl.FormContents dd {
    margin-left: 360px;
    line-height: 2;
    display: block;
    border-top: 1px solid #bebebe;
    /*padding: 30px 0;*/
    padding: 40px 0; }

#ContactCheck dl.FormContents {
  border-bottom: 1px solid #bebebe; }
  #ContactCheck dl.FormContents dd {
    padding: 40px 0; }
    #ContactCheck dl.FormContents dd p {
      font-size: 1.1rem; }

input[type="text"].c_formParts, input[type="email"].c_formParts {
  padding: 0 39px;
  height: 60px;
  background-color: #e1e1e1;
  border: 0 solid transparent; }

.Postcode {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.postcodeMark {
  max-width: 26px;
  -ms-flex-preferred-size: 26px;
  flex-basis: 26px;
  padding-top: 5px; }

.formPostcode {
  max-width: 270px; }

.formAddress {
  margin-top: 20px; }

.Select01 {
  width: 380px;
  max-width: 100%;
  height: 70px;
  position: relative;
  max-width: 100%;
  height: 56px;
  border: 3px solid #e1e1e1;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .Select01:after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    width: 9px;
    height: 9px;
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.InSelect {
  font-size: 1rem;
  padding: 0 50px 0 22px;
  width: 100%;
  height: 100%;
  padding: 0 40px 0 18px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .05em;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="text"], input[type="email"], input[type="tel"], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  font-size: 1rem; }

input[type="text"], input[type="email"], input[type="tel"], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

input[type="radio"], input[type="checkbox"] {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

textarea.c_formParts {
  height: 200px;
  resize: vertical;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 30px;
  font-size: 1rem;
  border: none;
  background: #e1e1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit; }

/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer;
  /* ポインターカーソルを表示 */ }

.submitBtn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
  border: initial; }
  .submitBtn[disabled]:hover {
    background-color: #ccc;
    color: #fff; }
  .submitBtn[disabled]:before {
    content: none; }
  .submitBtn[disabled]:after {
    content: none; }

.formAgreement {
  margin-top: 40px;
  text-align: center; }

.SubmitBtnArea {
  margin-top: 100px; }

input#agree {
  width: 24px;
  height: 24px;
  border: 1px solid #D5DBE6;
  margin: 0 15px 7px 0; }

.checkboxText {
  font-size: 1.2rem;
  color: #1f1f1f; }

.submitBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding: 1em 2em;
  width: 380px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #1e86ad;
  border: 1px solid #1e86ad;
  transition: 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 40px auto;
  border-radius: 5px; }
  .submitBtn:hover {
    text-decoration: none;
    color: #202d59;
    background-color: #fff; }

@media screen and (max-width: 1080px) {
  dl.FormContents {
    position: relative; }
    dl.FormContents dt {
      display: flex;
      justify-content: space-between;
      left: 0;
      padding: 40px 0 20px;
      box-sizing: border-box;
      width: 100%; }
      dl.FormContents dt .Text {
        font-size: 1.2rem;
        color: #1f1f1f; }
      dl.FormContents dt .mark {
        background: #b81c22;
        width: 60px;
        height: 24px;
        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-weight: 400;
        font-size: 15px;
        color: #fff; }
      dl.FormContents dt .optional {
        background: #b0b0b0; }
    dl.FormContents dd {
      line-height: 2;
      display: block;
      border-bottom: 1px solid #bebebe;
      padding: 90px 0 40px;
      margin-left: initial; }

  input[type="text"].c_formParts, input[type="email"].c_formParts {
    padding: 0 15px;
    height: 60px;
    background-color: #e1e1e1;
    border: 0 solid transparent; }

  .Postcode {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

  .postcodeMark {
    max-width: 26px;
    -ms-flex-preferred-size: 26px;
    flex-basis: 26px;
    padding-top: 5px; }

  .formPostcode {
    max-width: 270px; }

  .formAddress {
    margin-top: 20px; }

  .Select01 {
    width: 100%;
    max-width: 100%;
    height: 70px;
    position: relative;
    max-width: 100%;
    height: 56px;
    border: 3px solid #e1e1e1;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .Select01:after {
      content: '';
      position: absolute;
      top: 0;
      right: 20px;
      bottom: 0;
      margin: auto 0;
      width: 9px;
      height: 9px;
      -webkit-transform: translateY(-2px) rotate(45deg);
      transform: translateY(-2px) rotate(45deg);
      border-right: 2px solid #333;
      border-bottom: 2px solid #333;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

  .InSelect {
    font-size: 1rem;
    padding: 0 50px 0 22px;
    width: 100%;
    height: 100%;
    padding: 0 40px 0 18px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .05em;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button, select, option {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    outline: none;
    border: 1px solid;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    font-size: 1rem; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }

  input[type="radio"], input[type="checkbox"] {
    margin: 0;
    padding: 0;
    vertical-align: middle; }

  textarea.c_formParts {
    height: 200px;
    resize: vertical;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 1rem;
    border: none;
    background: #e1e1e1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit; }

  /* 送信ボタン */
  .submit-btn {
    /* buttonタグのリセットCSS */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: #fff;
    padding: 8px 24px;
    background-color: #3abec1;
    cursor: pointer;
    /* ポインターカーソルを表示 */ }

  .submitBtn[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
    /* クリック不可のカーソルを表示 */
    border: initial; }
    .submitBtn[disabled]:hover {
      background-color: #ccc;
      color: #fff; }
    .submitBtn[disabled]:before {
      content: none; }
    .submitBtn[disabled]:after {
      content: none; }

  .formAgreement {
    margin-top: 40px;
    text-align: center; }

  .SubmitBtnArea {
    margin-top: 100px; }

  input#agree {
    width: 24px;
    height: 24px;
    border: 1px solid #D5DBE6;
    margin: 0 15px 7px 0; }

  .checkboxText {
    font-size: 1.2rem;
    color: #1f1f1f; }

  .submitBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 1em;
    min-width: 250px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    background-color: #1e86ad;
    border: 1px solid #1e86ad;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 40px auto; }
    .submitBtn:hover {
      text-decoration: none;
      color: #202d59;
      background-color: #fff; }

  .contactPolicy {
    padding: 40px;
    margin-top: 30px;
    height: 200px;
    background-color: #ebebeb !important;
    overflow-y: scroll;
    box-sizing: border-box; }

  .policyTitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    color: #1f1f1f;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center; }

  .policyList p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 2; }

  .policyListTit_02 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    color: #1f1f1f;
    margin-bottom: 10px;
    font-weight: 700; }

  .firstText {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    margin-bottom: 40px !important; }

  .blackBg {
    position: relative; }
    .blackBg:before {
      content: "";
      background: #1f1f1f;
      width: 100%;
      display: block;
      height: 230px;
      position: absolute;
      z-index: -1; } }
.error {
  font-size: 1rem;
  font-weight: bold;
  color: #B70000;
  display: block; }

dd.is_error input[type="text"].c_formParts, dd.is_error input[type="email"].c_formParts {
  border: 2px solid #B70000;
  background-color: rgba(206, 53, 53, 0.05) !important; }
dd.is_error textarea {
  border: 2px solid #B70000;
  background-color: rgba(206, 53, 53, 0.05) !important; }
dd.is_error .Select01 {
  border: 2px solid #B70000;
  background-color: rgba(206, 53, 53, 0.05) !important; }

.buttonArea_02 {
  text-align: center;
  margin: 60px 0;
  width: 100%; }

.back {
  text-decoration: none;
  position: relative;
  padding: 1em 2em;
  width: 180px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #9f9f9f;
  border: 1px solid #9f9f9f;
  transition: 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px; }
  .back:hover {
    text-decoration: none;
    color: #9f9f9f;
    background-color: #fff; }

.buttonSend {
  text-decoration: none;
  position: relative;
  padding: 1em 2em;
  width: 180px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: #1e86ad;
  border: 1px solid #1e86ad;
  transition: 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 5px; }
  .buttonSend:hover {
    text-decoration: none;
    color: #1e86ad;
    background-color: #fff; }

@media screen and (max-width: 780px) {
  .back {
    padding: 1em;
    width: 110px;
    color: #fff;
    font-size: 15px; }

  .buttonSend {
    text-decoration: none;
    position: relative;
    padding: 1em;
    width: 110px;
    color: #fff;
    font-size: 15px; } }
.btn_style_01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  padding: 1em 2em;
  width: 350px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #1e86ad;
  border: 1px solid #1e86ad;
  transition: 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 40px auto;
  border-radius: 5px; }
  .btn_style_01:hover {
    text-decoration: none;
    color: #1e86ad;
    background-color: #fff; }

.btn_style_02 {
  position: relative;
  line-height: 1.2em;
  text-align: left;
  padding: 10px 0;
  font-size: 16px;
  display: inline-block; }
  .btn_style_02:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #000;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    transform: scaleX(1);
    transform-origin: right; }
  .btn_style_02 span {
    padding-right: 30px;
    position: relative;
    display: block;
    /*訪問済みのリンクの色*/
    /*カーソルが乗っているリンクの色*/
    /*クリック中のリンクの色*/ }
    .btn_style_02 span:link {
      color: #333;
      text-decoration: none; }
    .btn_style_02 span:visited {
      color: #333;
      text-decoration: none; }
    .btn_style_02 span:hover {
      color: #333;
      text-decoration: none; }
    .btn_style_02 span:active {
      color: #333;
      text-decoration: none; }
    .btn_style_02 span:before {
      content: "";
      width: 19px;
      height: 19px;
      background: #1e86ad;
      border-radius: 50%;
      position: absolute;
      transition: 0.3s;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto 0; }
    .btn_style_02 span:after {
      content: "";
      background: url("../images/img_commons/ico_arrow_wh.svg") no-repeat center center;
      width: 9px;
      height: 5px;
      position: absolute;
      right: 5px;
      top: 0;
      bottom: 0;
      margin: auto 0; }

.btn_style_02:hover .btn__text::before {
  transform: scale(1.3); }

.btn_style_02:hover .btn__text::after {
  animation: link_ico_hover .3s; }

.btn_style_02:hover::after {
  transform: scaleX(0); }

a.btn_style_02:link {
  color: #333;
  text-decoration: none; }

a.btn_style_02:visited {
  color: #333;
  text-decoration: none; }

a.btn_style_02:hover {
  color: #333;
  text-decoration: none; }

a.btn_style_02:active {
  color: #333;
  text-decoration: none; }

.btn_style_03 {
  width: 380px;
  font-size: 1.1rem;
  padding: 10px 20px;
  border: 1px solid #1e86ad;
  background: #1e86ad;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: left; }
  .btn_style_03:hover {
    color: #1e86ad !important;
    background: #fff;
    border: 1px solid #1e86ad; }
    .btn_style_03:hover:after {
      border-right: 1px solid #1e86ad;
      border-bottom: 1px solid #1e86ad; }
  .btn_style_03:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.btn_style_04 {
  position: relative;
  color: #333 !important;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  display: inline-block;
  padding: 1.0em 1.5em 1.0em 2.5em;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #FFF;
  line-height: 1.3;
  -webkit-transition: all .3s;
  transition: all .3s;
  /*訪問済みのリンクの色*/
  /*カーソルが乗っているリンクの色*/
  /*クリック中のリンクの色*/ }
  .btn_style_04:link {
    color: #333;
    text-decoration: none; }
  .btn_style_04:visited {
    color: #333;
    text-decoration: none; }
  .btn_style_04:hover {
    color: #333;
    background-color: #eef7fa;
    text-decoration: none; }
  .btn_style_04:active {
    color: #333;
    background-color: #eef7fa;
    text-decoration: none; }
  .btn_style_04:before {
    content: "";
    width: 19px;
    height: 19px;
    background: #1e86ad;
    border-radius: 50%;
    position: absolute;
    transition: 0.3s;
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .btn_style_04:after {
    content: "";
    background: url("../images/img_commons/ico_arrow_wh.svg") no-repeat center center;
    width: 9px;
    height: 5px;
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto 0; }

.btn_style_04:hover::before {
  transform: scale(1.3); }

.btn_style_04:hover::after {
  animation: link_ico_hover .3s; }

@media screen and (max-width: 780px) {
  .btn_style_01 {
    padding: 1em;
    width: 90%;
    color: #fff;
    font-size: 15px; }

  .btn_style_03 {
    width: 100%;
    font-size: 15px; } }
.news_list_02 {
  margin-bottom: 90px; }
  .news_list_02 ul {
    border-top: 1px solid #ececec; }
    .news_list_02 ul li {
      display: flex;
      padding: 30px 0;
      border-bottom: 1px solid #ececec; }
      .news_list_02 ul li span {
        font-family: "Noto Sans JP", sans-serif;
        color: #3c3c3c;
        font-weight: 600;
        margin-right: 20px;
        font-size: 0.95rem;
        line-height: 1.8; }
      .news_list_02 ul li a {
        flex: 1;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 0.95rem;
        transition: 0.3s;
        line-height: 1.8;
        /*訪問済みのリンクの色*/
        /*カーソルが乗っているリンクの色*/
        /*クリック中のリンクの色*/ }
        .news_list_02 ul li a:link {
          color: #3c3c3c;
          text-decoration: none; }
        .news_list_02 ul li a:visited {
          color: #3c3c3c;
          text-decoration: none; }
        .news_list_02 ul li a:hover {
          color: #1086ad;
          text-decoration: none; }
        .news_list_02 ul li a:active {
          color: #1086ad;
          text-decoration: none; }

@media screen and (max-width: 1080px) {
  .news_list_02 ul li {
    display: block;
    padding: 20px 0; }
    .news_list_02 ul li span {
      margin: 0 0 10px;
      display: block; }
    .news_list_02 ul li a {
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ } }
.inline_menu_a {
  margin: 30px 0; }
  .inline_menu_a ul {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 0 1.5vw; }
    .inline_menu_a ul li {
      width: calc((100% / 3) - 20px);
      font-size: 16px;
      border-bottom: 1px solid #484848;
      padding: 0;
      min-height: 55px;
      margin-bottom: 10px;
      box-sizing: border-box; }
      .inline_menu_a ul li a {
        position: relative;
        width: 100%;
        min-height: 55px;
        height: 100%;
        display: flex;
        align-items: center;
        bottom: 0px;
        line-height: 1.2em;
        color: #333;
        padding: 8px 30px 8px 0;
        box-sizing: border-box;
        font-family: "Noto Serif JP", serif;
        /*訪問済みのリンクの色*/
        /*カーソルが乗っているリンクの色*/
        /*クリック中のリンクの色*/ }
        .inline_menu_a ul li a:link {
          text-decoration: none; }
        .inline_menu_a ul li a:visited {
          text-decoration: none; }
        .inline_menu_a ul li a:hover {
          text-decoration: none; }
        .inline_menu_a ul li a:active {
          text-decoration: none; }
        .inline_menu_a ul li a:before {
          content: "";
          background: url("../images/img_commons/ico_arrow.svg") no-repeat center center/12px auto;
          width: 30px;
          height: 100%;
          position: absolute;
          transform: rotate(90deg);
          right: 0;
          bottom: -2px; }
        .inline_menu_a ul li a:after {
          content: "";
          position: absolute;
          border-bottom: 1px solid #1086ad;
          bottom: -1px;
          right: 0;
          width: 30px; }

@media screen and (max-width: 768px) {
  .inline_menu_a ul li {
    width: calc((100% / 2) - 3%);
    font-size: 14px; }
    .inline_menu_a ul li a {
      /*訪問済みのリンクの色*/
      /*カーソルが乗っているリンクの色*/
      /*クリック中のリンクの色*/ } }
.box_01 {
  background-color: #e8faff;
  padding: 40px;
  margin-bottom: 40px; }

.box_02 {
  background-color: #f7f7f7;
  padding: 40px;
  margin-bottom: 40px; }

.box_03 {
  border: 1px solid #c2c2c2;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 40px; }

.box_04 {
  border: 1px solid #ffc6c6;
  background-color: #fff4f4;
  padding: 40px;
  margin-bottom: 40px; }

.step_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .step_ttl span {
    padding-right: 15px;
    font-style: italic;
    font-size: 1.7rem;
    color: #1086ad;
    text-align: center;
    font-family: "Cinzel", serif;
    border-right: 1px solid #1086ad;
    width: 60px;
    font-weight: 600; }
    .step_ttl span em {
      display: block;
      font-size: 60%;
      text-align: center;
      font-style: italic;
      color: #1086ad;
      font-family: "Cinzel", serif; }
  .step_ttl p {
    font-family: "Noto Serif JP", serif;
    margin-left: 5px;
    color: #3c3c3c;
    font-size: 1.5rem;
    padding-left: 10px;
    font-weight: 700;
    flex: 1; }

dl.contents_style {
  position: relative;
  border-bottom: 1px solid #c2c2c2; }
  dl.contents_style dt {
    display: block;
    position: absolute;
    color: #3c3c3c;
    padding: 15px 0;
    width: 180px;
    font-size: 1rem;
    line-height: 2;
    font-weight: bold; }
  dl.contents_style dd {
    margin-left: 180px;
    font-size: 1rem;
    color: #3c3c3c;
    line-height: 2;
    display: block;
    padding: 15px 0;
    font-weight: 500; }
dl.contents_style_02 {
  position: relative;
  border-bottom: 1px solid #c2c2c2; }
  dl.contents_style_02 dt {
    display: block;
    position: absolute;
    color: #1086ad;
    padding: 15px 0;
    width: 190px;
    font-size: 1rem;
    line-height: 2;
    font-weight: bold; }
  dl.contents_style_02 dd {
    margin-left: 200px;
    font-size: 1rem;
    color: #565656;
    line-height: 2;
    display: block;
    padding: 15px 0; }

@media screen and (max-width: 768px) {
  .step_ttl span {
    font-size: 1.4rem; }
  .step_ttl p {
    font-size: 1.3rem; }

  .box_01 {
    padding: 25px; }

  .box_02 {
    padding: 25px; }

  .box_03 {
    padding: 25px; }

  .box_04 {
    padding: 25px; } }
@media screen and (max-width: 1080px) {
  dl.contents_style dt {
    position: initial;
    width: initial; }
  dl.contents_style dd {
    margin-left: initial;
    padding: 0 0 10px; }
  dl.contents_style_02 dt {
    position: initial;
    width: initial; }
  dl.contents_style_02 dd {
    margin-left: initial;
    padding: 0 0 10px; } }
.pdf {
  position: relative;
  font-size: 1rem;
  padding: 17px 60px 17px 20px;
  font-weight: 800;
  min-width: 260px;
  transition: 0.5s;
  box-sizing: border-box;
  display: inline-block;
  /*訪問済みのリンクの色*/
  /*カーソルが乗っているリンクの色*/
  /*クリック中のリンクの色*/ }
  .pdf:link {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .pdf:visited {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .pdf:hover {
    color: #d86565;
    text-decoration: none;
    background-color: #ffefef;
    border: 1px solid #ed7373; }
  .pdf:active {
    color: #d86565;
    text-decoration: none;
    background-color: #ffefef;
    border: 1px solid #ed7373; }
  .pdf:before {
    content: "";
    background: url("../images/img_commons/ico_pdf.svg") no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 24px;
    z-index: 1;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.pdf {
  position: relative;
  font-size: 1rem;
  padding: 17px 60px 17px 20px;
  font-weight: 800;
  min-width: 260px;
  transition: 0.5s;
  box-sizing: border-box;
  display: inline-block;
  /*訪問済みのリンクの色*/
  /*カーソルが乗っているリンクの色*/
  /*クリック中のリンクの色*/ }
  .pdf:link {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .pdf:visited {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .pdf:hover {
    color: #d86565;
    text-decoration: none;
    background-color: #ffefef;
    border: 1px solid #ed7373; }
  .pdf:active {
    color: #d86565;
    text-decoration: none;
    background-color: #ffefef;
    border: 1px solid #ed7373; }
  .pdf:before {
    content: "";
    background: url("../images/img_commons/ico_pdf.svg") no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 24px;
    z-index: 1;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.docx {
  position: relative;
  font-size: 1rem;
  padding: 17px 60px 17px 20px;
  font-weight: 800;
  min-width: 260px;
  transition: 0.5s;
  box-sizing: border-box;
  display: inline-block;
  /*訪問済みのリンクの色*/
  /*カーソルが乗っているリンクの色*/
  /*クリック中のリンクの色*/ }
  .docx:link {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .docx:visited {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .docx:hover {
    color: #647ccb;
    text-decoration: none;
    background-color: #eef2ff;
    border: 1px solid #adbae3; }
  .docx:active {
    color: #647ccb;
    text-decoration: none;
    background-color: #eef2ff;
    border: 1px solid #adbae3; }
  .docx:before {
    content: "";
    background: url("../images/img_commons/ico_doc.svg") no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 24px;
    z-index: 1;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.xls {
  position: relative;
  font-size: 1rem;
  padding: 17px 60px 17px 20px;
  font-weight: 800;
  min-width: 260px;
  transition: 0.5s;
  box-sizing: border-box;
  display: inline-block;
  /*訪問済みのリンクの色*/
  /*カーソルが乗っているリンクの色*/
  /*クリック中のリンクの色*/ }
  .xls:link {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .xls:visited {
    color: #565656;
    text-decoration: none;
    border: 1px solid #ccc; }
  .xls:hover {
    color: #61b455;
    text-decoration: none;
    background-color: #e9ffe5;
    border: 1px solid #6dbe61; }
  .xls:active {
    color: #61b455;
    text-decoration: none;
    background-color: #e9ffe5;
    border: 1px solid #6dbe61; }
  .xls:before {
    content: "";
    background: url("../images/img_commons/ico_xls.svg") no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 24px;
    z-index: 1;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

.btn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3vw;
  margin: 15px 0 0; }
  .btn_list li {
    width: 48%; }
    .btn_list li a.pdf {
      width: 100%; }
    .btn_list li a.docx {
      width: 100%; }
    .btn_list li a.xls {
      width: 100%; }

.btn_list_02 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3vw;
  margin: 15px 0 0; }
  .btn_list_02 li {
    width: calc((100% / 3) - 2%); }
    .btn_list_02 li a.pdf {
      width: 100%; }
    .btn_list_02 li a.docx {
      width: 100%; }
    .btn_list_02 li a.xls {
      width: 100%; }

@media screen and (max-width: 768px) {
  .pdf {
    position: relative;
    font-size: 1rem;
    padding: 14px 40px 14px 14px;
    font-weight: 800;
    min-width: 260px;
    width: 100%; }
    .pdf:before {
      content: "";
      background: url("../images/img_commons/ico_pdf.svg") no-repeat top center;
      background-size: contain;
      position: absolute;
      width: 20px;
      height: 24px;
      z-index: 1;
      top: 50%;
      right: 10px; }

  .btn_list {
    display: block; }
    .btn_list li {
      width: 100%;
      margin-bottom: 15px; }
      .btn_list li:last-child {
        margin-bottom: 0; }
      .btn_list li a.pdf {
        width: 100%; }
      .btn_list li a.pdf {
        width: 100%; }
      .btn_list li a.xls {
        width: 100%; } }
@media screen and (max-width: 1080px) {
  .btn_list_02 {
    display: block; }
    .btn_list_02 li {
      width: 100%;
      margin-bottom: 15px; }
      .btn_list_02 li a.pdf {
        width: 100%; } }
