@charset "UTF-8";
/* -------------------------
   TITLE
------------------------- */
#firstitle {
  background: url("../images/partners/title-main.jpg") no-repeat center center;
  background-size: cover;}

/* -------------------------
   GREETING
------------------------- */
#greeting {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(to bottom,color-mix(in srgb, var(--color-sub) 20%, transparent 20%),#f5f5f5);}
#greeting .absolute { color: color-mix(in srgb, var(--color-white) 35%, transparent);}
#greeting::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/common/noise.png");
  background-repeat: repeat;
  opacity: 0.2;
  pointer-events: none;
  z-index: 2;}
#greeting .contents {
  position: relative;
  z-index: 2;}
#greeting .flex {
  gap:32px;
  display: flex;}
#greeting .flex .photo { width: 480px;}
#greeting .flex .textbox { flex: 1;}
#greeting .flex .textbox .tel { padding-top: 24px;}
@media screen and (max-width: 1080px) {
  #greeting .flex .photo,#greeting .flex .textbox { width: 100%;flex: auto;}}
@media screen and (max-width: 768px) {
  #greeting { padding: 56px 0 60px;}
  #greeting .flex { flex-wrap: wrap; flex-direction: column-reverse;}
  #greeting .flex .textbox { width: 100%;}
  #greeting .flex .photo img { width: 100vw; max-width: 100vw; margin-left: -20px;}}

/* -------------------------
   OFFER
------------------------- */
#offer { padding: 0 0 80px;}
#offer h1 {
  padding-left: 20px;
  height: 36px;
  line-height: 32px;
  margin-bottom: 24px;
  border-left: 5px solid var(--color-main);}
#offer .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:40px;}
#offer .item {
  width: 100%;
  background: #fff;}
#offer h2 {
  padding: 9px 24px;
  color: #fff;
  background: var(--color-main);}
#offer .textbox { padding: 25px 24px;}
#offer .textbox ul {
  font-weight: 400;
  margin-left: 1.5em;
  list-style: disc;}
@media screen and (max-width: 768px) {
  #offer { padding: 0 0 56px;}
  #offer h2 { font-size: 18px;padding: 15px 20px;}
  #offer .textbox { padding: 16px 20px;}}
