@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  background:
    radial-gradient(600px 320px at 20% 0%,
      rgba(111,143,122,.12), transparent 60%),
    radial-gradient(520px 280px at 80% 20%,
      rgba(223,224,223,.45), transparent 60%),
    #ffffff;
}

.text {
  color: #000;
  font-size: 18px;
}

.text-end {
  margin-bottom: 30px;
  font-size: 18px;
}

.text-small {
  color: #444;
}

.page {
  min-height: 100vh;
  background: #fff;       /* 画面の背景 */
}

.container {
  max-width: 600px;
  padding: 30px 10px 0;
  background-color: #E9DFD0;
  display: flex;
  flex-direction: column;
  margin: 0 auto; /* 画面自体の中央寄せ */
}

a {
  color: #4D745B;
  text-decoration: none;
}

.link {
  margin: 10px auto 20px;
}

.btn-link2 {
  font-weight: 600;
  color: #4D745B;
  background-color: #fff;
  border-radius: 100vh;
  padding: 2vh 4vw;
  border: 2px solid #4D745B;
  display:flex;
  margin: 50px auto;
}

.btn-linktop {
  font-size:20px;
  font-weight: 700;
  border: 3px solid #4D745B;
  color: #4D745B;
  background-color: #fff;
  border-radius: 100vh;
  padding: 12px 38px;
  position: sticky;
  top: 0;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
  margin-left: auto;
}

.title {
  color: #336243;
  font-family: 'Lato';
  font-weight: 300;
  font-size: 54px;
  margin-left: -7px;
}

.title-english {
  font-family: 'Ysabeau Office';
  font-size: 26px;
  color: #fff;
  margin-top: -12px;
  margin-bottom: 40px;
}

.h2 {
  color: #4F6D7A;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto 30px;
}

.h3 {
  font-size: 26px;
  color: #4D745B;
  font-weight: 400;
  margin-bottom: 10px;
}

.yasuha {
  font-family: 'Ysabeau Office';
  font-size: 40px;
  text-align: center;
  color: #336243;
}

.yasuha-text {
  color: #555;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.myphoto {
  display: flex;
  justify-content: center;
}

.myphotoimg {
  max-width: 80%;
  border-radius: 20px;
}

.copyright {
  font-size: 12px;
  text-align: center;
  color: #555;
  margin-top: 30px;
  margin-bottom: 8px;
}

dialog{
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(92vw, 560px);
  max-height: 60vh;
  padding: 20px;
  border: 1px solid var(--border, #C9CAC9);
  border-radius: 16px;
  background: #fff;
}

dialog::backdrop{
  background: rgba(0,0,0,.35);
}

dialog > *:first-child{
  margin-top: 0;
}

.work_top_wrapper {
  max-width: 100%;
  height: auto;
  background-color: #F7F6F5;
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 50px;
  border-radius: 30px;
}

.img_work_top {
  max-width: 350px;
  border-radius: 20px;
  margin:0px auto;
}

.img_work_modal {
  max-width: 90%;
  margin-bottom: 40px;
}

.text-request {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: start;
}

.text-modal {
  text-align: start;
  font-size: 16px;
}

.text-modal-title {
  color: #4D745B;
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
}

.work-btn {
  color: #fff;
  font-size: 18px;
  background-color: #4D745B;
  padding: 10px 30px;
  margin: 16px auto 30px;
  border-radius: 100vh;
}

.modal-close {
  display: inline-block;
  margin: 40px auto 10px;
}