@charset utf-8;
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  position: relative;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS Pゴシック", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.6em;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 544px) {
  body {
    font-size: 17px;
  }
}
cite {
  font-style: normal;
}
.sp {
  display: none;
}
@media screen and (max-width: 544px) {
  .sp {
    display: inline-block;
  }
  section.sp,
  nav.sp,
  aside.sp,
  div.sp,
  table.sp,
  dl.sp,
  ol.sp,
  ul.sp p.sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc.tablet {
    display: none;
  }
}
/* 
ボックス関連
 */
div#header_box,
div#footer_box,
section {
  width: 100%;
}
.inner960,
.inner800,
section {
  margin: 0px auto;
}
.inner960,
.inner800 {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .inner960,
  .inner800 {
    padding: 20px;
  }
}
@media screen and (max-width: 544px) {
  .inner960,
  .inner800 {
    padding: 0px;
  }
}
.inner960 {
  max-width: 960px;
}
@media screen and (max-width: 960px) {
  .inner960 {
    max-width: calc(100% - 40px);
  }
}
.inner800 {
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .inner800 {
    max-width: calc(100% - 40px);
  }
}
/* 
見出し
 */
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 10px;
  font-weight: normal;
  -webkit-font-feature-settings: "palt 1";
          font-feature-settings: "palt 1";
}
h1 {
  font-size: 27px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
/* 
.clearfix
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}
/* 
.circle
 */
.circle {
  position: relative;
  z-index: 10;
}
.circle + div {
  width: 86px;
  height: 86px;
  background: rgba(0, 0, 0, 0);
  border: solid rgba(39, 143, 192, 0.3) 8px;
  border-radius: 43px;
  position: absolute;
  z-index: 5;
}
.circle_parent {
  position: relative;
}
form .area {
  background-color: #faf9f4;
  border: 1px solid #ccc;
  padding: 5px;
}
form .long {
  width: 480px;
}
@media screen and (max-width: 768px) {
  form .long {
    width: 100%;
  }
}
form .middle {
  width: 240px;
}
form .short {
  width: 120px;
}
form .mini {
  width: 80px;
}
form .micro {
  width: 60px;
}
form textarea.long {
  height: 200px;
}
form .soyinquiry_address_form input[type='text'] {
  background-color: #faf9f4;
  border: 1px solid #ccc;
  padding: 5px;
}
form #inquiry_form_wrapper table.soy_inquiry_message_information {
  margin: 1em 0px;
}
form #inquiry_form_wrapper table.inquiry_form {
  width: 100%;
}
form #inquiry_form_wrapper th {
  border-bottom: 1px dotted #666;
  padding: 6px 1em 6px 0px;
}
form #inquiry_form_wrapper td {
  border-bottom: 1px dotted #666;
  padding: 6px 0px;
}
@media screen and (max-width: 768px) {
  form #inquiry_form_wrapper th,
  form #inquiry_form_wrapper td {
    display: block;
  }
  form #inquiry_form_wrapper th {
    border-bottom: 0px none transparent;
    padding-top: 1em;
    padding-bottom: 0px;
  }
}
img.photo {
  max-width: 100%;
}
img.photo.left {
  float: left;
  margin: 0px 30px 6px 0px;
}
@media screen and (max-width: 544px) {
  img.photo.left {
    float: none;
    display: table;
    margin: 1em auto;
  }
}
img.photo.left[src*='illust'] {
  margin: 24px 45px 24px 15px;
}
@media screen and (max-width: 544px) {
  img.photo.left[src*='illust'] {
    margin: 1em auto;
  }
}
img.photo.right {
  float: right;
  margin: 0px 0px 6px 30px;
}
@media screen and (max-width: 544px) {
  img.photo.right {
    float: none;
    display: table;
    margin: 1em auto;
  }
}
img.photo.right[src*='illust'] {
  margin: 24px 15px 24px 45px;
}
@media screen and (max-width: 544px) {
  img.photo.right[src*='illust'] {
    margin: 1em auto;
  }
}
img.photo.center {
  display: table;
  margin: 0px auto;
}
img.photo.center[src*='illust'] {
  margin-bottom: 24px;
}
@media screen and (max-width: 544px) {
  img.photo.center[src*='illust'] {
    margin: 1em auto;
  }
}
p:has(img.photo):after {
  content: "";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}
/* 
#content-form
 */
#content-form {
  margin-bottom: 3em;
  color: #324d50;
}
#content-form div.bar {
  background-color: #19448d;
  margin-bottom: 1em;
  padding: 30px 140px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  #content-form div.bar {
    padding: 30px 0px;
    text-align: center;
  }
}
#content-form form {
  width: 960px;
  margin: 0px auto;
}
@media screen and (max-width: 992px) {
  #content-form form {
    width: 94%;
  }
}
table.soy_inquiry_message {
  width: 960px;
  margin: 0px auto;
}
@media screen and (max-width: 1280px) {
  table.soy_inquiry_message {
    width: 100%;
  }
}
table.inquiry_form {
  width: 960px;
  margin: 0px auto;
}
table.inquiry_form td:first-child {
  width: 100px;
}
@media screen and (max-width: 1280px) {
  table.inquiry_form {
    width: 100%;
  }
}
/* 
その他
 */
a {
  color: #19448d;
  text-decoration: none;
}
li {
  list-style: none;
}
.disappear {
  display: none;
}
@media screen and (max-width: 544px) {
  br.disappear {
    display: block!important;
  }
}
.emphasize {
  font-size: 18px;
}
.surrouding {
  margin: 0 10px 5px 10px;
  padding: 0 10px;
  font-size: 10px;
  vertical-align: top;
  border: solid 1px;
  border-radius: 8px;
}
.inline {
  display: inline-block;
}
/* 
#header_box
 */
#header_box .upper {
  width: 100%;
  background: #e4e3e5;
}
#header_box .upper .inner960 {
  color: #324d50;
  overflow: hidden;
}
#header_box .upper .inner960 .appeal {
  float: left;
  width: 240px;
  margin: 50px 0px 30px;
}
#header_box .upper .inner960 .circle + div {
  top: -50px;
  left: 10px;
}
#header_box .upper .inner960 img {
  float: right;
  margin-top: 10px;
  margin-bottom: -120px;
}
#header_box img[alt='polka plans'] {
  display: block;
  margin: 10px auto;
}
/**** 992px ****/
@media screen and (max-width: 992px) {
  div#header_box .appeal {
    margin-left: 20px;
  }
}
/**** 768px ****/
@media screen and (max-width: 768px) {
  div#header_box div.upper .inner960 {
    padding: 0px;
  }
}
/**** 544px ****/
@media screen and (max-width: 544px) {
  #header_box .upper {
    position: relative;
  }
  #header_box .upper .inner960 .appeal {
    margin-bottom: 18px;
  }
  #header_box .upper .inner960 img {
    margin-top: 0px;
  }
}
/* 
#footer_box
 */
#footer_box {
  background: #19448d;
  padding-top: 60px;
}
#footer_box .concept {
  background-color: #ffffff;
  border-radius: 7px;
  margin-bottom: 60px;
  padding: 30px 30px 30px 0px;
  color: #41352f;
}
@media screen and (max-width: 544px) {
  #footer_box .concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px auto;
  }
}
#footer_box .concept h4 {
  float: left;
  width: 200px;
  height: 300px;
  margin-bottom: 0px;
  padding-top: 43px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_box .concept h4 {
    height: auto;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 544px) {
  #footer_box .concept h4 {
    float: none;
    margin-bottom: 0px;
  }
}
#footer_box .concept h4 .circle + div {
  top: 23px;
  left: 50%;
  margin-left: -43px;
}
#footer_box .concept p {
  margin-left: 30px;
}
#footer_box .contact {
  background: #fff;
  padding: 20px 0 10px;
  color: #324d50;
}
#footer_box .contact > div {
  position: relative;
}
#footer_box .contact h4,
#footer_box .contact h5 {
  margin-bottom: 5px;
}
#footer_box .contact ul:last-of-type {
  display: none;
  position: absolute;
  bottom: -10px;
  right: 0px;
}
#footer_box .contact ul:last-of-type img {
  width: 55px;
}
#footer_box .contact ul li {
  display: inline-block;
  margin: 0 5px;
}
#footer_box .here {
  background-color: rgba(255, 255, 255, 0.7);
}
#footer_box .here > div {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #615047;
}
#footer_box .here > div p {
  padding-right: 120px;
}
@media screen and (max-width: 768px) {
  #footer_box .here > div p {
    padding-right: 0px;
  }
}
@media screen and (max-width: 544px) {
  #footer_box .here > div p {
    text-align: justify;
    text-justify: inter-ideopraph;
  }
}
#footer_box .here > div img:first-child {
  float: right;
  display: block;
  width: 200px;
  margin: 30px 0 10px 10px;
}
#footer_box .here > div img:last-child {
  position: absolute;
  bottom: -5px;
  right: 0px;
}
#footer_box .copyright {
  width: 100%;
  height: 140px;
  background-color: #353e49;
}
#footer_box .copyright small {
  display: block;
  background-color: #19448d;
  padding: 30px 0;
}
#footer_box .copyright small span {
  display: block;
  vertical-align: middle;
  text-align: center;
}
/**** 840px ****/
@media screen and (max-width: 840px) {
  div#footer_box {
    padding-top: 50px;
  }
  div#footer_box .inner800 {
    margin: 0 20px;
  }
  div#footer_box .concept {
    margin: 0 20px 50px 20px;
  }
  div#footer_box .here img:last-of-type {
    display: none;
  }
}
/**** 768px ****/
@media screen and (max-width: 768px) {
  div#footer_box .contact {
    padding-top: 30px;
  }
  div#footer_box .contact ul:last-child {
    top: -25px;
    right: 10px;
  }
  div#footer_box .contact ul:last-child img {
    width: 30px;
  }
  div#footer_box hr.disappear {
    display: block;
  }
  div#footer_box .here {
    background-color: #ffffff;
  }
  div#footer_box .here .inner800 {
    padding-top: 10px;
  }
}
/**** 544px ****/
@media screen and (max-width: 544px) {
  #footer_box .concept h4 {
    height: 140px!important;
  }
  #footer_box .here img {
    float: none!important;
  }
}
