@charset "UTF-8";
/*
Theme Name:こがねの木
Text Domain: 
Version: 1.00
Requires at least: 6.4.1
Requires PHP: 7.4
Author: OK COMPUTER
Description: This is the theme for the 2024 site open.
*/
/*NOTO SANS*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/*Barlow*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap");
/*Montserrat*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* Shippori Mincho*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative; }

ol, ul {
  list-style: none;
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

html {
  scroll-behavior: smooth; }

html,
body {
  overflow-x: hidden !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 850px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
/**************************
FORMAT
**************************/
/*LINK*/
a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #273A64; }

a img {
  border: none;
  transition: .3s; }

a:hover img {
  transition: .3s;
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.80; }

/**************************
FRAMEWORK
**************************/
html, body {
  color: #000;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 850px) {
    html, body {
      font-size: 0.875rem;
      /* 14px相当 (16px × 0.875) */ } }

h1, h2, h3, h4, h5, h6 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif; }

/*骨組み*/
#wrap {
  margin: 0px auto; }

.container {
  /*padding-top: 80px;*/
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: -70px auto 0; }

.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents {
      margin: 0px auto; } }

.contents_600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents_600 {
      margin: 0px auto; } }

.contents_800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents_800 {
      margin: 0px auto; } }

.contents_1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 850px) {
    .contents_1000 {
      margin: 0px auto; } }

ul.disk li {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em; }

/**************************
TABLE
**************************/
table.t_responsive {
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.t_responsive th {
  min-width: 100px;
  border-right: none;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  padding: 0.3em 1em;
  text-align: left; }

.t_responsive td {
  border-right: none;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  font-size: 16px; }

.t_responsive td.left {
  text-align: left; }

@media screen and (max-width: 850px) {
  table.t_responsive {
    width: 100%; }

  .t_responsive th,
  .t_responsive td {
    width: 100%;
    display: block; }

  .t_responsive th {
    font-weight: 500; }

  .t_responsive td {
    padding-left: 1em;
    border-bottom: none; } }
/**************************
JQuery
/**************************
/*jQuery.appear.js*/
.item_top {
  top: -30px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_bottom {
  bottom: -30px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_left {
  left: -40px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_right {
  right: -40px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px; }

.item_c_left {
  left: 600px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_c_right {
  right: 600px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_lyric {
  left: 2vw;
  padding-left: 0px;
  opacity: 0;
  position: relative;
  text-align: left; }

/* contactform7 */
.wpcf7 textarea, .wpcf7 input[type="text"],
.wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], select {
  width: 100%;
  margin: 0 auto 1em;
  padding: 20px 10px;
  background-color: #EDEDED;
  border: none;
  border-radius: 10px; }

.wpcf7 select {
  margin: 0 auto 1em;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #777; }

.wpcf7 textarea:focus, .wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 select:focus {
  outline: 0;
  border: 2px solid #CBCCEA;
  background-color: #fff; }

.wpcf7 input[type="zip"] {
  width: 180px; }

.wpcf7 input[type="submit"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #777;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em; }

.wpcf7 input[type="submit"]:hover {
  background-color: #FF9E00; }

.wpcf7-list-item-label {
  margin-right: 15px; }

.wpcf7 input[type="button"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #999;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 1em; }

.wpcf7 input[type="button"]:hover {
  background-color: #555; }

span.wpcf7-not-valid-tip {
  width: 300px; }

span.wpcf7-list-item {
  display: block; }

/**************************
PAGE CONTENTS
**************************/
.hissu {
  display: inline-block;
  background-color: #E0243E;
  color: #FFF;
  font-size: 0.6em;
  margin-left: 10px;
  padding: 0px 5px;
  font-weight: bold;
  line-height: 1.5em; }

.old {
  float: left;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }
  .old a {
    padding: 0.1em 1em;
    color: #000; }

.new {
  float: right;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }
  .new a {
    padding: 0.1em 1em;
    color: #000; }

.old a:hover, .new a:hover {
  color: #3842CE; }

/*pagenation*/
.pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  clear: both;
  padding: 10px 0 0;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  text-align: center; }
  .pagenation span {
    display: block;
    min-width: 30px;
    height: 30px;
    margin: 2px 5px 2px 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    color: #b7b7b7;
    text-decoration: none; }
  .pagenation a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px 5px 2px 0;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #b7b7b7;
    border-radius: 50%;
    color: #b7b7b7;
    text-decoration: none; }
    .pagenation a:hover {
      background-color: #b7b7b7;
      color: #fff; }
    .pagenation a.pagenation_square {
      border: none; }
  .pagenation .current {
    background-color: #b7b7b7;
    border: 2px solid #b7b7b7;
    color: #fff;
    border-radius: 50%; }

/*pageTop*/
#pageTop {
  background: url("images/pagetop.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  position: fixed;
  bottom: 56px;
  right: 0;
  z-index: 10000;
  text-indent: -9999em;
  cursor: pointer;
  transition: .3s; }

#pageTop:hover {
  background: url("images/pagetop.svg");
  background-size: cover;
  bottom: 60px;
  transition: .3s; }

/*========= LoadingのためのCSS ===============*/
#wrapper {
  display: none; }

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

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #ccc !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #ccc !important; }

.grecaptcha-badge {
  visibility: hidden; }

.bold {
  font-weight: bold; }

.marker {
  display: inline;
  padding: 0 1px 0px;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(transparent 60%, rgba(255, 246, 131, 0.5) 60%); }

.center {
  text-align: center !important; }

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

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

.center_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.honbun {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

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

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

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

.mb_35 {
  margin-bottom: 35px !important; }

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

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

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

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

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

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

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

.mb_1rem {
  margin-bottom: 1rem !important; }

.mb_2rem {
  margin-bottom: 2rem !important; }

.mb_3rem {
  margin-bottom: 3rem !important; }

.mb_4rem {
  margin-bottom: 4rem !important; }

.mb_5rem {
  margin-bottom: 5rem !important; }

.mb_6rem {
  margin-bottom: 6rem !important; }

.mb_7rem {
  margin-bottom: 7rem !important; }

.mb_8rem {
  margin-bottom: 8rem !important; }

.mb_9rem {
  margin-bottom: 9rem !important; }

.mb_10rem {
  margin-bottom: 10rem !important; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_20 {
  padding: 20px; }

.pad_30 {
  padding: 30px; }

.small {
  font-size: 0.8em; }

.medium {
  font-size: 1.2em; }

.large {
  font-size: 1.5em; }

.clear {
  clear: both; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.mask_black {
  position: relative;
  z-index: -1; }
  .mask_black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.img-circle {
  border-radius: 50%; }

.pad_area {
  padding-top: 60px;
  padding-bottom: 60px; }

.res_block {
  display: none !important; }

.res_none {
  display: block !important; }

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

@media screen and (max-width: 850px) {
  .res_block {
    display: block !important; }

  .res_none {
    display: none !important; }

  .res_center {
    text-align: center !important; }

  .right_res_center {
    text-align: center !important; } }
/*TEL*/
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
  z-index: 0; }

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.movie_tate {
  display: none;
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding-top: 177.8%;
  z-index: 0; }
  @media (max-width: 850px) {
    .movie_tate {
      display: block; } }

.movie_tate iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.flex_2_1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_2_1 > div {
    margin: 0;
    width: 50%; }
    @media (max-width: 850px) {
      .flex_2_1 > div {
        margin: 0;
        width: 100%; } }

.flex_2_1_between {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  .flex_2_1_between > div {
    margin: 0;
    width: 49%; }
    @media (max-width: 850px) {
      .flex_2_1_between > div {
        margin: 0;
        width: 100%; } }

.flex_3_1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }
  .flex_3_1 > div {
    margin: 0;
    padding: 10px;
    width: 33%; }
    @media (max-width: 850px) {
      .flex_3_1 > div {
        margin: 0;
        width: 100%; } }

.flex_70_30 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_70_30 > div:nth-child(1) {
    margin: 0;
    padding: 10px;
    width: 70%;
    order: 0; }
    @media (max-width: 850px) {
      .flex_70_30 > div:nth-child(1) {
        margin: 0;
        width: 100%;
        order: 1; } }
  .flex_70_30 > div:nth-child(2) {
    margin: 0;
    padding: 10px;
    width: 30%;
    order: 1; }
    @media (max-width: 850px) {
      .flex_70_30 > div:nth-child(2) {
        margin: 0;
        width: 100%;
        order: 0; } }

.flex_80_20 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_80_20 > div:nth-child(1) {
    margin: 0;
    padding: 0 1rem;
    width: 80%;
    order: 0; }
    @media (max-width: 850px) {
      .flex_80_20 > div:nth-child(1) {
        margin: 0;
        width: 100%;
        order: 1; } }
  .flex_80_20 > div:nth-child(2) {
    margin: 0;
    padding: 0 1rem;
    width: 20%;
    order: 1; }
    @media (max-width: 850px) {
      .flex_80_20 > div:nth-child(2) {
        margin: 0;
        width: 100%;
        order: 0; } }

.bg_blue {
  background-color: #F6FCFF;
  position: relative; }

.bg_blue_with_t {
  position: relative;
  background-color: #F6FCFF;
  padding: 6rem 0; }
  .bg_blue_with_t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 20vw solid #E8F7FF;
    /* 二等辺の長さを画面幅の20%に設定 */
    border-right: 20vw solid transparent;
    /* 右側を透明にして直角の形にする */ }
  .bg_blue_with_t::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 20vw solid #E8F7FF;
    /* 二等辺の長さを画面幅の20%に設定 */
    border-left: 20vw solid transparent;
    /* 右側を透明にして直角の形にする */ }
  .bg_blue_with_t .mv-text {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 10%;
    width: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media screen and (max-width: 850px) {
      .bg_blue_with_t .mv-text {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    .bg_blue_with_t .mv-text h2 {
      color: #FFF;
      line-height: 4rem;
      font-size: 2.25rem; }
      @media screen and (max-width: 850px) {
        .bg_blue_with_t .mv-text h2 {
          font-size: 1.4rem;
          line-height: 2rem; } }
      .bg_blue_with_t .mv-text h2 span {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 5.625rem;
        font-weight: 900;
        font-style: italic; }

.c_red {
  color: #F00; }

.c_blue {
  color: #04345A; }

ul.list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2rem; }

.area_top_01 {
  background-image: url("images/top_image_01.png");
  background-position: center top;
  background-size: cover;
  border-bottom: 20px solid #89591f; }

.area_top_02 {
  background-image: url("images/top_image_02.png");
  background-position: center top;
  background-size: cover;
  border-bottom: 20px solid #89591f; }

h2.ttl_with_eng {
  font-size: 2.5rem;
  line-height: 3.75rem;
  padding-left: 2.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 2.625rem; }
  @media screen and (max-width: 900px) {
    h2.ttl_with_eng {
      font-size: 1.6rem;
      line-height: 2.4rem;
      padding-left: 1.5rem; } }
  h2.ttl_with_eng::before {
    position: absolute;
    content: '';
    width: 2.25rem;
    height: 2.25rem;
    background-color: #f3bd1d;
    left: 0;
    top: 1.0rem; }
    @media screen and (max-width: 900px) {
      h2.ttl_with_eng::before {
        width: 1.0rem;
        height: 1.0rem;
        top: 0.8rem; } }
  h2.ttl_with_eng span.title-en {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 2.25rem;
    color: #f3bd1d; }
    @media screen and (max-width: 900px) {
      h2.ttl_with_eng span.title-en {
        position: relative;
        font-size: 1.2rem;
        justify-content: flex-end; } }
    h2.ttl_with_eng span.title-en span.title-line {
      display: inline-block;
      width: 30px;
      height: 1px;
      background-color: #f3bd1d;
      margin-right: 8px;
      /* タイトル英語との間隔を調整 */ }

.bread {
  background: #FFF;
  color: #443323;
  border-radius: 20px 0 0 0;
  right: 0;
  bottom: 0;
  width: 90%;
  z-index: 10; }
  .bread .inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    color: #443323;
    font-size: 0.8em;
    letter-spacing: 0.06em; }
    .bread .inner a {
      color: #443323 !important; }

a.btn_arrow {
  width: 80%;
  max-width: 410px;
  font-size: 1.31rem;
  line-height: 1.96rem;
  letter-spacing: 0.23em;
  position: relative;
  display: inline-block;
  padding: 18px 50px;
  color: #FFF;
  border-radius: 50px;
  background-image: linear-gradient(90deg, #849bf8, #735eb7);
  text-align: center; }
  @media screen and (max-width: 900px) {
    a.btn_arrow {
      font-size: 1rem; } }
  a.btn_arrow::after {
    position: absolute;
    content: "";
    background-image: url("images/btn_arrow_white.png");
    width: 26px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 20px;
    top: 26px;
    transition: .3s; }
  a.btn_arrow:hover::after {
    right: 15px;
    transition: .3s; }

a.btn_block {
  font-size: 0.625rem;
  line-height: 1rem;
  letter-spacing: 0.08em;
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: 1rem 3.5rem;
  color: #FFF;
  background-color: #2a1d54;
  text-align: center; }
  a.btn_block::after {
    position: absolute;
    content: ">";
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    right: 1.25rem;
    top: 1rem;
    transition: .3s; }
  a.btn_block:hover::after {
    right: 15px;
    transition: .3s; }

.area_contact {
  background-color: #F8F8F8;
  width: 100%;
  padding: 4rem;
  position: relative;
  text-align: center;
  background-image: url("images/contact_triangle.svg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat; }

h3.ttl_contact {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 4rem;
  text-align: center;
  margin-bottom: 4rem; }
  @media screen and (max-width: 900px) {
    h3.ttl_contact {
      font-size: 1.6rem;
      line-height: 2.8rem; } }
  h3.ttl_contact span {
    font-family: "Barlow Condensed", sans-serif;
    font-style: italic;
    color: #f3bd1d;
    font-size: 2.25rem; }
    @media screen and (max-width: 900px) {
      h3.ttl_contact span {
        font-size: 1.2rem; } }

ul.flex_footerlink {
  border-bottom: 3px solid #018CDA;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  @media screen and (max-width: 900px) {
    ul.flex_footerlink {
      padding: 1rem 0; } }
  ul.flex_footerlink > li {
    font-weight: bold;
    padding: 1rem 3rem;
    font-size: 0.95rem;
    text-align: center; }
    @media screen and (max-width: 900px) {
      ul.flex_footerlink > li {
        width: 100%;
        border-bottom: 1px dotted #fff;
        padding: 0.5rem; } }

footer {
  background-color: #fff;
  padding: 3.125rem 0.5rem; }
  @media screen and (max-width: 900px) {
    footer {
      padding: 2rem 0.5rem; } }
  footer h1 {
    text-align: center;
    font-size: 1.875rem;
    margin-bottom: 3.125rem;
    font-weight: bold; }
    @media screen and (max-width: 900px) {
      footer h1 {
        font-size: 1.4rem;
        line-height: 2.2rem; } }

p.p_footer {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-align: center; }

address {
  bottom: 0;
  width: 100%;
  background-color: #89591f;
  color: #fff;
  font-size: 0.75rem;
  padding: 1rem 0.5rem;
  text-align: center; }

.fixed_link {
  position: fixed;
  right: 0;
  top: 0; }

.area_pagetop {
  margin-top: 80px; }

.main-visual {
  width: 100%;
  position: relative;
  border-bottom: 20px solid #89591f; }

.top_lyric {
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: rgba(2, 137, 213, 0.6);
  padding: 1.5rem 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  bottom: 2rem;
  line-height: 3.5rem; }
  @media screen and (max-width: 900px) {
    .top_lyric {
      font-size: 1.0rem;
      line-height: 2.0rem; } }
  .top_lyric > span {
    font-size: 3.3rem; }
    @media screen and (max-width: 900px) {
      .top_lyric > span {
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    .top_lyric > span .yellow {
      color: #F3bd1d; }

.p_top {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 2.5rem; }
  @media screen and (max-width: 900px) {
    .p_top {
      font-size: 1.2rem;
      line-height: 1.8rem;
      margin-bottom: 4rem; } }

dl.list_stockyard {
  border-top: 1px solid #ccc;
  margin: 0 auto;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  @media screen and (max-width: 900px) {
    dl.list_stockyard {
      margin-bottom: 4rem; } }
  dl.list_stockyard dt {
    width: 25%;
    background-color: rgba(242, 148, 35, 0.04);
    padding: 0.625rem 3rem;
    padding: 0.625rem 3rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 900px) {
      dl.list_stockyard dt {
        width: 100%; } }
  dl.list_stockyard dd {
    width: 75%;
    padding: 0.625rem 1rem;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 900px) {
      dl.list_stockyard dd {
        width: 100%; } }

.area_onegai {
  border: 5px solid #850000;
  padding: 2.625rem 4.375rem;
  border-radius: 15px;
  background-color: #fff; }
  @media screen and (max-width: 900px) {
    .area_onegai {
      padding: 2rem 1rem; } }

h3.ttl_onegai {
  text-align: center;
  color: #850000;
  font-size: 1.875rem;
  margin-bottom: 1.875rem;
  font-weight: bold; }
  @media screen and (max-width: 900px) {
    h3.ttl_onegai {
      font-size: 1.4rem; } }

ul.list_onegai li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 1rem; }
  ul.list_onegai li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #850000;
    top: 0.4375rem;
    left: 0px; }

.area_kaigyou {
  padding: 6rem 1rem;
  background-color: #018CDA; }
  @media screen and (max-width: 850px) {
    .area_kaigyou {
      padding: 4rem 1rem; } }

.area_topics {
  padding: 5rem 1rem 0; }

h2.ttl_common {
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin-top: 9rem;
  margin-bottom: 4rem; }
  h2.ttl_common span {
    font-size: 2.25rem;
    line-height: 4rem;
    font-family: "Barlow Condensed", sans-serif;
    font-style: italic;
    font-weight: bold; }
    @media screen and (max-width: 850px) {
      h2.ttl_common span {
        font-size: 1.6rem; } }
  @media screen and (max-width: 850px) {
    h2.ttl_common {
      font-size: 2.0rem; } }

.area_topics_sub {
  background: linear-gradient(80deg, white 50%, rgba(229, 27, 29, 0.08) 50%);
  padding: 3rem 0; }
  @media screen and (max-width: 850px) {
    .area_topics_sub {
      background: linear-gradient(87deg, white 50%, rgba(229, 27, 29, 0.08) 50%); } }

h3.ttl_topics {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 3.375rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 850px) {
    h3.ttl_topics {
      font-size: 1.4rem;
      line-height: 2.4rem; } }
  h3.ttl_topics span {
    color: #018CDA; }

h3.ttl_blog {
  font-weight: bold;
  font-size: 1.15rem; }

a.btn_contact {
  position: relative;
  margin-top: 5rem;
  font-size: 1.75rem;
  line-height: 2.5rem;
  position: relative;
  display: inline-block;
  padding: 1.5rem 5rem;
  color: #018CDA;
  background-color: #FFF;
  text-align: center;
  border-radius: 3rem;
  font-weight: bold;
  transition: .3s;
  border: 3px solid #018CDA; }
  @media screen and (max-width: 850px) {
    a.btn_contact {
      font-size: 1.0rem;
      line-height: 1.8rem;
      padding: 1rem 2rem;
      width: 100%; } }
  a.btn_contact::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 1.75rem;
    top: 1.8rem;
    left: 3rem;
    background-image: url("images/icon_mail.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: .3s; }
    @media screen and (max-width: 900px) {
      a.btn_contact::before {
        top: 1.1rem;
        left: 1rem; } }
  a.btn_contact:hover {
    background-color: #018CDA;
    color: #fff;
    transition: .3s; }
    a.btn_contact:hover::before {
      background-image: url("images/icon_mail_white.svg");
      transition: .3s; }

dl.list_workflow {
  background-color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 1.5rem 1rem;
  margin-bottom: 2.625rem; }
  dl.list_workflow dt {
    width: 20%;
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
    font-weight: bold;
    color: #f3bd1d;
    font-size: 2.625rem;
    line-height: 4rem; }
    @media screen and (max-width: 850px) {
      dl.list_workflow dt {
        width: 100%; } }
    dl.list_workflow dt span {
      font-size: 7.8125rem; }
  dl.list_workflow dd {
    width: 80%; }
    @media screen and (max-width: 850px) {
      dl.list_workflow dd {
        width: 100%; } }
    dl.list_workflow dd h3 {
      font-size: 2rem;
      padding: 3px 0;
      line-height: 3rem;
      margin-bottom: 1.25rem;
      border-bottom: 5px solid #f3bd1d; }
      @media screen and (max-width: 850px) {
        dl.list_workflow dd h3 {
          font-size: 1.6rem;
          line-height: 2.4rem; } }

.arrow {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 25px solid #F6921E;
  margin-bottom: 2.625rem; }

dl.list_company {
  border-top: 1px solid #ccc;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  dl.list_company dt {
    width: 25%;
    background-color: rgba(42, 42, 42, 0.04);
    padding: 0.625rem 3rem;
    padding: 0.625rem 3rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 850px) {
      dl.list_company dt {
        width: 100%; } }
  dl.list_company dd {
    width: 75%;
    padding: 0.625rem 1rem;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 850px) {
      dl.list_company dd {
        width: 100%; } }

h3.ttl_products {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #000; }
  @media screen and (max-width: 850px) {
    h3.ttl_products {
      font-size: 1.2rem;
      line-height: 1.8rem; } }

.flex_products {
  margin: 0 auto 4rem;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  @media screen and (max-width: 850px) {
    .flex_products {
      margin: 0 auto 2.4rem; } }
  .flex_products dt {
    margin: 0;
    padding: 10px;
    width: 50%; }
    @media (max-width: 850px) {
      .flex_products dt {
        margin: 0;
        width: 100%; } }
  .flex_products dd {
    margin: 0;
    padding: 3rem 2rem;
    width: 50%; }
    @media (max-width: 850px) {
      .flex_products dd {
        margin: 0;
        width: 100%; } }
    .flex_products dd h4 {
      font-size: 1.25rem;
      margin-bottom: 1.25rem;
      font-weight: bold; }
      @media screen and (max-width: 850px) {
        .flex_products dd h4 {
          font-size: 1.1rem;
          margin-bottom: 1rem; } }

a.btn_download_l {
  margin: 1rem auto;
  display: block;
  font-size: 1.875rem;
  line-height: 3rem;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: 800px;
  padding: 1rem 3.5rem;
  color: #FFF;
  background-color: #1B1464;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 10px; }
  @media screen and (max-width: 900px) {
    a.btn_download_l {
      font-size: 1.2rem;
      padding: 1rem 1.2rem; } }

a.btn_download {
  margin: 1rem auto;
  display: block;
  line-height: 3rem;
  letter-spacing: 0.08em;
  display: inline-block;
  padding: 1rem 3.5rem;
  color: #FFF;
  background-color: #1B1464;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 10px; }

.flex_blog {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  .flex_blog > div:nth-child(1) {
    margin: 0;
    padding: 10px;
    width: 72%; }
    @media (max-width: 850px) {
      .flex_blog > div:nth-child(1) {
        margin: 0;
        width: 100%; } }
  .flex_blog > div:nth-child(2) {
    margin: 0;
    padding: 10px;
    width: 24%; }
    @media (max-width: 850px) {
      .flex_blog > div:nth-child(2) {
        margin: 0;
        width: 100%; } }

h3.post_title {
  font-size: 2rem;
  border-bottom: 3px solid #04345A;
  padding: 1rem 0;
  margin-bottom: 4rem;
  line-height: 2.4rem; }

dl.topics {
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px dotted #DDDCED; }
  dl.topics dt {
    width: 20%;
    padding: 0.5rem; }
    dl.topics dt img {
      border: 5px solid #DDDCED; }
  dl.topics dd {
    width: 80%;
    padding: 0.5rem; }

.datetag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9rem; }

.flex_pagenav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px auto; }
  .flex_pagenav > div:nth-child(1) {
    width: 33%;
    padding: 2px; }
    .flex_pagenav > div:nth-child(1) span.prev a {
      padding: 10px;
      text-align: center;
      color: #018CDA;
      display: block;
      border: 3px solid #018CDA;
      font-size: 0.9em;
      border-radius: 30px 0 0 30px; }
  .flex_pagenav > div:nth-child(2) {
    width: 33%;
    padding: 2px; }
    .flex_pagenav > div:nth-child(2) span.all a {
      padding: 10px;
      text-align: center;
      color: #018CDA;
      display: block;
      border: 3px solid #018CDA;
      font-size: 0.9em; }
  .flex_pagenav > div:nth-child(3) {
    width: 33%;
    padding: 2px; }
    .flex_pagenav > div:nth-child(3) span.next a {
      padding: 10px;
      text-align: center;
      color: #018CDA;
      display: block;
      border: 3px solid #018CDA;
      font-size: 0.9em;
      border-radius: 0 30px 30px 0; }

h3.ttl_sidebar {
  background-color: #04345A;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem; }

.post_content > * {
  clear: both;
  margin-bottom: 2rem; }

.post_content h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.1rem;
  color: #fff;
  background-color: #04345A;
  padding: 0.75rem 1rem; }
.post_content h3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.95rem;
  padding: 0 0.5rem 0.5rem;
  position: relative; }
  .post_content h3::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #04345A 30%, #E4E4E4 30%); }
.post_content h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  padding: 0 0.5rem 0.5rem;
  border-left: 2px solid #04345A; }
.post_content h5 {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.65rem; }
.post_content h6 {
  font-size: 0.96rem;
  font-weight: bold;
  line-height: 1.5rem; }
