@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
	base/base
================================= */
html {
  font-size: 62.5%;
  color: #333;
}

body {
  position: static;
  overflow-x: hidden;
  word-break: break-all;
  font-size: 150%;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: blue;
}

a:focus {
  outline: none;
}

a:active {
  color: blue;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "palt";
  font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

div {
  font-size: 1.4rem;
}

div:focus {
  outline: none;
}

p {
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}

label {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::placeholder {
  font-size: 1.6rem;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  font-size: 1.6rem;
}

table {
  width: 100%;
}

main {
  display: block;
}

/* ==============================
	base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

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

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

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

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

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

.mb45 {
  margin-bottom: 45px !important;
}

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

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

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

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

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

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

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

/*-----*/

body{
  padding: 0;
  margin: 0;
  background: url(../images/conversation/background_01.png) repeat 0 0;
  background-size: 1280px auto;
}

.l-container {
}

.l-header {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 30px 0;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 1;
  transform: translateY(-50%);
}

.header-logo a {
  transition: all ease 0.2s;
}

.header-logo a:hover {
  opacity: 0.7;
}

.header-siteName {
  line-height: 1;
}

.header-siteName img {
  max-width: 180px;
  height: auto;
}

.header-siteName a {
  transition: all ease 0.2s;
}

.header-siteName a:hover {
  opacity: 0.7;
}

@media (max-width: 840px) {
  .l-header {
    padding: 0 10px;
  }

  .header {
    margin-bottom: 0;
    padding: 18px 0;
  }

  .header-logo {
    width: 39px;
    height: 16px;
  }

  .header-logo svg {
    width: 39px;
    height: 16px;
  }

  .header-siteName img {
    max-width: 120px;
  }
}

.l-contents {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 840px) {
  .l-contents {
    padding: 0 10px;
  }
}

.l-main {
}

.l-liquid-760 {
  max-width: 760px;
  margin: 0 auto;
}

.l-liquid-600 {
  max-width: 600px;
  margin: 0 auto;
}

.post-heading {
  margin: 0 auto 60px;
}

.post-heading-image {
  margin: 0 auto 60px;
}

.post-heading-image img {
  max-width: 100%;
  height: auto;
}

.post-heading-title {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.53;
}

@media (max-width: 840px) {
  .post-heading {
    margin: 0 auto 40px;
  }

  .post-heading-image {
    margin: 0 auto 40px;
  }

  .post-heading-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
  }
}

.post-contents {
}

.post-contents .section {
  margin-bottom: 60px;
}

.post-contents .section:last-of-type {
  margin-bottom: 100px;
}

@media (max-width: 840px) {
  .post-contents .section {
    margin-bottom: 40px;
  }

  .post-contents .section:last-of-type {
    margin-bottom: 80px;
  }
}

.post-contents-lead {
  margin-bottom: 1.5em;
  line-height: 1.71;
}

.post-contents-image {
  margin: 0 auto 60px;
}

.post-contents-image img {
  max-width: 100%;
  height: auto;
}

.post-contents-title_a {
  margin-bottom: 35px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.72;
}

.post-contents-author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 30px;
  gap: 0 30px;
  background-color: #FFF;
  border: 1px solid #D3D3D3;
}

.post-contents-author-thumb {
  width: 120px;
}

.post-contents-author-thumb .thumb img {
  max-width: 100%;
  height: auto;
}

.post-contents-author-text {
  flex: 1 0 0;
}

.post-contents-author-text .belong {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
}

.post-contents-author-text .name {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.post-contents-author-text .description {
  font-size: 1.2rem;
  line-height: 1.66;
}

.post-contents-back {
  margin: 80px auto;
  text-align: center;
}

.post-contents-back .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 308px;
  height: 60px;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  border: 2px solid #999999;
  transition: all ease 0.3s;
}

.post-contents-back .btn-a:hover {
  color: #FFF;
  background-color: #187BDF;
  border: 2px solid #187BDF;
}

@media (max-width: 840px) {
  .post-contents-image {
    margin: 0 auto 40px;
  }

  .post-contents-title_a {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .post-contents-author {
    margin-bottom: 35px;
    gap: 20px 0;
  }

  .post-contents-author-thumb {
    width: 100%;
    text-align: center;
  }

  .post-contents-author-thumb .thumb img {
    width: 120px;
    height: auto;
  }

  .post-contents-back {
    margin: 60px auto;
  }

  .post-contents-back .btn {
    width: 100%;
  }
}

.l-footer {
  padding: 14px 20px;
  background-color: #B2B3B3;
}

.footer {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.footer__copyright {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
}

@media (max-width: 840px) {
  .l-footer {
    padding: 10px 30px;
  }
}