@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
/* ------------------------- Reset ------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
*/
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, svg {
  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 {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

table, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------- Reset ------------------------- */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
}

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

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #3a3a3c;
  transition: color .3s, opacity .3s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1;
}

img {
  transition: opacity .3s;
  outline: none;
}

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

a:hover, a:hover img {
  opacity: 0.7;
}

.text-indent {
  text-indent: 3em;
}

.text-input, input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type="number"] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type="text"] {
  -moz-appearance: textfield;
}

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

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.flex-direction-column {
  flex-direction: column;
}

.warp {
  flex-wrap: wrap !important;
}

.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;
}
@media screen and (max-width: 720px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 720px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

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

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 720px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

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

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

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

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !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;
}

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

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

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

.mb130 {
  margin-bottom: 130px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

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

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

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

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

.mar50 {
  margin: 50px 0;
}

.mar75 {
  margin: 75px 0;
}

.mar100 {
  margin: 100px 0;
}

.mar120 {
  margin: 120px 0;
}

.mar150 {
  margin: 150px 0;
}

.mar5075 {
  margin: 50px 0 75px 0;
}

.mar50100 {
  margin: 50px 0 100px 0;
}

.mar50125 {
  margin: 50px 0 125px 0;
}

.mar80100 {
  margin: 80px 0 100px 0;
}

.mar100125 {
  margin: 100px 0 125px 0;
}

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

.pt5 {
  padding-top: 5px !important;
}

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

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}
@media screen and (max-width: 720px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 720px) {
  .pb150 {
    padding-bottom: 60px !important;
  }
}

.padding20 {
  padding: 20px;
}
@media screen and (max-width: 720px) {
  .padding20 {
    padding: 15px;
  }
}

.pad20 {
  padding: 20px 0;
}

.pad30 {
  padding: 30px 0;
}

.pad50 {
  padding: 50px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad75 {
  padding: 75px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad120 {
  padding: 120px 0;
}

.pad150 {
  padding: 150px 0;
}

.pad5075 {
  padding: 50px 0 75px 0;
}

.pad50100 {
  padding: 50px 0 100px 0;
}

.pad50125 {
  padding: 50px 0 125px 0;
}

.pad60100 {
  padding: 60px 0 100px 0;
}

.pad80100 {
  padding: 80px 0 100px 0;
}

.pad100125 {
  padding: 100px 0 125px 0;
}

.pad7550 {
  padding: 75px 0 50px 0;
}

.fw-100-thin {
  font-weight: 100 !important;
}

.fw-300-light {
  font-weight: 300 !important;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-30-px {
  font-size: 3rem;
}

.content-825 {
  width: 94%;
  max-width: 825px;
  margin: 0 auto;
}

.content-900 {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}

.content-918 {
  width: 94%;
  max-width: 918px;
  margin: 0 auto;
}

.content-1150 {
  width: 94%;
  max-width: 1150px;
  margin: 0 auto;
}

.content-1088 {
  width: 94%;
  max-width: 1088px;
  margin: 0 auto;
}

.content-1300 {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1366 {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1440 {
  width: 94%;
  max-width: 1440px;
  margin: 0 auto;
}

.row-btn-next-prev {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .row-btn-next-prev {
    margin-bottom: 20px;
  }
}
.row-btn-next-prev .prev {
  background: url("/field/assets/images/commons/icon_arrowLeft_brown.svg");
  background-repeat: no-repeat;
  background-size: 3.5px;
  background-position: left 0px center;
  padding-left: 10px;
  position: relative;
}
.row-btn-next-prev .prev:after {
  content: "";
  height: 1px;
  width: 60px;
  background: red;
  position: absolute;
  top: 50%;
  right: -62px;
}
@media screen and (max-width: 720px) {
  .row-btn-next-prev .prev {
    font-size: 1.2rem;
  }
  .row-btn-next-prev .prev:after {
    content: inherit;
  }
}
.row-btn-next-prev .next {
  background: url("/field/assets/images/commons/icon_arrowRight_brown.svg");
  background-repeat: no-repeat;
  background-size: 3.5px;
  background-position: right 0px center;
  padding-right: 10px;
  position: relative;
}
.row-btn-next-prev .next:before {
  content: "";
  height: 1px;
  width: 60px;
  background: red;
  position: absolute;
  top: 50%;
  left: -62px;
}
@media screen and (max-width: 720px) {
  .row-btn-next-prev .next {
    font-size: 1.2rem;
    text-align: end;
  }
  .row-btn-next-prev .next:before {
    content: inherit;
  }
}
.row-btn-next-prev .btn-center {
  background: url("/field/assets/images/commons/icon_arrowLeft_white.svg") #B79433;
  background-repeat: no-repeat;
  background-size: 5.5px;
  background-position: left 15px center;
  color: #fff;
  width: 250px;
  max-width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .row-btn-next-prev .btn-center {
    width: 150px;
  }
}
@media screen and (max-width: 720px) {
  .row-btn-next-prev .btn-center {
    width: 120px;
    font-size: 1.2rem;
  }
}

.row-btn-toppage {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .row-btn-toppage {
    margin-bottom: 20px;
  }
}
.row-btn-toppage .btn-center {
  background: url("/field/assets/images/commons/icon_arrowLeft_white.svg") #B79433;
  background-repeat: no-repeat;
  background-size: 5.5px;
  background-position: left 15px center;
  color: #fff;
  width: 250px;
  max-width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .row-btn-toppage .btn-center {
    width: 150px;
  }
}
@media screen and (max-width: 720px) {
  .row-btn-toppage .btn-center {
    width: 120px;
    font-size: 1.2rem;
  }
}

.btn-arrow-right-grey {
  background: url("/field/assets/images/commons/icon_arrowright_grey.svg");
  background-repeat: no-repeat;
  background-size: 3.5px;
  background-position: right 7px center;
}

.showIPAD {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .showIPAD {
    display: block;
  }
}

.hideIPAD {
  display: block;
}
@media screen and (max-width: 1024px) {
  .hideIPAD {
    display: none;
  }
}

.hide_SP {
  display: block;
}
@media screen and (max-width: 720px) {
  .hide_SP {
    display: hide;
  }
}

.show_SP {
  display: none;
}
@media screen and (max-width: 720px) {
  .show_SP {
    display: block;
  }
}

.txtFlex {
  display: flex;
}
@media screen and (max-width: 720px) {
  .txtFlex {
    flex-direction: column;
  }
}

.txtjustify-betaween {
  justify-content: space-between;
}

.link-all {
  display: flex;
  justify-content: flex-end;
  width: 38.35%;
  margin-left: auto;
}

.btn-more {
  border: 1px solid #AE8836;
  max-width: 100%;
  width: 142px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  position: relative;
}
.btn-more:before {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #AE8836;
  margin: auto;
  position: absolute;
  height: 1px;
  width: 62px;
  left: -52px;
  top: 50%;
}

.btn-detail-company {
  width: 100%;
  display: flex;
  background: #182149;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 11px 20px;
  font-size: 1.8rem;
}

.btn-contact-footer {
  border: 1px solid #192355;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: url("/field/assets/images/commons/icon_arrowright_white.svg?SDf=sdf") #192355;
  background-repeat: no-repeat;
  background-size: 6.5px;
  background-position: right 30px center;
}
@media screen and (max-width: 720px) {
  .btn-contact-footer {
    padding-right: 50px;
    padding-left: 20px;
  }
}
.btn-contact-footer span {
  background: url("/field/assets/images/commons/icon_contact.svg");
  background-repeat: no-repeat;
  background-size: 35.5px;
  background-position: left 0px center;
  padding-left: 50px;
}

.category a {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .category a {
    padding: 5px 15px;
  }
}

.category-light-blue {
  background: #438DCC;
  color: #fff;
}

.category-light-green {
  background: #7FB997;
  color: #fff;
}

.bg-grey {
  background: #EBEBEB;
}

.bg-white {
  background: #FFF;
}

.gototop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 80px;
  cursor: pointer;
}

.none-scroll {
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  #container {
    padding-top: 70px;
  }
}

.main {
  display: flex;
  justify-content: space-between;
  padding-top: 1.74%;
}
@media screen and (max-width: 768px) {
  .main {
    flex-direction: column;
    padding-top: 2.423%;
  }
}
.main .content-main {
  width: 71.7391304%;
}
@media screen and (max-width: 768px) {
  .main .content-main {
    width: 100%;
  }
}
.main .side-bar {
  width: 26.0869565%;
}
@media screen and (max-width: 768px) {
  .main .side-bar {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .main .side-bar {
    margin-top: 10px;
  }
}

.txt-detail p {
  color: #000;
}

.txt-head-detail-content h1 {
  font-size: 3.6rem;
  line-height: 1.35;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .txt-head-detail-content h1 {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
.txt-head-detail-content .sub-txt-head {
  color: #B79433;
  font-weight: normal;
  margin-top: 10px;
}
@media screen and (max-width: 720px) {
  .txt-head-detail-content .sub-txt-head {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

header {
  background: #192355;
  color: #fff;
}
@media screen and (max-width: 720px) {
  header {
    position: fixed;
    z-index: 1;
    width: 100%;
  }
}
header .content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 0;
}
@media screen and (max-width: 720px) {
  header .content-row {
    flex-direction: column;
    padding: 15px 0;
  }
}
header .content-row .header-left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  header .content-row .header-left {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  header .content-row .header-left {
    width: 100%;
    padding-right: 0px;
  }
}
header .content-row .header-left .logo {
  padding: 10px 20px 0px 20px;
  border-right: 1px solid #fff;
}
header .content-row .header-left .txt-header {
  padding-left: 20px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
header .content-row .header-left .txt-header p {
  letter-spacing: 0;
}
header .content-row .header-right {
  display: flex;
}
@media screen and (max-width: 768px) {
  header .content-row .header-right {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 720px) {
  header .content-row .header-right {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }
}
header .content-row .header-right .title {
  font-size: 1.2rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 720px) {
  header .content-row .header-right .title {
    display: none;
  }
}
header .content-row .header-right .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  header .content-row .header-right .social {
    justify-content: flex-end;
    margin-right: 0px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  header .content-row .header-right .social {
    margin-top: 0px;
  }
}
header .content-row .header-right .social .icon-social {
  display: flex;
}
header .content-row .header-right .social .icon-social a {
  margin: 0 12px;
  min-width: 29px;
}
@media screen and (max-width: 768px) {
  header .content-row .header-right .social .icon-social a {
    margin: 0 5px;
  }
}
header .content-row .header-right .lang-flag {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .content-row .header-right .lang-flag .title {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
header .content-row .header-right .lang-flag .flag-link {
  display: flex;
}
header .content-row .header-right .lang-flag .flag-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 12px;
  min-width: 35px;
}
@media screen and (max-width: 768px) {
  header .content-row .header-right .lang-flag .flag-link a {
    margin-right: 0;
  }
}
header .content-row .header-right .lang-flag .flag-link a p {
  font-size: 1.6rem;
  margin-top: 2px;
  margin-left: 8px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 720px) {
  header #menu {
    display: none;
  }
}
header #menu-sp {
  display: none;
  justify-content: space-between;
  padding: 18px 0px;
}
@media screen and (max-width: 720px) {
  header #menu-sp {
    display: flex;
  }
}
header #menu-sp .logo {
  width: 120px;
}
header #menu-sp .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .dropdown {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s linear;
  position: absolute;
  top: 65px;
  background: #0A1231;
  z-index: 1;
  width: 100%;
}
header .dropdown ul > li a {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  display: flex;
  padding: 15px 25px;
  background: url("/field/assets/images/commons/icon_arrowright_white.svg");
  background-repeat: no-repeat;
  background-size: 6.5px;
  background-position: right 30px center;
}
header .dropdown ul > li:last-child {
  border-bottom: 1px solid #fff;
}
header .dropdown ul li + li {
  border-top: 1px solid #fff;
}
header .dropdown .social-lang {
  padding: 20px 0px;
}
header .dropdown .social-lang .title {
  margin-right: 10px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
header .dropdown .social-lang .social {
  display: flex;
  justify-content: center;
}
header .dropdown .social-lang .social .icon-social {
  display: flex;
}
header .dropdown .social-lang .social .icon-social a {
  margin: 0px 13px;
}
header .dropdown .social-lang .lang-flag {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
header .dropdown .social-lang .lang-flag .flag-link {
  display: flex;
}
header .dropdown .social-lang .lang-flag .flag-link a {
  display: flex;
  margin: 0px 5px;
  color: #fff;
}
header .dropdown .social-lang .lang-flag .flag-link a p {
  margin: 0px 5px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
header .dropdown-active {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s linear;
  overflow: auto;
  height: 333px;
}

* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#hamberger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamberger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamberger span:nth-child(1) {
  top: 0px;
}

#hamberger span:nth-child(2), #hamberger span:nth-child(3) {
  top: 9px;
}

#hamberger span:nth-child(4) {
  top: 18px;
}

#hamberger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamberger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamberger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamberger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

footer .company-detail {
  background: #FFFAE3;
  border-top: 6px solid #E7DCBD;
}
footer .about-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 720px) {
  footer .about-footer {
    flex-direction: column;
  }
}
footer .about-footer .logo {
  min-width: 190px;
  padding-right: 30px;
  border-right: 1px solid #E3D6B7;
  margin-right: 40px;
}
@media screen and (max-width: 720px) {
  footer .about-footer .logo {
    border-right: inherit;
    margin-right: inherit;
    padding-right: 0px;
  }
}
footer .about-footer h3 {
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #192355;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 720px) {
  footer .about-footer h3 {
    font-size: 2rem;
  }
}
footer .about-footer p {
  letter-spacing: 0;
}
@media screen and (max-width: 720px) {
  footer .about-footer p {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
footer .logo-thai100 img {
  margin: auto;
  max-width: 140px;
}
footer .copy-right {
  font-size: 1.4rem;
}
@media screen and (max-width: 720px) {
  footer .copy-right {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 720px) {
  footer .sub-company {
    font-size: 1.4rem;
  }
}

#side-bar .about-side-bar {
  background: #fff;
}
#side-bar .about-side-bar .about-title {
  padding: 10px 10px 5px 10px;
  line-height: 1.3;
}
#side-bar .about-side-bar .about-title h2 {
  color: #B79433;
  font-size: 2.2rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  #side-bar .about-side-bar .about-title h2 {
    font-size: 1.8rem;
  }
}
#side-bar .about-side-bar .about-title h3 {
  font-size: 3rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  #side-bar .about-side-bar .about-title h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 720px) {
  #side-bar .about-side-bar .about-image img {
    width: 100%;
  }
}
#side-bar .about-side-bar .about-detail {
  padding: 10px 10px 5px 10px;
}
#side-bar .about-side-bar .about-detail p {
  font-size: 1.4rem;
  letter-spacing: 0px;
}
#side-bar .category-side-bar h2 {
  font-size: 3rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  #side-bar .category-side-bar h2 {
    font-size: 2.2rem;
  }
}
#side-bar .category-side-bar > ul li a {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: url("/field/assets/images/commons/icon_arrowright_black.svg") #fff;
  background-repeat: no-repeat;
  background-size: 3.5px;
  background-position: right 17px center;
  padding: 10px 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
#side-bar .category-side-bar > ul li + li {
  margin-top: 5px;
}
#side-bar .ranking-side-bar h2 {
  font-size: 3rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  #side-bar .ranking-side-bar h2 {
    font-size: 2.2rem;
  }
}
#side-bar .ranking-side-bar .list-col-1-vertical .image {
  margin-right: 0;
  min-width: 90px;
  max-width: 90px;
}
#side-bar .ranking-side-bar .list-col-1-vertical .image img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#side-bar .ranking-side-bar .list-col-1-vertical li a {
  background: #fff;
  justify-content: flex-start;
  align-items: stretch;
}
#side-bar .ranking-side-bar .list-col-1-vertical li a .detail {
  padding: 10px 10px 10px 13px;
}
#side-bar .ranking-side-bar .list-col-1-vertical li a .detail h3 {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  #side-bar .ranking-side-bar .list-col-1-vertical li a .detail h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  #side-bar .ranking-side-bar .list-col-1-vertical li a .detail h3 {
    font-size: 1.4rem;
  }
}
#side-bar .ranking-side-bar .list-col-1-vertical li + li {
  margin-top: 15px;
}

#toppage .main-visual {
  position: relative;
  display: block;
}
#toppage .main-visual .txt-main-visual {
  width: 100%;
  max-width: 92%;
  position: absolute;
  left: 4%;
  bottom: 7%;
}
#toppage .main-visual .txt-main-visual h1 {
  background: #0B1231;
  color: #fff;
  font-size: 3.1rem;
  display: inline;
  padding: 10px 10px;
  line-height: 2;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  #toppage .main-visual .txt-main-visual h1 {
    font-size: 2.8rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 720px) {
  #toppage .main-visual .txt-main-visual h1 {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 370px) {
  #toppage .main-visual .txt-main-visual h1 {
    font-size: 1.6rem;
  }
}
#toppage .main-visual .txt-main-visual h2 {
  background: #0B1231;
  color: #fff;
  font-size: 3.1rem;
  display: inline;
  padding: 10px 10px;
  line-height: 2.1;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  #toppage .main-visual .txt-main-visual h2 {
    font-size: 2.8rem;
    line-height: 2;
  }
}
@media screen and (max-width: 720px) {
  #toppage .main-visual .txt-main-visual h2 {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 370px) {
  #toppage .main-visual .txt-main-visual h2 {
    font-size: 1.6rem;
  }
}
#toppage .main-visual .txt-main-visual p {
  background: #0B1231;
  color: #fff;
  padding: 10px 10px;
  display: inline;
  line-height: 2.7;
  font-family: "Hiragino Kaku Gothic Pro";
}
@media screen and (max-width: 720px) {
  #toppage .main-visual .txt-main-visual p {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 5px 5px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 370px) {
  #toppage .main-visual .txt-main-visual p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 720px) {
  #toppage .main-visual img {
    height: 280px;
    object-fit: cover;
    width: 100%;
  }
}

.section-detail {
  padding-top: 2.423%;
}
.section-detail .section-detail-list {
  background: #fff;
  padding: 3.637% 2.426%;
}
.section-detail .section-detail-list .title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-detail .section-detail-list .title-section .txt-title-section h2 {
  font-size: 3rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .section-detail .section-detail-list .title-section .txt-title-section h2 {
    font-size: 2.2rem;
  }
}
.section-detail .section-detail-list .detail-section {
  padding: 1.5% 0;
}
@media screen and (max-width: 1024px) {
  .section-detail .section-detail-list .detail-section {
    padding: 15px 0;
  }
}
.section-detail .section-detail-list .detail-section .margintop-del-20 {
  margin-top: -20px;
}

.list-col-1-vertical li {
  width: 100% !important;
}
.list-col-1-vertical li a {
  display: flex;
}
.list-col-1-vertical li a .image {
  margin-right: 5.54%;
  min-width: 140px;
  max-width: 140px;
}
@media screen and (max-width: 1024px) {
  .list-col-1-vertical li a .image {
    min-width: 100px;
    max-width: 100px;
    margin-right: 3.54%;
  }
}
.list-col-1-vertical li a .detail {
  word-break: break-all;
}
.list-col-1-vertical li a .detail h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .list-col-1-vertical li a .detail h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 720px) {
  .list-col-1-vertical li a .detail h3 {
    font-size: 1.6rem;
  }
}
.list-col-1-vertical li a .detail .list-sub-title {
  font-size: 1.2rem;
  color: #AE8836;
  font-family: "Hiragino Kaku Gothic Pro";
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .list-col-1-vertical li a .detail .list-sub-title {
    margin-top: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 720px) {
  .list-col-1-vertical li a .detail .list-sub-title {
    font-size: 1.4rem;
  }
}
.list-col-1-vertical > li + li {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .list-col-1-vertical > li + li {
    margin-top: 15px;
  }
}

.list-col-2-vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 720px) {
  .list-col-2-vertical {
    display: inherit;
    grid-template-columns: inherit;
  }
}
.list-col-2-vertical .list-content .list-title {
  margin-top: 5%;
}
.list-col-2-vertical .list-content .list-title h3 {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  padding-bottom: 4.71%;
  margin-bottom: 4.71%;
  letter-spacing: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .list-col-2-vertical .list-content .list-title h3 {
    font-size: 1.8rem;
  }
}
.list-col-2-vertical .list-content .list-title h3:before {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #AE8836;
  margin: auto;
  position: absolute;
  width: 40px;
  left: 0;
  bottom: 0;
}
.list-col-2-vertical .list-content .list-title .list-sub-title {
  font-size: 1.2rem;
  color: #B79534;
  font-family: "Hiragino Kaku Gothic Pro";
}
.list-col-2-vertical .list-content .list-detail {
  margin-top: 8%;
}
@media screen and (max-width: 720px) {
  .list-col-2-vertical .list-content .list-detail {
    margin-top: 5%;
  }
}
.list-col-2-vertical .list-content .list-date {
  margin-top: 8%;
}
@media screen and (max-width: 720px) {
  .list-col-2-vertical .list-content .list-date {
    margin-top: 4%;
  }
}
.list-col-2-vertical .list-content .list-date p {
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro";
}
.list-col-2-vertical > li {
  width: 48%;
  margin-top: 40px;
}
.list-col-2-vertical > li:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .list-col-2-vertical > li {
    width: 100%;
    margin-top: 20px;
  }
  .list-col-2-vertical > li:nth-child(2) {
    margin-top: 20px;
  }
}
.list-col-2-vertical > li .list-image img {
  width: 100%;
}
.list-col-2-vertical > li .image img {
  width: 100%;
}
.list-col-2-vertical .col {
  width: 48%;
}
@media screen and (max-width: 720px) {
  .list-col-2-vertical .col {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .list-col-2-vertical .col + .col {
    margin-top: 40px;
  }
}
.list-col-2-vertical p {
  letter-spacing: 0;
  color: #000;
}

.list-col-2-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}
.list-col-2-horizontal li {
  width: 48%;
  margin-top: 20px;
}
@media screen and (max-width: 720px) {
  .list-col-2-horizontal li {
    width: 100%;
  }
}
.list-col-2-horizontal li a {
  display: flex;
}
.list-col-2-horizontal li a .image {
  margin-right: 5.54%;
  min-width: 140px;
  max-width: 140px;
}
@media screen and (max-width: 1024px) {
  .list-col-2-horizontal li a .image {
    margin-right: 3.54%;
    min-width: 90px;
    max-width: 90pxs;
  }
}
.list-col-2-horizontal li a .detail {
  word-break: break-all;
}
.list-col-2-horizontal li a .detail h3 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1024px) {
  .list-col-2-horizontal li a .detail h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 720px) {
  .list-col-2-horizontal li a .detail h3 {
    font-size: 1.6rem;
  }
}
.list-col-2-horizontal li a .detail .list-sub-title {
  font-size: 1.2rem;
  color: #AE8836;
  font-family: "Hiragino Kaku Gothic Pro";
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .list-col-2-horizontal li a .detail .list-sub-title {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .list-col-2-horizontal li a .detail .list-sub-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 720px) {
  .list-col-2-horizontal > li + li {
    margin-top: 15px;
  }
}

.head-detail-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 720px) {
  .head-detail-content {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.head-detail-content .cate-time {
  display: flex;
  align-items: center;
}
.head-detail-content .cate-time .category {
  display: flex;
  margin-right: 15px;
}
.head-detail-content .cate-time .category a {
  margin-right: 10px;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.5em 0.75em !important;
  line-height: 1;
}
.head-detail-content .cate-time .time {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 720px) {
  .btn-social {
    margin-left: -7px;
    margin-top: 5px;
    max-width: 190px;
    margin-top: 5px;
  }
}

.titleScrollContent {
  background: #FFFAE3;
  border: 1px solid #AE8836;
  padding: 30px;
}
@media screen and (max-width: 720px) {
  .titleScrollContent {
    padding: 20px;
  }
}
.titleScrollContent h3 {
  font-size: 2rem;
  color: #B79433;
  font-weight: bold;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.titleScrollContent ul li a {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 720px) {
  .titleScrollContent ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 720px) {
  .titleScrollContent ul li + li {
    margin-top: 3px;
  }
}

.title-section-detail h2 {
  font-size: 3rem;
  line-height: 1.35;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  background: url("/field/assets/images/commons/arrow_corner.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 0px top 10px;
  padding-left: 40px;
}
@media screen and (max-width: 720px) {
  .title-section-detail h2 {
    font-size: 2.2rem;
    background-position: left 0px top 6px;
    padding-left: 30px;
    background-size: 25px;
  }
}

.section-list-detail + .section-list-detail {
  margin-top: 50px;
}
@media screen and (max-width: 720px) {
  .section-list-detail + .section-list-detail {
    margin-top: 40px;
  }
}

.banner-full img {
  width: 100%;
}
.banner-full .txt-banner {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 720px) {
  .banner-full .txt-banner {
    font-size: 1.1rem;
  }
}

.boxChat-customer ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 80px;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li {
    margin-right: 0px;
  }
}
.boxChat-customer ul li .user {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .user {
    min-width: 50px;
    max-width: 50px;
  }
}
.boxChat-customer ul li .user .name {
  background: #192355;
  color: #fff;
  border-radius: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .user .name {
    font-size: 1.3rem;
  }
}
.boxChat-customer ul li .user .image img {
  border-radius: 50%;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .user .image img {
    width: 100%;
  }
}
.boxChat-customer ul li .chat {
  margin: 0 20px;
  max-width: 600px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .chat {
    margin: 0 0 0 20px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.boxChat-customer ul li .box-light-green {
  background: #D6F2E7;
  padding: 20px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .box-light-green {
    padding: 10px 15px;
  }
}
.boxChat-customer ul li .box-light-brown {
  background: #E7DCBD;
  padding: 20px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .box-light-brown {
    padding: 10px 15px;
  }
}
.boxChat-customer ul li .arrow-left-light-green {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #D6F2E7;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .arrow-left-light-green {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #D6F2E7;
  }
}
.boxChat-customer ul li .arrow-right-light-brown {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #E7DCBD;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li .arrow-right-light-brown {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #E7DCBD;
  }
}
.boxChat-customer ul li.chat-right {
  display: flex;
  flex-direction: row-reverse;
  margin-left: 80px;
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li.chat-right {
    margin-left: 0px;
  }
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li.chat-right .chat {
    margin: 0 20px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.boxChat-customer ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .boxChat-customer ul li + li {
    margin-top: 20px;
  }
}

.content-company {
  display: flex;
  width: 100%;
  border: 6px solid #182149;
}
@media screen and (max-width: 720px) {
  .content-company {
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .content-company .logo-company {
    background: #EEEEEE;
  }
}
.content-company .logo-company .image-logo-company {
  background: #EEEEEE;
  max-width: 273px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .content-company .logo-company .image-logo-company {
    max-width: 273px;
    margin: auto;
  }
}
.content-company .logo-company .image-logo-company img {
  margin: auto;
}
.content-company .detail-company {
  padding: 15px 20px;
  width: 100%;
  max-width: 500px;
}
.content-company .detail-company h4 {
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .content-company .detail-company h4 {
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .content-company .detail-company p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.content-company .detail-company p.txtFlex {
  margin-top: 15px !important;
}
@media screen and (max-width: 1024px) {
  .content-company .detail-company p.txtFlex > a {
    font-size: 1.3rem;
  }
}

.detail-business {
  padding: 20px;
}
.detail-business .list-col-2-vertical h3 {
  font-size: 1.4rem;
  font-weight: bold;
}
.detail-business .list-col-2-vertical > li {
  width: 49%;
}
@media screen and (max-width: 720px) {
  .detail-business .list-col-2-vertical > li {
    width: 100%;
  }
}
