@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Master Style CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* ---------------------------------------------------------------------------
BEM記述方法のマニュアル的なもの
https://qiita.com/Takuan_Oishii/items/0f0d2c5dc33a9b2d9cb1

フォントサイズの単位は、pxではなく、remを使ってください。
--------------------------------------------------------------------------- */
/* CSS Import */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Settings */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Variables CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Variables
-------------------------------------------- */
:root {
  font-size: 10px; }

html {
  width: 100%;
  color: #666;
  scroll-behavior: smooth; }

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  width: 100%;
  background: #FFF; }
  @media (max-width: 480px) {
    body {
      font-size: 1.6rem; } }

body > img,
body > noscript img,
body > iframe {
  display: none; }

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
	- Fails on FF.
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2,
h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  word-break: break-word; }

*,
::before,
::after {
  margin: 0;
  padding: 0;
  word-break: break-word;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table br {
  display: none !important; }

table th br,
table td br {
  display: inline !important; }

fieldset,
img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, th, var {
  font-style: normal !important;
  font-weight: normal; }

ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input[type=text],
input[type=email],
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  letter-spacing: .1rem; }

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button],
input[type=password],
option, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: #FFF; }

textarea {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6; }

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 75%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  outline: none; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none; }

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

a, .btn {
  color: #666;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:hover, .btn:hover {
  opacity: .6; }

a.no_fade:hover, .btn.no_fade:hover {
  opacity: 1; }

/* JqvaScriptで動的に付与 */
.current {
  cursor: default;
  text-decoration: none !important; }

#fb-root {
  display: none; }

select::-ms-expand {
  display: none; }

/* Pages */
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Header CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.logo {
  width: 88px; }

.logo a {
  display: block; }

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 13px 20px; }

#header .g_nav_trigger {
  display: none; }

#header .g_nav {
  width: 100%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .1em; }

#header .corporate {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (max-width: 950px) {
    #header .corporate {
      flex-direction: column; } }

#header .corporate li {
  margin-right: 40px;
  font-size: 1.2rem; }
  @media (max-width: 950px) {
    #header .corporate li {
      width: 100%;
      margin-right: 0;
      font-size: 1.4rem;
      border-bottom: #FFF 1px solid; } }
  #header .corporate li:last-child {
    border-bottom: none; }

#header .corporate li a {
  display: block; }
  @media (max-width: 950px) {
    #header .corporate li a {
      padding: 10px;
      text-align: left;
      line-height: 1.4; } }

#header .corporate li:last-child a {
  background: #54885f;
  color: #FFF;
  width: 140px;
  line-height: 3;
  text-align: center;
  border-radius: 5px;
  font-weight: normal; }
  @media (max-width: 950px) {
    #header .corporate li:last-child a {
      line-height: 1;
      width: calc(100% - 20px);
      margin: 10px auto 0;
      padding: 15px 10px; } }

/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 950px) {
  /* Header
  ----------------------------------------------- */
  #header {
    width: 100%;
    border-bottom: #EEE 1px solid;
    box-sizing: border-box; }

  #header .g_nav_trigger {
    display: block;
    width: 44px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -20px 0 0;
    z-index: 2;
    cursor: pointer;
    box-sizing: border-box; }

  #header .g_nav_trigger span {
    display: block;
    width: 24px;
    height: 4px;
    background: #666;
    position: absolute;
    top: 10px;
    left: 10px; }

  #header .g_nav_trigger:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 10px;
    background: #666;
    display: block;
    width: 24px;
    height: 4px; }

  #header .g_nav_trigger:after {
    content: "";
    position: absolute;
    top: 26px;
    left: 10px;
    background: #666;
    display: block;
    width: 24px;
    height: 4px; }

  #header .g_nav {
    width: 250px;
    height: 1500px;
    position: absolute;
    top: 0;
    right: -250px;
    z-index: 15;
    background: #EEE;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
@media screen and (max-width: 414px) {
  /* Header
  ----------------------------------------------- */
  #header .sp_logo {
    height: 60px;
    padding: 10px 20px; }

  #header .sp_logo img {
    height: 40px; }

  #header .g_nav_trigger {
    display: block;
    width: 40px;
    height: 35px;
    margin: -17.5px 0 0; }

  #header .g_nav_trigger span {
    width: 20px;
    height: 3px; }

  #header .g_nav_trigger:before {
    top: 16px;
    width: 20px;
    height: 3px; }

  #header .g_nav_trigger:after {
    top: 22px;
    width: 20px;
    height: 3px; }

  #header .g_nav {
    font-size: .7rem;
    /*position: fixed;*/
    /*top: 0;*/ } }
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Footer CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Footer
----------------------------------------------- */
#footer {
  margin: 60px 0 0;
  padding: 0 25px 60px;
  background: #EEE; }
  @media (max-width: 950px) {
    #footer {
      padding: 0 20px 60px; } }
  @media (max-width: 480px) {
    #footer {
      margin: 30px 0 0;
      padding: 0 10px 30px; } }

#footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0; }
  @media (max-width: 480px) {
    #footer .footer-inner {
      padding: 25px 0 0; } }

#footer .footer-logo {
  display: flex;
  align-items: center; }

#footer .footer-logo-img {
  width: 76px; }

#footer .footer-logo-title {
  color: #4d845c;
  font-size: 1.6rem;
  position: relative;
  padding-left: 60px; }

#footer .footer-logo-title::after {
  content: "";
  position: absolute;
  background-color: #4d845c;
  left: 20px;
  top: calc(50% - 1px);
  width: 40px;
  height: 1px; }

#footer .footer-logo-title span {
  display: block;
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.2rem; }

#footer .f_nav-warp {
  width: 100%;
  padding: 20px 0 0 160px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    #footer .f_nav-warp {
      padding: 20px 0 0 0; } }

#footer .f_nav-warp .f_nav {
  margin: 0;
  padding: 0 20px 0 0;
  border-left: #CCC 1px solid;
  flex: 1 1 auto; }
  @media (max-width: 480px) {
    #footer .f_nav-warp .f_nav {
      padding: 0; } }

#footer .f_nav-warp .f_nav.brand {
  border-left: none; }
  @media (max-width: 480px) {
    #footer .f_nav-warp .f_nav.brand {
      margin-bottom: 20px; } }

#footer .f_nav-warp .f_nav.brand li {
  position: relative;
  margin-bottom: clamp(5px, 1.5vw, 15px);
  padding: 0 0 0 23px; }
  @media (max-width: 480px) {
    #footer .f_nav-warp .f_nav.brand li {
      padding: 0 0 0 15px; } }

#footer .f_nav-warp .f_nav.brand li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #a4c4ac; }

#footer .f_nav-warp .f_nav.brand li a {
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold; }

#footer .f_nav-warp .f_nav li a {
  display: block;
  padding: 0 0 0 15px;
  font-size: 1.2rem; }

#footer .credit {
  font-size: 10px;
  margin: 50px 0 0;
  letter-spacing: .1em;
  text-align: right; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BaseLayout CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.common-hero {
  padding: clamp(50px, 10vw, 100px) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.common-hero__ttl-jp {
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  color: #779969;
  line-height: 1; }

.common-hero__ttl {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media (max-width: 480px) {
    .common-hero__ttl {
      margin-top: 10px; } }

/* Wrapper
----------------------------------------------- */
#wrapper {
  position: relative;
  padding: 63px 0 0; }

/* content
----------------------------------------------- */
.content {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 25px; }
  @media (max-width: 950px) {
    .content {
      max-width: none;
      padding: 0 20px; } }
  @media (max-width: 950px) {
    .content {
      padding: 0 10px; } }

/* PageTopNav
----------------------------------------------- */
#wrapper .pagetop_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.63);
  width: 73px;
  height: 73px;
  display: block;
  z-index: 10; }

#wrapper .pagetop_btn:before,
#wrapper .pagetop_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 17px;
  background: #FFF;
  margin: -9px 0 0 -7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#wrapper .pagetop_btn:after {
  margin: -9px 0 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

company CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.company__table {
  width: 100%;
  border-top: #e4e4e2 solid 1px; }
.company__table-th {
  width: 200px;
  border-bottom: #e4e4e2 solid 1px;
  padding: 15px 0;
  vertical-align: top; }
  @media (max-width: 480px) {
    .company__table-th {
      display: block;
      width: 100%;
      background-color: #f7f7f7;
      padding: 10px 0 5px 10px; } }
.company__table-td {
  width: calc(100% - 200px);
  border-bottom: #e4e4e2 solid 1px;
  padding: 15px 0; }
  @media (max-width: 480px) {
    .company__table-td {
      display: block;
      width: 100%;
      padding: 10px 0 5px 10px; } }
@media (max-width: 480px) {
  .company__table-history .company__table-item {
    display: block; } }
.company__table-history .company__table-item:first-child {
  padding-top: 0; }
@media (max-width: 480px) {
  .company__table-history .company__table-item .company__table-year {
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    padding: 10px 0 5px 10px; } }
@media (max-width: 480px) {
  .company__table-history .company__table-item .company__table-text {
    width: 100%;
    padding-top: 10px; } }
@media (max-width: 480px) {
  .company__table-career .company__table-item {
    flex-direction: column; } }
.company__table-item {
  padding: 15px 0;
  border-bottom: #e4e4e2 solid 1px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 480px) {
    .company__table-item {
      padding: 0 0 15px; } }
  .company__table-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
.company__table-year {
  width: 81px;
  text-align: right;
  display: block; }
  .company__table-year.message {
    width: 120px; }
    @media (max-width: 480px) {
      .company__table-year.message {
        width: 100%;
        text-align: left;
        background-color: #f7f7f7;
        padding: 10px 0 5px 10px; } }
  .company__table-year.privacy {
    width: 200px;
    text-align: left; }
.company__table-text {
  width: calc(100% - 110px); }
  .company__table-text.message {
    width: calc(100% - 140px); }
    @media (max-width: 480px) {
      .company__table-text.message {
        width: 100%;
        padding-top: 10px; } }
  .company__table-text.privacy {
    width: calc(100% - 240px); }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Corporate CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* hero
----------------------------------------------- */
.main_img {
  position: relative;
  padding: 0 20px;
  margin: 0 auto; }
  @media (max-width: 950px) {
    .main_img {
      padding: 0; } }

img.main-ttl {
  width: 22vw;
  position: absolute;
  top: 50%;
  left: 11%;
  z-index: 1;
  transform: translateY(-50%); }
  @media (max-width: 650px) {
    img.main-ttl {
      width: 48vw;
      top: 38%;
      left: 10%; } }
  @media (max-width: 480px) {
    img.main-ttl {
      left: 5%; } }

/* Content
----------------------------------------------- */
.news {
  max-width: 1050px;
  margin: -30px auto 0;
  padding: 0 40px;
  position: relative;
  z-index: 1; }

.news h2 {
  width: 200px;
  background: #FFF;
  border-radius: 5px 5px 0 0;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #779969;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal; }

.news ul {
  margin-top: 30px; }

.news ul li {
  border-bottom: #e4e4e2 solid 1px;
  padding: 10px 0; }

.news ul li:first-child {
  padding: 0 0 10px; }

.news ul li a {
  display: flex;
  font-size: 12px;
  color: #666; }

.news ul li a span {
  width: 80px; }

.news ul li a p {
  width: calc(100% - 80px); }

.about {
  background: #f5f5f5;
  scroll-margin-top: 150px; }

.about-inner {
  border-radius: 0 0 50px 0;
  background: #EEE; }

.about-content {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  margin: clamp(50px, 10vw, 100px) auto 0;
  padding: 0 20px clamp(50px, 10vw, 100px); }

.about img {
  width: clamp(100%, 50vw, 500px);
  align-self: flex-start;
  margin: clamp(-25px, -5vw, -50px) 0 0;
  border-radius: 0 0 50px 0; }

.about-box {
  padding: clamp(50px, 10vw, 100px) 0 0 50px;
  width: clamp(100%, 50vw, 500px); }
  @media (max-width: 480px) {
    .about-box {
      padding-left: 0; } }

.about-title {
  color: #779968;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  line-height: 1; }

.about-txt {
  margin-top: clamp(20px, 4vw, 40px); }

/* brand */
.brand {
  background: #EEE; }

.brand-inner {
  background: #f5f5f5;
  border-radius: 50px 0 0 0;
  padding: clamp(40px, 8vw, 80px) 20px clamp(75px, 15vw, 150px); }

.brand_list {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.brand_list li {
  width: calc((100% - clamp(30px, 9vw, 90px)) / 3); }

.brand_list li:nth-child(n+4) {
  margin-top: clamp(20px, 4.5vw, 45px); }

.brand_list li a {
  display: flex;
  flex-direction: column; }

.brand_list li .brand_image {
  border-radius: 20px 0 0 0; }

.brand_list li .brand_logo {
  max-width: 300px;
  margin: 0 auto 25px;
  display: block; }

.brand_list li p {
  padding: 25px 10px 40px;
  text-align: center;
  background: #FFF;
  border-radius: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; }

/* contact */
.contact-ttl {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #779968;
  text-align: center;
  padding: clamp(30px, 6vw, 60px) 0 0;
  line-height: 1; }

.contact {
  padding: 0 20px; }

.contact .contact_list {
  max-width: 1140px;
  margin: clamp(20px, 4vw, 40px) auto 0;
  padding: 0 20px;
  border: #e7f1e9 2px solid;
  border-radius: 10px;
  display: flex; }

.contact .contact_list li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 30px 0;
  padding: 0 10px; }

.contact .contact_list li:last-child {
  border-left: #DDD solid 1px; }

.contact .contact_list li p {
  font-weight: bold; }

.contact .contact_list li h3 {
  font-size: clamp(14px, 3.6vw, 36px);
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal; }

.contact .contact_list li h4 {
  font-size: clamp(10px, 1.1vw, 11px); }

/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 950px) {
  .brand_list li {
    width: calc((100% - 20px) / 2); }

  .brand_list li:nth-child(n+3) {
    margin-top: clamp(20px, 4.5vw, 45px); }

  .about-content {
    flex-direction: column; } }
/*
------------------------------------------------------------------------------------------------------------------ TabletPortrait */
@media screen and (max-width: 768px) {
  /* Content
  ----------------------------------------------- */
  .main_img .news {
    padding: 15px 20px 13px; }

  /* brand */
  .brand_list li {
    width: 100%;
    float: none; }

  /* contact */
  .contact .contact_list li {
    width: 100%;
    float: none;
    padding: 0 10px 20px;
    box-sizing: border-box; }

  .contact .contact_list li section {
    min-height: 1px;
    height: auto;
    padding: 45px 20px 30px; } }
@media screen and (max-width: 600px) {
  .contact .contact_list {
    flex-direction: column;
    padding: 0 10px; }

  .contact .contact_list li {
    margin: 0;
    padding: 20px 0; }

  .contact .contact_list li:last-child {
    border-top: #DDD solid 1px;
    border-left: none; } }
/*
------------------------------------------------------------------------------------------------------------------ SmartPhone */
@media screen and (max-width: 414px) {
  /* Content
  ----------------------------------------------- */
  .main_img .icon {
    top: 90vw;
    z-index: 2; }

  .main_img .news {
    position: static; }

  .brand_list li:nth-child(n+2) {
    margin-top: clamp(20px, 4.5vw, 45px); }

  .news h2 {
    width: 150px; }

  /* brand */
  .brand_list li .brand_logo {
    width: 60%;
    margin: 15px auto; }

  .brand_list li p {
    padding: 0 10px 30px;
    text-align: left; } }
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

message CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.message__prof-img {
  width: 300px;
  margin: 0 0 20px 20px; }
  @media (max-width: 480px) {
    .message__prof-img {
      width: 100%;
      margin: 0 0 20px; } }
.message__prof-career {
  margin-top: clamp(50px, 10vw, 100px); }
.message__prof-title {
  width: 100%;
  max-width: 250px;
  text-align: center;
  color: #FFF;
  background-color: #54885f;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

privacy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

society CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.society__list-item {
  margin-top: 30px; }
  .society__list-item:first-child {
    margin: 0; }
.society__list-title {
  width: 100%;
  max-width: 250px;
  color: #FFF;
  background-color: #54885f;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-size: 1.6rem;
  line-height: 1; }
.society__list-text {
  border-top: #e4e4e2 solid 1px;
  padding: 10px 0; }

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

wedding CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.wedding__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.wedding__list-item {
  width: calc(50% - 10px); }
  @media (max-width: 480px) {
    .wedding__list-item {
      width: 100%; } }
  @media (max-width: 480px) {
    .wedding__list-item:nth-child(n + 2) {
      margin-top: 20px; } }
  .wedding__list-item:nth-child(n + 3) {
    margin-top: 20px; }
.wedding__list-link {
  display: block; }
