﻿.service_list{width:100%;margin:0 auto}.service_list b{display:block;text-align:left;font-family:"Noto Serif JP","Yu Mincho","YuMincho","游明朝体","游明朝","Hiragino Mincho ProN","Hiragino Mincho Pro","MS PMincho",serif;font-size:3.2rem;letter-spacing:.15em;color:#777;word-break:keep-all;overflow-wrap:anywhere}@media only screen and (max-width: 834px){.service_list b{font-size:2.6rem}}@media only screen and (max-width: 600px){.service_list b{font-size:2rem}}.service_list section{display:flex;flex-direction:column;row-gap:2rem;margin:3rem auto 7rem}@media only screen and (max-width: 834px){.service_list section{margin:2.5rem 0 6rem}}@media only screen and (max-width: 600px){.service_list section{margin:2rem 0 5rem}}.service_list ul{display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(2, 1fr);width:95%;margin:0 auto;gap:2.5rem}@media only screen and (max-width: 834px){.service_list ul{grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, auto);gap:1.5rem}}@media only screen and (max-width: 600px){.service_list ul{gap:1rem}}.service_list ul li{border-radius:15px;overflow:hidden}@media only screen and (max-width: 834px){.service_list ul li{border-radius:10px}}.service_list ul li img{display:block;width:100%;width:100%;height:100%;object-fit:cover}.service_list ul.list_odd li:nth-of-type(1){grid-column:3/5;grid-row:1/3}.service_list ul.list_odd li:nth-of-type(2){grid-column:1/2;grid-row:2/3}.service_list ul.list_odd li:nth-of-type(3){grid-column:2/3;grid-row:1/2}.service_list ul.list_even li:nth-of-type(1){grid-column:1/3;grid-row:1/3}.service_list ul.list_even li:nth-of-type(2){grid-column:3/4;grid-row:1/2}.service_list ul.list_even li:nth-of-type(3){grid-column:4/5;grid-row:2/3}@media only screen and (max-width: 834px){.service_list ul.list_even li,.service_list ul.list_odd li{aspect-ratio:4/3}.service_list ul.list_even li:nth-of-type(1),.service_list ul.list_odd li:nth-of-type(1){grid-column:1/3;grid-row:1/2}.service_list ul.list_even li:nth-of-type(2),.service_list ul.list_odd li:nth-of-type(2){grid-column:1/2;grid-row:2/3}.service_list ul.list_even li:nth-of-type(3),.service_list ul.list_odd li:nth-of-type(3){grid-column:2/3;grid-row:2/3}}