@charset "utf-8";
.side3 {
    display: grid!important;
    gap: 32px 24px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 834px) {
  .side3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 640px) {
  .side3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#c12,#c13 > div.box {
  text-align: center;
}

.section_contact_inner {
    background: url(/images/home/top_01.jpg) no-repeat;
    background-size: cover;
    max-width: 1400px;
    padding: 50px 20px;
    position: relative;
    z-index: 0;
    outline: 1px solid #fff;
    outline-offset: -20px;
}

.heading_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.heading_main_sub {
  font-weight: 700;
  padding: 8px 16px 12px;
  line-height: 1.4;
  font-size: 2.4rem;
  color: #1b3a69;
}
@media (max-width: calc(640px - 0.02px)) {
  .heading_main_sub {
    font-size: 2.5rem;
  }
}
.heading_main_title {
  font-size: 3rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
  color: #1b3a69;
}
@media (max-width: calc(640px - 0.02px)) {
  .heading_main_title {
    font-size: 1.25rem;
  }
}
.heading_main.left {
  align-items: flex-start;
}
.heading_main:after {
  content: "";
  width: 56px;
  height: 1px;
  display: block;
  background: #e95551;
  margin-top: 0.5rem;
}
.heading_main.white {
  color: #fff;
}
.heading_main.white::after {
  background: #fff;
  margin-right: auto;
  margin-left: auto;
}

.heading_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section_contact_button {
  justify-content: center;
}
@media (max-width: calc(1000px - 0.02px)) {
  .section_contact_button {
    flex-direction: column !important;
    align-items: center;
  }
}
.section_contact_button .box {
  width: 440px;
}
@media (max-width: calc(1000px - 0.02px)) {
  .section_contact_button .box {
    width: 100%;
  }
}
@media (max-width: calc(640px - 0.02px)) {
  .section_contact_button .box {
    width: calc(100% - 40px);
  }
}
.section_contact_button .box:first-child {
  margin-right: 60px;
}
@media (max-width: calc(1000px - 0.02px)) {
  .section_contact_button .box:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section_contact_button .box > div > a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.section_contact_button_tel {
  font-size: 3rem;
  letter-spacing: 0;
  font-family: Zen Old Mincho, serif;
  font-weight: 400;
}
@media (max-width: calc(640px - 0.02px)) {
  .section_contact_button_tel {
    font-size: 1.875rem;
  }
}
.section_contact_button_tel span {
  font-size: 2rem;
}
@media (max-width: calc(640px - 0.02px)) {
  .section_contact_button_tel span {
    font-size: 1.25rem;
  }
}
.section_contact_button_tel:link, .section_contact_button_tel:visited {
  color: #242323;
}
.section_contact_button_mail {
  background-color: #e95551;
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 22px 20px;
}
@media (max-width: calc(1000px - 0.02px)) {
  .section_contact_button_mail {
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}
.section_contact_button_mail:before {
  content: "\f0e0";
  font: var(--fa-font-solid);
  line-height: 1;
  font-size: 1.25rem;
  margin-right: 12px;
}
.section_contact_button_mail:link, .section_contact_button_mail:visited {
  color: white;
}
#c20 a:link,
#c22 a:link,
#c25 a:link,
#c26 a:link{
    color: #e95551;
}
#c20 a:visited,
#c22 a:visited,
#c25 a:visited,
#c26 a:visited {
    color: #e95551;
}

.cp_button08 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 230px;
  padding: 1em;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  color: #e95551;
  background: transparent;
  border: 2px solid #e95551;
  border-radius: 0.2em;
  transition: background-color 0.2s, color 0.2s, width 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-radius 0.2s;
}
.cp_button08:hover {
  width: 250px;
  color: #ffffff!important;
  border-radius: 0.5em;
  background-color: #e95551;
}
.cp_button08:active {
  border-color: #5e35b1;
  background-color: #5e35b1;
}
.cp_button08:focus {
  color: #7e57c2;
  border: 1px solid #7e57c2;
}
.cp_button08:focus:hover {
  color: #ffffff;
}

#c20,
#c26 {
  .cp_button08 {
    width: 280px;
  }

  .cp_button08:hover {
    width: 300px;
  }
}
#c2 {
	clear: both;
	background-image: url(../images/home/main.jpg);
	margin:    ;
	padding:    ;
}
#c2 h1,
#c2 div {
	text-align: center;
}
#c3 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c7 {
	clear: both;
	margin: 48px 0 0 0px;
	padding:    ;
}
#c7 h2,
#c7 div {
	text-align: left;
}
#c5 {
	clear: both;
	margin: 30px 0 20px ;
	padding:    ;
}
#c5 h1,
#c5 div {
	text-align: left;
}
#c13 {
	clear: both;
	margin: 10px 0 30px ;
	padding:    ;
}
#c13 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c13 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c13 > div:nth-of-type(1) img {
	width: 150px;
}
#c13 > div:nth-of-type(2) img {
	width: 150px;
}
#c13 > div:nth-of-type(3) img {
	width: 150px;
}
#c13 > div:nth-of-type(4) img {
	width: 400px;
}
#c13 > div:nth-of-type(5) img {
	width: 400px;
}
#c13 > div:nth-of-type(6) img {
	width: 400px;
}
#c20 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c20 h3,
#c20 div {
	text-align: right;
}
#c11 {
	clear: both;
	margin: 10px 0px 30px 0px;
	padding:    ;
}
#c11 h3,
#c11 div {
	text-align: left;
}
#c19 {
	clear: both;
	display: none;
	margin: 30px 0 0 ;
	padding:    ;
}
#c19 {
	flex-direction: row;
	flex-wrap: wrap;
}
#c19 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c22 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c22 h3,
#c22 div {
	text-align: right;
}
#c8 {
	clear: both;
	margin: 30px 0 20px ;
	padding:    ;
}
#c8 h3,
#c8 div {
	text-align: left;
}
#c24 {
	clear: both;
	margin: 30px 0 20px ;
	padding:    ;
}
#c24 h1,
#c24 div {
	text-align: left;
}
#c12 {
	clear: both;
	margin: 10px 0 30px ;
	padding:    ;
}
#c12 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#c12 > div.box {
	box-sizing: border-box;
	overflow: hidden;
}
#c12 > div:nth-of-type(1) img {
	width: 150px;
}
#c12 > div:nth-of-type(2) img {
	width: 150px;
}
#c12 > div:nth-of-type(3) img {
	width: 150px;
}
#c12 > div:nth-of-type(4) img {
	width: 400px;
}
#c12 > div:nth-of-type(5) img {
	width: 400px;
}
#c12 > div:nth-of-type(6) img {
	width: 400px;
}
#c26 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c26 h3,
#c26 div {
	text-align: right;
}
#c21 {
	clear: both;
	margin: 10px 0px 30px 0px;
	padding:    ;
}
#c21 h3,
#c21 div {
	text-align: left;
}
#c25 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c25 h3,
#c25 div {
	text-align: right;
}
#c4 {
	clear: both;
	display: none;
	margin: 48px 0 0 ;
	padding:    ;
}
#c4 h2,
#c4 div {
	text-align: left;
}
#c10 {
	clear: both;
	display: none;
	margin: 10px 0px 20px 0px;
	padding:    ;
}
#c10 h3,
#c10 div {
	text-align: left;
}
#c6 {
	clear: both;
	display: none;
	margin: 10px 0 0 ;
	padding:    ;
}
#c6 a.itext, #c6 img, #c6 video {
	width: 490px;
	height: 103px;
}
#c9 {
	clear: both;
	display: none;
	margin: 10px 0 0 ;
	padding:    ;
}
#c9 a.itext, #c9 img, #c9 video {
	width: 490px;
	height: 103px;
}
#c14 {
	clear: both;
	margin: 120px auto  ;
	padding:    ;
}
#c15 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c15 h2,
#c15 div {
	text-align: center;
}
#c18 {
	clear: both;
	margin: 50px auto 20px ;
	padding:    ;
}
#c18 h3,
#c18 div {
	text-align: center;
}
#c17 {
	clear: both;
	margin:    ;
	padding:    ;
}
#c23 {
	clear: both;
	margin:    ;
	padding:    ;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
#c2 {
}
#c3 {
}
#c7 {
}
#c5 {
}
#c13 {
}
#c13 {
}
#c20 {
}
#c11 {
}
#c19 {
	display: none;
}
#c19 {
}
#c22 {
}
#c8 {
}
#c24 {
}
#c12 {
}
#c12 {
}
#c26 {
}
#c21 {
}
#c25 {
}
#c4 {
	display: none;
}
#c10 {
	display: none;
}
#c6 {
	display: none;
}
#c9 {
	display: none;
}
#c14 {
}
#c15 {
}
#c18 {
}
#c17 {
}
#c23 {
}
}
@media screen and (max-width: 640px) {
#c2 {
}
#c3 {
}
#c7 {
}
#c5 {
}
#c13 {
}
#c13 {
}
#c20 {
}
#c11 {
}
#c19 {
	display: none;
}
#c19 {
}
#c22 {
}
#c8 {
}
#c24 {
}
#c12 {
}
#c12 {
}
#c26 {
}
#c21 {
}
#c25 {
}
#c4 {
	display: none;
}
#c10 {
	display: none;
}
#c6 {
	display: none;
}
#c9 {
	display: none;
}
#c14 {
}
#c15 {
}
#c18 {
}
#c17 {
}
#c23 {
}
}
