/* reset.css */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

body{
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #1F3B4A;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  padding-bottom: 16px;
}

.main {
  margin-top: 120px;
}

.main__logo img{
  width: 360px;
  margin: 0 auto;
}

.title {
  font-weight: bold;
  margin-top: 40px;
}


.title__header {
  font-size: 72px;
}

.title__sub-header {
  font-size: 32px;
}

.act {
  margin-top: 120px;
  font-size: 32px;
}

.act__subtitle{
  font-family: 'Sanchez', serif;
  font-weight: normal;
}

.img-container-2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.img-container-2__img {
  max-width: 472px;
  border: 2px solid #1F3B4A;
}

.img-container-3 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.img-container-3__img {
  max-width: 309px;
  border: 2px solid #1F3B4A;
}

.caption-container {
  text-align: left;
  display: flex;
  align-items: center;
}

.img-container-with-caption {
  margin-top: 40px;
}

.caption-container__img {
  max-width: 48px;
  margin-right: 16px;
}

.caption-container__title {
  font-size: 24px;
}

.caption-container__subtitle {
  font-weight: normal;
  font-size: 16px;
}

.img-container-with-caption .img-container-3 {
  margin-top: 16px;
}

.work-info {
  margin-top: 120px;
  line-height: 2.0;
}

.work-info__subtitle {
  font-size: 32px;
  font-weight: bold;
}

.work-info__title {
  font-size: 24px;
  font-weight: bold;
}

.work-info__detail {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.5;
}

.contact {
  margin-top: 120px;
}

.contact__catch {
  display: flex;
  align-items: center;
}

.contact__title {
  flex: 1 1 60%;
  margin-right: 80px;
  font-size: 24px;
  text-align: left;
}

.contact__img {
  flex: 1 1 40%;
  max-width: 400px;
}

.contact__btn {
  margin: 120px auto 0;
  display: flex;
  align-items: center;
  width: 400px;
  height: 80px;
  border-radius: 100px;
  background-color: #939196;
}

.contact__btn:hover {
  background-color: #1F3B4A;
}

.contact__btn__text {
  width: 100%;
  height: 100%;
  position: relative;
}

.contact__btn__text a{
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: block;
  padding: 20px 0 23px;
  text-decoration: none;
}
.contact__btn__text a:visited{
  color: #fff;
}

footer {
  color: #969696;
  margin-top: 120px;
  font-weight: normal;
  font-family: 'Sanchez', serif;
  font-size: 14px;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 600px){

body {
  max-width: 320px;
}


.main {
  margin-top: 64px;
}

.main__logo img{
  width: 300px;
  margin: 0 auto;
}

.title {
  font-weight: bold;
  margin-top: 24px;
}

.title__header {
  font-size: 50px;
}

.title__sub-header {
  font-size: 22px;
}

.act {
  margin-top: 64px;
  font-size: 24px;
}

.act__title{
  font-size: 24px;
}

.act__subtitle{
  font-size: 24px;
}

.img-container-2{
  flex-direction: column;
  margin-top: 16px;
}

.img-container-3 {
  margin-top: 16px;
}

.act + .img-container-2:first-child {
  margin-top: 32px;
}

.img-container-2__img {
    border: 1px solid #1F3B4A;
}


.img-container-2__img:not(:first-child){
  max-width: 320px;
  margin-top: 16px;
}

.img-container-3 {
  flex-direction: column;
}

.img-container-3__img {
  max-width: 320px;
  border: 1px solid #1F3B4A;
}

.img-container-3__img:not(:first-child) {
  margin-top: 16px;
}

.caption-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.caption-container__img {
  margin: 0;
  max-width: 32px;
}

.img-container-with-caption:not(:first-child) {
  margin-top: 64px;
}

.act + .img-container-with-caption {
  margin-top: 32px;
}

.caption-container__title {
  line-height: 1.3;
  font-size: 20px;
  margin-top: 16px;
}

.caption-container__subtitle {
  font-size: 12px;
}

.work-info {
  margin-top: 64px;
}

.work-info__title {
  font-size: 16px;
  line-height: 2.0;
}

.work-info__subtitle {
  font-size: 24px;
}

.work-info__detail {
  margin-top: 24px;
  font-size: 16px;
  text-align: left;
}

.contact {
  flex-direction: column;
  margin-top: 64px;
}

.contact__catch {
  display: block;
}

.contact__title {
  margin-right: 0;
}

.contact__title h3 {
  font-size: 16px;
}

.contact__img {
  max-width: 200px;
  margin: 24px auto 0;
}

.contact__btn {
  margin: 64px auto 0;
  align-items: center;
  width: 300px;
  height: 60px;
  border-radius: 100px;
}

.contact__btn__text a {
  font-size: 18px;
  padding: 15px 0 19px;
}

footer {
  margin-top: 64px;
  font-size: 12px;
}

.br-sp {
  display: block;
}

}
