/*---------------
 私たちの強み
---------------*/
.aboutus-p-contentbox {
    margin-bottom: 6rem;
    position: relative;
}
.aboutus-p-title, .aboutus-p-title-blue {
    align-items: center;
}
.aboutus-p-title > h1 {
    font-size: 200px;
    color: #E50011;
    margin-right: 2rem;
    font-weight: bold;
}
.aboutus-p-title-blue > h1 {
    font-size: 200px;
    color: #003D82;
    margin-right: 2rem;
    font-weight: bold;
}
.aboutus-p-smalltitle {
    width: 100%;
}
.aboutus-p-smalltitle > h3 {
    font-size: 32px;
    font-weight: 500;
    white-space: nowrap;
    /* ↓追記 */
    font-weight: 800;
}
.aboutus-p-content {
    align-items: center;
    margin: 2rem 0;
}
.aboutus-p-img {
    border-radius: 2rem;
    box-shadow: 10px 10px 0px 0px rgba(229, 0, 17, 1);
}
.aboutus-p-img-blue {
    border-radius: 2rem;
    box-shadow: 10px 10px 0px 0px rgba(0, 61, 130, 1);
}
.aboutus-icon1 {
    position: absolute;
    width: 140px;
    height: auto;
    right: -4%;
    top: 0;
}
.aboutus-icon2 {
    position: absolute;
    width: 130px;
    height: auto;
    left: 8%;
    bottom: 0;
}
#aboutus-01, #aboutus-02, #aboutus-03 {
	scroll-margin-top: 100px;
}
/*---------------
 お知らせ
---------------*/
.news-page-title {
    margin-top: 2rem;
}
.single-page-content-box {
    max-width: 1080px;
    margin: 0 auto 4rem;
}
.single-page-content {
    margin-bottom: 16rem;
}
.news-page-text img {
    max-width: 760px;
    width: 100%;
    margin: 1rem auto 2rem;
}
.pagination {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
}
.pagination > .btn {
    width: 320px;
}
.category-header {
    margin: 1rem;
}
.category-list {
	display: flex;
	gap: 20px;
}
.category-item {
    border: 2px solid #E50011;
    font-weight: bold;
    border-radius: 2rem;
    text-align: center;
    padding: .6rem 0;
	width: 200px;
	cursor: pointer;
}
.category-item:hover {
	background-color: #E50011;
}
.category-item > a {
	display: block;
	text-align: center;
    color: #E50011;
}
.category-item:hover > a {
	color: #fff;
}
.category-item.is-active {
    background-color: #E50011;
}
.category-list .category-item.is-active a {
    color: #fff;
}
.category-contentbox {
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;    /* 折り返しを許可する */
    gap: 10px;
}
.category-content {
    width: calc((100% - 20px) / 3);
    margin: 1rem auto;
}
.category-img {
    width: 312px;
    height: 192px;
    border-radius: 1rem;
    object-fit: cover;
}
.category-box{
	margin: 1rem 0;
}
.category-pagination {
    margin: 6rem auto;
}
.pagination .nav-links .page-numbers.current {
    border: 2px solid #E50011;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*「投稿ナビゲーション」という見出しを非表示にする */
.pagination .screen-reader-text {
    display: none;
}
.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
	flex-wrap: wrap;
}
.pagination .page-numbers {
	border: none;
}
select[name="archive-dropdown"] {
    padding: .6rem 40px;
    border-radius: 2rem;
    border: 2px solid #132A43;
    font-size: 16px;
    cursor: pointer;
    width: 200px;
    margin: 4rem 0 0 auto;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23132A43%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 15px) center; 
}
/* IE対策 */
select[name="archive-dropdown"]::-ms-expand {
    display: none;
}
select[name="archive-dropdown"]:focus {
    outline: none;
}
/* Safari対策 */
select[name="archive-dropdown"] {
    color: #132A43;
    -webkit-appearance: none;
    appearance: none;
}
select[name="archive-dropdown"] option {
    color: #132A43;
	background-color: #fff;
}
select[name="archive-dropdown"] option:first-child {
    color: #132A43;
	background-color: #fff;
}

/*---------------
 導入事例
---------------*/
.case-p-contentbox {
    margin-bottom: 12rem;
}
.case-p-title {
    background-color: #003D82;
    padding: 6rem 1rem 0;
    margin: -5px auto 4rem;
}
.case-p-title > h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    width: 88.888888%;
    max-width: 1280px;
    margin: 0 auto;
    /* ↓追記 */
    font-weight: 800;
}
.case-p-title-span {
    font-size: 120px;
    font-weight: bold;
    margin-left: 1rem;
}
.case-p-content {
    margin: 3rem auto 0;
}
.case-p-content > img {
    margin: 0 auto;
}
.case-p-imgcontent {
    margin: 3rem auto;
}
.img344 {
    max-width: 344px;
    height: auto;
    border-radius: 1rem;
}

/*---------------
 導入の流れ
---------------*/
.flow-content {
    margin: 2rem auto 8rem;
}
.flowbox1 {
    background-color: #E50011;
    padding: 1rem 1.5rem;
    text-align: center;
    position: relative;
    width: 197px;
}
.flow-first-number {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.flow-title-icon {
    width: 104px;
    height: 104px;
}
.flow-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -25%;
    z-index: 1;
}
.flow-icon2 {
    right: -33%;
}
.flowbox2 {
    border: 1px solid #E50011;
    width: 100%;
    margin: 8rem auto;
}
.flowbox3 {
	border: none;
	position: relative;
	margin: 8rem auto 20rem;
}
.flowbox2-titlebox {
    background-color: #E50011;
    padding: 1rem 4rem;
    align-items: center;
}
.flowbox2-title {
    margin-left: 2rem;
}
.flowbox2-titlenumber {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}
.flowbox2-titletext {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}
.flowbox2-textbox {
    padding: 2rem 4rem;
}
.flowbox2-img {
    margin: -6rem 0 0 4rem;
}
.flowbox2-img2 {
	margin: 0;
	position: absolute;
	top: -10%;
	right: 5%;
}

/*---------------
 会社概要
---------------*/
.comapany-p-title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin: 8rem auto 3rem;
    /* ↓追記 */
    font-weight: 800;
}
.company-message {
    margin-bottom: 14rem;
}
.company-message-content {
    position: relative;
    max-width: 1480px;
    margin: 8rem 0 8rem auto;
}
.message-box {
    background-color: #f2f2f2;
    padding: 2rem;
    width: 85%;
    margin: 0 0 0 auto;
    position: relative;
}
.company-message-img {
    max-width: 560px;
    position: absolute;
    top: -10%;
    z-index: 1;
}
.message-textbox {
    width: 50%;
    margin: 2rem 11% 3rem auto;
}
.message-name {
    margin: 1rem 0 0 auto;
    max-width: 240px;
}
.comany-blue-section {
    background-color: #003D82;
    padding: 1rem 0 8rem;
    margin-bottom: 14rem;
}
.comany-blue-section > h4, .comany-blue-section .comapany-p-title {
    color: #fff;
}
.comany-blue-section > h4 {
    width: 50%;
	text-align: center;
    margin: 0 auto;
    font-size: 20px;
    line-height: 30px;
}
.company-information {
    max-width: 760px;
    margin: 0 auto 14rem;
}
.information-box {
    margin: 3rem auto;
}
.information-box th {
    border-bottom: 1px solid #E50011;
    padding: 3rem 2rem;
    text-align: left;
}
.information-box td {
    width: 70%;
    border-bottom: 1px solid #f2f2f2;
    padding: 3rem 2rem;
} 
.access > p {
    text-align: center;
    margin-bottom: 6rem;
}
.map {
    width: 100%;
}
.map {
    position: relative;
    width: 100%;
    padding-top: 32%;
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*---------------
 個人情報保護方針
---------------*/
.privacy-contentbox {
    padding: 0 8rem;
}
.privacy-contentbox > h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 1% auto;
    /* ↓追記 */
    font-weight: 800;
}
.privacy-title {
    font-size: 32px;
    font-weight: bold;
    margin: 1rem auto;
}
.privacy-text {
    margin-bottom: 4rem;
    font-size: 14px;
}
.privacy-text2 {
    margin-bottom: 1.5rem;
}
.blue {
    color: #003D82;
}
.dot {
  list-style: none;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.875;
  margin-bottom: 1.5rem;
}
.dot::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px; 
  width: 3px; 
  height: 3px; 
  background-color: currentColor; 
  border-radius: 50%; 
}
/*---------------
 レスポンシブ
---------------*/
@media screen and (max-width: 1139px) {
    .aboutus-p-title, .aboutus-p-title-blue {
        flex-wrap: nowrap;
    }
    .aboutus-p-img, .aboutus-p-img-blue {
        margin: 0 auto 2rem;
    }
    .single-page-content {
        margin-bottom: 10rem;
    }
    .splide-img2 {
        max-width: 162px;
    }
    .flow-content {
        margin: 6rem auto;
    }
    .flowbox1 {
        width: 100%;
        display: flex;
        margin: 1rem auto;
        align-items: center;
        padding: 1rem 1.5rem 1rem 3rem;
    }
    .flow-title-icon, .flow-first-number {
        margin-right: 1rem;
    }
    .flow-icon {
        transform: rotate(90deg);
        top: auto;
        bottom: -35%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .flow-icon2 {
        bottom: -28%;
    }
    .flowbox2 {
        margin: 4rem auto;
    }
    .flowbox2-titlebox {
        flex-wrap: nowrap;
        padding: 1rem 1rem 1rem 3rem;
    }
    .flowbox2-title {
        display: flex;
        align-items: center;
        margin: 0;
    }
    .flowbox2-titlenumber {
        margin-right: 1rem;
    }
    .flowbox2-textbox {
        padding: 1rem;
    }
    .flowbox2-img {
        margin: 0 auto;
    }
	.flowbox3 > .flowbox2-titlebox {
		margin: 0 0 2rem
	}
	.flowbox2-img2 {
		display: block;
		position: static;
	}
    .category-content {
        width: calc((100% - 20px) / 2);
    }
    .category-header {
        margin: 0 auto;
    }
    .category-item {
        margin: .5rem auto;
        padding: .3rem 0;
		width: 162px;
    }
    .company-message-img {
        display: block;
        position: static;
        margin: 0 auto;
    }
    .message-box, .message-textbox {
        width: 100%;
        margin: 0 auto;
    }
    .company-message-content {
        background: linear-gradient(180deg, #fff 270px, #f2f2f2 270px);
    }

}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .case-p-content {
        gap: 30px;
    }
    .aboutus-icon2 {
        width: 95px;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    .case-p-content {
        gap: 30px;
    }
    .aboutus-icon2 {
        width: 95px;
    }
}

@media screen and (max-width: 650px) {
    .aboutus-p-title > h1, .aboutus-p-title-blue > h1 {
        font-size: 88px;
        margin-right: 10px;
    }
    .case-p-title-span {
        font-size: 88px;
    }
    .aboutus-p-smalltitle > h3, .case-p-title > h2, .comapany-p-title  {
        font-size: 24px;
    }
    .flowbox2-titletext {
        font-size: 16px;
    }
    .aboutus-p-img {
        box-shadow: 6px 7px 0px 0px rgba(229, 0, 17, 1);
    }
    .aboutus-p-img-blue {
        box-shadow: 6px 7px 0px 0px rgba(0, 61, 130, 1);
    }
    .aboutus-icon1 {
        width: 86px;
    }
    .aboutus-icon2 {
        width: 76px;
    }
    .single-page-content-box {
        padding: 3rem 1rem;
    }
    .single-page-content {
        margin-bottom: 3rem;
    }
    .news-page-title {
        margin-top: 1rem;
    }
    .news-page-img {
        margin: 1rem auto;
    }
	.category-list {
		flex-wrap: wrap;
		gap: 10px;
	}
	.category-item {
		width: 160px;
		margin: 0;
    }
    .pagination > .btn {
        padding: .6rem 4rem;
        margin-top: 6.5rem;
    }
    .case-p-contentbox, .js-all-slider  {
        margin-bottom: 6rem;
    }
    .case-p-title {
        padding: 1rem;
		margin-bottom: 3rem;
    }
    .flow-title-icon {
        width: 68px;
        height: 68px;
    }
    .category-content {
        width: 100%;
    }
	.comapany-p-title {
        margin: 4rem auto;
    }
    .company-message-img, .information-box {
        width: 90%;
    }
    .company-message-content {
        background: linear-gradient(180deg, #fff 150px, #f2f2f2 150px);
        margin: 4rem auto;
    }
	.map {
       padding-top: 70%;
    }
    .message-name {
        width: 160px;
    }
    .company-message, .comany-blue-section, .company-information {
        margin-bottom: 6rem;
    }
    .comany-blue-section > h4 {
        width: 85%;
    }
    .information-box  th, .information-box td {
        padding: 1rem;
    }
    .privacy-contentbox {
        padding: 0;
    }
    .privacy-title, .privacy-contentbox > h2 {
        font-size: 24px;
    }
    .blue {
        font-size: 12px;
    }

}