@charset "UTF-8";
/*********************************************************************
* 共通変数定義
**********************************************************************/
/*******************************************************
共通変数
********************************************************/
:root {
  --color: $green;
  --hover_color: $white;
  --hover_bg_color: $green;
  --tab_width: 20%;
  --src: "";
}

/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
* font-face定義
**********************************************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/Noto-Sans-JP-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/Noto-Sans-JP-100.eot?#iefix") format("embedded-opentype"), url("./fonts/Noto-Sans-JP-100.woff2") format("woff2"), url("./fonts/Noto-Sans-JP-100.woff") format("woff"), url("./fonts/Noto-Sans-JP-100.ttf") format("truetype"), url("./fonts/Noto-Sans-JP-100.svg#NotoSansJP") format("svg");
  /* Legacy iOS */
}
/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Noto-Sans-JP-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/Noto-Sans-JP-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Noto-Sans-JP-regular.woff2") format("woff2"), url("./fonts/Noto-Sans-JP-regular.woff") format("woff"), url("./fonts/Noto-Sans-JP-regular.ttf") format("truetype"), url("./fonts/Noto-Sans-JP-regular.svg#NotoSansJP") format("svg");
  /* Legacy iOS */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Noto-Sans-JP-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/Noto-Sans-JP-700.eot?#iefix") format("embedded-opentype"), url("./fonts/Noto-Sans-JP-700.woff2") format("woff2"), url("./fonts/Noto-Sans-JP-700.woff") format("woff"), url("./fonts/Noto-Sans-JP-700.ttf") format("truetype"), url("./fonts/Noto-Sans-JP-700.svg#NotoSansJP") format("svg");
  /* Legacy iOS */
}
/**************************************************************************
固定ページ・投稿ページ・アーカイブページ用CSS
***************************************************************************/
/*******************************************************
固定ページ
********************************************************/
.page_content {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .page_content .content_block .heading_title {
    margin-bottom: 40px;
  }
}
.page_content .content_block .heading_title.mb_adjust {
  margin-bottom: 0;
}
.page_content .content_block p {
  color: #02010C;
}
.page_content .content_block .bg_blue_dotline {
  margin-top: 20px;
}
.page_content .message_wrap {
  width: 100%;
  position: relative;
  padding: 30px 0 30px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .page_content .message_wrap {
    padding: 50px 0 80px;
  }
}
.page_content .message_wrap::before {
  content: "";
  width: 100px;
  height: 76px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/leaf_l.png) 0 0/cover no-repeat;
}
@media print, screen and (min-width: 480px) {
  .page_content .message_wrap::before {
    width: 200px;
    height: 153px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_content .message_wrap::before {
    width: 300px;
    height: 230px;
  }
}
.page_content .message_wrap::after {
  content: "";
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/leaf_r.png) 0 0/cover no-repeat;
}
@media print, screen and (min-width: 480px) {
  .page_content .message_wrap::after {
    width: 200px;
    height: 160px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_content .message_wrap::after {
    width: 300px;
    height: 240px;
  }
}
.page_content .about_title {
  width: 90%;
  position: relative;
  z-index: 2;
  color: #035e9d;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 480px) {
  .page_content .about_title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_content .about_title {
    font-size: 2.4rem;
  }
}
.page_content .about_message {
  width: 90%;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto;
  line-height: 2;
}
@media print, screen and (min-width: 480px) {
  .page_content .about_message {
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 960px) {
  .page_content .about_message {
    font-size: 1.6rem;
  }
}
.page_content .assign {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 480px) {
  .page_content .assign {
    width: 90%;
    align-items: stretch;
  }
}
.page_content .deco_banner {
  width: 100%;
  display: block;
  margin: 0 0 50px !important;
  position: relative;
  border-radius: 10px;
  transition: opacity 0.5s ease;
}
@media print, screen and (min-width: 480px) {
  .page_content .deco_banner {
    width: 30%;
    margin: 0 !important;
  }
}
.page_content .deco_banner span {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  color: #ffffff;
  font-weight: bold;
  padding: 5px 1em;
  font-weight: bold;
  border-radius: 3px 3px 3px 0;
}
.page_content .deco_banner span::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 4px;
  bottom: -9px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent;
  transform: rotate(-45deg);
}
.page_content .deco_banner img {
  width: calc(100% - 5px);
  position: relative;
  margin-bottom: 20px;
}
.page_content .deco_banner .shadow {
  width: calc(100% - 5px);
  padding-top: 44.5%;
  position: absolute;
  left: 5px;
  top: 3px;
  border-radius: 10px;
}
.page_content .deco_banner .triangle {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
.page_content .deco_banner .triangle::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent;
}
.page_content .deco_banner p {
  padding: 0 1em 10px;
}
@media print, screen and (min-width: 960px) {
  .page_content .deco_banner p {
    font-size: 1.5rem;
  }
}
.page_content .deco_banner:hover {
  opacity: 0.7;
}
.page_content .tsurusyakyo span {
  background: #489BCA;
}
.page_content .tsurusyakyo span::after {
  border-color: transparent transparent transparent #2B7096;
}
.page_content .tsurusyakyo .shadow {
  background: #B0D3E3;
}
.page_content .tsurusyakyo .triangle::after {
  border-color: transparent transparent #489BCA transparent;
}
.page_content .soshikizu span {
  background: #719B44;
}
.page_content .soshikizu span::after {
  border-color: transparent transparent transparent #3C5123;
}
.page_content .soshikizu .shadow {
  background: #BBCE9C;
}
.page_content .soshikizu .triangle::after {
  border-color: transparent transparent #719B44 transparent;
}
.page_content .aisatsu span {
  background: #AC9767;
}
.page_content .aisatsu span::after {
  border-color: transparent transparent transparent #6C5D3B;
}
.page_content .aisatsu .shadow {
  background: #EEE7D9;
}
.page_content .aisatsu .triangle::after {
  border-color: transparent transparent #AC9767 transparent;
}
.page_content .information_disclosure,
.page_content .about {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .page_content .information_disclosure,
  .page_content .about {
    margin-bottom: 100px;
  }
}
.page_content .information_disclosure a,
.page_content .about a {
  display: block;
  color: blue;
  text-decoration: none;
  margin: 0 0 10px 1em;
  text-indent: -1em;
}
.page_content .information_disclosure a:nth-last-of-type(1),
.page_content .about a:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page_content .information_disclosure a::before,
.page_content .about a::before {
  content: "・";
}
.page_content .information_disclosure a:hover,
.page_content .about a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.page_content .odagaisama {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .page_content .odagaisama {
    margin-bottom: 100px;
  }
}
.page_content .odagaisama .bg_blue_dotline {
  margin-top: 0;
  padding: 30px 2rem;
}
@media print, screen and (min-width: 960px) {
  .page_content .odagaisama .bg_blue_dotline {
    padding: 30px 4rem;
  }
}
.page_content .odagaisama h3 {
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .page_content .odagaisama h3 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.page_content .information_disclosure {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .page_content .information_disclosure {
    margin-bottom: 100px;
  }
}
.page_content .chairman_speech {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .page_content .chairman_speech {
    justify-content: space-between;
    font-size: 2.8rem;
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_content .chairman_speech .heading_title {
    margin-bottom: 40px;
  }
}
.page_content .chairman_speech .heading_title.mb_adjust {
  margin-bottom: 0;
}
.page_content .chairman_speech .chairman {
  width: 60%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .page_content .chairman_speech .chairman {
    width: 20%;
    margin-bottom: 0;
  }
}
.page_content .chairman_speech .chairman img {
  width: 100%;
  height: auto;
  display: block;
}
.page_content .chairman_speech a,
.page_content .chairman_speech p {
  color: #02010C;
  text-decoration: none;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .page_content .chairman_speech a,
  .page_content .chairman_speech p {
    font-size: 1.6rem;
  }
}
.page_content .chairman_speech p {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .page_content .chairman_speech p {
    width: 75%;
  }
}
.page_content .chairman_speech p span {
  margin-top: 1em;
  display: block;
  text-align: right;
}
@media print, screen and (min-width: 960px) {
  .page_content .chairman_speech p span {
    padding-right: 3em;
  }
}
.page_content .organizational_chart {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .page_content .organizational_chart {
    margin-bottom: 100px;
  }
}
.page_content .organizational_chart .chart {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .page_content .organizational_chart .chart {
    margin-bottom: 50px;
  }
}
.page_content .organizational_chart .chart::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  transition: background 0.5s ease;
}
.page_content .organizational_chart .chart img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #bbb;
  border-radius: 10px;
}
.page_content .organizational_chart .chart:hover::before {
  background: rgba(131, 199, 221, 0.2);
}
.page_content .organizational_chart .bg_blue_dotline {
  padding: 20px 2rem;
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .page_content .organizational_chart .bg_blue_dotline {
    padding: 30px 4rem;
  }
}
.page_content .organizational_chart .bg_blue_dotline br {
  display: none;
}
.page_content .organizational_chart .bg_blue_dotline a {
  color: #02010C;
  text-decoration: none;
  margin: 0 0 10px 1em;
  text-indent: -1em;
}
.page_content .organizational_chart .bg_blue_dotline a:nth-last-of-type(1) {
  margin-bottom: 0;
}
.page_content .organizational_chart .bg_blue_dotline a:hover {
  text-decoration: underline;
}
.page_content .organizational_chart .bg_blue_dotline.first {
  margin-bottom: 50px;
}
.page_content .organizational_chart .bg_blue_dotline.second {
  margin-top: 0;
}
.page_content .company_background {
  width: 100%;
}
.page_content .company_background table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .page_content .company_background table {
    margin-bottom: 100px;
  }
}
.page_content .company_background table th,
.page_content .company_background table td {
  padding: 1em;
  border-bottom: 1px solid #b5b5b6;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .page_content .company_background table th,
  .page_content .company_background table td {
    font-size: 1.6rem;
  }
}
.page_content .company_background table th {
  width: 8em;
  text-align: right;
  letter-spacing: -0.5px;
}
@media print, screen and (min-width: 960px) {
  .page_content .company_background table th {
    width: 20%;
    padding-right: 5%;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.page_content .company_background table th.no_bottm_border {
  border-bottom: 0;
}
.page_content .company_background table td {
  width: calc(100% - 8em);
  margin-left: 1em;
  text-indent: -1em;
  padding: 1em;
  vertical-align: middle;
}
@media print, screen and (min-width: 960px) {
  .page_content .company_background table td {
    width: 80%;
  }
}
.page_content .summary {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .page_content .summary {
    margin-bottom: 2%;
  }
}
.page_content .summary .col {
  width: 100%;
}
.page_content .summary .col h2 {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 960px) {
  .page_content .summary .col h2 {
    font-size: 1.6rem;
  }
}
.page_content .summary .col h2 > a {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 1em;
  transition: all 0.3s ease;
  color: #035e9d;
}
@media print, screen and (min-width: 960px) {
  .page_content .summary .col h2 > a {
    font-size: 1.6rem;
  }
}
.page_content .summary .col h2 > a:hover {
  color: #d41500;
  opacity: 0.7;
}
.page_content .summary .col h2 .mobile_line_break {
  width: auto;
  display: inline-block;
  padding-left: 1.5em;
}
.page_content .summary .biz_list2,
.page_content .summary .biz_list {
  width: 100%;
  padding-left: 1em;
  margin-bottom: 20px;
}
.page_content .summary .biz_list2 li,
.page_content .summary .biz_list li {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 960px) {
  .page_content .summary .biz_list2 li,
  .page_content .summary .biz_list li {
    font-size: 1.6rem;
  }
}
.page_content .summary .biz_list2 li::before,
.page_content .summary .biz_list li::before {
  content: "○";
  color: #353bbf;
  font-size: inherit;
  margin-right: 5px;
}
.page_content .summary .biz_list2 {
  margin-bottom: 0;
}
.page_content .summary .biz_list2 li::before {
  content: "▸";
}
.page_content .summary .plan_explanation {
  width: 100%;
}
.page_content .summary .plan_explanation li {
  width: 100%;
  padding-bottom: 0.5em;
}
.page_content .summary .plan_explanation li:nth-child(1) {
  font-size: 1.2rem;
  text-indent: 1em;
}
@media print, screen and (min-width: 960px) {
  .page_content .summary .plan_explanation li:nth-child(1) {
    font-size: 1.6rem;
  }
}
.page_content .summary .plan_explanation li:nth-child(2) {
  font-size: 1.2rem;
  color: #34489e;
  padding: 0.5em 0 1em 0;
}
@media print, screen and (min-width: 960px) {
  .page_content .summary .plan_explanation li:nth-child(2) {
    font-size: 1.6rem;
  }
}
.page_content .summary .plan_explanation li a {
  font-size: inherit;
  transition: all 0.3s ease;
  color: #035e9d;
}
.page_content .summary .plan_explanation li a:hover {
  color: #d41500;
  opacity: 0.7;
}
.page_content .summary .exp_text {
  font-size: 1.2rem;
  text-indent: 1em;
}
@media print, screen and (min-width: 960px) {
  .page_content .summary .exp_text {
    font-size: 1.6rem;
  }
}
.page_content .sitemap {
  width: 100%;
  display: block;
}
.page_content .sitemap h2 {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  border-left: 6px solid #3498db;
  color: #3498db;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 480px) {
  .page_content .sitemap h2 {
    font-size: 1.8rem;
  }
}
.page_content .sitemap .children,
.page_content .sitemap ul {
  width: 100%;
  padding-left: 1em;
  margin-bottom: 2em;
}
.page_content .sitemap .children li,
.page_content .sitemap ul li {
  width: 100%;
  display: block;
  position: relative;
}
.page_content .sitemap .children li a,
.page_content .sitemap ul li a {
  font-size: 1.4rem;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 480px) {
  .page_content .sitemap .children li a,
  .page_content .sitemap ul li a {
    font-size: 1.6rem;
  }
}
.page_content .sitemap .children li a:hover,
.page_content .sitemap ul li a:hover {
  color: #FF5B4C;
}
.page_content .sitemap .children li::before,
.page_content .sitemap ul li::before {
  content: "▪";
  width: 2rem;
  display: inline-block;
  color: #3498db;
  font-size: 2rem;
  position: relative;
  top: 3px;
}
.page_content .sitemap .children li a {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 480px) {
  .page_content .sitemap .children li a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .page_content .sitemap .children li a {
    font-size: 1.6rem;
  }
}
.page_content .sitemap .children li::before {
  content: "・";
}
.page_content .facilities_content {
  width: 100%;
  padding: 10% 0;
}
@media print, screen and (min-width: 960px) {
  .page_content .facilities_content {
    padding: 5% 0;
  }
}
@media print {
  .page_content .facilities_content {
    padding: 2% 0;
  }
}
.page_content .facilities_content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.page_content .facilities_content table tr td {
  padding: 2% 1%;
  position: relative;
  display: block;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 480px) {
  .page_content .facilities_content table tr td {
    display: table-cell;
    border-top: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
    font-size: 1.4rem;
    letter-spacing: -0.2px;
    padding: 1% 1% 1% 0;
    vertical-align: top;
  }
  .page_content .facilities_content table tr td:nth-of-type(2), .page_content .facilities_content table tr td:nth-of-type(1) {
    width: 22.5%;
  }
  .page_content .facilities_content table tr td:nth-of-type(4), .page_content .facilities_content table tr td:nth-of-type(3) {
    width: 27.5%;
  }
}
@media print {
  .page_content .facilities_content table tr td {
    display: table-cell;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 1.3rem;
    letter-spacing: -0.2px;
    vertical-align: top;
    padding: 3px 0.5em;
  }
  .page_content .facilities_content table tr td:nth-of-type(2), .page_content .facilities_content table tr td:nth-of-type(1) {
    width: 20%;
  }
  .page_content .facilities_content table tr td:nth-of-type(4), .page_content .facilities_content table tr td:nth-of-type(3) {
    width: 30%;
  }
  .page_content .facilities_content table tr td .no_print {
    display: none;
  }
}
.page_content .facilities_content table tr td[data-title]::before {
  content: attr(data-title) "";
  display: block;
  font-weight: bold;
  padding: 1% 0;
}
@media print, screen and (min-width: 480px) {
  .page_content .facilities_content table tr td[data-title]::before {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .page_content .facilities_content table tr td[data-title]::before {
    display: none;
  }
}
@media print {
  .page_content .facilities_content table tr td[data-title]::before {
    display: none;
  }
}
.page_content .facilities_content table tr td a {
  color: #3498db;
  text-decoration: underline;
  font-size: inherit;
  letter-spacing: inherit;
}
.page_content .facilities_content table tr td a:hover {
  text-decoration: none;
  font-weight: bold;
}
.page_content .facilities_content table tr td span {
  font-size: inherit;
  letter-spacing: inherit;
}
.page_content .facilities_content table tr td.fax span, .page_content .facilities_content table tr td.tel span {
  display: inline-block;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 480px) {
  .page_content .facilities_content table tr td.fax span, .page_content .facilities_content table tr td.tel span {
    font-size: 1.4rem;
  }
}
.page_content .facilities_content table tr td.fax a.number, .page_content .facilities_content table tr td.tel a.number {
  margin-bottom: 5px;
}
.page_content .facilities_content table tr td.fax {
  border-bottom: 2px solid #aaa;
}
@media print, screen and (min-width: 480px) {
  .page_content .facilities_content table tr td.fax {
    border-bottom: 1px dotted #aaa;
  }
}
@media print {
  .page_content .facilities_content table tr td.fax {
    border-bottom: 1px dotted #aaa;
  }
}
.page_content .facilities_content table .pc_row {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .page_content .facilities_content table .pc_row {
    display: table-row;
  }
}
@media print {
  .page_content .facilities_content table .pc_row {
    display: table-row;
  }
}
.page_content .facilities_content table .pc_row th {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1%;
  color: #ffffff;
  background: #035e9d;
}
.page_content .facilities_content table .pc_row th:nth-of-type(2), .page_content .facilities_content table .pc_row th:nth-of-type(1) {
  width: 22.5%;
}
.page_content .facilities_content table .pc_row th:nth-of-type(4), .page_content .facilities_content table .pc_row th:nth-of-type(3) {
  width: 27.5%;
}
.page_content .facilities_content table .area th {
  position: relative;
  border-top: 1px solid #3498db;
  border-bottom: 1px solid #3498db;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  padding: 0 1%;
  background: #3498db;
}

.lead_text {
  margin: 40px 0;
}
@media print, screen and (min-width: 960px) {
  .lead_text {
    margin: 60px 0;
  }
}

.title_leftbar {
  width: calc(100% - 150px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .title_leftbar {
    margin-bottom: 20px;
  }
}
.title_leftbar span {
  display: block;
  padding-left: 1em;
  font-family: inherit;
  color: #4C4A49;
  font-size: 1.7rem;
}
@media print, screen and (min-width: 960px) {
  .title_leftbar span {
    font-size: 2rem;
  }
}
.title_leftbar::before {
  content: "";
  width: 5px;
  height: 4rem;
  display: inline-block;
  border-radius: 5px;
  background: #2ea7e0;
}

.sns_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sns_list .t_sns {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
@media print, screen and (min-width: 960px) {
  .sns_list .t_sns {
    width: 49%;
    margin: 0 2% 40px 0;
  }
  .sns_list .t_sns:nth-of-type(2n) {
    margin-right: 0;
  }
}
.sns_list .t_sns th {
  width: 30%;
  background-color: #e9f5f8;
  border-radius: 10px;
}
.sns_list .t_sns td {
  width: 70%;
  padding: 10px 20px;
}
.sns_list .t_sns tr {
  padding: 10px 0;
}
.sns_list .t_sns tr:nth-of-type(1) th, .sns_list .t_sns tr:nth-of-type(1) td {
  height: 50px;
  border-bottom: 5px solid #fff;
}
.sns_list .t_sns tr:nth-of-type(2) {
  border-bottom: 0;
}
.sns_list .t_sns tr:nth-of-type(2) td {
  padding: 15px 0 0;
}
.sns_list .t_sns tr:nth-of-type(3) {
  border-top: 0;
}
.sns_list .t_sns tr:nth-of-type(3) td {
  vertical-align: top;
}
.sns_list .icon_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
.sns_list .icon_wrap a {
  width: 40px;
  height: 40px;
  display: block;
  transition: background-image 0.3s ease;
}
.sns_list .icon_wrap a:nth-of-type(1) {
  margin-right: 30px;
}
.sns_list .icon_wrap a:nth-last-of-type(1) {
  margin-right: 0;
}
.sns_list .icon_wrap a.icon_facebook {
  background: url("./images/facebook_color.webp") center center/contain no-repeat;
}
.sns_list .icon_wrap a.icon_instagram {
  background: url("./images/instagram_color.webp") center center/contain no-repeat;
}
@media print, screen and (min-width: 960px) {
  .sns_list .icon_wrap a.icon_facebook {
    background: url("./images/facebook_color.webp") center center/contain no-repeat;
  }
  .sns_list .icon_wrap a.icon_facebook:hover {
    background: url("./images/facebook_mono.webp") center center/contain no-repeat;
  }
  .sns_list .icon_wrap a.icon_instagram {
    background: url("./images/instagram_color.webp") center center/contain no-repeat;
  }
  .sns_list .icon_wrap a.icon_instagram:hover {
    background: url("./images/instagram_mono.webp") center center/contain no-repeat;
  }
}

.attachment-archive_thumb {
  width: 120px;
  height: 120px;
  float: left;
  display: block;
  background-color: #ffffff;
  padding: 4px;
  border: solid 1px #ddd;
  /* 上下中央に配置 */
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.recruit_main {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .recruit_main {
    flex-direction: row;
    margin-bottom: 100px;
  }
}

.recruit_top_title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .recruit_top_title {
    margin-bottom: 30px;
  }
}

.recruit_about_us {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_us {
    width: 48%;
  }
}
.recruit_about_us h3 {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_us h3 {
    padding: 40px 0;
  }
}
.recruit_about_us h3::before {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/deco_top_left.png) top left/cover no-repeat;
}
.recruit_about_us h3::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/deco_bottom_right.png) bottom right/cover no-repeat;
}
.recruit_about_us img {
  width: 90%;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  border: 2px solid #eee;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_us img {
    margin-bottom: 20px;
  }
}
.recruit_about_us .shadow {
  width: 50%;
  display: block;
  padding-top: 50%;
  background-color: #FEF4E3;
  position: absolute;
  bottom: 8%;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .recruit_about_us .shadow {
    bottom: -5%;
  }
}

.recruit_col {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
}
.recruit_col:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .recruit_col {
    width: 30%;
    margin-bottom: 0;
  }
}
.recruit_col .img_wrap {
  width: 100%;
  position: relative;
}
.recruit_col .img_wrap::before, .recruit_col .img_wrap::after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  z-index: 99;
}
.recruit_col .img_wrap::before {
  top: -5px;
  left: -5px;
  border-top: 2px dashed #F39700;
  border-left: 2px dashed #F39700;
}
.recruit_col .img_wrap::after {
  bottom: -4px;
  right: -4px;
  border-bottom: 2px dashed #F39700;
  border-right: 2px dashed #F39700;
}
@media print, screen and (min-width: 960px) {
  .recruit_col .img_wrap::after {
    bottom: -5px;
    right: -5px;
  }
}
.recruit_col .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}
.recruit_col .col_text {
  width: 100%;
  padding: 10px 0 20px;
}
.recruit_col .col_text h3 {
  font-size: 1.4rem;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .recruit_col .col_text h3 {
    font-size: 1.6rem;
  }
}
.recruit_col .col_text hr {
  margin: 10px 0;
  height: 5px;
  border: 0;
  background-image: linear-gradient(90deg, #B0CF00 0, #F8B62D 100%);
}
.recruit_col > a:nth-of-type(1) {
  transition: opacity 0.5s ease;
}
.recruit_col > a:nth-of-type(1):hover {
  opacity: 0.6;
}
.recruit_col > a:nth-of-type(1):hover .col_text hr {
  background-image: linear-gradient(90deg, #F8B62D 0, #B0CF00 100%);
}

.detail_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #F29DA6;
  background: #F29DA6;
  border-radius: 10px 0 10px 0;
  padding: 5px 20px;
  transition: background 0.5s ease;
}
.detail_btn span {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
}
.detail_btn span:nth-of-type(1) {
  margin-right: 10px;
}
.detail_btn:hover {
  background: transparent;
}
.detail_btn:hover span {
  color: #F29DA6;
}

.recruit_col_wrap {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .recruit_col_wrap {
    margin-bottom: 100px;
  }
}

.recruit_link_wrap {
  padding: 30px 0;
}

.recruit_link {
  width: 100%;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: background 0.5s ease;
}
@media print, screen and (min-width: 960px) {
  .recruit_link {
    width: 45%;
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.recruit_link:nth-of-type(1) {
  background: #F8B62D;
  border: 4px solid #F8B62D;
}
.recruit_link:nth-of-type(2) {
  background: #B0CF00;
  border: 4px solid #B0CF00;
}
.recruit_link::after {
  content: "〉";
  display: inline-block;
  padding-left: 1em;
}
.recruit_link:hover:nth-of-type(1) {
  color: #F8B62D;
  background: #ffffff;
  border: 4px double #F8B62D;
}
.recruit_link:hover:nth-of-type(2) {
  color: #B0CF00;
  background: #ffffff;
  border: 4px double #B0CF00;
}

@media print, screen and (min-width: 960px) {
  .other_link {
    width: 30%;
  }
}
.other_link:nth-of-type(1) {
  background: #68bedb;
  border: 4px solid #68bedb;
}
.other_link:nth-of-type(2) {
  background: #F8B62D;
  border: 4px solid #F8B62D;
}
.other_link:nth-of-type(3) {
  background: #B0CF00;
  border: 4px solid #B0CF00;
}
.other_link:hover:nth-of-type(1) {
  color: #68bedb;
  background: #ffffff;
  border: 4px double #68bedb;
}
.other_link:hover:nth-of-type(2) {
  color: #F8B62D;
  background: #ffffff;
  border: 4px double #F8B62D;
}
.other_link:hover:nth-of-type(3) {
  color: #B0CF00;
  background: #ffffff;
  border: 4px double #B0CF00;
}

.guide_text {
  width: 100%;
  text-align: center;
}

.skillup_wrap,
.support_wrap,
.benefits_wrap,
.salary_wrap {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .skillup_wrap,
  .support_wrap,
  .benefits_wrap,
  .salary_wrap {
    margin-bottom: 100px;
  }
}

.recruit_title,
.skillup_title,
.support_title,
.benefits_title,
.salary_title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 1em;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.05em;
  color: #F9B900;
  background: #ffffff;
  border: 2px dashed #F9B900;
  border-radius: 50px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .recruit_title,
  .skillup_title,
  .support_title,
  .benefits_title,
  .salary_title {
    margin-bottom: 50px;
    padding: 10px 1em;
    font-size: 2rem;
  }
}
.recruit_title::before,
.skillup_title::before,
.support_title::before,
.benefits_title::before,
.salary_title::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: 1;
  border: 2px dashed #F9B900;
  transform: rotate(45deg) translateX(-50%);
}
.recruit_title::after,
.skillup_title::after,
.support_title::after,
.benefits_title::after,
.salary_title::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  z-index: 2;
  bottom: -10px;
  left: 50%;
  background: #ffffff;
  transform: rotate(45deg) translateX(-50%);
}

.skillup_title,
.benefits_title {
  border: 2px dashed #2ea7e0;
  color: #2ea7e0;
}
.skillup_title::before,
.benefits_title::before {
  border: 2px dashed #2ea7e0;
}

.support_title {
  border: 2px dashed #E89AA4;
  color: #E89AA4;
}
.support_title::before {
  border: 2px dashed #E89AA4;
}

.salary_col {
  width: 100%;
  margin-bottom: 30px;
}
.salary_col:nth-of-type(odd) {
  color: #F9B900;
  border-color: #F9B900;
}
.salary_col:nth-of-type(even) {
  color: #B0CF00;
  border-color: #B0CF00;
}
.salary_col h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: inherit;
  border-bottom: 2px dotted;
  border-color: inherit;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.salary_col h3 span {
  line-height: 1;
  display: inline-block;
  color: inherit;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .salary_col h3 span {
    font-size: 2rem;
  }
}
.salary_col h3 span.number {
  font-size: 2rem;
  padding-right: 10px;
}
@media print, screen and (min-width: 960px) {
  .salary_col h3 span.number {
    font-size: 2.8rem;
  }
}

.benefits_col_3 h3,
.benefits_col_2 h3,
.benefits_col h3 {
  margin-bottom: 10px;
}
.benefits_col_3 h3::before,
.benefits_col_2 h3::before,
.benefits_col h3::before {
  content: "●";
  display: inline-block;
  color: #2ea7e0;
  padding-right: 10px;
}
.benefits_col_3 p,
.benefits_col_2 p,
.benefits_col p {
  margin-bottom: 30px;
}

.benefits_col {
  width: 108%;
  order: 2;
}
@media print, screen and (min-width: 960px) {
  .benefits_col {
    width: 58%;
    order: 1;
  }
}

.benefits_col_2 {
  width: 100%;
  margin-bottom: 30px;
  order: 1;
}
@media print, screen and (min-width: 960px) {
  .benefits_col_2 {
    width: 40%;
    order: 2;
  }
}

.benefits_col_3 {
  width: 108%;
  order: 3;
}

.support_inner {
  width: 100%;
}

.support_col_2,
.support_col {
  width: 108%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .support_col_2,
  .support_col {
    width: 49%;
    margin-bottom: 50px;
  }
}

.support_col {
  width: 108%;
  order: 2;
  margin-bottom: 50px;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .support_col {
    width: 58%;
    order: 1;
    margin-bottom: 0;
  }
}
.support_col span {
  color: #E89AA4;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: normal;
}
@media print, screen and (min-width: 960px) {
  .support_col span {
    font-size: 2rem;
  }
}
.support_col.kosodate {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .support_col.kosodate {
    margin-bottom: 0;
  }
}

.example {
  display: inline-block;
  margin: 40px 0;
  padding: 1em 2em;
  border: 2px solid #4FCFDB;
  position: relative;
  border-radius: 20px;
}
.example h4 {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 0 10px;
  background: #ffffff;
}

.support_col_2 {
  width: 98%;
  order: 1;
}
@media print, screen and (min-width: 960px) {
  .support_col_2 {
    width: 40%;
    order: 2;
  }
}

.support_col_3 {
  width: 108%;
  margin-bottom: 30px;
  order: 4;
}
@media print, screen and (min-width: 960px) {
  .support_col_3 {
    margin-bottom: 50px;
  }
}

.support_col_3 h3,
.support_col h3 {
  margin-bottom: 10px;
}
.support_col_3 h3::before,
.support_col h3::before {
  content: "●";
  display: inline-block;
  color: #E89AA4;
  padding-right: 10px;
}

.support_col_4 {
  width: 50%;
  margin: 0 auto 30px;
  order: 1;
}
@media print, screen and (min-width: 960px) {
  .support_col_4 {
    width: auto;
    height: 250px;
    margin: 0 auto 50px;
    order: 2;
  }
}

.ikuboss {
  width: 108%;
  margin-bottom: 50px;
  align-items: center;
  align-content: center;
  padding: 15px 20px;
  border-radius: 20px;
  background: #FDEEEE;
  order: 3;
}
@media print, screen and (min-width: 960px) {
  .ikuboss {
    margin-bottom: 50px;
  }
}
.ikuboss h3 {
  width: 100%;
  color: #ffffff;
  text-align: center;
  background: #F29DA6;
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .ikuboss h3 {
    width: 200px;
    border-radius: 20px;
    margin-bottom: 0;
  }
}
.ikuboss h3 br {
  display: none;
}
@media print, screen and (min-width: 960px) {
  .ikuboss h3 br {
    display: block;
  }
}
.ikuboss p {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .ikuboss p {
    width: calc(100% - 230px);
  }
}

.skillup_col {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .skillup_col {
    width: 30%;
    margin: 0 5% 5% 0;
  }
  .skillup_col:nth-of-type(3n) {
    margin-right: 0;
  }
}
.skillup_col h3 {
  text-align: center;
  color: #2ea7e0;
  margin: 10px 0;
}

.recruit_title {
  border: 2px dashed #2ea7e0;
  color: #2ea7e0;
}
.recruit_title::before {
  border: 2px dashed #2ea7e0;
}

.about_recruit_txt {
  text-align: center;
  margin: 50px 0;
}
@media print, screen and (min-width: 960px) {
  .about_recruit_txt {
    margin: 0 0 100px;
  }
}

.about_selection {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .about_selection {
    margin-bottom: 100px;
  }
}
.about_selection dl {
  position: relative;
}
.about_selection dl dt,
.about_selection dl dd {
  padding: 0;
  line-height: 2;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl dt,
  .about_selection dl dd {
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
.about_selection dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  color: #2ea7e0;
  padding: 20px 0 30px;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl dt {
    justify-content: flex-start;
    padding: 20px 0;
    width: 30%;
  }
}
.about_selection dl dt img {
  width: 50px;
  display: block;
  margin-right: 20px;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl dt img {
    width: 70px;
    height: auto;
    margin: 0 20px 0 5%;
  }
}
.about_selection dl dt span {
  display: inline-block;
  font-weight: bold;
  color: #2ea7e0;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl dt span {
    width: auto;
    font-size: 2rem;
  }
}
.about_selection dl dd {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl dd {
    width: 70%;
  }
}
.about_selection dl.bottom_border {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 0;
  margin: 0 0 10px;
  padding-bottom: 30px;
}
.about_selection dl.bottom_border::after {
  content: "";
  width: 100%;
  height: 25px;
  display: block;
  position: absolute;
  bottom: 0;
  background: url(images/border-bottom.svg) bottom center/cover no-repeat;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl.bottom_border {
    padding-bottom: 50px;
    margin: 0 0 50px;
  }
}
.about_selection dl.bottom_border dt {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl.bottom_border dt {
    width: 30%;
  }
}
.about_selection dl.bottom_border dd {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .about_selection dl.bottom_border dd {
    width: 70%;
  }
}
.about_selection .selection_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 5px solid #2ea7e0;
}
.about_selection .selection_list dt,
.about_selection .selection_list dd {
  padding: 0;
}
.about_selection .selection_list dt {
  width: 100%;
  font-size: 1.6rem;
  padding-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .about_selection .selection_list dt {
    width: 30%;
    padding: 20px 0;
    align-self: flex-start;
  }
}
.about_selection .selection_list dt span.deco {
  color: #ffffff;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1;
  margin: 3px 0;
  padding: 5px 10px 5px 1em;
  background: #2ea7e0;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .about_selection .selection_list dt span.deco {
    font-size: 1.6rem;
    margin: 5px 0;
  }
}
.about_selection .selection_list dt span.deco::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  right: -12px;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #2ea7e0;
  border-right: 0;
}
@media print, screen and (min-width: 960px) {
  .about_selection .selection_list dt span.deco::after {
    top: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
  }
}
.about_selection .selection_list dt.title {
  border: 0;
  margin: 0 0 30px;
}
@media print, screen and (min-width: 960px) {
  .about_selection .selection_list dt.title {
    margin: 0 0 50px;
  }
}
.about_selection .selection_list dd {
  width: 100%;
  padding: 0 0 10px;
}
@media print, screen and (min-width: 960px) {
  .about_selection .selection_list dd {
    width: 70%;
    padding: 20px 0;
  }
}
.about_selection .first_test {
  border: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_selection .first_test dt,
.about_selection .first_test dd {
  padding: 0;
}
.about_selection .first_test dt {
  width: 30%;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .about_selection .first_test dt {
    width: 20%;
    font-size: 1.6rem;
  }
}
.about_selection .first_test dd {
  width: 70%;
}
@media print, screen and (min-width: 960px) {
  .about_selection .first_test dd {
    width: 80%;
  }
}
.about_selection .first_test.first {
  margin-bottom: 20px;
}
.about_selection .first_test.first dt {
  font-weight: bold;
}
.about_selection .first_test.last {
  border-bottom: 1px solid #2ea7e0;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.about_selection .second_test {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 0;
}
.about_selection .second_test dt,
.about_selection .second_test dd {
  padding: 0;
}
.about_selection .second_test dt {
  width: 30%;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .about_selection .second_test dt {
    width: 20%;
    font-size: 1.6rem;
  }
}
.about_selection .second_test dd {
  width: 70%;
}
@media print, screen and (min-width: 960px) {
  .about_selection .second_test dd {
    width: 80%;
  }
}
.about_selection .second_test.first {
  margin-bottom: 20px;
}
.about_selection .second_test.first dt {
  font-weight: bold;
}
.about_selection .second_test:nth-last-of-type(1) {
  margin-bottom: 30px;
}

.about_conditions_of_employment,
.about_seiki {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment,
  .about_seiki {
    margin-bottom: 100px;
  }
}
.about_conditions_of_employment dl,
.about_seiki dl {
  margin: 0;
}
.about_conditions_of_employment dl dt,
.about_conditions_of_employment dl dd,
.about_seiki dl dt,
.about_seiki dl dd {
  padding: 0;
  line-height: 2;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment dl dt,
  .about_conditions_of_employment dl dd,
  .about_seiki dl dt,
  .about_seiki dl dd {
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
.about_conditions_of_employment dl dt,
.about_seiki dl dt {
  padding-top: 10px;
  font-size: 1.6rem;
  color: #2ea7e0;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment dl dt,
  .about_seiki dl dt {
    padding: 20px 0;
    width: 20%;
  }
}
.about_conditions_of_employment dl dd,
.about_seiki dl dd {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment dl dd,
  .about_seiki dl dd {
    width: 80%;
  }
}
.about_conditions_of_employment .conditions_of_employment,
.about_conditions_of_employment .seiki_list,
.about_seiki .conditions_of_employment,
.about_seiki .seiki_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #2ea7e0;
}
.about_conditions_of_employment .conditions_of_employment dt,
.about_conditions_of_employment .conditions_of_employment dd,
.about_conditions_of_employment .seiki_list dt,
.about_conditions_of_employment .seiki_list dd,
.about_seiki .conditions_of_employment dt,
.about_seiki .conditions_of_employment dd,
.about_seiki .seiki_list dt,
.about_seiki .seiki_list dd {
  padding: 0;
}
.about_conditions_of_employment .conditions_of_employment dt,
.about_conditions_of_employment .seiki_list dt,
.about_seiki .conditions_of_employment dt,
.about_seiki .seiki_list dt {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  padding-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment .conditions_of_employment dt,
  .about_conditions_of_employment .seiki_list dt,
  .about_seiki .conditions_of_employment dt,
  .about_seiki .seiki_list dt {
    width: 20%;
    padding: 20px 0;
  }
}
.about_conditions_of_employment .conditions_of_employment dd,
.about_conditions_of_employment .seiki_list dd,
.about_seiki .conditions_of_employment dd,
.about_seiki .seiki_list dd {
  width: 100%;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment .conditions_of_employment dd,
  .about_conditions_of_employment .seiki_list dd,
  .about_seiki .conditions_of_employment dd,
  .about_seiki .seiki_list dd {
    width: 80%;
    padding: 20px 0;
  }
}
.about_conditions_of_employment .selection_list dd,
.about_seiki .selection_list dd {
  padding-top: 0;
}
.about_conditions_of_employment .first_test,
.about_seiki .first_test {
  border: 0;
}
.about_conditions_of_employment .first_test dt,
.about_conditions_of_employment .first_test dd,
.about_seiki .first_test dt,
.about_seiki .first_test dd {
  padding: 0;
}
.about_conditions_of_employment .first_test dt,
.about_seiki .first_test dt {
  width: 30%;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment .first_test dt,
  .about_seiki .first_test dt {
    font-size: 1.6rem;
  }
}
.about_conditions_of_employment .first_test dd,
.about_seiki .first_test dd {
  width: 70%;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment .first_test:nth-of-type(1) dt,
  .about_conditions_of_employment .first_test:nth-of-type(1) dd,
  .about_seiki .first_test:nth-of-type(1) dt,
  .about_seiki .first_test:nth-of-type(1) dd {
    padding-top: 20px;
  }
}
.about_conditions_of_employment .first_test.last,
.about_seiki .first_test.last {
  margin-bottom: 50px;
}
.about_conditions_of_employment .second_test,
.about_seiki .second_test {
  border: 0;
}
.about_conditions_of_employment .second_test dt,
.about_conditions_of_employment .second_test dd,
.about_seiki .second_test dt,
.about_seiki .second_test dd {
  padding: 0;
}
.about_conditions_of_employment .second_test dt,
.about_seiki .second_test dt {
  width: 30%;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .about_conditions_of_employment .second_test dt,
  .about_seiki .second_test dt {
    font-size: 1.6rem;
  }
}
.about_conditions_of_employment .second_test dd,
.about_seiki .second_test dd {
  width: 70%;
}
.about_conditions_of_employment .second_test:nth-of-type(1) dt,
.about_conditions_of_employment .second_test:nth-of-type(1) dd,
.about_seiki .second_test:nth-of-type(1) dt,
.about_seiki .second_test:nth-of-type(1) dd {
  padding-top: 20px;
}
.about_conditions_of_employment .second_test:nth-last-of-type(1),
.about_seiki .second_test:nth-last-of-type(1) {
  margin-bottom: 30px;
}

.about_us_title {
  padding: 10px 1em;
}
@media print, screen and (min-width: 960px) {
  .about_us_title {
    white-space: nowrap;
  }
}

.about_us_top {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .about_us_top {
    margin-bottom: 100px;
  }
}

.about_us_col {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .about_us_col {
    align-items: stretch;
    margin-bottom: 50px;
  }
}
.about_us_col.last {
  margin-bottom: 100px;
}
@media print, screen and (min-width: 960px) {
  .about_us_col.last {
    margin-bottom: 150px;
  }
}
.about_us_col img {
  width: 45%;
  border-radius: 0 20px 0 20px;
  border-bottom: 5px solid #ddd;
  border-right: 5px solid #ddd;
}
@media print, screen and (min-width: 960px) {
  .about_us_col img {
    width: 30%;
  }
}
.about_us_col h3,
.about_us_col p {
  width: 100%;
}
.about_us_col .text_col {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 960px) {
  .about_us_col .text_col {
    width: 65%;
  }
}
.about_us_col .text_col p {
  color: #02010C;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .about_us_col .text_col p {
    margin-bottom: 20px;
  }
}
.about_us_col .text_col a {
  align-self: flex-end;
  display: inline-block;
  padding: 5px 1em;
  color: #ffffff;
  font-weight: bold;
  background: inherit;
  transition: background 0.3s ease;
  border-radius: 5px;
}
.about_us_col:nth-of-type(odd) {
  color: #F9B900;
  border-color: #F9B900;
}
.about_us_col:nth-of-type(odd) a {
  background-color: #F9B900;
  border: 4px solid #F9B900;
}
.about_us_col:nth-of-type(odd) a:hover {
  color: #F9B900;
  border: 4px double #F9B900;
  background: transparent;
}
.about_us_col:nth-of-type(even) {
  color: #B0CF00;
  border-color: #B0CF00;
}
.about_us_col:nth-of-type(even) a {
  background-color: #B0CF00;
  border: 4px solid #B0CF00;
}
.about_us_col:nth-of-type(even) a:hover {
  color: #B0CF00;
  border: 4px double #B0CF00;
  background: transparent;
}

.data_tsurusyakyo {
  width: 100%;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .data_tsurusyakyo {
    margin-bottom: 100px;
  }
}

.data_col {
  width: 100%;
  align-items: center;
  border: 0;
  margin: 0;
  background-color: #E9F4FB;
  padding: 20px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .data_col {
    width: 90%;
    margin-bottom: 50px;
    padding: 30px;
    position: relative;
  }
  .data_col:nth-of-type(odd) {
    margin-right: 10%;
  }
  .data_col:nth-of-type(even) {
    margin-left: 10%;
  }
}
.data_col img {
  width: auto;
  height: 40px;
  display: block;
  margin: 0 5%;
}
@media print, screen and (min-width: 960px) {
  .data_col img {
    height: 90px;
  }
}
.data_col p {
  width: auto;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
  color: #F29DA6;
}
@media print, screen and (min-width: 960px) {
  .data_col p {
    font-size: 2.8rem;
    padding: 0 2%;
  }
}
.data_col p .caption {
  color: #02010C;
  padding: 0 1em;
  display: inline-block;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 960px) {
  .data_col p .caption {
    font-size: 1.6rem;
  }
}
.data_col p .small {
  display: inline-block;
  color: #02010C;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 960px) {
  .data_col p .small {
    font-size: 1.3rem;
  }
}

/*******************************************************
特設ページ（もみじが丘・かたぐるま）
********************************************************/
.momiji_content h1,
.momiji_content h2,
.momiji_content h3 {
  letter-spacing: 0.15em;
  font-weight: bold;
}
.momiji_content a,
.momiji_content p {
  color: #4c4a49;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 960px) {
  .momiji_content a,
  .momiji_content p {
    font-size: 1.7rem;
  }
}
.momiji_content .span {
  color: #4c4a49 !important;
}

.momiji_content {
  background: #FFFCF7;
  position: relative;
}
.momiji_content::before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./images/bg_kataguruma1.png) 0 0/cover no-repeat;
  padding-top: 44.27%;
}
.momiji_content .title_sweets {
  width: 100%;
  text-align: center;
  color: #E35313;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .title_sweets {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.momiji_content .title_teshigoto {
  width: 80%;
  text-align: center;
  color: #601986;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .title_teshigoto {
    width: 100%;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.momiji_content .title_underdot {
  width: 100%;
  text-align: center;
  color: #E35313;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .title_underdot {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
.momiji_content .title_underdot::before {
  content: "";
  width: 50px;
  display: block;
  position: relative;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px dotted #E35313;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .title_underdot::before {
    top: 50px;
  }
}
.momiji_content .message {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .message {
    line-height: 2.4;
    margin-bottom: 100px;
  }
}
.momiji_content .link_button {
  display: inline-block;
  padding: 15px 1em;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .link_button {
    font-size: 1.6rem;
    padding: 15px 1.5em;
  }
}
.momiji_content .link_button::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background: url(./images/detail_icon.svg) center center/cover no-repeat;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .link_button::before {
    width: 2rem;
    height: 2rem;
  }
}
.momiji_content .link_button:hover {
  animation: bounce 0.5s linear backwards;
}
@keyframes bounce {
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.momiji_content .spacing_wrap {
  width: 90%;
  max-width: 960px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .spacing_wrap {
    width: 80%;
  }
}
@media print, screen and (min-width: 1600px) {
  .momiji_content .spacing_wrap {
    width: 70%;
  }
}
@media all and (-ms-high-contrast: none) {
  .momiji_content .spacing_wrap {
    margin: 0;
  }
}
.momiji_content .main_view {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .main_view {
    margin-bottom: 100px;
  }
}
.momiji_content .main_view .momiji {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .main_view .momiji {
    width: 60%;
  }
}
@media all and (-ms-high-contrast: none) {
  .momiji_content .main_view .momiji {
    margin: 0;
  }
}
.momiji_content .main_view .momiji .logo {
  width: 220px;
  height: auto;
  display: block;
}
.momiji_content .main_view .momiji p {
  width: 100%;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .main_view .momiji p {
    font-size: 1.8rem;
  }
}
.momiji_content .main_view .col_50 {
  width: 48%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.momiji_content .main_view .col_50 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.momiji_content .main_view .col_50.okashi {
  margin-right: 4%;
}
.momiji_content .main_view .col_50.okashi .link_button {
  background: #E35313;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .main_view .col_50.okashi .link_button {
    font-size: 2.2rem;
  }
}
.momiji_content .main_view .col_50.teshigoto .link_button {
  background: #59207D;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .main_view .col_50.teshigoto .link_button {
    font-size: 2.2rem;
  }
}
.momiji_content .working_wrap {
  width: 100%;
  position: relative;
  margin: 20px 0 50px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .working_wrap {
    margin: 30px 0 80px;
  }
}
.momiji_content .working_wrap .working_msg {
  width: 120px;
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
}
@media print, screen and (min-width: 720px) {
  .momiji_content .working_wrap .working_msg {
    width: 180px;
    top: -60px;
    right: -50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .momiji_content .working_wrap .working_msg {
    top: -80px;
    right: -50px;
    width: 250px;
  }
}
.momiji_content .working_wrap .working_card {
  width: 100%;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .working_wrap .working_card {
    width: 32.5%;
    margin-bottom: 0;
  }
}
.momiji_content .working_wrap .working_card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.momiji_content .working_wrap .working_card p {
  font-weight: bold;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .working_wrap .working_card p {
    font-size: 1.6rem;
  }
}
.momiji_content .item_wrap {
  width: 100%;
  position: relative;
  margin: 20px 0 0;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap {
    margin: 30px 0 30px;
  }
}
.momiji_content .item_wrap.row_reverse {
  flex-direction: row-reverse;
}
.momiji_content .item_wrap .dot_line {
  width: 100%;
  height: calc(100% - 15px);
  border: 3px dotted #412210;
  border-radius: 30px;
  background: #ffffff;
  position: absolute;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .dot_line {
    height: calc(100% - 22px);
    padding: 65px 45px 40px;
  }
}
.momiji_content .item_wrap .dot_line p {
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 2.1;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .dot_line p {
    font-size: 1.6rem;
  }
}
.momiji_content .item_wrap .dot_line p:nth-of-type(1) {
  margin-bottom: 1em;
}
.momiji_content .item_wrap .title_chocolate {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 5px 1em;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  background: #412210;
  border-radius: 10px;
  white-space: nowrap;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .title_chocolate {
    padding: 10px 1.5em;
    font-size: 2.2rem;
  }
}
.momiji_content .item_wrap .item_col_2,
.momiji_content .item_wrap .item_col_3 {
  width: 100%;
  position: relative;
  margin-bottom: 6%;
}
.momiji_content .item_wrap .item_col_2 img,
.momiji_content .item_wrap .item_col_3 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .item_col_2 {
    width: 48%;
  }
}
.momiji_content .item_wrap .item_col_2 img {
  margin-bottom: 0;
}
.momiji_content .item_wrap .item_col_2 .dot_line {
  height: auto;
  position: relative;
  top: -15px;
  padding: 30px 30px 10px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .item_col_2 .dot_line {
    top: -25px;
  }
}
.momiji_content .item_wrap .item_col_3 {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .item_col_3 {
    width: 31%;
    margin-bottom: 6%;
  }
}
.momiji_content .item_wrap .item_col_3 .dot_line {
  height: auto;
  position: relative;
  top: -15px;
  padding: 30px 30px 20px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .item_col_3 .dot_line {
    top: -22px;
    padding: 40px;
  }
}
.momiji_content .item_wrap .item_col_3 .title_chocolate {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .item_col_3 .title_chocolate {
    font-size: 1.7rem;
  }
}
.momiji_content .item_wrap .item_col_3.item_other .dot_line {
  height: auto;
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .item_col_3.item_other .dot_line {
    top: 0;
  }
}
.momiji_content .item_wrap .item_col_3.item_other .link_button {
  width: 80%;
  display: block;
  margin: 0 auto;
  background: #E35313;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .item_wrap .item_col_3.item_other .link_button {
    width: 100%;
    font-size: 1.6rem;
  }
}
.momiji_content .bg_order {
  width: 100%;
  height: 100%;
  background: url(./images/bg_momiji01.jpg) center bottom/cover no-repeat;
  position: relative;
  margin-top: 60px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 1600px) {
  .momiji_content .bg_order {
    margin-top: 0;
  }
}
.momiji_content .bg_teshigoto_contact {
  width: 100%;
  height: 100%;
  background: url(./images/bg_momiji02.jpg) center bottom/cover no-repeat;
  position: relative;
  padding: 60px 0;
}
.momiji_content .bg_order::before,
.momiji_content .bg_teshigoto_contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(12, 150, 88, 0.3);
  z-index: 0;
}
.momiji_content .order_wrap {
  width: 90%;
  max-width: 960px;
  background-color: #feeed1;
  border-radius: 24px;
  z-index: 1;
  margin-top: -40px;
}
@media print, screen and (min-width: 600px) {
  .momiji_content .order_wrap {
    margin-top: -60px;
  }
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap {
    width: 80%;
  }
}
@media print, screen and (min-width: 1600px) {
  .momiji_content .order_wrap {
    width: 70%;
  }
}
.momiji_content .order_wrap .order {
  width: 96%;
  margin: 30px auto 0;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap .order {
    width: 90%;
  }
}
.momiji_content .order_wrap .order .link_button {
  width: 90%;
  display: block;
  background: #E35313;
  margin: 20px auto;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap .order .link_button {
    width: 40%;
  }
}
.momiji_content .order_wrap .access_wrap {
  width: 100%;
  background-color: #fffdf8;
  border-radius: 0 0 24px 24px;
}
.momiji_content .order_wrap .access_wrap .access_inner {
  width: 96%;
  margin: 30px auto;
  align-items: flex-start;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap .access_wrap .access_inner {
    width: 90%;
  }
}
.momiji_content .order_wrap .access_wrap .access_inner .moaddress {
  width: 90%;
  text-align: left;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap .access_wrap .access_inner .moaddress {
    width: 40%;
    margin-right: 5%;
  }
}
.momiji_content .order_wrap .access_wrap .access_inner .mommap {
  width: 90%;
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap .access_wrap .access_inner .mommap {
    width: 50%;
    margin: 0;
  }
}
.momiji_content .order_wrap .access_wrap .access_inner .mommap iframe {
  width: 100%;
  height: 350px;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap .access_wrap .access_inner .mommap iframe {
    height: 400px;
  }
}
.momiji_content .order_wrap .access_wrap .access_inner .mommap .right {
  width: 100%;
  text-align: right;
}
.momiji_content .order_wrap .access_wrap .access_inner .mommap .right a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .momiji_content .order_wrap .access_wrap .access_inner .mommap .right a {
    font-size: 1.4rem;
  }
}
.momiji_content .order_wrap p {
  font-weight: bold;
}
.momiji_content .order_wrap .order_txt {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1600px) {
  .momiji_content .order_wrap .order_txt {
    margin-bottom: 5px;
  }
}
.momiji_content .order_wrap .tel_fax {
  font-weight: bold;
  text-decoration: underline;
  font-size: 2rem;
  margin-right: 10px;
  color: #4c4a49 !important;
}
@media print, screen and (min-width: 600px) {
  .momiji_content .order_wrap .tel_fax {
    font-size: 2.6rem;
  }
}
.momiji_content .order_wrap .tel_fax:hover {
  text-decoration: none;
}

.bg_handmade {
  width: 100%;
  background: url(./images/handmade-bg01.svg) left 5% top 5%/16% auto no-repeat, url(./images/handmade-bg02.svg) right 5% top 10%/12% auto no-repeat, url(./images/handmade-bg03.svg) left 3% bottom 12%/8% auto no-repeat, url(./images/handmade-bg04.svg) right 5% bottom 8%/8% auto no-repeat;
  background-color: #f3eff7;
}
.bg_handmade .title_handmade01 img {
  display: block;
  width: 95%;
  text-align: center;
  margin: 40px auto 40px;
}
@media print, screen and (min-width: 600px) {
  .bg_handmade .title_handmade01 img {
    width: 420px;
    margin: 70px auto 40px;
  }
}
.bg_handmade .message02 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  color: #601986;
}
@media print, screen and (min-width: 960px) {
  .bg_handmade .message02 {
    line-height: 2.4;
    margin-bottom: 100px;
  }
}
.bg_handmade .handmade_title_box {
  position: relative;
}
.bg_handmade .handmade_title_box img {
  display: block;
  position: absolute;
  left: -15%;
  top: -3%;
  width: 12%;
}
.bg_handmade .title_underdot02 {
  width: 100%;
  text-align: center;
  color: #601986;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .bg_handmade .title_underdot02 {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
.bg_handmade .title_underdot02::before {
  content: "";
  width: 50px;
  display: block;
  position: relative;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 3px dotted #601986;
}
@media print, screen and (min-width: 960px) {
  .bg_handmade .title_underdot02::before {
    top: 50px;
  }
}
.bg_handmade .title_underdot02.pos::before {
  top: 70px;
}
@media print, screen and (min-width: 960px) {
  .bg_handmade .title_underdot02.pos::before {
    top: 50px;
  }
}
.bg_handmade .flex_between {
  padding-bottom: 30px;
}
.bg_handmade .flex_between .card {
  width: 48%;
}
@media print, screen and (min-width: 600px) {
  .bg_handmade .flex_between .card {
    width: 23.5%;
  }
}
.bg_handmade .flex_between .card img {
  display: block;
  text-align: center;
  border-radius: 4px;
}
.bg_handmade .flex_between .card h4 {
  text-align: center;
  margin: -10px auto 0;
}
.bg_handmade .flex_between .card h4 span {
  background-color: #601986;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  letter-spacing: 0.2em;
}
.bg_handmade .flex_between .card p {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #601986;
  text-align: left;
}

.teshigoto_wrap {
  width: 90%;
  max-width: 960px;
  background-color: #fff;
  border-radius: 24px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .teshigoto_wrap {
    width: 80%;
  }
}
@media print, screen and (min-width: 1600px) {
  .teshigoto_wrap {
    width: 70%;
  }
}
.teshigoto_wrap .contact_up {
  position: relative;
  padding: 40px 20px 0;
}
@media print, screen and (min-width: 960px) {
  .teshigoto_wrap .contact_up {
    padding: 50px 30px 0;
  }
}
.teshigoto_wrap .contact_down {
  padding: 40px 30px 20px;
}
@media print, screen and (min-width: 960px) {
  .teshigoto_wrap .contact_down {
    padding: 50px 60px 30px;
  }
}
.teshigoto_wrap .parson {
  width: 70px;
  position: absolute;
  left: 5px;
  bottom: -80px;
  z-index: 1;
}
@media print, screen and (min-width: 480px) {
  .teshigoto_wrap .parson {
    width: 15%;
    left: 5px;
    bottom: -20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .teshigoto_wrap .parson {
    width: 20%;
    max-width: 250px;
    left: 10px;
    bottom: -50px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1600px) {
  .teshigoto_wrap .parson {
    width: 20%;
    max-width: 250px;
    left: 10px;
    bottom: -50px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1200px) {
  .teshigoto_wrap .sp_mb50 {
    margin-bottom: 50px;
  }
}
.teshigoto_wrap .yarn {
  width: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
@media print, screen and (min-width: 480px) {
  .teshigoto_wrap .yarn {
    width: 8%;
    right: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .teshigoto_wrap .yarn {
    width: 10%;
    max-width: 120px;
    right: 40px;
    top: 40px;
    z-index: 1;
  }
}
.teshigoto_wrap p {
  font-weight: bold;
  color: #601986;
}
.teshigoto_wrap .order_txt {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1600px) {
  .teshigoto_wrap .order_txt {
    margin-bottom: 5px;
  }
}
.teshigoto_wrap .tel_fax {
  font-weight: bold;
  text-decoration: underline;
  font-size: 2rem;
  margin-right: 10px;
  color: #601986 !important;
}
@media print, screen and (min-width: 1600px) {
  .teshigoto_wrap .tel_fax {
    font-size: 2.6rem;
  }
}
.teshigoto_wrap .tel_fax:hover {
  text-decoration: none;
}
.teshigoto_wrap .link_button {
  width: 90%;
  display: block;
  background: #601986;
  margin: 20px auto;
}
@media print, screen and (min-width: 960px) {
  .teshigoto_wrap .link_button {
    width: 40%;
  }
}
.teshigoto_wrap .contact_down {
  background-color: #f3eff7;
  border-radius: 0 0 24px 24px;
}
.teshigoto_wrap .right {
  margin-top: -10px;
}
.teshigoto_wrap .right a {
  text-align: right !important;
  text-decoration: underline !important;
}

.slider_wrap {
  width: 100%;
  background-color: transparent;
  padding: 30px 0;
  overflow: hidden;
}
@media print, screen and (min-width: 960px) {
  .slider_wrap {
    padding: 50px 0;
  }
}
.slider_wrap .handmade_slider {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.slider_wrap .slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slider_wrap .slick-prev,
.slider_wrap .slick-next {
  top: 25%;
}
.slider_wrap .slick-prev::before,
.slider_wrap .slick-next::before {
  opacity: 1;
  color: #601986;
  font-size: 50px;
}
.slider_wrap .slick-prev:hover::before,
.slider_wrap .slick-next:hover::before {
  opacity: 0.7;
}
.slider_wrap .slick-prev {
  left: -40px;
  z-index: 10;
}
.slider_wrap .slick-next {
  right: -10px;
  z-index: 10;
}
.slider_wrap .slide {
  margin: 0 10px;
}
.slider_wrap .slide h3 {
  font-size: 1.8rem;
  text-align: center;
  color: #601986;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 960px) {
  .slider_wrap .slide h3 {
    font-size: 1.8rem;
  }
}
.slider_wrap .slide p {
  font-size: 1.4rem;
  text-align: left;
  color: #601986;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .slider_wrap .slide p {
    font-size: 1.4rem;
  }
}

.kataguruma_content {
  background: #fffdf8;
  position: relative;
}
.kataguruma_content .kataguruma_tel {
  position: fixed;
  z-index: 10;
  display: block;
}
@media print, screen and (max-width: 960px) {
  .kataguruma_content .kataguruma_tel {
    bottom: 2%;
    left: 2.5%;
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kataguruma_tel {
    top: 2%;
    right: 1.5%;
    width: 13%;
  }
}
.kataguruma_content h1,
.kataguruma_content h2,
.kataguruma_content h3 {
  letter-spacing: 0.15em;
  font-weight: bold;
}
.kataguruma_content a,
.kataguruma_content p {
  color: #40220f !important;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content a,
  .kataguruma_content p {
    font-size: 1.7rem;
  }
}
.kataguruma_content .span {
  color: #40220f !important;
}
.kataguruma_content .link_button02 {
  display: inline-block;
  padding: 15px 1em;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .link_button02 {
    font-size: 1.6rem;
    padding: 15px 1.5em;
  }
}
.kataguruma_content .link_button02::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background: url(./images/detail_icon_right.svg) center center/cover no-repeat;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .link_button02::before {
    width: 2rem;
    height: 2rem;
  }
}
.kataguruma_content .link_button02:hover {
  animation: bounce 0.5s linear backwards;
}
@keyframes bounce {
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.kataguruma_content .message {
  margin: 65px 0 30px;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .message {
    font-size: 2.8rem;
    margin: 65px 0 50px;
  }
}
.kataguruma_content .message02 {
  width: 100%;
  max-width: 960px;
  font-weight: bold;
  margin: 30px 0;
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .message02 {
    width: 80%;
    font-size: 1.6rem;
    margin-bottom: 50px;
    margin-top: 45px;
    line-height: 2.2;
  }
}
.kataguruma_content .message03 {
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.5rem;
  max-width: 960px;
  text-align: left;
  line-height: 2.2;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .message03 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.kataguruma_content .spacing_wrap {
  width: 90%;
  max-width: 960px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .spacing_wrap {
    width: 80%;
  }
}
@media print, screen and (min-width: 1600px) {
  .kataguruma_content .spacing_wrap {
    width: 70%;
  }
}
.kataguruma_content .main_view {
  width: 80%;
  padding-top: 80px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .main_view {
    width: 100%;
  }
}
.kataguruma_content .main_view .kataguruma {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .main_view .kataguruma {
    width: 60%;
  }
}
@media all and (-ms-high-contrast: none) {
  .kataguruma_content .main_view .kataguruma {
    margin: 0;
  }
}
.kataguruma_content .main_view .kataguruma .logo {
  width: 220px;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .main_view .kataguruma .logo {
    width: 280px;
  }
}
.kataguruma_content .main_view .kataguruma_img {
  width: 90%;
  max-width: 960px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .main_view .kataguruma_img {
    width: 80%;
  }
}
.kataguruma_content .main_view .kataguruma_img .kataguruma_img01 {
  width: 100%;
  display: block;
  border-radius: 12px;
  margin: 20px auto 0;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .main_view .kataguruma_img .kataguruma_img01 {
    border-radius: 18px;
  }
}
.kataguruma_content .main_view .kataguruma_img .kataguruma_img02 {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
  width: 30%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .main_view .kataguruma_img .kataguruma_img02 {
    right: -35px;
    top: -50px;
    z-index: 1;
    width: 20%;
  }
}
.kataguruma_content .title_kataguruma_center {
  width: 80%;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 auto 35px;
  color: #40220f !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .title_kataguruma_center {
    width: 100%;
    font-size: 3.2rem;
    margin-bottom: 45px;
  }
}
.kataguruma_content .kodawari_title {
  text-align: center;
  margin: 0 auto -3px;
  width: 86%;
}
@media print, screen and (min-width: 600px) {
  .kataguruma_content .kodawari_title {
    margin: 0 auto -5px;
    width: 60%;
  }
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kodawari_title {
    margin: 0 auto -10px;
    width: 50%;
  }
}
@media print, screen and (min-width: 1600px) {
  .kataguruma_content .kodawari_title {
    margin: 0 auto -10px;
    width: 40%;
  }
}
@media all and (-ms-high-contrast: none) {
  .kataguruma_content .kodawari_title {
    margin: 0 0 -10px;
  }
}
.kataguruma_content .kodawari_title_s {
  text-align: center;
  margin: 0 auto 0;
  width: 70%;
}
.kataguruma_content .kodawari_wrap {
  background-color: #fef7e9;
  margin-bottom: 6%;
  padding: 4% 0;
}
.kataguruma_content .kiriwake_wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto 40px;
  background-color: #fffdf8;
  border-radius: 12px;
  padding: 30px 30px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kiriwake_wrap {
    width: 80%;
    padding: 40px 45px;
    margin-bottom: 90px;
    border-radius: 16px;
  }
}
@media all and (-ms-high-contrast: none) {
  .kataguruma_content .kiriwake_wrap {
    margin: 0 0 90px;
  }
}
.kataguruma_content .kiriwake_wrap .item_img02 {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: 1;
  width: 5%;
}
.kataguruma_content .kiriwake_wrap .item_img03 {
  position: absolute;
  bottom: -30px;
  right: -15px;
  z-index: 1;
  width: 5%;
}
.kataguruma_content .kiriwake_wrap .title_kiriwake {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  color: #40220f !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kiriwake_wrap .title_kiriwake {
    width: 100%;
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
.kataguruma_content .kiriwake_wrap .kiriwake_box {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kiriwake_wrap .kiriwake_box {
    width: 16%;
  }
}
.kataguruma_content .kiriwake_wrap .kiriwake_box02 {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kiriwake_wrap .kiriwake_box02 {
    width: 40%;
  }
}
.kataguruma_content .kiriwake_wrap .kiriwake_box img {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  width: 60%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kiriwake_wrap .kiriwake_box img {
    width: 100%;
  }
}
.kataguruma_content .kiriwake_wrap .kiriwake_box02 img {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  width: 80%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .kiriwake_wrap .kiriwake_box02 img {
    width: 100%;
  }
}
.kataguruma_content .kiriwake_wrap .kiri_dot_line {
  padding: 15px 20px;
  border: 3px dotted #412210;
  border-radius: 6px;
}
.kataguruma_content .kiriwake_wrap .kiri_dot_line p {
  font-size: 15px;
  text-align: left;
  margin: 0 auto 20px;
  color: #40220f !important;
  font-weight: bold;
}
.kataguruma_content .flex_between {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .flex_between {
    width: 100%;
    margin: 0;
  }
}
.kataguruma_content .item_wrap {
  width: 100%;
  position: relative;
  margin: 20px 0 0;
  max-width: 960px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap {
    width: 80%;
    margin: 30px 0;
  }
}
.kataguruma_content .item_wrap.row_reverse {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .dot_line {
    height: calc(100% - 22px);
    padding: 65px 45px 40px;
  }
}
.kataguruma_content .item_wrap .dot_line p {
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 2.1;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .dot_line p {
    font-size: 1.6rem;
  }
}
.kataguruma_content .item_wrap .dot_line p:nth-of-type(1) {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .dot_line00 {
    height: calc(100% - 22px);
    padding: 20px 45px 20px;
  }
}
.kataguruma_content .item_wrap .dot_line00 p {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  line-height: 2.1;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .dot_line00 p {
    font-size: 1.8rem;
  }
}
.kataguruma_content .item_wrap .dot_line00 p:nth-of-type(1) {
  margin-bottom: 1em;
}
.kataguruma_content .item_wrap .title_pan01 {
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  padding: 30px 0 10px;
  color: #40220f !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .title_pan01 {
    font-size: 2.6rem;
    padding: 30px 30px 10px;
  }
}
.kataguruma_content .item_wrap .item_col_2,
.kataguruma_content .item_wrap .item_col_3 {
  width: 100%;
  position: relative;
  margin-bottom: 3%;
}
.kataguruma_content .item_wrap .item_col_2 img,
.kataguruma_content .item_wrap .item_col_3 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.kataguruma_content .item_wrap .item_col_2 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_2 {
    width: 48%;
  }
}
.kataguruma_content .item_wrap .item_col_2 .item_img_wrap .item_img img {
  margin-bottom: 0;
  border-radius: 16px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.kataguruma_content .item_wrap .item_col_2 .item_img02 {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  width: 12%;
}
.kataguruma_content .item_wrap .item_col_2 .item_img03 {
  position: absolute;
  bottom: -35px;
  right: -15px;
  z-index: 1;
  width: 12%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_2 .dot_line {
    padding: 20px 30px 10px;
  }
}
.kataguruma_content .item_wrap .item_col_2 .dot_line p {
  color: #40220f !important;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_2 .dot_line p {
    font-size: 1.7rem;
  }
}
.kataguruma_content .item_wrap .item_col_2 .link_button02 {
  width: 100%;
  display: block;
  margin: 30px 10px;
  background: #40220f;
  color: #fff !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_2 .link_button02 {
    width: 60%;
    font-size: 1.6rem;
  }
}
.kataguruma_content .item_wrap .item_col_3 {
  width: 80%;
  text-align: center;
  margin: 0 auto 40px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_3 {
    width: 48%;
    margin: 0 0 6%;
  }
}
.kataguruma_content .item_wrap .item_col_3 .item_img_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.kataguruma_content .item_wrap .item_col_3 .item_img_wrap .item_img img {
  border-radius: 16px;
  display: block;
}
.kataguruma_content .item_wrap .item_col_3 .item_img02 {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  width: 12%;
}
.kataguruma_content .item_wrap .item_col_3 .item_img03 {
  position: absolute;
  bottom: -35px;
  right: -15px;
  z-index: 1;
  width: 12%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_3 .dot_line {
    padding: 20px;
  }
}
.kataguruma_content .item_wrap .item_col_3 .dot_line .center {
  text-align: center;
}
.kataguruma_content .item_wrap .item_col_3 .title_pan02 {
  font-size: 1.8rem;
  color: #40220f !important;
  text-align: center;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_3 .title_pan02 {
    font-size: 2rem;
  }
}
.kataguruma_content .item_wrap .item_col_3 .link_button02 {
  width: 100%;
  display: block;
  margin: 10px auto 20px;
  background: #40220f;
  color: #fff !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .item_wrap .item_col_3 .link_button02 {
    width: 70%;
    margin: 30px auto 10px;
    font-size: 1.6rem;
  }
}
.kataguruma_content .border_radius_img {
  display: block;
  border-radius: 12px;
}
.kataguruma_content .bg_koutei .bg_koutei_inner {
  width: 90%;
  max-width: 960px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .bg_koutei .bg_koutei_inner {
    width: 80%;
  }
}
@media all and (-ms-high-contrast: none) {
  .kataguruma_content .bg_koutei .bg_koutei_inner {
    margin: 0;
  }
}
.kataguruma_content .bg_koutei .flex_between {
  padding-bottom: 30px;
}
.kataguruma_content .bg_koutei .flex_between .card {
  width: 48%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .bg_koutei .flex_between .card {
    width: 23.5%;
  }
}
.kataguruma_content .bg_koutei .flex_between .card img {
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .kataguruma_content .bg_koutei .flex_between .card img {
    margin-bottom: 10px;
  }
}
.kataguruma_content .bg_koutei .flex_between .card h4 {
  text-align: center;
  margin: 0 auto 10px;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  color: #40220f !important;
}
.kataguruma_content .bg_koubou {
  width: 100%;
  background: url(./images/koubou-bg.svg) right 3% bottom 0/22% auto no-repeat;
  background-color: #e5f2e2;
  padding: 7% 0 3%;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .bg_koubou {
    padding: 7% 0;
  }
}
.kataguruma_content .bg_koubou .koubou_wrap {
  width: 90%;
  max-width: 960px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .bg_koubou .koubou_wrap {
    width: 80%;
  }
}
.kataguruma_content .bg_koubou .koubou_wrap .koubou_txt {
  text-align: left;
  padding-top: 20px;
  line-height: 2.4;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .bg_koubou .koubou_wrap .koubou_txt {
    padding-left: 30px;
  }
}
.kataguruma_content .bg_order_contact {
  width: 100%;
  height: 100%;
  background: url(./images/bg_order.jpg) center bottom/cover no-repeat;
  position: relative;
  padding: 60px 0;
}
.kataguruma_content .bg_order_contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(248, 246, 183, 0.3);
  z-index: 0;
}
.kataguruma_content .order_wrap {
  width: 90%;
  max-width: 960px;
  background-color: #fff8e9;
  border-radius: 16px;
  z-index: 1;
  padding: 0 20px;
}
.kataguruma_content .order_wrap p {
  color: #40220f !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .order_wrap {
    width: 80%;
    border-radius: 24px;
    padding: 0;
  }
}
.kataguruma_content .order_wrap .order {
  width: 96%;
  margin: 45px auto 0;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .order_wrap .order {
    width: 90%;
  }
}
.kataguruma_content .order_wrap .order .title_teshigoto {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  color: #40220f !important;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .order_wrap .order .title_teshigoto {
    width: 100%;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.kataguruma_content .order_wrap .order p {
  line-height: 2.2;
  font-weight: bold;
}
.kataguruma_content .order_wrap .access_wrap {
  width: 100%;
}
.kataguruma_content .order_wrap .access_wrap .access_inner {
  width: 90%;
  margin: 30px auto;
  align-items: flex-start;
  background-color: #fff8e9;
  border-radius: 24px;
  z-index: 1;
}
.kataguruma_content .order_wrap .access_wrap .access_inner .moaddress {
  width: 90%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .order_wrap .access_wrap .access_inner .moaddress {
    width: 40%;
    margin-right: 5%;
  }
}
.kataguruma_content .order_wrap .access_wrap .access_inner .moaddress p {
  text-align: left;
  font-weight: bold;
}
.kataguruma_content .order_wrap .access_wrap .access_inner .moaddress .moaddress01 {
  padding-bottom: 10px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .kataguruma_content .order_wrap .access_wrap .access_inner .moaddress .moaddress01 {
    font-size: 1.9rem;
  }
}
.kataguruma_content .order_wrap .access_wrap .access_inner .moaddress .tel_fax {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .kataguruma_content .order_wrap .access_wrap .access_inner .moaddress .tel_fax {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .order_wrap .access_wrap .access_inner .moaddress .tel_fax {
    font-size: 2.4rem;
  }
}
.kataguruma_content .order_wrap .access_wrap .access_inner .moaddress .tel_fax:hover {
  text-decoration: none;
}
.kataguruma_content .order_wrap .access_wrap .access_inner .mommap {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .order_wrap .access_wrap .access_inner .mommap {
    width: 50%;
    margin: 0;
  }
}
.kataguruma_content .order_wrap .access_wrap .access_inner .mommap iframe {
  width: 100%;
  height: 250px;
}
@media print, screen and (min-width: 480px) {
  .kataguruma_content .order_wrap .access_wrap .access_inner .mommap iframe {
    height: 350px;
  }
}
@media print, screen and (min-width: 960px) {
  .kataguruma_content .order_wrap .access_wrap .access_inner .mommap iframe {
    height: 400px;
  }
}
.kataguruma_content .order_wrap .access_wrap .access_inner .mommap .right {
  width: 100%;
  text-align: right;
}
.kataguruma_content .order_wrap .access_wrap .access_inner .mommap .right a {
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  text-decoration: underline;
}

.individual_content {
  width: 100%;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 960px) {
  .individual_content {
    margin-bottom: 100px;
  }
}
.individual_content p,
.individual_content li {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .individual_content p,
  .individual_content li {
    font-size: 1.8rem;
  }
}
.individual_content.fb_op_policy p, .individual_content.jigyo p {
  padding-left: 1em;
}
.individual_content.statement_important_matters ul li {
  display: flex;
  gap: 0 1rem;
  align-items: center;
  list-style: none;
}
.individual_content.statement_important_matters ul li::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(images/icon_red_pdf.svg) center center/100% no-repeat;
}
.individual_content.statement_important_matters ul li a[href$=".pdf"] {
  display: inline-block;
  margin: 0 0 10px 1em;
  color: #035e9d;
  position: relative;
  text-decoration: none;
}
.individual_content.statement_important_matters ul li a[href$=".pdf"]::after {
  content: "";
  width: calc(100% + 1em);
  height: 1px;
  display: inline-block;
  position: absolute;
  left: -1em;
  bottom: 0;
  background-color: #035e9d;
  transition: width 0.3s ease;
}
@media print, screen and (min-width: 960px) {
  .individual_content.statement_important_matters ul li a[href$=".pdf"]:hover {
    font-weight: bold;
    text-decoration: none;
  }
  .individual_content.statement_important_matters ul li a[href$=".pdf"]:hover::after {
    content: "";
    width: 0;
  }
}
.individual_content ul {
  width: 100%;
  list-style: inside;
}
.individual_content ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.individual_content ul.parentheses li {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: 1.6em;
  text-indent: -1.6em;
}
.individual_content ul.parentheses li::before {
  content: "(" counter(cnt) ") ";
  display: marker;
}
.individual_content .fs_adjust {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 960px) {
  .individual_content .fs_adjust {
    font-size: 1.6rem;
  }
}
.individual_content .fs_adjust a {
  font-size: inherit;
  text-decoration: underline;
}
.individual_content .fs_adjust a:hover {
  text-decoration: none;
}
.individual_content .other {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(52, 152, 219, 0.3);
  font-weight: bold;
}
.individual_content .other p {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 960px) {
  .individual_content .other p {
    font-size: 2.8rem;
  }
}
.individual_content h2,
.individual_content h3,
.individual_content h4,
.individual_content h5,
.individual_content h6 {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 960px) {
  .individual_content h2,
  .individual_content h3,
  .individual_content h4,
  .individual_content h5,
  .individual_content h6 {
    font-size: 2rem;
  }
}
.individual_content h2 {
  padding: 1rem 2rem;
  color: #02010C;
  background: #e9f5f8;
  box-shadow: 5px 5px 0 #2ea7e0;
  border-radius: 10px;
}
.individual_content h3 {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #2ea7e0;
}
.individual_content h3::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 10%;
  height: 6px;
  content: "";
  background: #68bedb;
}
.individual_content h4 {
  padding: 0.5rem 1rem;
  border-left: 6px double #2ea7e0;
}
.individual_content h5 {
  padding: 0.5rem 1rem;
  border-left: 6px solid #2ea7e0;
}
.individual_content h6 {
  padding: 0.5rem 1rem;
  border-left: 6px dotted #2ea7e0;
}
.individual_content .symbol {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 3px 8rem;
  word-break: break-all;
  border-bottom: 3px solid #2ea7e0;
  border-radius: 12px 0 0 0;
}
.individual_content .symbol span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 5px 20px 0 20px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  background: #2ea7e0;
  font-size: 2rem;
}
@media print, screen and (min-width: 960px) {
  .individual_content .symbol span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .individual_content .second_block,
  .individual_content .first_block {
    padding-left: 2em;
  }
}