@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 18px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
}
body a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #333;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*==================================

column

==================================*/
.column_ttl {
  background-image: url(/img/column/ttl_sp_column.jpg);
  height: 380px;
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .column_ttl {
    background-image: url(/img/column/ttl_pc_column.jpg);
    border-radius: 20px;
    margin: 0 auto;
    max-width: 900px;
    padding: 0 5%;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 360px;
  }
}
.column_ttl h1 {
  font-size: 2rem;
  color: white;
  font-weight: bold;
  line-height: 140%;
  margin-top: -2rem;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .column_ttl h1 {
    margin-top: 0;
  }
}
.column_ttl h1 span {
  font-size: 0.9rem;
}

.column_article_ttl {
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .column_article_ttl {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}
.column_article_ttl h1 {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .column_article_ttl h1 {
    font-size: 1.8rem;
  }
}
.column_article_ttl h1 span {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .column_article_ttl h1 span {
    font-size: 1.1rem;
  }
}

.column_wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.column_inner {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  background: white;
}
@media screen and (min-width: 768px) {
  .column_inner {
    max-width: 900px;
  }
}

.column_lead {
  margin: 3rem 0;
  line-height: 1.3;
  letter-spacing: 0.06em;
  line-height: 180%;
}

.wrap_author {
  background: #FFF6D6;
  padding: 1.8rem 2rem 2rem 2rem;
  position: relative;
  border-radius: 10px;
  margin: 4rem 0;
}
.wrap_author h2 {
  font-weight: bold;
  text-align: center;
}
.wrap_author .text {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .wrap_author .name {
    padding-top: 2rem;
  }
}
.wrap_author span {
  font-size: 0.7rem;
}
.wrap_author .author_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .wrap_author .author_inner {
    margin-top: 0;
    gap: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wrap_author .author_inner figure {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .wrap_author .author_inner figure {
    width: 400px;
  }
}
.coulumn_list_wrap h2 {
  font-size: 1.2rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  ul.list_coulumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
  }
}
ul.list_coulumn li {
  margin: 2rem 0 4rem;
  border-bottom: 1px dashed #7E7E7E;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  ul.list_coulumn li {
    margin: 2rem 0 3rem;
    width: 48%;
    padding-bottom: 2rem;
  }
}
ul.list_coulumn li a figure {
  display: block;
  max-width: 380px;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  ul.list_coulumn li a figure {
    height: 380px;
  }
}
ul.list_coulumn li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.list_coulumn li a div {
  margin-top: -3.5rem;
}
ul.list_coulumn li a div p {
  line-height: 180%;
  font-size: 1.3rem;
  border-radius: 0 1.375rem 0 0;
  display: block;
  position: relative;
  width: 70%;
  background-color: white;
  border-bottom: 1px solid #000;
}
ul.list_coulumn li a div p span {
  font-size: 0.9rem;
  padding-top: 0.8rem;
}
ul.list_coulumn li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.column_article_list {
  margin: 3rem 0;
}
.column_article_list ul li a {
  border-bottom: 1px dashed #ea5504;
}

hr.dotted {
  background-image: -webkit-linear-gradient(left, #000 1px, transparent 1px);
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-position: left bottom;
  background-size: 5.5px 1px;
  background-repeat: repeat-x;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
}

.column_article_head {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .column_article_head {
    padding: 1.5rem 0;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
}
.column_article_head picture img {
  display: block;
}
@media screen and (min-width: 768px) {
  .column_article_head picture img {
    border-radius: 10px;
  }
}

.column_body picture {
  padding: 1rem 0 1rem 0;
  display: block;
}
.column_body picture img {
  border-radius: 10px;
}
.column_body p {
  letter-spacing: 0.06em;
  line-height: 180%;
  padding: 0.8rem 0;
}
.column_body h2 {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  margin: 2rem 0 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .column_body h2 {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .column_inner_text {
    margin: 0 1.3rem;
  }
}

.fs_small {
  font-size: 0.8rem;
}

.fs_italic {
  font-style: italic;
}

.next_inner {
  margin-top: 4rem;
  background: #FFF6D6;
  border-radius: 10px;
  padding: 1.5rem;
}
.next_inner p.ttl {
  text-align: center;
}
.next_inner p.fs_small {
  font-size: 0.9rem;
}

.column_contact_wrap {
  border: 4px solid #F6F6F6;
  padding: 1.5rem;
  margin-top: 4rem;
  border-radius: 10px;
}
.column_contact_wrap h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 768px) {
  .column_contact_wrap h3 {
    font-size: 1.2rem;
  }
}
.column_contact_wrap .ta_center {
  text-align: center;
  display: inherit;
}
.column_contact_wrap .g_btn {
  margin: 1rem auto 1rem auto;
}
.column_contact_wrap a {
  margin-bottom: 1rem;
}
.column_contact_wrap span {
  font-size: 0.8rem;
}

.toc_hr_wrap {
  position: relative;
  margin: 2rem 0;
}
.toc_hr_wrap span {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 1rem;
  white-space: nowrap;
  letter-spacing: 1.3px;
  font-size: 1.1rem;
}